Symbol: PTN_MASK_BITLEN
common/lib/libc/gen/ptree.c
1098
const pt_bitlen_t mask_len = PTN_MASK_BITLEN(ptn);
common/lib/libc/gen/ptree.c
1111
ok = ok && PTN_MASK_BITLEN(parent) < mask_len;
common/lib/libc/gen/ptree.c
1141
const pt_bitoff_t parent_mask_len = PTN_MASK_BITLEN(parent);
common/lib/libc/gen/ptree.c
1142
const pt_bitoff_t mask_len = PTN_MASK_BITLEN(ptn);
common/lib/libc/gen/ptree.c
1226
*lenp = PTN_MASK_BITLEN(mask);
common/lib/libc/gen/ptree.c
232
const pt_bitlen_t mask_len = PTN_MASK_BITLEN(mask);
common/lib/libc/gen/ptree.c
238
KASSERT(!PTN_ISMASK_P(target) || mask_len < PTN_MASK_BITLEN(target));
common/lib/libc/gen/ptree.c
298
const pt_slot_t mask_len = PTN_MASK_BITLEN(target);
common/lib/libc/gen/ptree.c
299
const pt_bitlen_t node_mask_len = PTN_MASK_BITLEN(ptn);
common/lib/libc/gen/ptree.c
339
KASSERT(!PTN_ISMASK_P(target) || id->id_bitoff <= PTN_MASK_BITLEN(target));
common/lib/libc/gen/ptree.c
370
const pt_bitlen_t leaf_masklen = PTN_MASK_BITLEN(leaf);
common/lib/libc/gen/ptree.c
371
const pt_bitlen_t target_masklen = PTN_MASK_BITLEN(target);
common/lib/libc/gen/ptree.c
455
const pt_bitlen_t target_masklen = PTN_MASK_BITLEN(target);
common/lib/libc/gen/ptree.c
522
KASSERT(!(PTN_ISMASK_P(ptn) && PTN_BRANCH_BITLEN(ptn) == 0) || PTN_MASK_BITLEN(ptn) == branch_bitoff);
common/lib/libc/gen/ptree.c
616
KASSERT(mask_len == 0 || (~PT__MASK(PTN_MASK_BITLEN) & mask_len) == 0);
common/lib/libc/gen/ptree.c
687
const pt_bitlen_t mask_len = PTN_MASK_BITLEN(ptn);
common/lib/libc/gen/ptree.c
688
if (bitoff == PTN_MASK_BITLEN(ptn))
common/lib/libc/gen/ptree.c
706
KASSERT(ptree_matchkey(pt, key, mask, 0, PTN_MASK_BITLEN(mask)));
sys/sys/ptree.h
146
PTN__EXTRACT((ptn)->ptn_nodedata, PTN_MASK_BITLEN)
sys/sys/ptree.h
148
PTN__INSERT((ptn)->ptn_nodedata, PTN_MASK_BITLEN, masklen)