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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c119 static int db_add_secondary(struct db_list *dbp, fhandle_t *dfh, char *name,
981 * db_add_secondary - add secondary record to the database (for the directory
990 db_add_secondary(struct db_list *dbp, fhandle_t *dfh, char *name, function
1001 (void) printf("db_add_secondary entered: name '%s'\n", name);
1007 &error, "db_add_secondary primary");
1014 "db_add_secondary primary");
1033 (void) printf("db_add_secondary: no next link\n");
1048 "db_add_secondary: replace primary failed\n");
1062 debug_print_key(stderr, "db_add_secondary", "next key\n ",
1067 &error, "db_add_secondary nex
[all...]

Completed in 46 milliseconds