Home
last modified time | relevance | path

Searched refs:DEVSTAT_TYPE_IF_MASK (Results 1 – 3 of 3) sorted by relevance

/src/cddl/lib/libdtrace/
H A Dio.d199 inline int DEVSTAT_TYPE_IF_MASK = 0x0f0; variable
200 #pragma D binding "1.13" DEVSTAT_TYPE_IF_MASK
238 device_if_string[type & DEVSTAT_TYPE_IF_MASK];
/src/sys/sys/
H A Ddevicestat.h129 DEVSTAT_TYPE_IF_MASK = 0x0f0, enumerator
/src/lib/libdevstat/
H A Ddevstat.c769 && ((devices[j].device_type & DEVSTAT_TYPE_IF_MASK) == in devstat_selectdevs()
770 (matches[i].device_type & DEVSTAT_TYPE_IF_MASK)) in devstat_selectdevs()