Searched refs:rlayout (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dlog.h45 if ((dblp)->lp->rlayout.panic) \
144 RLAYOUT rlayout; /* General region information. */ member in struct:__log
H A Dmp.h111 if ((dbmp)->mp->rlayout.panic) \
203 RLAYOUT rlayout; /* General region information. */ member in struct:__mpool
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_pr.c65 dbmp->mp->rlayout.lock.mutex_set_wait;
67 dbmp->mp->rlayout.lock.mutex_set_nowait;
68 (*gspp)->st_refcnt = dbmp->mp->rlayout.refcnt;
69 (*gspp)->st_regsize = dbmp->mp->rlayout.size;
H A Dmp_open.c160 dbenv->mp_info->mp->rlayout.panic = 1;
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog.c169 dbenv->lg_info->lp->rlayout.panic = 1;
534 (*gspp)->st_region_nowait = lp->rlayout.lock.mutex_set_nowait;
535 (*gspp)->st_region_wait = lp->rlayout.lock.mutex_set_wait;
540 (*gspp)->st_refcnt = lp->rlayout.refcnt;
541 (*gspp)->st_regsize = lp->rlayout.size;

Completed in 29 milliseconds