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

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_cache.c419 if (IS_LOCAL(name->attributes) &&
484 if (IS_LOCAL(name->attributes)) {
589 if (IS_LOCAL(entry->attributes)) {
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);
H A Dsmbns_netbios_name.c2045 if (IS_LOCAL(name->attributes)) {
2275 if (IS_UNIQUE(name->attributes) && IS_LOCAL(name->attributes)) {
/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))

Completed in 73 milliseconds