Home
last modified time | relevance | path

Searched refs:IS_ID_UID (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c126 if (IS_ID_UID(req->id1) || IS_ID_GID(req->id1)) in validate_mapped_id_by_name_req()
264 } else if (IS_ID_UID(req->id1)) { in idmap_get_mapped_ids_1_svc()
407 } else if (IS_ID_UID(req->id1)) { in idmap_get_mapped_ids_1_svc()
448 } else if ((IS_ID_UID(req->id1)) || in idmap_get_mapped_ids_1_svc()
H A Didmapd.h259 #define IS_ID_UID(id) \ macro
H A Dnldaputils.c812 } else if (IS_ID_UID(req->id1) || IS_ID_GID(req->id1)) { in nldap_lookup_batch()
907 (IS_ID_UID(req->id1) || IS_ID_GID(req->id1))) { in nldap_lookup_batch()
H A Ddbutils.c2131 } else if (IS_ID_UID(req->id1) || IS_ID_GID(req->id1)) { in ad_lookup_batch_int()
2185 is_user = IS_ID_UID(req->id1); in ad_lookup_batch_int()
2216 is_user = (IS_ID_UID(req->id1)) ? 1 : 0; in ad_lookup_batch_int()
2400 } else if (IS_ID_UID(req->id1) || IS_ID_GID(req->id1)) { in ad_lookup_batch_int()