OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mbr_ptypes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/gpt/
migrate.c
116
for (i = 0; i < __arraycount(
mbr_ptypes
); i++)
117
if ((u_int)
mbr_ptypes
[i].id == t)
118
return
mbr_ptypes
[i].name;
/src/sbin/fdisk/
fdisk.c
248
#define KNOWN_SYSIDS (sizeof(
mbr_ptypes
)/sizeof(
mbr_ptypes
[0]))
448
printf("%03d %s\n",
mbr_ptypes
[len].id,
449
mbr_ptypes
[len].name);
2996
ptr = bsearch(&type,
mbr_ptypes
, KNOWN_SYSIDS,
2997
sizeof(
mbr_ptypes
[0]), type_match);
/src/sys/sys/
bootblock.h
402
}
mbr_ptypes
[] = {
variable in typeref:struct:mbr_ptype
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026