Home
last modified time | relevance | path

Searched refs:heads (Results 1 – 6 of 6) sorted by relevance

/xen/docs/process/
A Dbranching-checklist.txt62 cp xen--master.patchbot-reported-heads xen--stable-$v.patchbot-reported-heads
63 cp xen--staging.patchbot-reported-heads xen--staging-$v.patchbot-reported-heads
64 cp qemu-xen--master.patchbot-reported-heads qemu-xen--stable-$v.patchbot-reported-heads
65 cp qemu-xen--staging.patchbot-reported-heads qemu-xen--staging-$v.patchbot-reported-heads
66 …emu-xen-traditional--master.patchbot-reported-heads qemu-xen-traditional--stable-$v.patchbot-repor…
/xen/tools/libfsimage/fat/
A Dfat.h48 __u16 heads; /* number of heads */ member
/xen/tools/firmware/rombios/
A Drombios.c781 Bit32u heads;
2708 write_word(ebda_seg,&EbdaData->ata.devices[device].pchs.heads, heads);
2742 if (heads>128) heads = 255;
2743 else if (heads>64) heads = 128;
2744 else if (heads>32) heads = 64;
2745 else if (heads>16) heads = 32;
2746 else heads=16;
2751 if (heads==16) {
2753 heads=15;
2760 heads <<= 1;
[all …]
/xen/xen/arch/x86/boot/
A Dedd.S39 # bytes are used to store the legacy cylinders, heads, and sectors from fn08.
/xen/stubdom/grub/
A Dmini-os.c98 geometry->heads = 255; in get_diskinfo()
/xen/stubdom/grub.patches/
A D00cvs433 geom->heads = hdg.heads;

Completed in 18 milliseconds