Searched refs:P_TYPE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/lib/libc/db/btree/ |
| H A D | bt_conv.c | 84 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin() 99 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgin() 142 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout() 157 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgout()
|
| H A D | bt_split.c | 174 switch (rchild->flags & P_TYPE) { in __bt_split() 227 switch (rchild->flags & P_TYPE) { in __bt_split() 355 r->flags = h->flags & P_TYPE; in bt_page() 389 l->flags = h->flags & P_TYPE; in bt_page() 457 l->flags = r->flags = h->flags & P_TYPE; in bt_root() 498 h->flags &= ~P_TYPE; in bt_rroot() 538 switch (h->flags & P_TYPE) { in bt_broot() 574 h->flags &= ~P_TYPE; in bt_broot() 624 switch (h->flags & P_TYPE) { in bt_psplit() 721 switch (h->flags & P_TYPE) { in bt_psplit()
|
| H A D | bt_debug.c | 185 switch (h->flags & P_TYPE) { in __bt_dpage() 261 switch (h->flags & P_TYPE) { in __bt_stat()
|
| H A D | btree.h | 76 #define P_TYPE 0x1f /* type mask */ macro
|
| /freebsd-13.1/lib/libc/db/recno/ |
| H A D | rec_open.c | 198 if ((h->flags & P_TYPE) == P_BLEAF) { in __rec_open() 199 F_CLR(h, P_TYPE); in __rec_open()
|
| /freebsd-13.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 78 P_TYPE, P_OFFSET, P_VADDR, P_PADDR, P_FILESZ, P_MEMSZ, P_FLAGS, enumerator 647 type = elf_get_word(e, v, P_TYPE); in main() 791 type = elf_get_word(e, v, P_TYPE); in elf_print_phdr()
|
| /freebsd-13.1/usr.sbin/freebsd-update/ |
| H A D | freebsd-update.sh | 3252 while read FPATH TYPE OWNER GROUP PERM HASH LINK P_TYPE P_OWNER P_GROUP P_PERM P_HASH P_LINK; do 3254 if ! [ "${TYPE}" = "${P_TYPE}" ]; then 3256 case "${P_TYPE}" in
|