Searched refs:DEVSTAT_TYPE_IF_IDE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/cddl/lib/libdtrace/
H A Dio.d195 inline int DEVSTAT_TYPE_IF_IDE = 0x020;
196 #pragma D binding "1.13" DEVSTAT_TYPE_IF_IDE
231 type == DEVSTAT_TYPE_IF_IDE ? "IDE" :
/freebsd-11-stable/sys/sys/
H A Ddevicestat.h126 DEVSTAT_TYPE_IF_IDE = 0x020, enumerator in enum:__anon13325
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c76 {"ide", DEVSTAT_TYPE_IF_IDE, DEVSTAT_MATCH_IF},
/freebsd-11-stable/sys/cam/
H A Dcam_ccb.h295 #define XPORT_DEVSTAT_TYPE(t) (XPORT_IS_ATA(t) ? DEVSTAT_TYPE_IF_IDE : \

Completed in 76 milliseconds