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

/illumos-gate/usr/src/uts/common/os/
H A Dshare.c70 if ((shr->s_access == 0) && (GETSYSID(shr->s_sysid) == 0)) {
255 if (GETSYSID(shr->s_sysid) != 0 && shr->s_pid == 0) {
261 } else if (GETSYSID(shr->s_sysid) == 0 && shr->s_pid == 0) {
267 } else if (GETSYSID(shr->s_sysid) == 0 && shr->s_pid != 0) {
391 if (GETSYSID(sysid1) != 0) {
397 } else if (GETSYSID(sysid1) == 0) {
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h111 #define GETSYSID(id) (id & SYSIDMASK) macro
H A Dflock_impl.h45 #include <sys/share.h> /* just to get GETSYSID def */
278 #define IS_LOCAL(lock) (GETSYSID((lock)->l_flock.l_sysid) == 0)

Completed in 62 milliseconds