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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c86 static struct db_list *db_get_db(char *fhpath, fsid_t *fsid, int *errorp,
212 * db_get_db - gets the database for the filesystem, or creates one
217 db_get_db(char *fhpath, fsid_t *fsid, int *errorp, int create_flag) function
235 "db_get_db: malloc db failed: Error %s"),
244 "db_get_db: malloc dbpath failed: Error %s"),
256 "db_get_db: dbm_open db '%s' failed: Error %s"),
279 (void) printf("db_get_db: db %s opened\n", newp->path);
367 dbp = db_get_db(fhpath, &fsid, &error, 0);
1318 dbp = db_get_db(fhpath, &fh->fh_fsid, &error, O_CREAT);
1377 dbp = db_get_db(fhpat
[all...]

Completed in 47 milliseconds