Home
last modified time | relevance | path

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

/titanic_53/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_53/usr/src/tools/btxld/
H A Dbtxld.c95 static int ppage = -1; /* First page present */ variable
164 ppage = optpage(optarg, 1); in main()
249 if (ppage > 0 || (ppage && wpage && ihdr.org >= BTX_PGSIZE)) { in btxld()
/titanic_53/usr/src/cmd/sendmail/db/db/
H A Ddb_rec.c211 goto ppage;
254 ppage: if (argp->prev_pgno != PGNO_INVALID) {
/titanic_53/usr/src/uts/i86xpv/
H A DMakefile.files95 ppage.o \
/titanic_53/usr/src/uts/i86pc/
H A DMakefile.files112 ppage.o \
/titanic_53/usr/src/uts/sun4v/
H A DMakefile.files65 CORE_OBJS += ppage.o
/titanic_53/usr/src/uts/sun4u/
H A DMakefile.files64 CORE_OBJS += ppage.o
/titanic_53/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c215 goto ppage;
260 ppage: if (argp->prev_pgno != PGNO_INVALID) {