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

/freebsd-11-stable/cddl/lib/libdtrace/
H A Dio.d199 inline int DEVSTAT_TYPE_IF_MASK = 0x0f0;
200 #pragma D binding "1.13" DEVSTAT_TYPE_IF_MASK
237 device_if_string[type & DEVSTAT_TYPE_IF_MASK];
/freebsd-11-stable/sys/sys/
H A Ddevicestat.h128 DEVSTAT_TYPE_IF_MASK = 0x0f0, enumerator in enum:__anon13325
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c764 && ((devices[j].device_type & DEVSTAT_TYPE_IF_MASK) ==
765 (matches[i].device_type & DEVSTAT_TYPE_IF_MASK))

Completed in 126 milliseconds