Searched refs:__db_shalloc (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/log/ |
H A D | log_register.c | 90 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 D | log.c | 122 if ((ret = __db_shalloc(dblp->addr,
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | common_ext.h | 27 int __db_shalloc __P((void *, size_t, size_t, void *));
|
/illumos-gate/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_region.c | 68 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 D | db_salloc.c | 70 __db_shalloc(p, len, align, retp) in __db_shalloc() function
|
/illumos-gate/usr/src/cmd/sendmail/db/txn/ |
H A D | txn_rec.c | 276 if ((ret = __db_shalloc(mgr->mem, sizeof(TXN_DETAIL), 0, &td)) != 0)
|
H A D | txn.c | 186 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 D | lock.c | 834 __db_shalloc(lt->mem, obj_size, 0, &p)) != 0) { 842 (void)__db_shalloc(lt->mem, obj_size, 0, &p);
|