Home
last modified time | relevance | path

Searched defs:thp (Results 1 – 25 of 60) sorted by relevance

123

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c75 set_error(topo_hdl_t *thp, int err, int *errp, char *method, nvlist_t *nvlp) in set_error()
88 set_nverror(topo_hdl_t *thp, int err, int *errp, char *method, nvlist_t *nvlp) in set_nverror()
100 topo_fmri_nvl2str(topo_hdl_t *thp, nvlist_t *fmri, char **fmristr, int *err) in topo_fmri_nvl2str()
132 topo_fmri_str2nvl(topo_hdl_t *thp, const char *fmristr, nvlist_t **fmri, in topo_fmri_str2nvl()
175 topo_fmri_present(topo_hdl_t *thp, nvlist_t *fmri, int *err) in topo_fmri_present()
203 topo_fmri_replaced(topo_hdl_t *thp, nvlist_t *fmri, int *err) in topo_fmri_replaced()
231 topo_fmri_contains(topo_hdl_t *thp, nvlist_t *fmri, nvlist_t *subfmri, int *err) in topo_fmri_contains()
267 topo_fmri_unusable(topo_hdl_t *thp, nvlist_t *fmri, int *err) in topo_fmri_unusable()
293 topo_fmri_retire(topo_hdl_t *thp, nvlist_t *fmri, int *err) in topo_fmri_retire()
321 topo_fmri_unretire(topo_hdl_t *thp, nvlist_t *fmri, int *err) in topo_fmri_unretire()
[all …]
H A Dtopo_snap.c94 set_open_errno(topo_hdl_t *thp, int *errp, int err) in set_open_errno()
107 topo_hdl_t *thp = NULL; in topo_open() local
218 topo_close(topo_hdl_t *thp) in topo_close()
267 topo_snap_create(topo_hdl_t *thp, int *errp, boolean_t need_force) in topo_snap_create()
341 topo_snap_log_create(topo_hdl_t *thp, const char *uuid, int *errp) in topo_snap_log_create()
348 fac_walker(topo_hdl_t *thp, tnode_t *node, void *arg) in fac_walker()
373 topo_snap_hold(topo_hdl_t *thp, const char *uuid, int *errp) in topo_snap_hold()
407 topo_walk_destroy(topo_hdl_t *thp, tnode_t *node, void *notused) in topo_walk_destroy()
422 topo_snap_destroy(topo_hdl_t *thp) in topo_snap_destroy()
485 topo_snap_release(topo_hdl_t *thp) in topo_snap_release()
[all …]
H A Dtopo_module.c165 topo_mod_lookup(topo_hdl_t *thp, const char *name, int bump) in topo_mod_lookup()
182 topo_hdl_t *thp = mod->tm_hdl; in topo_mod_destroy() local
201 set_create_error(topo_hdl_t *thp, topo_mod_t *mod, const char *path, int err) in set_create_error()
219 topo_mod_create(topo_hdl_t *thp, const char *name, const char *path, in topo_mod_create()
256 topo_modhash_create(topo_hdl_t *thp) in topo_modhash_create()
278 topo_modhash_destroy(topo_hdl_t *thp) in topo_modhash_destroy()
309 topo_modhash_load(topo_hdl_t *thp, const char *name, const char *path, in topo_modhash_load()
339 topo_hdl_t *thp = mod->tm_hdl; in topo_modhash_unload() local
378 topo_modhash_unload_all(topo_hdl_t *thp) in topo_modhash_unload_all()
H A Dtopo_tree.c70 set_create_error(topo_hdl_t *thp, ttree_t *tp, int err) in set_create_error()
82 topo_tree_create(topo_hdl_t *thp, topo_mod_t *mod, const char *scheme) in topo_tree_create()
153 topo_tree_enum(topo_hdl_t *thp, ttree_t *tp) in topo_tree_enum()
203 topo_tree_enum_all(topo_hdl_t *thp) in topo_tree_enum_all()
H A Dtopo_subr.c37 topo_hdl_lock(topo_hdl_t *thp) in topo_hdl_lock()
43 topo_hdl_unlock(topo_hdl_t *thp) in topo_hdl_unlock()
106 env_process_value(topo_hdl_t *thp, const char *begin, const char *end) in env_process_value()
137 topo_debug_set(topo_hdl_t *thp, const char *dbmode, const char *dout) in topo_debug_set()
169 topo_vdprintf(topo_hdl_t *thp, int mask, const char *mod, const char *format, in topo_vdprintf()
205 topo_dprintf(topo_hdl_t *thp, int mask, const char *format, ...) in topo_dprintf()
215 topo_hdl_root(topo_hdl_t *thp, const char *scheme) in topo_hdl_root()
266 topo_hdl_t *thp = mod->tm_hdl; in topo_search_path() local
299 topo_cleanup_auth_str(topo_hdl_t *thp, const char *begin) in topo_cleanup_auth_str()
H A Dtopo_2xml.c105 txml_print_prop(topo_hdl_t *thp, FILE *fp, tnode_t *node, const char *pgname, in txml_print_prop()
230 txml_print_pgroup(topo_hdl_t *thp, FILE *fp, tnode_t *node, topo_pgroup_t *pg) in txml_print_pgroup()
250 txml_print_dependents(topo_hdl_t *thp, FILE *fp, tnode_t *node) in txml_print_dependents()
260 txml_print_node(topo_hdl_t *thp, FILE *fp, tnode_t *node) in txml_print_node()
277 txml_print_range(topo_hdl_t *thp, FILE *fp, tnode_t *node, int dependent) in txml_print_range()
317 txml_print_topology(topo_hdl_t *thp, FILE *fp, char *scheme, tnode_t *node) in txml_print_topology()
334 topo_xml_print(topo_hdl_t *thp, FILE *fp, const char *scheme, int *err) in topo_xml_print()
H A Dtopo_alloc.c58 topo_hdl_alloc(topo_hdl_t *thp, size_t size) in topo_hdl_alloc()
66 topo_hdl_zalloc(topo_hdl_t *thp, size_t size) in topo_hdl_zalloc()
74 topo_hdl_free(topo_hdl_t *thp, void *data, size_t size) in topo_hdl_free()
H A Dtopo_prop.c208 topo_hdl_t *thp = node->tn_hdl; in prop_getval() local
499 topo_hdl_t *thp = node->tn_hdl; in set_seterror() local
518 topo_hdl_t *thp = node->tn_hdl; in prop_create() local
569 topo_hdl_t *thp = node->tn_hdl; in topo_prop_set() local
768 topo_hdl_t *thp = node->tn_hdl; in topo_prop_setprop() local
851 topo_hdl_t *thp = node->tn_hdl; in register_methoderror() local
873 topo_hdl_t *thp = node->tn_hdl; in prop_method_register() local
979 topo_hdl_t *thp = node->tn_hdl; in topo_prop_method_unregister() local
1072 topo_hdl_t *thp = node->tn_hdl; in topo_prop_inherit() local
1125 topo_hdl_t *thp = node->tn_hdl; in topo_pgroup_info() local
[all …]
H A Dtopo_nvl.c65 topo_hdl_nvalloc(topo_hdl_t *thp, nvlist_t **nvlp, uint_t nvflag) in topo_hdl_nvalloc()
75 topo_hdl_nvdup(topo_hdl_t *thp, nvlist_t *nvl, nvlist_t **nvlp) in topo_hdl_nvdup()
H A Dtopo_string.c36 topo_hdl_strdup(topo_hdl_t *thp, const char *s) in topo_hdl_strdup()
52 topo_hdl_strfree(topo_hdl_t *thp, char *s) in topo_hdl_strfree()
/titanic_50/usr/src/cmd/fm/schemes/dev/
H A Dscheme.c52 topo_hdl_t *thp; in fmd_fmri_nvl2str() local
78 topo_hdl_t *thp; in fmd_fmri_present() local
93 topo_hdl_t *thp; in fmd_fmri_replaced() local
109 topo_hdl_t *thp; in fmd_fmri_unusable() local
132 topo_hdl_t *thp; in fmd_fmri_service_state() local
/titanic_50/usr/src/cmd/fm/schemes/svc/
H A Dscheme.c49 topo_hdl_t *thp; in fmd_fmri_nvl2str() local
77 topo_hdl_t *thp; in fmd_fmri_present() local
96 topo_hdl_t *thp; in fmd_fmri_replaced() local
115 topo_hdl_t *thp; in fmd_fmri_service_state() local
139 topo_hdl_t *thp; in fmd_fmri_unusable() local
/titanic_50/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c128 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()
480 print_pgroup(topo_hdl_t *thp, tnode_t *node, const char *pgn, char *dstab, in print_pgroup()
518 print_all_props(topo_hdl_t *thp, tnode_t *node, nvlist_t *p_nv, in print_all_props()
596 set_prop(topo_hdl_t *thp, tnode_t *node, nvlist_t *fmri, struct prop_args *pp) in set_prop()
754 print_props(topo_hdl_t *thp, tnode_t *node) in print_props()
815 walk_node(topo_hdl_t *thp, tnode_t *node, void *arg) in walk_node()
954 walk_topo(topo_hdl_t *thp, char *uuid) in walk_topo()
1001 print_fmri_pgroup(topo_hdl_t *thp, const char *pgn, nvlist_t *nvl) in print_fmri_pgroup()
1031 print_fmri_props(topo_hdl_t *thp, nvlist_t *nvl) in print_fmri_props()
[all …]
/titanic_50/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c47 topo_hdl_t *thp; in fmd_fmri_nvl2str() local
76 topo_hdl_t *thp; in fmd_fmri_present() local
100 topo_hdl_t *thp; in fmd_fmri_replaced() local
124 topo_hdl_t *thp; in fmd_fmri_unusable() local
209 topo_hdl_t *thp; in fru_compare() local
283 topo_hdl_t *thp; in fmd_fmri_service_state() local
/titanic_50/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_hc_sun4v.c279 find_mb(topo_hdl_t *thp, tnode_t *node, void *arg) in find_mb()
316 topo_hdl_t *thp; in init_mb() local
336 find_dimm_sn_mem(topo_hdl_t *thp, tnode_t *node, void *arg) in find_dimm_sn_mem()
362 find_dimm_sn_hc(topo_hdl_t *thp, tnode_t *node, void *arg) in find_dimm_sn_hc()
389 topo_hdl_t *thp; in cmd_find_dimm_by_sn() local
423 find_cpu_rsc_by_sn(topo_hdl_t *thp, tnode_t *node, void *arg) in find_cpu_rsc_by_sn()
470 topo_hdl_t *thp; in cmd_find_cpu_rsc_by_sn() local
514 find_mem_rsc_hc(topo_hdl_t *thp, tnode_t *node, void *arg) in find_mem_rsc_hc()
539 topo_hdl_t *thp; in cmd_find_mem_rsc_by_sn() local
H A Dcmd_branch.c139 branch_dimm_cb(topo_hdl_t *thp, tnode_t *node, void *arg) in branch_dimm_cb()
211 topo_hdl_t *thp; in branch_dimmlist_create() local
237 fru_by_label_cb(topo_hdl_t *thp, tnode_t *node, void *arg) in fru_by_label_cb()
258 topo_hdl_t *thp; in fru_by_label() local
603 branch_exist_cb(topo_hdl_t *thp, tnode_t *node, void *arg) in branch_exist_cb()
643 topo_hdl_t *thp; in branch_exist() local
/titanic_50/usr/src/cmd/fm/schemes/cpu/
H A Dcpu.c46 topo_hdl_t *thp; in fmd_fmri_nvl2str() local
151 topo_hdl_t *thp; in fmd_fmri_expand() local
209 topo_hdl_t *thp; in fmd_fmri_present() local
262 topo_hdl_t *thp; in fmd_fmri_replaced() local
319 topo_hdl_t *thp; in fmd_fmri_unusable() local
/titanic_50/usr/src/cmd/fm/schemes/mem/
H A Dmem.c153 topo_hdl_t *thp; in fmd_fmri_expand() local
216 struct topo_hdl *thp; in fmd_fmri_present() local
316 struct topo_hdl *thp; in fmd_fmri_replaced() local
418 struct topo_hdl *thp; in fmd_fmri_contains() local
465 topo_hdl_t *thp; in fmd_fmri_unusable() local
/titanic_50/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c137 dl_fault_walk_inner(topo_hdl_t *thp, tnode_t *node, void *arg) in dl_fault_walk_inner()
168 dl_fault_walk_outer(topo_hdl_t *thp, tnode_t *node, void *arg) in dl_fault_walk_outer()
218 topo_hdl_t *thp = NULL; in dl_examine_topo() local
280 disklights_topo(fmd_hdl_t *hdl, topo_hdl_t *thp) in disklights_topo()
/titanic_50/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c109 dt_analyze_disk(topo_hdl_t *thp, tnode_t *node, void *arg) in dt_analyze_disk()
192 topo_hdl_t *thp; in dt_timeout() local
234 dt_topo_change(fmd_hdl_t *hdl, topo_hdl_t *thp) in dt_topo_change()
/titanic_50/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c194 fmri2ptr(topo_hdl_t *thp, tnode_t *node, char **str, int *err) in fmri2ptr()
227 topo_add_disk(topo_hdl_t *thp, tnode_t *node, walk_diskmon_t *wdp) in topo_add_disk()
462 topo_add_bay(topo_hdl_t *thp, tnode_t *node, walk_diskmon_t *wdp) in topo_add_bay()
727 gather_topo_cfg(topo_hdl_t *thp, tnode_t *node, void *arg) in gather_topo_cfg()
746 topo_hdl_t *thp; in update_configuration_from_topo() local
/titanic_50/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c173 do_slot_mapping_cb(topo_hdl_t *thp, tnode_t *node, void *arg) in do_slot_mapping_cb()
243 do_slot_mapping(smbios_slot_t *s, topo_hdl_t *thp) in do_slot_mapping()
309 topo_hdl_t *thp; in do_prominfo() local
/titanic_50/usr/src/cmd/fm/schemes/mod/
H A Dscheme.c35 topo_hdl_t *thp; in fmd_fmri_nvl2str() local
/titanic_50/usr/src/cmd/fm/schemes/pkg/
H A Dscheme.c35 topo_hdl_t *thp; in fmd_fmri_nvl2str() local
/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_fmri.c244 fmd_fmri_topo_rele(struct topo_hdl *thp) in fmd_fmri_topo_rele()
383 topo_hdl_t *thp; in fmd_fmri_retire() local
398 topo_hdl_t *thp; in fmd_fmri_unretire() local

123