Home
last modified time | relevance | path

Searched refs:__db_shalloc (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_register.c90 else if ((ret = __db_shalloc(dblp->addr, sizeof(FNAME), 0, &fnp)) != 0)
100 if ((ret = __db_shalloc(dblp->addr, len, 0, &namep)) != 0)
H A Dlog.c122 if ((ret = __db_shalloc(dblp->addr,
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dcommon_ext.h27 int __db_shalloc __P((void *, size_t, size_t, void *));
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c68 alloc: if ((ret = __db_shalloc(dbmp->addr, len, MUTEX_ALIGNMENT, &p)) == 0) {
301 if ((ret = __db_shalloc(dbmp->addr,
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_salloc.c70 __db_shalloc(p, len, align, retp) in __db_shalloc() function
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn_rec.c276 if ((ret = __db_shalloc(mgr->mem, sizeof(TXN_DETAIL), 0, &td)) != 0)
H A Dtxn.c186 if ((ret = __db_shalloc(tmgrp->mem, sizeof(db_mutex_t),
330 if ((ret = __db_shalloc(mgr->mem, sizeof(TXN_DETAIL), 0, &td)) != 0
332 ret = __db_shalloc(mgr->mem, sizeof(TXN_DETAIL), 0, &td);
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock.c834 __db_shalloc(lt->mem, obj_size, 0, &p)) != 0) {
842 (void)__db_shalloc(lt->mem, obj_size, 0, &p);