| /netbsd/src/lib/libc/db/btree/ |
| D | bt_split.c | 54 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 …]
|
| D | extern.h | 42 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 *);
|
| D | bt_delete.c | 54 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 …]
|
| D | bt_page.c | 63 __bt_free(BTREE *t, PAGE *h) in __bt_free() 86 PAGE * 89 PAGE *h; in __bt_new()
|
| D | bt_search.c | 51 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()
|
| D | bt_conv.c | 49 static void mswap(PAGE *); 64 PAGE *h; in __bt_pgin() 131 PAGE *h; in __bt_pgout() 202 mswap(PAGE *pg) in mswap()
|
| D | bt_debug.c | 84 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()
|
| D | bt_overflow.c | 85 PAGE *h; in __ovfl_get() 142 PAGE *h, *last; in __ovfl_put() 199 PAGE *h; in __ovfl_delete()
|
| D | btree.h | 86 } PAGE; typedef 96 NEXTINDEX(const PAGE *p) { in NEXTINDEX() 297 PAGE *page; /* the (pinned) page */ 360 PAGE *bt_pinned; /* page pinned across calls */
|
| D | bt_seq.c | 158 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()
|
| D | bt_put.c | 75 PAGE *h; in __bt_put() 270 PAGE *h; in bt_fast()
|
| D | bt_utils.c | 153 PAGE *h; in __bt_cmp()
|
| D | bt_open.c | 354 PAGE *meta, *root; in nroot()
|
| /netbsd/src/sys/dev/pcmcia/ |
| D | if_xi.c | 283 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 …]
|
| D | if_xireg.h | 283 #define PAGE(sc, page) \ macro
|
| /netbsd/src/external/gpl3/binutils/dist/ld/scripttempl/ |
| D | tic54xcoff.sc | 24 /*PAGE 0 : */ prog (RXI) : ORIGIN = 0x00000080, LENGTH = 0xFF00 25 /*PAGE 1 : */ data (W) : ORIGIN = 0x01000080, LENGTH = 0xFF80
|
| /netbsd/src/lib/libc/db/recno/ |
| D | rec_delete.c | 123 PAGE *h; in rec_rdelete() 152 __rec_dleaf(BTREE *t, PAGE *h, uint32_t idx) in __rec_dleaf()
|
| D | extern.h | 38 int __rec_dleaf(BTREE *, PAGE *, uint32_t);
|
| D | rec_search.c | 70 PAGE *h; in __rec_search()
|
| D | rec_open.c | 65 PAGE *h; in __rec_open()
|
| D | rec_put.c | 197 PAGE *h; in __rec_iput()
|
| /netbsd/src/tests/lib/libc/db/ |
| D | h_db.c | 87 extern int __bt_relink(BTREE *, PAGE *); 527 PAGE *h = NULL; in unlinkpg()
|
| /netbsd/src/external/bsd/libpcap/dist/msdos/ |
| D | pkt_rx0.asm | 1 PAGE 60,132 label
|
| /netbsd/src/share/doc/papers/px/ |
| D | fig2.3.raw | 65 PAGE 3.8 Output a formfeed to a text file
|
| /netbsd/src/external/bsd/less/dist/ |
| D | lesskey.man | 73 \kD PAGE DOWN 83 \kU PAGE UP
|