Searched defs:forest_name (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc_impl.h91 ad_item_t forest_name; /* DNS forestname string */ member in struct:ad_disc
H A Daddisc.c938 ctx->forest_name.type = AD_STRING;
975 if (ctx->forest_name.value != NULL)
976 free(ctx->forest_name.value);
1022 if (ctx->forest_name.state == AD_STATE_AUTO)
1023 ctx->forest_name.state = AD_STATE_INVALID;
1466 if (is_fixed(&ctx->forest_name))
1467 return (&ctx->forest_name);
1473 if (!is_valid(&ctx->forest_name))
1476 return (&ctx->forest_name);
1484 char *forest_name local
1511 char *forest_name; local
1959 char *forest_name = NULL; local
1974 char *forest_name = NULL; local
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.h69 char *forest_name; member in struct:idmap_trustedforest
90 char *forest_name; /* forest name */ member in struct:idmap_pg_config

Completed in 56 milliseconds