Searched refs:ppage (Results 1 – 8 of 8) sorted by relevance
| /titanic_53/usr/src/cmd/sendmail/db/btree/ |
| H A D | bt_split.c | 574 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 D | btxld.c | 95 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 D | db_rec.c | 211 goto ppage; 254 ppage: if (argp->prev_pgno != PGNO_INVALID) {
|
| /titanic_53/usr/src/uts/i86xpv/ |
| H A D | Makefile.files | 95 ppage.o \
|
| /titanic_53/usr/src/uts/i86pc/ |
| H A D | Makefile.files | 112 ppage.o \
|
| /titanic_53/usr/src/uts/sun4v/ |
| H A D | Makefile.files | 65 CORE_OBJS += ppage.o
|
| /titanic_53/usr/src/uts/sun4u/ |
| H A D | Makefile.files | 64 CORE_OBJS += ppage.o
|
| /titanic_53/usr/src/cmd/sendmail/db/hash/ |
| H A D | hash_rec.c | 215 goto ppage; 260 ppage: if (argp->prev_pgno != PGNO_INVALID) {
|