Home
last modified time | relevance | path

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

/src/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c86 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin()
101 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgin()
145 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout()
160 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgout()
H A Dbt_split.c177 switch (rchild->flags & P_TYPE) { in __bt_split()
231 switch (rchild->flags & P_TYPE) { in __bt_split()
359 r->flags = h->flags & P_TYPE; in bt_page()
396 l->flags = h->flags & P_TYPE; in bt_page()
464 l->flags = r->flags = h->flags & P_TYPE; in bt_root()
505 h->flags &= ~P_TYPE; in bt_rroot()
545 switch (h->flags & P_TYPE) { in bt_broot()
581 h->flags &= ~P_TYPE; in bt_broot()
632 switch (h->flags & P_TYPE) { in bt_psplit()
729 switch (h->flags & P_TYPE) { in bt_psplit()
H A Dbt_debug.c239 switch (h->flags & P_TYPE) {
348 switch (h->flags & P_TYPE) {
H A Dbtree.h77 #define P_TYPE 0x1f /* type mask */ macro
/src/lib/libc/db/btree/
H A Dbt_conv.c78 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 Dbt_split.c168 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 Dbt_debug.c179 switch (h->flags & P_TYPE) { in __bt_dpage()
255 switch (h->flags & P_TYPE) { in __bt_stat()
H A Dbtree.h73 #define P_TYPE 0x1f /* type mask */ macro
/src/lib/libc/db/recno/
H A Drec_open.c192 if ((h->flags & P_TYPE) == P_BLEAF) { in __rec_open()
193 F_CLR(h, P_TYPE); in __rec_open()
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c203 if ((h->flags & P_TYPE) == P_BLEAF) { in __rec_open()
204 F_CLR(h, P_TYPE); in __rec_open()
/src/usr.bin/elfdump/
H A Delfdump.c75 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()
/src/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh3396 while read FPATH TYPE OWNER GROUP PERM HASH LINK P_TYPE P_OWNER P_GROUP P_PERM P_HASH P_LINK; do
3398 if ! [ "${TYPE}" = "${P_TYPE}" ]; then
3400 case "${P_TYPE}" in