Home
last modified time | relevance | path

Searched refs:ppage (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/sendmail/db/btree/
H A Dbt_split.c574 PAGE *ppage; local
583 ppage = parent->page;
621 if (P_FREESPACE(ppage) < nbytes)
636 if ((ret = __db_pitem(dbc, ppage, off,
654 if (ppage->prev_pgno == PGNO_INVALID && off <= 1)
671 if (P_FREESPACE(ppage) < nbytes)
685 if ((ret = __db_pitem(dbc, ppage, off,
693 if (P_FREESPACE(ppage) < nbytes)
707 if ((ret = __db_pitem(dbc, ppage, off,
725 if (P_FREESPACE(ppage) < nbytes)
[all …]
/titanic_44/usr/src/cmd/sendmail/db/db/
H A Ddb_rec.c211 goto ppage;
254 ppage: if (argp->prev_pgno != PGNO_INVALID) {
/titanic_44/usr/src/uts/i86xpv/
H A DMakefile.files95 ppage.o \
/titanic_44/usr/src/uts/i86pc/
H A DMakefile.files112 ppage.o \
/titanic_44/usr/src/uts/sun4v/
H A DMakefile.files65 CORE_OBJS += ppage.o
/titanic_44/usr/src/uts/sun4u/
H A DMakefile.files64 CORE_OBJS += ppage.o
/titanic_44/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c215 goto ppage;
260 ppage: if (argp->prev_pgno != PGNO_INVALID) {