Searched refs:nce (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_add.c44 nsdb_add(char *nsdb, int port, char *nce, char *admin, char *pw, int createfsn, argument
55 if ((createfsn == 0 && uuid == NULL) || nce == NULL || locs == NULL) {
87 fsnuuid, nce);
177 nsdb_remove(char *nsdb, int port, char *nce, char *admin, char *pw, argument
208 fsn, nce);
273 nsdb_remove_all(char *host, int port, char *nce, char *admin, char *pw, argument
279 ret = nsdb_remove(host, port, nce, admin, pw,
284 ret = nsdb_remove(host, port, nce, admin, pw, 1, fsn, NULL);
H A Dlist_fsns.c45 list_fsns(char *host, int port, char *nce, char ***locations) argument
60 if (host == NULL || nce == NULL || locations == NULL)
83 if (ldap_search_s(ld, nce, LDAP_SCOPE_SUBTREE,
H A Dlist_nces.c450 char **nce; local
457 n = list_nces(host, atoi(port), &nce);
459 printf("NCE %d: %s + %s\n", i, nce[i].prefix, nce[i].context);
460 free_nces(n, nce);
H A Dsmf_params.c178 prop = scf_simple_prop_get(NULL, FEDFS_CLIENT, pgname, "nce");
181 "FedFS failed to find nce property in pg %s:%s\n",
189 fprintf(stderr, "fedfs_smf_lookup: nce %s\n", p);
191 info->nce = strdup(p);
207 free(info->nce);
509 set_pg_value(h, pg, "nce", info->nce) != 0 ||
H A Dnsdb_lookup.c314 oldlist[0]->context = strdup(info->nce);
508 /* If we found a record in this nce, we can stop. */

Completed in 25 milliseconds