Home
last modified time | relevance | path

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

/freebsd-13.1/cddl/lib/libdtrace/
H A Dio.d191 inline int DEVSTAT_TYPE_MASK = 0x00f; variable
192 #pragma D binding "1.13" DEVSTAT_TYPE_MASK
225 device_type_string[type & DEVSTAT_TYPE_MASK];
/freebsd-13.1/sys/sys/
H A Ddevicestat.h126 DEVSTAT_TYPE_MASK = 0x00f, enumerator
/freebsd-13.1/libexec/rpc.rstatd/
H A Drstat_proc.c327 & DEVSTAT_TYPE_MASK) == DEVSTAT_TYPE_DIRECT) in haveadisk()
372 & DEVSTAT_TYPE_MASK) == DEVSTAT_TYPE_DIRECT) in updatexfers()
/freebsd-13.1/lib/libdevstat/
H A Ddevstat.c762 && ((devices[j].device_type & DEVSTAT_TYPE_MASK) == in devstat_selectdevs()
763 (matches[i].device_type & DEVSTAT_TYPE_MASK)) in devstat_selectdevs()