HomeSort by: relevance | last modified time | path
    Searched defs:nodep (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/gen/
ptree.c 215 uintptr_t *nodep = local in function:ptree_find_branch
217 if (*nodep == branch_node)
218 return nodep;
219 if (PT_LEAF_P(*nodep))
221 parent = PT_NODE(*nodep);
822 uintptr_t *nodep; local in function:ptree_remove_node
836 nodep = NULL;
855 KASSERT(nodep == NULL);
868 nodep = &PTN_BRANCH_SLOT(parent, parent_slot);
869 KASSERT(*nodep == PTN_BRANCH(target))
    [all...]
ptree.c 215 uintptr_t *nodep = local in function:ptree_find_branch
217 if (*nodep == branch_node)
218 return nodep;
219 if (PT_LEAF_P(*nodep))
221 parent = PT_NODE(*nodep);
822 uintptr_t *nodep; local in function:ptree_remove_node
836 nodep = NULL;
855 KASSERT(nodep == NULL);
868 nodep = &PTN_BRANCH_SLOT(parent, parent_slot);
869 KASSERT(*nodep == PTN_BRANCH(target))
    [all...]

Completed in 25 milliseconds