Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dio.d189 inline int DEVSTAT_TYPE_MASK = 0x00f; variable
190 #pragma D binding "1.13" DEVSTAT_TYPE_MASK
225 device_type_string[type & DEVSTAT_TYPE_MASK];
/freebsd/sys/sys/
H A Ddevicestat.h124 DEVSTAT_TYPE_MASK = 0x00f, enumerator
/freebsd/libexec/rpc.rstatd/
H A Drstat_proc.c318 & DEVSTAT_TYPE_MASK) == DEVSTAT_TYPE_DIRECT) in haveadisk()
363 & DEVSTAT_TYPE_MASK) == DEVSTAT_TYPE_DIRECT) in updatexfers()
/freebsd/lib/libdevstat/
H A Ddevstat.c760 && ((devices[j].device_type & DEVSTAT_TYPE_MASK) == in devstat_selectdevs()
761 (matches[i].device_type & DEVSTAT_TYPE_MASK)) in devstat_selectdevs()