Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dbootinfo32.c93 case DEVT_CD: in bi_load32()
H A Dbiosdisk.c170 .dv_type = DEVT_CD,
199 if (dev->dv_type == DEVT_CD) in bd_get_bdinfo_list()
735 case DEVT_CD: in bd_print_common()
1344 if (dev->dd.d_dev->dv_type == DEVT_CD) { in bd_getdev()
/freebsd/stand/efi/libefi/
H A Defipart.c83 .dv_type = DEVT_CD,
125 if (dev->dv_type == DEVT_CD) in efiblk_get_pdinfo_list()
/freebsd/stand/libsa/
H A Dstand.h148 #define DEVT_CD 3 macro