OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 78 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026