Searched refs:P_TYPE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/lib/libc/db/btree/ |
| H A D | bt_conv.c | 81 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin() 96 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgin() 139 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout() 154 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgout()
|
| H A D | bt_split.c | 171 switch (rchild->flags & P_TYPE) { in __bt_split() 224 switch (rchild->flags & P_TYPE) { in __bt_split() 352 r->flags = h->flags & P_TYPE; in bt_page() 386 l->flags = h->flags & P_TYPE; in bt_page() 454 l->flags = r->flags = h->flags & P_TYPE; in bt_root() 495 h->flags &= ~P_TYPE; in bt_rroot() 535 switch (h->flags & P_TYPE) { in bt_broot() 571 h->flags &= ~P_TYPE; in bt_broot() 621 switch (h->flags & P_TYPE) { in bt_psplit() 718 switch (h->flags & P_TYPE) { in bt_psplit()
|
| H A D | bt_debug.c | 182 switch (h->flags & P_TYPE) { in __bt_dpage() 258 switch (h->flags & P_TYPE) { in __bt_stat()
|
| H A D | btree.h | 75 #define P_TYPE 0x1f /* type mask */ macro
|
| /freebsd-14.2/lib/libc/db/recno/ |
| H A D | rec_open.c | 195 if ((h->flags & P_TYPE) == P_BLEAF) { in __rec_open() 196 F_CLR(h, P_TYPE); in __rec_open()
|
| /freebsd-14.2/usr.bin/elfdump/ |
| H A D | elfdump.c | 76 P_TYPE, P_OFFSET, P_VADDR, P_PADDR, P_FILESZ, P_MEMSZ, P_FLAGS, enumerator 645 type = elf_get_word(e, v, P_TYPE); in main() 789 type = elf_get_word(e, v, P_TYPE); in elf_print_phdr()
|
| /freebsd-14.2/usr.sbin/freebsd-update/ |
| H A D | freebsd-update.sh | 3305 while read FPATH TYPE OWNER GROUP PERM HASH LINK P_TYPE P_OWNER P_GROUP P_PERM P_HASH P_LINK; do 3307 if ! [ "${TYPE}" = "${P_TYPE}" ]; then 3309 case "${P_TYPE}" in
|