Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c278 if (IDMAP_FATAL_ERROR(retcode)) { in idmap_get_mapped_ids_1_svc()
300 if (IDMAP_FATAL_ERROR(retcode)) { in idmap_get_mapped_ids_1_svc()
336 if (IDMAP_FATAL_ERROR(retcode)) { in idmap_get_mapped_ids_1_svc()
380 if (IDMAP_FATAL_ERROR(retcode)) { in idmap_get_mapped_ids_1_svc()
421 if (IDMAP_FATAL_ERROR(retcode)) { in idmap_get_mapped_ids_1_svc()
1199 if (IDMAP_FATAL_ERROR(result->retcode)) { in idmap_get_mapped_id_by_name_1_svc()
1303 if (IDMAP_FATAL_ERROR(result->retcode)) { in idmap_get_prop_1_svc()
H A Dnldaputils.c930 !(IDMAP_FATAL_ERROR(res->retcode))) { in nldap_lookup_batch()
H A Ddbutils.c2402 if ((!(IDMAP_FATAL_ERROR(res->retcode))) && in ad_lookup_batch_int()
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_priv.h46 #define IDMAP_FATAL_ERROR(rc) (rc == IDMAP_ERR_MEMORY ||\ macro