Home
last modified time | relevance | path

Searched refs:ALLOCPGNO (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c502 if ((cmp_p == 0 && redo && argp->opcode == ALLOCPGNO) ||
513 } else if (cmp_n == 0 && !redo && argp->opcode == ALLOCPGNO) {
549 if (cmp_p == 0 && redo && argp->opcode == ALLOCPGNO) {
560 (cmp_n == 0 && !redo && argp->opcode == ALLOCPGNO)) {
H A Dhash_page.c1656 dbc->txn, &new_lsn, 0, ALLOCPGNO,
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash.h191 #define ALLOCPGNO 0x60 macro