Searched refs:D_PARTNONE (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/stand/common/
H A Ddisk.h39 * d_partition = D_PARTNONE
87 #define D_PARTNONE -1 macro
H A Ddisk.c143 dev.d_partition = D_PARTNONE;
257 partdev.d_partition = D_PARTNONE;
317 * If partition is D_PARTNONE, then disk_open() was called
320 if (partition == D_PARTNONE)
406 if (dev->d_partition > D_PARTNONE)
433 partition = D_PARTNONE;
/freebsd-current/stand/usb/storage/
H A Dumass_loader.c201 dev.d_partition = D_PARTNONE;
/freebsd-current/stand/userboot/userboot/
H A Dmain.c258 dev.d_partition = D_PARTNONE;
H A Duserboot_disk.c140 dev.d_partition = D_PARTNONE;
/freebsd-current/stand/uboot/
H A Duboot_disk.c257 dev.d_partition = D_PARTNONE;
H A Dmain.c354 if (currdev.d_disk.d_partition == D_PARTNONE)
/freebsd-current/stand/i386/libi386/
H A Dbiosdisk.c762 devd.d_partition = D_PARTNONE;
816 disk.d_partition = D_PARTNONE;
/freebsd-current/stand/efi/libefi/
H A Defipart.c842 pd_dev.d_partition = D_PARTNONE;
/freebsd-current/stand/efi/loader/
H A Dmain.c228 currdev.d_partition = D_PARTNONE;

Completed in 93 milliseconds