Home
last modified time | relevance | path

Searched refs:IS_LOCAL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h278 #define IS_LOCAL(lock) (GETSYSID((lock)->l_flock.l_sysid) == 0) macro
279 #define IS_REMOTE(lock) (! IS_LOCAL(lock))
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_cache.c419 if (IS_LOCAL(name->attributes) && in smb_netbios_cache_status()
484 if (IS_LOCAL(name->attributes)) { in smb_netbios_cache_insrefq()
591 if (IS_LOCAL(entry->attributes)) { in smb_netbios_cache_delete_locals()
H A Dsmbns_netbios.h341 #define IS_LOCAL(x) (((x) & NAME_ATTR_LOCAL) != 0) macro
H A Dsmbns_netbios_datagram.c781 int is_local = IS_LOCAL(entry->attributes); in smb_netbios_BPM_datagram()
H A Dsmbns_netbios_name.c2043 if (IS_LOCAL(name->attributes)) { in smb_netbios_name_tick()
2273 if (IS_UNIQUE(name->attributes) && IS_LOCAL(name->attributes)) { in smb_netbios_name_registration()