Home
last modified time | relevance | path

Searched refs:P_TYPE (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/lib/libc/db/btree/
H A Dbt_conv.c81 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 Dbt_split.c171 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 Dbt_debug.c182 switch (h->flags & P_TYPE) { in __bt_dpage()
258 switch (h->flags & P_TYPE) { in __bt_stat()
H A Dbtree.h75 #define P_TYPE 0x1f /* type mask */ macro
/freebsd-14.2/lib/libc/db/recno/
H A Drec_open.c195 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 Delfdump.c76 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 Dfreebsd-update.sh3305 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