OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:partbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x68k/stand/boot_ufs/
bootmain.c
115
}
partbuf
;
local in function:get_scsi_part
128
RAW_READ0(&
partbuf
, PARTTBL_TOP, sizeof
partbuf
);
132
if ((u_int32_t)
partbuf
.parttbl[i].dp_start == part_top)
/src/sys/arch/x68k/stand/xxboot/
bootmain.c
128
}
partbuf
;
local in function:get_scsi_part
139
raw_read(PARTTBL_TOP, SCSI_CAP.blocksize, &
partbuf
);
141
if (
partbuf
.magic != 0x5836384b/*"X68k"*/) {
154
if ((uint32_t)
partbuf
.parttbl[i].dp_start == part_top)
/src/lib/libp2k/
p2k.c
413
char
partbuf
[UKFS_DEVICE_MAXSTR];
local in function:setupfs
430
if (ukfs_part_tostring(part,
partbuf
, sizeof(
partbuf
))) {
431
strlcat(partpath,
partbuf
, sizeof(partpath));
Completed in 29 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025