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

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_rec.c76 DB_ENTRY *dbe; local
127 dbe = &logp->dbentry[argp->id];
128 if (dbe->dbp != NULL && --dbe->refcount == 0) {
129 ret = dbe->dbp->close(dbe->dbp, 0);
130 if (dbe->name != NULL) {
131 __os_freestr(dbe->name);
132 dbe->name = NULL;
175 DB_ENTRY *dbe; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.h59 struct dbe { /* element of a directory cache */ struct
67 struct dbe db_hash[DB_HASH]; /* hash buckets */
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_cfgfile.c228 char *db, *dbe; local
299 dbe = c2 + 1;
315 *dbe = '\0';
H A Dnscd_nswstate.c256 const nscd_db_entry_t *dbe; local
289 dbe = _nscd_get_db_entry(be_db, NSCD_DATA_BACKEND_INFO,
291 if (dbe != NULL)
292 be_info = (nscd_be_info_t *)*(dbe->data_array);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h119 rfs4_dbe_t *dbe; member in struct:__anon605
464 * dbe - encapsulation struct
534 * dbe - encapsulation struct
569 * dbe - encapsulation struct
598 * dbe - encapsulation struct
613 * dbe - encapsulation struct
642 * dbe - encapsulation struct
707 * dbe - encapsulation struct
722 * caller have a reference to the containing rfs4_file. The dbe

Completed in 101 milliseconds