Home
last modified time | relevance | path

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)) { in add_share()
267 if (GETSYSID(shr->s_sysid) != 0 && shr->s_pid == 0) { in is_match_for_del()
273 } else if (GETSYSID(shr->s_sysid) == 0 && shr->s_pid == 0) { in is_match_for_del()
279 } else if (GETSYSID(shr->s_sysid) == 0 && shr->s_pid != 0) { in is_match_for_del()
403 if (GETSYSID(sysid1) != 0) { in is_match_for_has_remote()
409 } else if (GETSYSID(sysid1) == 0) { in is_match_for_has_remote()
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h117 #define GETSYSID(id) (id & SYSIDMASK) macro
H A Dflock_impl.h278 #define IS_LOCAL(lock) (GETSYSID((lock)->l_flock.l_sysid) == 0)