Home
last modified time | relevance | path

Searched refs:PI_ISBSDFS (Results 1 – 2 of 2) sorted by relevance

/netbsd/usr.sbin/sysinst/arch/ofppc/
H A Dmd.c147 if (PI_ISBSDFS(&pm->bsdlabel[part])) { in md_make_bsd_partitions()
262 if (PI_ISBSDFS(p)) in md_make_bsd_partitions()
/netbsd/usr.sbin/sysinst/
H A Ddefs.h230 #define PI_ISBSDFS(PI) (PI_FSTYPE(PI) == FS_BSDLFS || \ macro