Searched refs:cb_f (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_node.c | 796 int (*cb_f)(), void *pdata, int *errp) in topo_node_walk_init() argument 833 wp->tw_cb = cb_f; in topo_node_walk_init() 845 topo_node_child_walk(topo_hdl_t *thp, tnode_t *pnode, topo_walk_cb_t cb_f, in topo_node_child_walk() argument 873 iret = cb_f(thp, cnode, arg); in topo_node_child_walk()
|
H A D | topo_snap.c | 496 topo_walk_init(topo_hdl_t *thp, const char *scheme, topo_walk_cb_t cb_f, in topo_walk_init() argument 513 cb_f, pdata, errp)) == NULL) /* errp set */ in topo_walk_init()
|
H A D | topo_mod.c | 887 topo_mod_walk_init(topo_mod_t *mod, tnode_t *node, topo_mod_walk_cb_t cb_f, in topo_mod_walk_init() argument 893 if ((wp = topo_node_walk_init(thp, mod, node, (int (*)())cb_f, pdata, in topo_mod_walk_init()
|