Searched defs:vuid_first (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_event.h175 #define vuid_first(devid) ((devid) << 8) macro
178 ((id >= vuid_first(devid)) && (id <= vuid_last(devid)))
212 #define VKEY_FIRST vuid_first(WORKSTATION_DEVID)

Completed in 47 milliseconds