Home
last modified time | relevance | path

Searched refs:PAGE (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/src/lib/libc/db/btree/
Dbt_split.c54 static int bt_broot(BTREE *, PAGE *, PAGE *, PAGE *);
55 static PAGE *bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
57 static PAGE *bt_psplit(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
58 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
59 static int bt_rroot(BTREE *, PAGE *, PAGE *, PAGE *);
60 static recno_t rec_total(PAGE *);
82 __bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags, in __bt_split()
89 PAGE *h, *l, *r, *lchild, *rchild; in __bt_split()
346 static PAGE *
347 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page()
[all …]
Dextern.h42 int __bt_dleaf(BTREE *, const DBT *, PAGE *, unsigned int);
44 int __bt_free(BTREE *, PAGE *);
46 PAGE *__bt_new(BTREE *, pgno_t *);
51 int __bt_relink(BTREE *, PAGE *);
56 int __bt_split(BTREE *, PAGE *,
65 void __bt_dmpage(PAGE *);
67 void __bt_dpage(PAGE *);
Dbt_delete.c54 static int __bt_curdel(BTREE *, const DBT *, PAGE *, u_int);
55 static int __bt_pdelete(BTREE *, PAGE *);
56 static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
69 PAGE *h; in __bt_delete()
144 __bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c) in __bt_stkacq()
149 PAGE *h; in __bt_stkacq()
291 PAGE *h; in __bt_bdelete()
373 __bt_pdelete(BTREE *t, PAGE *h) in __bt_pdelete()
376 PAGE *pg; in __bt_pdelete()
468 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_dleaf()
[all …]
Dbt_page.c63 __bt_free(BTREE *t, PAGE *h) in __bt_free()
86 PAGE *
89 PAGE *h; in __bt_new()
Dbt_search.c51 static int __bt_snext(BTREE *, PAGE *, const DBT *, int *);
52 static int __bt_sprev(BTREE *, PAGE *, const DBT *, int *);
71 PAGE *h; in __bt_search()
151 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_snext()
228 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_sprev()
Dbt_conv.c49 static void mswap(PAGE *);
64 PAGE *h; in __bt_pgin()
131 PAGE *h; in __bt_pgout()
202 mswap(PAGE *pg) in mswap()
Dbt_debug.c84 PAGE *h; in __bt_dump()
127 __bt_dmpage(PAGE *h) in __bt_dmpage()
181 PAGE *h; in __bt_dnpage()
200 __bt_dpage(PAGE *h) in __bt_dpage()
304 PAGE *h; in __bt_stat()
Dbt_overflow.c85 PAGE *h; in __ovfl_get()
142 PAGE *h, *last; in __ovfl_put()
199 PAGE *h; in __ovfl_delete()
Dbtree.h86 } PAGE; typedef
96 NEXTINDEX(const PAGE *p) { in NEXTINDEX()
297 PAGE *page; /* the (pinned) page */
360 PAGE *bt_pinned; /* page pinned across calls */
Dbt_seq.c158 PAGE *h; in __bt_seqset()
249 PAGE *h; in __bt_seqadv()
377 PAGE *h; in __bt_rseq_next()
416 PAGE *h; in __bt_rseq_prev()
466 PAGE *h, *hprev; in __bt_first()
Dbt_put.c75 PAGE *h; in __bt_put()
270 PAGE *h; in bt_fast()
Dbt_utils.c153 PAGE *h; in __bt_cmp()
Dbt_open.c354 PAGE *meta, *root; in nroot()
/netbsd/src/sys/dev/pcmcia/
Dif_xi.c283 PAGE(sc, 0); in xi_intr()
303 PAGE(sc, 0x40); in xi_intr()
316 PAGE(sc, 0); in xi_intr()
379 PAGE(sc, 0); in xi_intr()
398 PAGE(sc, 0); in xi_get()
559 PAGE(sc, 2); in xi_mdi_read()
588 PAGE(sc, 2); in xi_mdi_write()
660 PAGE(sc, 0x40); in xi_stop()
664 PAGE(sc, 0); in xi_stop()
667 PAGE(sc, 1); in xi_stop()
[all …]
Dif_xireg.h283 #define PAGE(sc, page) \ macro
/netbsd/src/external/gpl3/binutils/dist/ld/scripttempl/
Dtic54xcoff.sc24 /*PAGE 0 : */ prog (RXI) : ORIGIN = 0x00000080, LENGTH = 0xFF00
25 /*PAGE 1 : */ data (W) : ORIGIN = 0x01000080, LENGTH = 0xFF80
/netbsd/src/lib/libc/db/recno/
Drec_delete.c123 PAGE *h; in rec_rdelete()
152 __rec_dleaf(BTREE *t, PAGE *h, uint32_t idx) in __rec_dleaf()
Dextern.h38 int __rec_dleaf(BTREE *, PAGE *, uint32_t);
Drec_search.c70 PAGE *h; in __rec_search()
Drec_open.c65 PAGE *h; in __rec_open()
Drec_put.c197 PAGE *h; in __rec_iput()
/netbsd/src/tests/lib/libc/db/
Dh_db.c87 extern int __bt_relink(BTREE *, PAGE *);
527 PAGE *h = NULL; in unlinkpg()
/netbsd/src/external/bsd/libpcap/dist/msdos/
Dpkt_rx0.asm1 PAGE 60,132 label
/netbsd/src/share/doc/papers/px/
Dfig2.3.raw65 PAGE 3.8 Output a formfeed to a text file
/netbsd/src/external/bsd/less/dist/
Dlesskey.man73 \kD PAGE DOWN
83 \kU PAGE UP

12