Lines Matching defs:thp
128 print_node(topo_hdl_t *thp, tnode_t *node, nvlist_t *nvl, const char *fmri) in print_node()
239 print_prop_nameval(topo_hdl_t *thp, tnode_t *node, nvlist_t *nvl) in print_prop_nameval()
481 print_pgroup(topo_hdl_t *thp, tnode_t *node, const char *pgn, char *dstab, in print_pgroup()
519 print_all_props(topo_hdl_t *thp, tnode_t *node, nvlist_t *p_nv, in print_all_props()
597 set_prop(topo_hdl_t *thp, tnode_t *node, nvlist_t *fmri, struct prop_args *pp) in set_prop()
755 print_props(topo_hdl_t *thp, tnode_t *node) in print_props()
816 walk_node(topo_hdl_t *thp, tnode_t *node, void *arg) in walk_node()
955 walk_topo(topo_hdl_t *thp, char *uuid) in walk_topo()
1002 print_fmri_pgroup(topo_hdl_t *thp, const char *pgn, nvlist_t *nvl) in print_fmri_pgroup()
1032 print_fmri_props(topo_hdl_t *thp, nvlist_t *nvl) in print_fmri_props()
1089 print_fmri(topo_hdl_t *thp, char *uuid) in print_fmri()
1170 fmtopo_exit(topo_hdl_t *thp, char *uuid, int err) in fmtopo_exit()
1193 topo_hdl_t *thp = NULL; in main() local