HomeSort by: relevance | last modified time | path
    Searched defs:thead (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fdisk/
fdisk.c 2313 int tsector, tcylinder, thead; local
2316 thead = partp->mbrp_shd;
2320 thead = decimal("beginning head",
2321 thead, 0, 0, dos_heads - 1);
2325 partp->mbrp_shd = thead;
2329 thead = partp->mbrp_ehd;
2333 thead = decimal("ending head",
2334 thead, 0, 0, dos_heads - 1);
2338 partp->mbrp_ehd = thead;
  /src/usr.sbin/sysinst/
mbr.c 799 unsigned int tcyl, temp, thead, tsec; local
805 thead = relsecs / sec;
806 tsec = relsecs - thead * sec + 1;
812 *headp = thead;
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 891 typedef struct thead {
892 struct thead *prev; /* previous block */
893 struct thead *free; /* free list pointer */
1043 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ];
5066 ptr = &cur_page->thead[--unallocated];
889 typedef struct thead { struct
1041 thead_t thead [ PAGE_SIZE \/ sizeof (thead_t) ]; member in union:page
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 891 typedef struct thead {
892 struct thead *prev; /* previous block */
893 struct thead *free; /* free list pointer */
1043 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ];
5063 ptr = &cur_page->thead[--unallocated];
889 typedef struct thead { struct
1041 thead_t thead [ PAGE_SIZE \/ sizeof (thead_t) ]; member in union:page

Completed in 52 milliseconds