OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:part_top
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/x68k/stand/boot_ufs/
bootmain.c
117
u_int32_t
part_top
;
local in function:get_scsi_part
130
part_top
= SCSI_PARTTOP >> (2 - SCSI_BLKLEN);
132
if ((u_int32_t) partbuf.parttbl[i].dp_start ==
part_top
)
bootmain.c
117
u_int32_t
part_top
;
local in function:get_scsi_part
130
part_top
= SCSI_PARTTOP >> (2 - SCSI_BLKLEN);
132
if ((u_int32_t) partbuf.parttbl[i].dp_start ==
part_top
)
/src/sys/arch/x68k/stand/xxboot/
bootmain.c
130
int
part_top
;
local in function:get_scsi_part
149
*
part_top
is top block # of this partition in 1024 bytes/block.
152
part_top
= SCSI_PARTTOP >> (2 - SCSI_BLKLEN);
154
if ((uint32_t)partbuf.parttbl[i].dp_start ==
part_top
)
bootmain.c
130
int
part_top
;
local in function:get_scsi_part
149
*
part_top
is top block # of this partition in 1024 bytes/block.
152
part_top
= SCSI_PARTTOP >> (2 - SCSI_BLKLEN);
154
if ((uint32_t)partbuf.parttbl[i].dp_start ==
part_top
)
Completed in 128 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025