Searched refs:dbe (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-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...]
/opensolaris-onvv-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 */
H A Dcache_a.out.c75 struct dbe *ep;
102 for (ep = (struct dbe *)&(dbp->db_hash[index]); (ep && ep->dbe_lop);
105 (struct dbe *)&AP(dbp)[ep->dbe_next]) {
164 struct dbe *ep; /* working db_entry ptr. */
260 ep = (struct dbe *)&AP(dbp)[ep->dbe_next]) {
283 calloc(sizeof (struct dbe), 1));
285 ep = (struct dbe *)
373 * Make a pass through the data base to set the dbe_name of a dbe. This
386 struct dbe *ep; /* working copy of dbe */
[all...]
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c505 entry->dbe_data->dbe = entry;
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dnfs4.h104 rfs4_dbe_t *dbe; member in struct:__anon6878
449 * dbe - encapsulation struct
519 * dbe - encapsulation struct
554 * dbe - encapsulation struct
583 * dbe - encapsulation struct
598 * dbe - encapsulation struct
627 * dbe - encapsulation struct
692 * dbe - encapsulation struct
707 * caller have a reference to the containing rfs4_file. The dbe

Completed in 157 milliseconds