Home
last modified time | relevance | path

Searched refs:DTYPE_VND (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/sys/
Ddisklabel.h196 #define DTYPE_VND 12 /* vnode pseudo-disk */ macro
/mirbsd/src/sys/arch/i386/stand/installboot/
Dinstallboot.c330 dl.d_type != DTYPE_VND && !force_mbr) { in main()
644 dl->d_type != DTYPE_VND) || (userspec && nsectors != 99)) { in loadblocknums()
/mirbsd/src/sys/arch/i386/stand/libsa/
Dbiosdev.c631 dip->disklabel.d_type = DTYPE_VND; in disk_trylabel()
712 dip->disklabel.d_type = DTYPE_VND; in disk_trylabel()
/mirbsd/src/sys/dev/
Dvnd.c401 lp->d_type = DTYPE_VND; in vndgetdisklabel()