Searched defs:nsdb (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_add.c38 * Adds FedFS data backing a referral to nsdb/port. Can add
44 nsdb_add(char *nsdb, int port, char *nce, char *admin, char *pw, int createfsn, argument
67 nsdb, port, admin, pw);
69 ld = nsdb_connect(nsdb, port, admin, pw);
93 attrs = nsdb_create_fsn(nsdb, annotations, fsnuuid);
136 attrs = nsdb_create_fsl(nsdb, l->host, l->path, l->annotations,
158 nsdb_lookup_flush(nsdb, port, fsnuuid);
170 * Removes FedFS data backing a referral from nsdb/port. Can remove
177 nsdb_remove(char *nsdb, int port, char *nce, char *admin, char *pw, argument
185 if (nsdb
[all...]
H A Dnsdb_primitives.c97 nsdb_connect(char *nsdb, int port, char *admin, char *password) argument
109 nsdb, port, admin, password);
117 host = nsdb;
414 nsdb_create_fsn(char *nsdb, char *annotations, char *fsnuuid) argument
420 if (nsdb == NULL || fsnuuid == NULL)
438 attrs[i]->mod_values = char_to_array(nsdb, NULL, NULL);
456 nsdb_create_fsl(char *nsdb, char *host, char *path, char *annotations, argument
466 if (nsdb == NULL || host == NULL || path == NULL ||
485 attrs[i]->mod_values = char_to_array(nsdb, NULL, NULL);

Completed in 22 milliseconds