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

  /src/usr.sbin/ofctl/
ofctl.c 337 of_match_by_nodeid(struct of_node *node, const void *ctx) function in typeref:struct:of_node *
358 child = of_tree_walk(&of_root, of_match_by_nodeid, &childid);
383 node = of_tree_walk(&of_root, of_match_by_nodeid, &peerid);
424 node = of_tree_walk(&of_root, of_match_by_nodeid, &nodeid);
ofctl.c 337 of_match_by_nodeid(struct of_node *node, const void *ctx) function in typeref:struct:of_node *
358 child = of_tree_walk(&of_root, of_match_by_nodeid, &childid);
383 node = of_tree_walk(&of_root, of_match_by_nodeid, &peerid);
424 node = of_tree_walk(&of_root, of_match_by_nodeid, &nodeid);

Completed in 23 milliseconds