Home | History | Annotate | Download | only in lib

Lines Matching defs:typ

588 	int typ;
602 typ = mbr[i].mbrp_type;
603 if (typ == 0)
611 p->p_fstype = xlat_mbr_fstype(typ);
658 int typ;
692 typ = mbr[i].mbrp_type;
693 if (typ == 0)
697 printf("ptn type %d in sector %u\n", typ, sector);
699 if (typ == MBR_PTYPE_MINIX_14B) {
706 if (typ == MBR_PTYPE_NETBSD) {
711 if (MBR_IS_EXTENDED(typ)) {
716 if (this_ext == offset && typ == MBR_PTYPE_386BSD)
727 p->p_fstype = xlat_mbr_fstype(typ);