Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/db/btree/
H A Dbt_conv.c84 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 Dbt_split.c174 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 Dbt_debug.c185 switch (h->flags & P_TYPE) { in __bt_dpage()
261 switch (h->flags & P_TYPE) { in __bt_stat()
H A Dbtree.h76 #define P_TYPE 0x1f /* type mask */ macro
/freebsd-13.1/lib/libc/db/recno/
H A Drec_open.c198 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 Delfdump.c78 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 Dfreebsd-update.sh3252 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