Searched defs:locations (Results 1 - 3 of 3) sorted by relevance
| /osnet-11/usr/src/lib/libfedfs/common/ |
| H A D | list_fsns.c | 38 * Return the number of fsn UUIDs provided in 'locations'. 45 list_fsns(char *host, int port, char *nce, char ***locations) argument 60 if (host == NULL || nce == NULL || locations == NULL) 150 *locations = entries;
|
| H A D | nsdb_add.c | 39 * new locations (FSLs) only or also a fileset name (FSN). 172 * locations remain. 274 char *fsn, int nsdblocs, nsdb_entry_t **locations) 280 0, fsn, locations[i]->fsluuid); 273 nsdb_remove_all(char *host, int port, char *nce, char *admin, char *pw, char *fsn, int nsdblocs, nsdb_entry_t **locations) argument
|
| H A D | nsdb_lookup.c | 44 nsdb_entry_t **locations; member in struct:nsdb_cache_node 53 copy_nsdblist(int numloc, nsdb_entry_t **locations) argument 63 newlocs[i]->host = strdup(locations[i]->host); 66 newlocs[i]->fsluuid = strdup(locations[i]->fsluuid); 69 if (locations[i]->path != NULL) { 70 newlocs[i]->path = strdup(locations[i]->path); 74 if (locations[i]->share != NULL) { 75 newlocs[i]->share = strdup(locations[i]->share); 79 if (locations[i]->annotations != NULL) { 81 strdup(locations[ 198 nsdb_lookup_cache(char *host, int port, char *uuid, nsdb_entry_t ***locations) argument 260 nsdb_lookup(char *host, int port, char *uuid, int fstype, nsdb_entry_t ***locations) argument [all...] |
Completed in 27 milliseconds