Searched defs:cb_f (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c796 int (*cb_f)(), void *pdata, int *errp)
833 wp->tw_cb = cb_f;
845 topo_node_child_walk(topo_hdl_t *thp, tnode_t *pnode, topo_walk_cb_t cb_f, argument
873 iret = cb_f(thp, cnode, arg);
795 topo_node_walk_init(topo_hdl_t *thp, topo_mod_t *mod, tnode_t *node, int (*cb_f)(), void *pdata, int *errp) argument
H A Dtopo_snap.c496 topo_walk_init(topo_hdl_t *thp, const char *scheme, topo_walk_cb_t cb_f, argument
513 cb_f, pdata, errp)) == NULL) /* errp set */
H A Dtopo_mod.c887 topo_mod_walk_init(topo_mod_t *mod, tnode_t *node, topo_mod_walk_cb_t cb_f, argument
893 if ((wp = topo_node_walk_init(thp, mod, node, (int (*)())cb_f, pdata,

Completed in 80 milliseconds