Searched refs:numloc (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libfedfs/common/
H A Dstringtools.c37 nsdb_parse(int numloc, char **loclist) argument
43 locs = calloc(numloc + 1, sizeof (nsdb_entry_t *));
47 for (i = 0; i < numloc; i++) {
H A Dnsdb_lookup.c43 int numloc; member in struct:nsdb_cache_node
53 copy_nsdblist(int numloc, nsdb_entry_t **locations) argument
58 newlocs = (nsdb_entry_t **)calloc(sizeof (nsdb_entry_t *), numloc);
61 for (i = 0; i < numloc; i++) {
88 nsdb_free(numloc, newlocs);
112 nsdb_free(n->numloc, n->locations);
125 cache_nsdb(char *host, int port, char *uuid, int numloc, nsdb_entry_t **locs) argument
129 if (numloc == 0)
146 new->numloc = numloc;
[all...]
H A Dnsdb_add.c45 char *uuid, char *annotations, int numloc, nsdb_entry_t **locs)
116 for (i = 0, l = locs[0]; i < numloc; i++, l = locs[i]) {
44 nsdb_add(char *nsdb, int port, char *nce, char *admin, char *pw, int createfsn, char *uuid, char *annotations, int numloc, nsdb_entry_t **locs) argument

Completed in 16 milliseconds