Symbol: leaf
common/lib/libc/gen/ptree.c
363
pt_node_t * const leaf = PT_NODE(leaf_node);
common/lib/libc/gen/ptree.c
369
const bool at_mask = PTN_ISMASK_P(leaf);
common/lib/libc/gen/ptree.c
370
const pt_bitlen_t leaf_masklen = PTN_MASK_BITLEN(leaf);
common/lib/libc/gen/ptree.c
381
KASSERT(PTN_LEAF_POSITION(leaf) == id->id_parent_slot);
common/lib/libc/gen/ptree.c
382
matched = ptree_matchnode(pt, target, leaf, UINT_MAX,
lib/libc/stdlib/twalk.c
35
(*action)(root, leaf, level);
sbin/routed/radix.c
186
struct radix_node *leaf,
sbin/routed/radix.c
189
char *cp = trial, *cp2 = leaf->rn_key, *cp3 = leaf->rn_mask;
sys/arch/hpcmips/stand/pbsdboot/pbsdboot.h
72
void **leaf[32];
sys/arch/hpcmips/stand/pbsdboot/vmem.c
103
if ((p = vtophysaddr((void *)map->leaf[i])) == NULL) {
sys/arch/hpcmips/stand/pbsdboot/vmem.c
105
i, map->leaf[i / map->leafsize][i % map->leafsize]);
sys/arch/hpcmips/stand/pbsdboot/vmem.c
108
i, map->leaf[i / map->leafsize][i % map->leafsize]);
sys/arch/hpcmips/stand/pbsdboot/vmem.c
111
map->leaf[i] = (void **)p;
sys/arch/hpcmips/stand/pbsdboot/vmem.c
177
return (map->leaf[pageno / map->leafsize][pageno % map->leafsize] + offset);
sys/arch/hpcmips/stand/pbsdboot/vmem.c
346
if ((map->leaf[i] = (void **)vmem_alloc()) == NULL) {
sys/arch/hpcmips/stand/pbsdboot/vmem.c
357
void **leaf = map->leaf[i / map->leafsize];
sys/arch/hpcmips/stand/pbsdboot/vmem.c
358
if ((leaf[i % map->leafsize] = alloc_kpage(start)) == NULL) {
sys/arch/hpcmips/stand/pbsdboot/vmem.c
364
map->leaf[i / map->leafsize][i % map->leafsize] = NULL; /* END MARK */
sys/arch/hpcmips/stand/pbsdboot/vmem.c
90
for (i = 0; p = map->leaf[i / map->leafsize][i % map->leafsize]; i++) {
sys/arch/hpcmips/stand/pbsdboot/vmem.c
93
i, map->leaf[i / map->leafsize][i % map->leafsize]);
sys/arch/hpcmips/stand/pbsdboot/vmem.c
96
i, map->leaf[i / map->leafsize][i % map->leafsize]);
sys/arch/hpcmips/stand/pbsdboot/vmem.c
99
map->leaf[i / map->leafsize][i % map->leafsize] = p;
sys/arch/ia64/ia64/pmap.c
1103
struct ia64_lpte *leaf;
sys/arch/ia64/ia64/pmap.c
1113
leaf = dir1[KPTE_DIR1_INDEX(va)];
sys/arch/ia64/ia64/pmap.c
1118
dir1, leaf, &leaf[KPTE_PTE_INDEX(va)], 0);
sys/arch/ia64/ia64/pmap.c
1120
return (&leaf[KPTE_PTE_INDEX(va)]);
sys/arch/ia64/ia64/pmap.c
1584
struct ia64_lpte *leaf;
sys/arch/ia64/ia64/pmap.c
1636
leaf = (struct ia64_lpte *)pmap_page_to_va(nkpg);
sys/arch/ia64/ia64/pmap.c
1637
bzero(leaf, PAGE_SIZE);
sys/arch/ia64/ia64/pmap.c
1639
leaf = (struct ia64_lpte *)pmap_page_to_va(pg);
sys/arch/ia64/ia64/pmap.c
1641
dir1[KPTE_DIR1_INDEX(kernel_vm_end)] = leaf;
sys/arch/x86/x86/identcpu_subr.c
216
cpu_dcp_cacheinfo(struct cpu_info *ci, uint32_t leaf)
sys/arch/x86/x86/identcpu_subr.c
224
x86_cpuid2(leaf, i, descs);
sys/dev/nvmm/x86/nvmm_x86.h
282
uint32_t leaf;
sys/dev/nvmm/x86/nvmm_x86_svm.c
1138
if (cpuid->leaf != eax) {
sys/dev/nvmm/x86/nvmm_x86_svm.c
2582
if (cpudata->cpuid[i].leaf == cpuid->leaf) {
sys/dev/nvmm/x86/nvmm_x86_svm.c
2594
if (cpudata->cpuid[i].leaf == cpuid->leaf) {
sys/dev/nvmm/x86/nvmm_x86_vmx.c
1569
if (cpuid->leaf != eax) {
sys/dev/nvmm/x86/nvmm_x86_vmx.c
3315
if (cpudata->cpuid[i].leaf == cpuid->leaf) {
sys/dev/nvmm/x86/nvmm_x86_vmx.c
3327
if (cpudata->cpuid[i].leaf == cpuid->leaf) {
sys/kern/subr_thmap.c
404
const thmap_leaf_t *leaf, unsigned level)
sys/kern/subr_thmap.c
406
const void *key = THMAP_GETPTR(thmap, leaf->key);
sys/kern/subr_thmap.c
411
return (hash(thmap->seed, key, leaf->len, i) >> shift) & LEVEL_MASK;
sys/kern/subr_thmap.c
416
const thmap_leaf_t *leaf)
sys/kern/subr_thmap.c
421
return hashval_getleafslot(thmap, leaf, 0);
sys/kern/subr_thmap.c
425
key_cmp_p(const thmap_t *thmap, const thmap_leaf_t *leaf,
sys/kern/subr_thmap.c
428
const void *leafkey = THMAP_GETPTR(thmap, leaf->key);
sys/kern/subr_thmap.c
429
return len == leaf->len && memcmp(key, leafkey, len) == 0;
sys/kern/subr_thmap.c
500
thmap_leaf_t *leaf;
sys/kern/subr_thmap.c
507
leaf = THMAP_GETPTR(thmap, leaf_off);
sys/kern/subr_thmap.c
508
ASSERT(THMAP_ALIGNED_P(leaf));
sys/kern/subr_thmap.c
520
leaf->key = key_off;
sys/kern/subr_thmap.c
523
leaf->key = (uintptr_t)key;
sys/kern/subr_thmap.c
525
leaf->len = len;
sys/kern/subr_thmap.c
526
leaf->val = val;
sys/kern/subr_thmap.c
527
return leaf;
sys/kern/subr_thmap.c
531
leaf_free(const thmap_t *thmap, thmap_leaf_t *leaf)
sys/kern/subr_thmap.c
534
gc_free(thmap, leaf->key, leaf->len);
sys/kern/subr_thmap.c
536
gc_free(thmap, THMAP_GETOFF(thmap, leaf), sizeof(thmap_leaf_t));
sys/kern/subr_thmap.c
563
root_try_put(thmap_t *thmap, const thmap_query_t *query, thmap_leaf_t *leaf)
sys/kern/subr_thmap.c
589
slot = hashval_getl0slot(thmap, query, leaf);
sys/kern/subr_thmap.c
590
node_insert(node, slot, THMAP_GETOFF(thmap, leaf) | THMAP_LEAF_BIT);
sys/kern/subr_thmap.c
708
thmap_leaf_t *leaf;
sys/kern/subr_thmap.c
716
leaf = get_leaf(thmap, parent, slot);
sys/kern/subr_thmap.c
717
if (!leaf) {
sys/kern/subr_thmap.c
720
if (!key_cmp_p(thmap, leaf, key, len)) {
sys/kern/subr_thmap.c
723
return leaf->val;
sys/kern/subr_thmap.c
736
thmap_leaf_t *leaf, *other;
sys/kern/subr_thmap.c
744
leaf = leaf_create(thmap, key, len, val);
sys/kern/subr_thmap.c
745
if (__predict_false(!leaf)) {
sys/kern/subr_thmap.c
753
switch (root_try_put(thmap, &query, leaf)) {
sys/kern/subr_thmap.c
784
target = THMAP_GETOFF(thmap, leaf) | THMAP_LEAF_BIT;
sys/kern/subr_thmap.c
798
leaf_free(thmap, leaf);
sys/kern/subr_thmap.c
810
leaf_free(thmap, leaf);
sys/kern/subr_thmap.c
852
target = THMAP_GETOFF(thmap, leaf) | THMAP_LEAF_BIT;
sys/kern/subr_thmap.c
866
thmap_leaf_t *leaf;
sys/kern/subr_thmap.c
877
leaf = get_leaf(thmap, parent, slot);
sys/kern/subr_thmap.c
878
if (!leaf || !key_cmp_p(thmap, leaf, key, len)) {
sys/kern/subr_thmap.c
886
== leaf);
sys/kern/subr_thmap.c
959
val = leaf->val;
sys/kern/subr_thmap.c
961
stage_mem_gc(thmap, leaf->key, leaf->len);
sys/kern/subr_thmap.c
963
stage_mem_gc(thmap, THMAP_GETOFF(thmap, leaf), sizeof(thmap_leaf_t));
sys/net/radix.c
217
struct radix_node *leaf,
sys/net/radix.c
221
const char *cp2 = leaf->rn_key;
sys/net/radix.c
222
const char *cp3 = leaf->rn_mask;
usr.sbin/cpuctl/arch/i386.c
1755
uint32_t leaf;
usr.sbin/cpuctl/arch/i386.c
1761
for (leaf = leafstart; leaf <= leafend; leaf++) {
usr.sbin/cpuctl/arch/i386.c
1762
x86_cpuid(leaf, descs);
usr.sbin/cpuctl/arch/i386.c
1764
leaf, descs[0], descs[1], descs[2], descs[3]);