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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c88 * db_open --
92 db_open(fname, type, flags, mode, dbenv, dbinfo, dbpp) function
120 if ((ret = __db_fchk(dbenv, "db_open", flags, OKFLAGS)) != 0)
125 * You can't specify threads during the db_open() if the
135 * Specifying a cachesize to db_open(3), after creating an
162 /* Convert the db_open(3) flags. */
402 "db_open", btm->flags, BTM_MASK)) != 0)
441 "db_open", hashm->flags, DB_HASH_DUP)) != 0)
652 "db_open", dbinfo->flags, DB_RECNUM | DB_DUP)) != 0)
655 "db_open", dbinf
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c308 static int db_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
331 db_open, /* open */
1378 db_open(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) function

Completed in 73 milliseconds