Home
last modified time | relevance | path

Searched refs:CHECK_NULL (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dinit.c353 CHECK_NULL(pgcfg->default_domain)); in print_idmapdstate()
354 idmapdlog(LOG_DEBUG, "domain_name=%s", CHECK_NULL(pgcfg->domain_name)); in print_idmapdstate()
355 idmapdlog(LOG_DEBUG, "machine_sid=%s", CHECK_NULL(pgcfg->machine_sid)); in print_idmapdstate()
365 idmapdlog(LOG_DEBUG, "forest_name=%s", CHECK_NULL(pgcfg->forest_name)); in print_idmapdstate()
366 idmapdlog(LOG_DEBUG, "site_name=%s", CHECK_NULL(pgcfg->site_name)); in print_idmapdstate()
379 CHECK_NULL(pgcfg->forest_name)); in print_idmapdstate()
383 CHECK_NULL(pgcfg->forest_name), in print_idmapdstate()
416 CHECK_NULL(pgcfg->ad_unixuser_attr)); in print_idmapdstate()
418 CHECK_NULL(pgcfg->ad_unixgroup_attr)); in print_idmapdstate()
420 CHECK_NULL(pgcfg->nldap_winname_attr)); in print_idmapdstate()
H A Ddbutils.c255 dbname, CHECK_NULL(errmsg)); in init_db_instance()
388 IDMAP_DBNAME, CHECK_NULL(errmsg)); in get_db_handle()
450 IDMAP_CACHENAME, CHECK_NULL(errmsg)); in get_cache_handle()
638 "(%s)", dbname, sql, CHECK_NULL(errmsg)); in sql_exec_no_cb()
790 "%s (%s)", dbname, sql, CHECK_NULL(errmsg)); in process_list_svc_sql()
1098 CHECK_NULL(errmsg)); in sql_compile_n_step_once()
1123 CHECK_NULL(errmsg)); in sql_compile_n_step_once()
3152 CHECK_NULL(errmsg)); in name_based_mapping_sid2pid()
3237 CHECK_NULL(errmsg)); in name_based_mapping_sid2pid()
4520 CHECK_NULL(errmsg)); in name_based_mapping_pid2sid()
[all …]
H A Didmapd.h51 #define CHECK_NULL(s) (s != NULL ? s : "null") macro
H A Didmap_config.c955 idmapdlog(LOG_INFO, "change %s=%s", name, CHECK_NULL(*new)); in update_string()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_krbcontainer.c89 CHECK_NULL(cparams); in krb5_ldap_read_krbcontainer_params()
160 CHECK_NULL(cparams->DN); in krb5_ldap_read_krbcontainer_params()
H A Dldap_pwd_policy.c194 CHECK_NULL(pol_entry->name); in populate_policy()
255 CHECK_NULL((*policy)->name); in krb5_ldap_get_password_policy_from_dn()
414 CHECK_NULL(entry);
H A Dldap_tkt_policy.c233 CHECK_NULL(lpolicy);
242 CHECK_NULL(lpolicy->tl_data);
H A Dldap_realm.c208 CHECK_NULL(*realms);
216 CHECK_NULL((*realms)[count]);
1005 CHECK_NULL(dn);
1232 CHECK_NULL(rlparams);
1262 CHECK_NULL(rlparams->realm_name);
H A Dkdb_ldap.h150 #define CHECK_NULL(ptr) if (ptr == NULL) { \ macro
H A Dldap_principal2.c609 CHECK_NULL(standalone_principal_dn);
643 CHECK_NULL(subtree);
647 CHECK_NULL(standalone_principal_dn);
H A Dldap_principal.c194 CHECK_NULL(filter);
H A Dldap_services.c465 CHECK_NULL(lservice->servicedn);
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c46 #define CHECK_NULL(s) (s != NULL ? s : "null") macro
1354 CHECK_NULL(how->idmap_how_u.ad.dn)); in print_how()
1356 CHECK_NULL(how->idmap_how_u.ad.attr), in print_how()
1357 CHECK_NULL(how->idmap_how_u.ad.value)); in print_how()
1363 CHECK_NULL(how->idmap_how_u.nldap.dn)); in print_how()
1365 CHECK_NULL(how->idmap_how_u.nldap.attr), in print_how()
1408 CHECK_NULL(how->idmap_how_u.idmu.dn)); in print_how()
1410 CHECK_NULL(how->idmap_how_u.idmu.attr), in print_how()
1411 CHECK_NULL(how->idmap_how_u.idmu.value)); in print_how()
1522 CHECK_NULL(how->idmap_how_u.idmu.dn)); in print_error_info()
[all …]
H A Dnamemaps.c201 CHECK_NULL(adh->ad_host), in idmap_open_ad_conn()
222 "%s port %d failed. (%s)"), CHECK_NULL(adh->ad_host), in idmap_open_ad_conn()
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_priv.h56 #define CHECK_NULL(s) (s != NULL ? s : "null") macro