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

/freebsd-11-stable/cddl/lib/libdtrace/
H A Dio.d191 inline int DEVSTAT_TYPE_MASK = 0x00f;
192 #pragma D binding "1.13" DEVSTAT_TYPE_MASK
225 device_type_string[type & DEVSTAT_TYPE_MASK];
/freebsd-11-stable/sys/sys/
H A Ddevicestat.h124 DEVSTAT_TYPE_MASK = 0x00f, enumerator in enum:__anon13325
/freebsd-11-stable/libexec/rpc.rstatd/
H A Drstat_proc.c327 & DEVSTAT_TYPE_MASK) == DEVSTAT_TYPE_DIRECT)
372 & DEVSTAT_TYPE_MASK) == DEVSTAT_TYPE_DIRECT)
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c755 && ((devices[j].device_type & DEVSTAT_TYPE_MASK) ==
756 (matches[i].device_type & DEVSTAT_TYPE_MASK))

Completed in 71 milliseconds