Searched refs:fsnuuid (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_add.c49 char *fsnuuid = NULL; local
78 fsnuuid = strdup(uuid);
80 fsnuuid = nsdb_gen_uuid();
81 if (fsnuuid == NULL) {
87 fsnuuid, nce);
93 attrs = nsdb_create_fsn(nsdb, annotations, fsnuuid);
137 fsnuuid, l->fsluuid);
158 nsdb_lookup_flush(nsdb, port, fsnuuid);
161 free(fsnuuid);
H A Dnsdb_primitives.c414 nsdb_create_fsn(char *nsdb, char *annotations, char *fsnuuid) argument
420 if (nsdb == NULL || fsnuuid == NULL)
434 attrs[i]->mod_values = char_to_array(fsnuuid, NULL, NULL);
457 char *fsnuuid, char *fsluuid)
467 fsnuuid == NULL || fsluuid == NULL)
505 attrs[i]->mod_values = char_to_array(fsnuuid, NULL, NULL);
456 nsdb_create_fsl(char *nsdb, char *host, char *path, char *annotations, char *fsnuuid, char *fsluuid) argument

Completed in 23 milliseconds