Home
last modified time | relevance | path

Searched refs:DEVT_FD (Results 1 – 3 of 3) sorted by path

/freebsd/stand/efi/libefi/
H A Defipart.c71 .dv_type = DEVT_FD,
127 if (dev->dv_type == DEVT_FD) in efiblk_get_pdinfo_list()
/freebsd/stand/i386/libi386/
H A Dbiosdisk.c158 .dv_type = DEVT_FD,
201 if (dev->dv_type == DEVT_FD) in bd_get_bdinfo_list()
732 case DEVT_FD: in bd_print_common()
/freebsd/stand/libsa/
H A Dstand.h150 #define DEVT_FD 5 macro