Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmapd/
H A Dserver.c276 if (IDMAP_FATAL_ERROR(retcode)) { in idmap_get_mapped_ids_1_svc()
298 if (IDMAP_FATAL_ERROR(retcode)) { in idmap_get_mapped_ids_1_svc()
334 if (IDMAP_FATAL_ERROR(retcode)) { in idmap_get_mapped_ids_1_svc()
378 if (IDMAP_FATAL_ERROR(retcode)) { in idmap_get_mapped_ids_1_svc()
419 if (IDMAP_FATAL_ERROR(retcode)) { in idmap_get_mapped_ids_1_svc()
1182 if (IDMAP_FATAL_ERROR(result->retcode)) { in idmap_get_mapped_id_by_name_1_svc()
1286 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.c2327 if ((!(IDMAP_FATAL_ERROR(res->retcode))) && in ad_lookup_batch_int()
/titanic_41/usr/src/lib/libidmap/common/
H A Didmap_priv.h46 #define IDMAP_FATAL_ERROR(rc) (rc == IDMAP_ERR_MEMORY ||\ macro