Home
last modified time | relevance | path

Searched refs:cb_f (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c812 int (*cb_f)(), void *pdata, int *errp) in topo_node_walk_init() argument
849 wp->tw_cb = cb_f; in topo_node_walk_init()
861 topo_node_child_walk(topo_hdl_t *thp, tnode_t *pnode, topo_walk_cb_t cb_f, in topo_node_child_walk() argument
889 iret = cb_f(thp, cnode, arg); in topo_node_child_walk()
H A Dtopo_snap.c566 topo_walk_init(topo_hdl_t *thp, const char *scheme, topo_walk_cb_t cb_f, in topo_walk_init() argument
583 cb_f, pdata, errp)) == NULL) /* errp set */ in topo_walk_init()
H A Dtopo_mod.c903 topo_mod_walk_init(topo_mod_t *mod, tnode_t *node, topo_mod_walk_cb_t cb_f, in topo_mod_walk_init() argument
909 if ((wp = topo_node_walk_init(thp, mod, node, (int (*)())cb_f, pdata, in topo_mod_walk_init()