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

/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_add.c45 char *uuid, char *annotations, int numloc, nsdb_entry_t **locs)
93 attrs = nsdb_create_fsn(nsdb, annotations, fsnuuid);
136 attrs = nsdb_create_fsl(nsdb, l->host, l->path, l->annotations,
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
H A Dnsdb_primitives.c380 split_annotations(char *annotations, int *num) argument
385 s = annotations;
414 nsdb_create_fsn(char *nsdb, char *annotations, char *fsnuuid) argument
422 if (annotations != NULL)
423 asplit = split_annotations(annotations, &anum);
456 nsdb_create_fsl(char *nsdb, char *host, char *path, char *annotations, argument
469 if (annotations != NULL)
470 asplit = split_annotations(annotations, &anum);

Completed in 22 milliseconds