Searched refs:xlat_mbr_fstype (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sbin/mbrlabel/
H A DMakefile7 SRCS= mbrlabel.c dkcksum.c printlabel.c xlat_mbr_fstype.c
H A Dmbrlabel.c166 npe.p_fstype = xlat_mbr_fstype(parts[i].mbrp_type);
/netbsd-current/sys/lib/libkern/
H A Dxlat_mbr_fstype.c1 /* $NetBSD: xlat_mbr_fstype.c,v 1.8 2012/01/16 18:47:57 christos Exp $ */
33 __KERNEL_RCSID(0,"$NetBSD: xlat_mbr_fstype.c,v 1.8 2012/01/16 18:47:57 christos Exp $");
40 xlat_mbr_fstype(int mbr_type) function
H A DMakefile.libkern92 SRCS+= xlat_mbr_fstype.c
/netbsd-current/sys/arch/arm/arm/
H A Ddisksubr_mbr.c167 pp->p_fstype = xlat_mbr_fstype(mbrp->mbrp_type);
/netbsd-current/sys/arch/landisk/stand/boot/
H A Dbiosdisk.c198 p->p_fstype = xlat_mbr_fstype(typ);
/netbsd-current/sys/kern/
H A Dsubr_disk_mbr.c559 pp->p_fstype = xlat_mbr_fstype(dp->mbrp_type);
/netbsd-current/sys/arch/i386/stand/lib/
H A Dbiosdisk.c611 p->p_fstype = xlat_mbr_fstype(typ);
727 p->p_fstype = xlat_mbr_fstype(typ);
/netbsd-current/sys/sys/
H A Dbootblock.h716 int xlat_mbr_fstype(int); /* in sys/lib/libkern/xlat_mbr_fstype.c */

Completed in 224 milliseconds