crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
130
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
200
mswap(PAGE *pg)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
49
static void mswap __P((PAGE *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
64
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
131
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
174
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
194
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
305
__bt_dmpage(PAGE *h)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
315
__bt_dpage(DB *dbp, PAGE *h)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
336
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
88
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
140
__bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
145
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
288
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
370
__bt_pdelete(BTREE *t, PAGE *h)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
373
PAGE *pg;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
464
__bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
51
static int __bt_curdel __P((BTREE *, const DBT *, PAGE *, u_int));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
52
static int __bt_pdelete __P((BTREE *, PAGE *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
525
__bt_curdel(BTREE *t, const DBT *key, PAGE *h, u_int idx)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
529
PAGE *pg;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
53
static int __bt_stkacq __P((BTREE *, PAGE **, CURSOR *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
620
__bt_relink(BTREE *t, PAGE *h)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
622
PAGE *pg;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_delete.c
66
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
355
PAGE *meta, *root;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_overflow.c
136
PAGE *h, *last;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_overflow.c
187
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_overflow.c
82
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_page.c
60
__bt_free(BTREE *t, PAGE *h)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_page.c
83
PAGE *
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_page.c
86
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_put.c
273
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_put.c
72
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_search.c
148
__bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_search.c
224
__bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_search.c
48
static int __bt_snext __P((BTREE *, PAGE *, const DBT *, int *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_search.c
49
static int __bt_sprev __P((BTREE *, PAGE *, const DBT *, int *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_search.c
68
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_seq.c
181
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_seq.c
272
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_seq.c
401
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_seq.c
440
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_seq.c
490
PAGE *h, *hprev;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
342
static PAGE *
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
343
bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
345
PAGE *l, *r, *tp;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
384
if ((l = (PAGE *)malloc(t->bt_psize)) == NULL) {
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
443
static PAGE *
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
444
bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
446
PAGE *l, *r, *tp;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
487
bt_rroot(BTREE *t, PAGE *h, PAGE *l, PAGE *r)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
51
static int bt_broot __P((BTREE *, PAGE *, PAGE *, PAGE *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
52
static PAGE *bt_page
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
525
bt_broot(BTREE *t, PAGE *h, PAGE *l, PAGE *r)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
53
__P((BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
55
static PAGE *bt_psplit
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
56
__P((BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
57
static PAGE *bt_root
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
58
__P((BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
59
static int bt_rroot __P((BTREE *, PAGE *, PAGE *, PAGE *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
60
static recno_t rec_total __P((PAGE *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
602
static PAGE *
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
603
bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
609
PAGE *rval;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
780
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
804
rec_total(PAGE *h)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
82
__bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags,
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
89
PAGE *h, *l, *r, *lchild, *rchild;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_utils.c
155
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/btree.h
247
PAGE *page; /* the (pinned) page */
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/btree.h
310
PAGE *bt_pinned; /* page pinned across calls */
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/extern.h
101
int __bt_relink __P((BTREE *, PAGE *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/extern.h
73
int __bt_dleaf __P((BTREE *, const DBT *, PAGE *, u_int));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/extern.h
75
int __bt_free __P((BTREE *, PAGE *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/extern.h
77
PAGE *__bt_new __P((BTREE *, db_pgno_t *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/extern.h
86
int __bt_split __P((BTREE *, PAGE *,
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/extern.h
95
int __bt_dpage __P((DB *, PAGE *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/extern.h
96
int __bt_dmpage __P((PAGE *));
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/extern.h
58
int __rec_dleaf __P((BTREE *, PAGE *, u_int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_delete.c
120
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_delete.c
149
__rec_dleaf(BTREE *t, PAGE *h, u_int32_t idx)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_open.c
64
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_put.c
190
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_search.c
67
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
863
PAGE *h;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
920
static PAGE *
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
923
PAGE *h = NULL;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
951
PAGE *h = NULL;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
577
PAGE *h = NULL;
lib/libc/db/btree/bt_conv.c
122
PAGE *h;
lib/libc/db/btree/bt_conv.c
191
mswap(PAGE *pg)
lib/libc/db/btree/bt_conv.c
42
static void mswap(PAGE *);
lib/libc/db/btree/bt_conv.c
57
PAGE *h;
lib/libc/db/btree/bt_debug.c
130
PAGE *h;
lib/libc/db/btree/bt_debug.c
144
__bt_dpage(PAGE *h)
lib/libc/db/btree/bt_debug.c
245
PAGE *h;
lib/libc/db/btree/bt_debug.c
55
PAGE *h;
lib/libc/db/btree/bt_debug.c
94
__bt_dmpage(PAGE *h)
lib/libc/db/btree/bt_delete.c
135
__bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c)
lib/libc/db/btree/bt_delete.c
140
PAGE *h;
lib/libc/db/btree/bt_delete.c
282
PAGE *h;
lib/libc/db/btree/bt_delete.c
364
__bt_pdelete(BTREE *t, PAGE *h)
lib/libc/db/btree/bt_delete.c
367
PAGE *pg;
lib/libc/db/btree/bt_delete.c
45
static int __bt_curdel(BTREE *, const DBT *, PAGE *, u_int);
lib/libc/db/btree/bt_delete.c
458
__bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx)
lib/libc/db/btree/bt_delete.c
46
static int __bt_pdelete(BTREE *, PAGE *);
lib/libc/db/btree/bt_delete.c
47
static int __bt_relink(BTREE *, PAGE *);
lib/libc/db/btree/bt_delete.c
48
static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
lib/libc/db/btree/bt_delete.c
519
__bt_curdel(BTREE *t, const DBT *key, PAGE *h, u_int idx)
lib/libc/db/btree/bt_delete.c
523
PAGE *pg;
lib/libc/db/btree/bt_delete.c
61
PAGE *h;
lib/libc/db/btree/bt_delete.c
614
__bt_relink(BTREE *t, PAGE *h)
lib/libc/db/btree/bt_delete.c
616
PAGE *pg;
lib/libc/db/btree/bt_open.c
346
PAGE *meta, *root;
lib/libc/db/btree/bt_overflow.c
130
PAGE *h, *last;
lib/libc/db/btree/bt_overflow.c
181
PAGE *h;
lib/libc/db/btree/bt_overflow.c
76
PAGE *h;
lib/libc/db/btree/bt_page.c
54
__bt_free(BTREE *t, PAGE *h)
lib/libc/db/btree/bt_page.c
77
PAGE *
lib/libc/db/btree/bt_page.c
80
PAGE *h;
lib/libc/db/btree/bt_put.c
262
PAGE *h;
lib/libc/db/btree/bt_put.c
66
PAGE *h;
lib/libc/db/btree/bt_search.c
142
__bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp)
lib/libc/db/btree/bt_search.c
177
__bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp)
lib/libc/db/btree/bt_search.c
42
static int __bt_snext(BTREE *, PAGE *, const DBT *, int *);
lib/libc/db/btree/bt_search.c
43
static int __bt_sprev(BTREE *, PAGE *, const DBT *, int *);
lib/libc/db/btree/bt_search.c
62
PAGE *h;
lib/libc/db/btree/bt_seq.c
145
PAGE *h;
lib/libc/db/btree/bt_seq.c
230
PAGE *h;
lib/libc/db/btree/bt_seq.c
328
PAGE *h, *hprev;
lib/libc/db/btree/bt_split.c
332
static PAGE *
lib/libc/db/btree/bt_split.c
333
bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
lib/libc/db/btree/bt_split.c
335
PAGE *l, *r, *tp;
lib/libc/db/btree/bt_split.c
374
if ((l = (PAGE *)calloc(1, t->bt_psize)) == NULL) {
lib/libc/db/btree/bt_split.c
430
static PAGE *
lib/libc/db/btree/bt_split.c
431
bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
lib/libc/db/btree/bt_split.c
433
PAGE *l, *r, *tp;
lib/libc/db/btree/bt_split.c
45
static int bt_broot(BTREE *, PAGE *, PAGE *, PAGE *);
lib/libc/db/btree/bt_split.c
46
static PAGE *bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
lib/libc/db/btree/bt_split.c
474
bt_rroot(BTREE *t, PAGE *h, PAGE *l, PAGE *r)
lib/libc/db/btree/bt_split.c
48
static PAGE *bt_psplit(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
lib/libc/db/btree/bt_split.c
49
static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
lib/libc/db/btree/bt_split.c
50
static int bt_rroot(BTREE *, PAGE *, PAGE *, PAGE *);
lib/libc/db/btree/bt_split.c
51
static recno_t rec_total(PAGE *);
lib/libc/db/btree/bt_split.c
512
bt_broot(BTREE *t, PAGE *h, PAGE *l, PAGE *r)
lib/libc/db/btree/bt_split.c
589
static PAGE *
lib/libc/db/btree/bt_split.c
590
bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen)
lib/libc/db/btree/bt_split.c
596
PAGE *rval;
lib/libc/db/btree/bt_split.c
73
__bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags,
lib/libc/db/btree/bt_split.c
766
PAGE *h;
lib/libc/db/btree/bt_split.c
790
rec_total(PAGE *h)
lib/libc/db/btree/bt_split.c
80
PAGE *h, *l, *r, *lchild, *rchild;
lib/libc/db/btree/bt_utils.c
145
PAGE *h;
lib/libc/db/btree/btree.h
243
PAGE *page; /* the (pinned) page */
lib/libc/db/btree/btree.h
306
PAGE *bt_pinned; /* page pinned across calls */
lib/libc/db/btree/extern.h
38
int __bt_dleaf(BTREE *, const DBT *, PAGE *, u_int);
lib/libc/db/btree/extern.h
40
int __bt_free(BTREE *, PAGE *);
lib/libc/db/btree/extern.h
42
PAGE *__bt_new(BTREE *, pgno_t *);
lib/libc/db/btree/extern.h
51
int __bt_split(BTREE *, PAGE *,
lib/libc/db/btree/extern.h
61
void __bt_dpage(PAGE *);
lib/libc/db/recno/extern.h
36
int __rec_dleaf(BTREE *, PAGE *, u_int32_t);
lib/libc/db/recno/rec_delete.c
114
PAGE *h;
lib/libc/db/recno/rec_delete.c
143
__rec_dleaf(BTREE *t, PAGE *h, u_int32_t idx)
lib/libc/db/recno/rec_open.c
58
PAGE *h;
lib/libc/db/recno/rec_put.c
188
PAGE *h;
lib/libc/db/recno/rec_search.c
61
PAGE *h;
lib/libc/db/test/btree.tests/main.c
707
PAGE *h;
stand/kboot/kboot/main.c
243
pa2 = rounddown(pa, PAGE);
stand/kboot/kboot/main.c
262
va = host_mmap(0, PAGE, HOST_PROT_READ, HOST_MAP_SHARED, smbios_fd, pa2);
stand/kboot/kboot/main.c
275
host_munmap(map[i].va, PAGE);
tools/boot/smbios/main.c
44
pa2 = rounddown(pa, PAGE);
tools/boot/smbios/main.c
52
va = mmap(0, PAGE, PROT_READ, MAP_SHARED, fd, pa2);
tools/boot/smbios/main.c
65
munmap(map[i].va, PAGE);