Home
last modified time | relevance | path

Searched refs:IS_GROUP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c68 #define IS_GROUP 0x002 /* mask for group types */ macro
2437 else if (code & IS_GROUP) in name2parts()
2442 else if (code & IS_GROUP) in name2parts()
2913 else if (type_to & IS_GROUP) in do_show_mapping()
2920 else if (type_to & IS_GROUP) in do_show_mapping()
3096 type_to & IS_GROUP ? ID_GID : ID_UID, in do_show_mapping()
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.h335 #define IS_GROUP(x) (((x) & NAME_ATTR_GROUP) != 0) macro