Searched refs:thead (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c2248 int tsector, tcylinder, thead; local
2251 thead = partp->mbrp_shd;
2255 thead = decimal("beginning head",
2256 thead, 0, 0, dos_heads - 1);
2260 partp->mbrp_shd = thead;
2264 thead = partp->mbrp_ehd;
2268 thead = decimal("ending head",
2269 thead, 0, 0, dos_heads - 1);
2273 partp->mbrp_ehd = thead;
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmbr.c1720 unsigned int tcyl, temp, thead, tsec; local
1726 thead = relsecs / sec;
1727 tsec = relsecs - thead * sec + 1;
1733 *headp = thead;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Decoff.c893 typedef struct thead {
894 struct thead *prev; /* previous block */
895 struct thead *free; /* free list pointer */
1045 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ];
5149 ptr = &cur_page->thead[--unallocated];
891 typedef struct thead { struct
1043 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member in union:page
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dmips-tfile.c1002 typedef struct thead {
1003 struct thead *prev; /* previous block */
1004 struct thead *free; /* free list pointer */
1103 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ];
4770 alloc_counts[ alloc_type_thead ].alloc_name = "thead";
5456 ptr = &cur_page->thead[ --unallocated ];
995 typedef struct thead { struct
1096 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member in union:page
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dmips-tfile.c1004 typedef struct thead {
1005 struct thead *prev; /* previous block */
1006 struct thead *free; /* free list pointer */
1105 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ];
4751 alloc_counts[ alloc_type_thead ].alloc_name = "thead";
5437 ptr = &cur_page->thead[ --unallocated ];
997 typedef struct thead { struct
1098 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member in union:page

Completed in 261 milliseconds