Searched refs:P_TYPE (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/db/btree/ |
H A D | bt_conv.c | 78 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin() 93 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgin() 136 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout() 151 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgout()
|
H A D | bt_split.c | 168 switch (rchild->flags & P_TYPE) { in __bt_split() 221 switch (rchild->flags & P_TYPE) { in __bt_split() 349 r->flags = h->flags & P_TYPE; in bt_page() 383 l->flags = h->flags & P_TYPE; in bt_page() 451 l->flags = r->flags = h->flags & P_TYPE; in bt_root() 492 h->flags &= ~P_TYPE; in bt_rroot() 532 switch (h->flags & P_TYPE) { in bt_broot() 568 h->flags &= ~P_TYPE; in bt_broot() 618 switch (h->flags & P_TYPE) { in bt_psplit() 715 switch (h->flags & P_TYPE) { in bt_psplit()
|
H A D | bt_debug.c | 179 switch (h->flags & P_TYPE) { in __bt_dpage() 255 switch (h->flags & P_TYPE) { in __bt_stat()
|
H A D | btree.h | 73 #define P_TYPE 0x1f /* type mask */ macro
|
/freebsd/lib/libc/db/recno/ |
H A D | rec_open.c | 192 if ((h->flags & P_TYPE) == P_BLEAF) { in __rec_open() 193 F_CLR(h, P_TYPE); in __rec_open()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 75 P_TYPE, P_OFFSET, P_VADDR, P_PADDR, P_FILESZ, P_MEMSZ, P_FLAGS, enumerator 644 type = elf_get_word(e, v, P_TYPE); in main() 788 type = elf_get_word(e, v, P_TYPE); in elf_print_phdr()
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.sh | 3378 while read FPATH TYPE OWNER GROUP PERM HASH LINK P_TYPE P_OWNER P_GROUP P_PERM P_HASH P_LINK; do 3380 if ! [ "${TYPE}" = "${P_TYPE}" ]; then 3382 case "${P_TYPE}" in
|