Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 184) sorted by relevance

12345678

/titanic_52/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c117 topo_mod_t *mod = NULL; in topo_mod_load() local
152 topo_mod_unload(topo_mod_t *mod) in topo_mod_unload() argument
158 set_register_error(topo_mod_t * mod,int err) set_register_error() argument
171 topo_mod_register(topo_mod_t * mod,const topo_modinfo_t * mip,topo_version_t version) topo_mod_register() argument
210 topo_mod_unregister(topo_mod_t * mod) topo_mod_unregister() argument
236 topo_mod_enumerate(topo_mod_t * mod,tnode_t * node,const char * enum_name,const char * name,topo_instance_t min,topo_instance_t max,void * data) topo_mod_enumerate() argument
276 topo_mod_enummap(topo_mod_t * mod,tnode_t * node,const char * name,const char * scheme) topo_mod_enummap() argument
283 set_fmri_err(topo_mod_t * mod,int err) set_fmri_err() argument
290 topo_mod_hcfmri(topo_mod_t * mod,tnode_t * pnode,int version,const char * name,topo_instance_t inst,nvlist_t * hc_specific,nvlist_t * auth,const char * part,const char * rev,const char * serial) topo_mod_hcfmri() argument
384 topo_mod_devfmri(topo_mod_t * mod,int version,const char * dev_path,const char * devid) topo_mod_devfmri() argument
419 topo_mod_cpufmri(topo_mod_t * mod,int version,uint32_t cpu_id,uint8_t cpumask,const char * serial) topo_mod_cpufmri() argument
458 topo_mod_memfmri(topo_mod_t * mod,int version,uint64_t pa,uint64_t offset,const char * unum,int flags) topo_mod_memfmri() argument
499 topo_mod_pkgfmri(topo_mod_t * mod,int version,const char * path) topo_mod_pkgfmri() argument
531 topo_mod_modfmri(topo_mod_t * mod,int version,const char * driver) topo_mod_modfmri() argument
566 topo_mod_swfmri(topo_mod_t * mod,int version,char * obj_path,char * obj_root,nvlist_t * obj_pkg,char * site_token,char * site_module,char * site_file,char * site_func,int64_t site_line,char * ctxt_origin,char * ctxt_execname,int64_t ctxt_pid,char * ctxt_zone,int64_t ctxt_ctid,char ** ctxt_stack,uint_t ctxt_stackdepth) topo_mod_swfmri() argument
627 topo_mod_str2nvl(topo_mod_t * mod,const char * fmristr,nvlist_t ** fmri) topo_mod_str2nvl() argument
646 topo_mod_nvl2str(topo_mod_t * mod,nvlist_t * fmri,char ** fmristr) topo_mod_nvl2str() argument
665 topo_mod_getspecific(topo_mod_t * mod) topo_mod_getspecific() argument
671 topo_mod_setspecific(topo_mod_t * mod,void * data) topo_mod_setspecific() argument
677 topo_mod_setdebug(topo_mod_t * mod) topo_mod_setdebug() argument
683 topo_mod_ipmi_hold(topo_mod_t * mod) topo_mod_ipmi_hold() argument
705 topo_mod_ipmi_rele(topo_mod_t * mod) topo_mod_ipmi_rele() argument
713 topo_mod_devinfo(topo_mod_t * mod) topo_mod_devinfo() argument
719 topo_mod_smbios(topo_mod_t * mod) topo_mod_smbios() argument
730 topo_mod_prominfo(topo_mod_t * mod) topo_mod_prominfo() argument
736 topo_mod_clrdebug(topo_mod_t * mod) topo_mod_clrdebug() argument
743 topo_mod_dprintf(topo_mod_t * mod,const char * format,...) topo_mod_dprintf() argument
757 topo_mod_product(topo_mod_t * mod) topo_mod_product() argument
763 topo_mod_server(topo_mod_t * mod) topo_mod_server() argument
772 topo_mod_psn(topo_mod_t * mod) topo_mod_psn() argument
785 topo_mod_csn(topo_mod_t * mod) topo_mod_csn() argument
815 topo_mod_auth(topo_mod_t * mod,tnode_t * pnode) topo_mod_auth() argument
887 topo_mod_walk_init(topo_mod_t * mod,tnode_t * node,topo_mod_walk_cb_t cb_f,void * pdata,int * errp) topo_mod_walk_init() argument
[all...]
H A Dtopo_module.c49 topo_mod_release(topo_mod_t *mod, tnode_t *node) in topo_mod_release() argument
60 topo_mod_hold(topo_mod_t *mod) in topo_mod_hold() argument
69 topo_mod_rele(topo_mod_t * mod) topo_mod_rele() argument
85 topo_mod_enter(topo_mod_t * mod) topo_mod_enter() argument
98 topo_mod_exit(topo_mod_t * mod) topo_mod_exit() argument
122 topo_mod_stop(topo_mod_t * mod) topo_mod_stop() argument
137 topo_mod_start(topo_mod_t * mod,topo_version_t version) topo_mod_start() argument
167 topo_mod_t *mod; topo_mod_lookup() local
180 topo_mod_destroy(topo_mod_t * mod) topo_mod_destroy() argument
201 set_create_error(topo_hdl_t * thp,topo_mod_t * mod,const char * path,int err) set_create_error() argument
222 topo_mod_t *mod; topo_mod_create() local
295 topo_mod_t *mod = NULL; topo_modhash_lookup() local
313 topo_mod_t *mod; topo_modhash_load() local
335 topo_modhash_unload(topo_mod_t * mod) topo_modhash_unload() argument
[all...]
H A Dsvc.c105 svc_error(topo_mod_t *mod) in svc_error() argument
117 svc_get_handle(topo_mod_t *mod) in svc_get_handle() argument
141 svc_init(topo_mod_t *mod, topo_version_t version) in svc_init() argument
159 svc_fini(topo_mod_t * mod) svc_fini() argument
170 svc_create_node(topo_mod_t * mod,tnode_t * pnode,char * fmristr) svc_create_node() argument
238 svc_enum(topo_mod_t * mod,tnode_t * pnode,const char * name,topo_instance_t min,topo_instance_t max,void * notused1,void * notused2) svc_enum() argument
326 svc_release(topo_mod_t * mod,tnode_t * node) svc_release() argument
347 svc_fmri_prop_get(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) svc_fmri_prop_get() argument
418 svc_fmri_nvl2str(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * nvl,nvlist_t ** out) svc_fmri_nvl2str() argument
516 svc_fmri_str2nvl(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) svc_fmri_str2nvl() argument
697 svc_get_state(topo_mod_t * mod,nvlist_t * fmri,boolean_t presence_only,int * ret) svc_get_state() argument
812 svc_fmri_present(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) svc_fmri_present() argument
836 svc_fmri_replaced(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) svc_fmri_replaced() argument
861 svc_fmri_service_state(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) svc_fmri_service_state() argument
885 svc_fmri_unusable(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) svc_fmri_unusable() argument
[all...]
H A Dhc.c207 hc_init(topo_mod_t *mod, topo_version_t version) in hc_init() argument
230 hc_fini(topo_mod_t *mod) in hc_fini() argument
315 hc_enum(topo_mod_t * mod,tnode_t * pnode,const char * name,topo_instance_t min,topo_instance_t max,void * notused1,void * notused2) hc_enum() argument
381 fmri_compare(topo_mod_t * mod,nvlist_t * nv1,nvlist_t * nv2) fmri_compare() argument
448 hc_compare(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_compare() argument
609 hc_fmri_nvl2str(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * nvl,nvlist_t ** out) hc_fmri_nvl2str() argument
643 hc_base_fmri_create(topo_mod_t * mod,const nvlist_t * auth,const char * part,const char * rev,const char * serial) hc_base_fmri_create() argument
680 make_hc_pairs(topo_mod_t * mod,char * fmri,int * num) make_hc_pairs() argument
804 make_hc_auth(topo_mod_t * mod,char * fmri,char ** serial,char ** part,char ** rev,nvlist_t ** auth) make_hc_auth() argument
907 make_facility(topo_mod_t * mod,char * str,nvlist_t ** nvl) make_facility() argument
952 hc_fmri_str2nvl(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_str2nvl() argument
1056 hc_list_create(topo_mod_t * mod,const char * name,char * inst) hc_list_create() argument
1075 hc_create_seterror(topo_mod_t * mod,nvlist_t ** hcl,int n,nvlist_t * fmri,int err) hc_create_seterror() argument
1098 hc_name_canonical(topo_mod_t * mod,const char * name) hc_name_canonical() argument
1122 hc_fmri_create(topo_mod_t * mod,nvlist_t * pfmri,int version,const char * name,topo_instance_t inst,const nvlist_t * auth,const char * part,const char * rev,const char * serial) hc_fmri_create() argument
1192 hc_fmri_create_meth(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_create_meth() argument
1260 hc_match(topo_mod_t * mod,tnode_t * node,nvlist_t * fmri,const char * name,topo_instance_t inst,boolean_t * result) hc_match() argument
1314 hc_walk_sibling(topo_mod_t * mod,tnode_t * node,struct hc_walk * hwp,const char * name,topo_instance_t inst) hc_walk_sibling() argument
1354 hc_walker(topo_mod_t * mod,tnode_t * node,void * pdata) hc_walker() argument
1461 hc_walk_init(topo_mod_t * mod,tnode_t * node,nvlist_t * rsrc,topo_mod_walk_cb_t cb,void * pdata) hc_walk_init() argument
1525 hc_prop_get(topo_mod_t * mod,tnode_t * node,void * pdata) hc_prop_get() argument
1538 hc_fmri_prop_get(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_prop_get() argument
1598 hc_pgrp_get(topo_mod_t * mod,tnode_t * node,void * pdata) hc_pgrp_get() argument
1610 hc_fmri_pgrp_get(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_pgrp_get() argument
1655 hc_prop_setprop(topo_mod_t * mod,tnode_t * node,void * pdata) hc_prop_setprop() argument
1669 hc_fmri_prop_set(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_prop_set() argument
1744 hc_is_present(topo_mod_t * mod,tnode_t * node,void * pdata) hc_is_present() argument
1799 hc_fmri_present(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_present() argument
1836 hc_is_replaced(topo_mod_t * mod,tnode_t * node,void * pdata) hc_is_replaced() argument
1917 hc_fmri_replaced(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_replaced() argument
1954 hc_unusable(topo_mod_t * mod,tnode_t * node,void * pdata) hc_unusable() argument
1982 hc_fmri_unusable(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_unusable() argument
2033 hc_fac_get(topo_mod_t * mod,tnode_t * node,void * pdata) hc_fac_get() argument
2076 hc_fmri_facility(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_facility() argument
2139 hc_expand(topo_mod_t * mod,tnode_t * node,void * pdata) hc_expand() argument
2180 hc_fmri_expand(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_expand() argument
2218 hc_retire_subr(topo_mod_t * mod,tnode_t * node,void * pdata) hc_retire_subr() argument
2239 hc_fmri_retire_subr(topo_mod_t * mod,tnode_t * node,char * method_name,topo_version_t builtin_version,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_retire_subr() argument
2280 hc_fmri_retire(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_retire() argument
2288 hc_fmri_unretire(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_unretire() argument
2296 hc_fmri_service_state(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) hc_fmri_service_state() argument
[all...]
H A Dcpu.c78 cpu_init(topo_mod_t *mod, topo_version_t version) in cpu_init() argument
123 cpu_fini(topo_mod_t * mod) cpu_fini() argument
159 cpu_create(topo_mod_t * mod,tnode_t * rnode,const char * name,topo_instance_t min,topo_instance_t max,cpu_node_t * cpuip) cpu_create() argument
193 cpu_enum(topo_mod_t * mod,tnode_t * pnode,const char * name,topo_instance_t min,topo_instance_t max,void * arg,void * notused2) cpu_enum() argument
243 cpu_release(topo_mod_t * mod,tnode_t * node) cpu_release() argument
333 cpu_nvl2str(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) cpu_nvl2str() argument
367 cpu_str2nvl(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) cpu_str2nvl() argument
483 fmri_create(topo_mod_t * mod,uint32_t cpu_id,uint8_t cpumask,char * s) fmri_create() argument
510 cpu_fmri_asru(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) cpu_fmri_asru() argument
535 cpu_fmri_create_meth(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) cpu_fmri_create_meth() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c66 x86pi_hcfmri_info_fini(topo_mod_t *mod, x86pi_hcfmri_t *hc) in x86pi_hcfmri_info_fini() argument
94 x86pi_get_serverid(topo_mod_t *mod) in x86pi_get_serverid() argument
116 x86pi_smb_open(topo_mod_t * mod) x86pi_smb_open() argument
138 x86pi_smb_strcnt(topo_mod_t * mod,smbs_cnt_t * stype) x86pi_smb_strcnt() argument
171 x86pi_set_auth(topo_mod_t * mod,x86pi_hcfmri_t * hcfmri,tnode_t * t_parent,tnode_t * t_node) x86pi_set_auth() argument
395 x86pi_set_frufmri(topo_mod_t * mod,x86pi_hcfmri_t * hcfmri,tnode_t * t_parent,tnode_t * t_node,int flag) x86pi_set_frufmri() argument
445 x86pi_set_label(topo_mod_t * mod,const char * label,const char * name,tnode_t * t_node) x86pi_set_label() argument
477 x86pi_set_system(topo_mod_t * mod,tnode_t * t_node) x86pi_set_system() argument
560 x86pi_check_comp(topo_mod_t * mod) x86pi_check_comp() argument
623 x86pi_cleanup_smbios_str(topo_mod_t * mod,const char * begin,int str_type) x86pi_cleanup_smbios_str() argument
674 x86pi_bdf(topo_mod_t * mod,di_node_t node) x86pi_bdf() argument
691 x86pi_phy(topo_mod_t * mod,di_node_t node) x86pi_phy() argument
[all...]
H A Dx86pi_hostbridge.c68 x86pi_hbr_enum_init(topo_mod_t *mod) in x86pi_hbr_enum_init() argument
89 x86pi_hbr_enum_fini(topo_mod_t *mod) in x86pi_hbr_enum_fini() argument
97 pciex_process(topo_mod_t *mod, tnode_t *tn_hbr, di_node_t rcn, in pciex_process() argument
163 pci_process(topo_mod_t * mod,tnode_t * tn_hbr,di_node_t bn) pci_process() argument
189 x86pi_gen_pci_pciexrc(topo_mod_t * mod,tnode_t * tn_hbr,uint16_t bdf,topo_instance_t * rcip) x86pi_gen_pci_pciexrc() argument
235 x86pi_gen_hbr(topo_mod_t * mod,tnode_t * tn_bb,int hbr_smbid,topo_instance_t hbri,topo_instance_t * rcip) x86pi_gen_hbr() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c76 pi_find_mdenodes(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_start, in pi_find_mdenodes() argument
116 pi_skip_node(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node) in pi_skip_node() argument
157 pi_get_dipath(topo_mod_t *mod, di_node_t dnode) in pi_get_dipath() argument
228 pi_get_productsn(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node) pi_get_productsn() argument
310 pi_get_chassisid(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node) pi_get_chassisid() argument
396 pi_get_fru(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node,int * is_fru) pi_get_fru() argument
423 pi_get_instance(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node,topo_instance_t * ip) pi_get_instance() argument
452 pi_get_label(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node) pi_get_label() argument
493 pi_get_lun(topo_mod_t * mod,di_node_t node) pi_get_lun() argument
547 pi_get_part(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node) pi_get_part() argument
585 pi_get_path(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node) pi_get_path() argument
689 pi_get_productid(topo_mod_t * mod,md_t * mdp) pi_get_productid() argument
736 pi_get_priphy(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node,uint8_t * phyp) pi_get_priphy() argument
763 pi_get_phynum(topo_mod_t * mod,di_node_t node) pi_get_phynum() argument
816 pi_get_revision(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node) pi_get_revision() argument
836 pi_get_serial(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node) pi_get_serial() argument
876 pi_get_serverid(topo_mod_t * mod) pi_get_serverid() argument
900 pi_get_target_port(topo_mod_t * mod,di_node_t node) pi_get_target_port() argument
949 pi_get_topo_hc_name(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node) pi_get_topo_hc_name() argument
976 pi_set_auth(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node,tnode_t * t_parent,tnode_t * t_node) pi_set_auth() argument
1209 pi_set_frufmri(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node,const char * name,topo_instance_t inst,tnode_t * t_parent,tnode_t * t_node) pi_set_frufmri() argument
1265 pi_set_label(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node,tnode_t * t_node) pi_set_label() argument
1299 pi_set_system(topo_mod_t * mod,tnode_t * t_node) pi_set_system() argument
1373 pi_node_bind(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node,tnode_t * t_parent,const char * hc_name,topo_instance_t inst,nvlist_t * fmri) pi_node_bind() argument
[all...]
H A Dpi_meth.c105 set_retnvl(topo_mod_t *mod, nvlist_t **out, const char *retname, uint32_t ret) in set_retnvl() argument
127 cpu_walker(topo_mod_t *mod, tnode_t *node, void *pdata) in cpu_walker() argument
194 walk_cpus(topo_mod_t *mod, struc argument
228 cpu_retire(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) cpu_retire() argument
247 cpu_unretire(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) cpu_unretire() argument
266 cpu_service_state(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) cpu_service_state() argument
291 cpu_unusable(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) cpu_unusable() argument
309 mem_fmri_create(topo_mod_t * mod,char * serial,char * label) mem_fmri_create() argument
334 mem_asru_compute(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) mem_asru_compute() argument
427 dimm_page_service_state(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) dimm_page_service_state() argument
452 dimm_page_unusable(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) dimm_page_unusable() argument
475 dimm_page_retire(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) dimm_page_retire() argument
500 dimm_page_unretire(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) dimm_page_unretire() argument
[all...]
H A Dpi_walker.c136 pi_walker_init(topo_mod_t *mod) in pi_walker_init() argument
183 pi_walker_fini(topo_mod_t *mod) in pi_walker_fini() argument
202 topo_mod_t *mod; in pi_walker() local
325 topo_mod_t *mod; pi_walker_node() local
415 pi_walker_node_create(topo_mod_t * mod,md_t * mdp,mde_cookie_t mde_node,tnode_t * t_parent,topo_instance_t inst,tnode_t ** t_node) pi_walker_node_create() argument
480 pi_walker_node_range(topo_mod_t * mod,md_t * mdp,tnode_t * t_parent,mde_cookie_t mde_node) pi_walker_node_range() argument
660 pi_walkerlist_addtype(topo_mod_t * mod,nvlist_t * typelist,char * hc_name,uint32_t min,uint32_t max) pi_walkerlist_addtype() argument
702 pi_walkerlist_create(topo_mod_t * mod) pi_walkerlist_create() argument
724 pi_walkerlist_destroy(topo_mod_t * mod) pi_walkerlist_destroy() argument
750 pi_walkerlist_add(topo_mod_t * mod,tnode_t * t_parent,mde_cookie_t mde_node) pi_walkerlist_add() argument
781 pi_walkerlist_find(topo_mod_t * mod,mde_cookie_t mde_node,tnode_t ** tpp) pi_walkerlist_find() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/niu/
H A Dniu.c65 _topo_init(topo_mod_t *mod, topo_version_t version) in _topo_init() argument
83 _topo_fini(topo_mod_t *mod) in _topo_fini() argument
89 devprop_set(tnode_t * tn,di_node_t dn,const char * tpgrp,const char * tpnm,topo_mod_t * mod) devprop_set() argument
108 driverprop_set(tnode_t * tn,di_node_t dn,const char * tpgrp,const char * tpnm,topo_mod_t * mod) driverprop_set() argument
123 moduleprop_set(tnode_t * tn,di_node_t dn,const char * tpgrp,const char * tpnm,topo_mod_t * mod) moduleprop_set() argument
145 niu_tnode_create(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t i,void * priv) niu_tnode_create() argument
187 niu_asru_set(tnode_t * tn,di_node_t dn,topo_mod_t * mod) niu_asru_set() argument
219 niu_declare(tnode_t * parent,const char * name,topo_instance_t i,void * priv,topo_mod_t * mod) niu_declare() argument
245 niufn_declare(tnode_t * parent,const char * name,topo_instance_t i,void * priv,topo_mod_t * mod) niufn_declare() argument
275 niufn_instance_get(topo_mod_t * mod,di_node_t node,topo_instance_t * inst) niufn_instance_get() argument
299 niufn_instantiate(tnode_t * parent,const char * name,di_node_t pnode,topo_mod_t * mod) niufn_instantiate() argument
349 niu_enum(topo_mod_t * mod,tnode_t * rnode,const char * name,topo_instance_t min,topo_instance_t max,void * arg,void * notused) niu_enum() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c50 whinge(topo_mod_t *mod, int *nerr, const char *fmt, ...) in whinge() argument
72 nvprop_add(topo_mod_t *mod, nvpair_t *nvp, const char *pgname, tnode_t *node) in nvprop_add() argument
147 add_nvlist_strprop(topo_mod_t *mod, tnode_t *node, nvlist_t *nvl, in add_nvlist_strprop() argument
174 add_nvlist_longprop(topo_mod_t *mod, tnode_t *node, nvlist_t *nvl, in add_nvlist_longprop() argument
201 add_nvlist_longprops(topo_mod_t *mod, tnode_t *node, nvlist_t *nvl, in add_nvlist_longprops() argument
227 mkrsrc(topo_mod_t * mod,tnode_t * pnode,const char * name,int inst,nvlist_t * auth,nvlist_t ** nvl) mkrsrc() argument
240 cpu_fmri_create(topo_mod_t * mod,uint32_t cpuid,char * s,uint8_t cpumask) cpu_fmri_create() argument
265 mem_asru_compute(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) mem_asru_compute() argument
339 set_retnvl(topo_mod_t * mod,nvlist_t ** out,const char * retname,uint32_t ret) set_retnvl() argument
365 fmri_replaced(topo_mod_t * mod,tnode_t * node,nvlist_t * unum,int * errp) fmri_replaced() argument
442 rank_fmri_present(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) rank_fmri_present() argument
471 rank_fmri_replaced(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) rank_fmri_replaced() argument
489 fmri_dprint(topo_mod_t * mod,const char * op,uint32_t rc,nvlist_t * fmri) fmri_dprint() argument
528 strand_walker(topo_mod_t * mod,tnode_t * node,void * pdata) strand_walker() argument
584 walk_strands(topo_mod_t * mod,struct strand_walk_data * swdp,tnode_t * parent,int (* func)(fmd_agent_hdl_t *,int,int,int)) walk_strands() argument
616 retire_strands(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) retire_strands() argument
640 unretire_strands(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) unretire_strands() argument
664 service_state_strands(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) service_state_strands() argument
691 unusable_strands(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) unusable_strands() argument
730 ntv_page_retire(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) ntv_page_retire() argument
750 ntv_page_unretire(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) ntv_page_unretire() argument
770 ntv_page_service_state(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) ntv_page_service_state() argument
797 ntv_page_unusable(topo_mod_t * mod,tnode_t * node,topo_version_t version,nvlist_t * in,nvlist_t ** out) ntv_page_unusable() argument
[all...]
H A Dchip_label.c43 get_fmtstr(topo_mod_t *mod, nvlist_t *in) in get_fmtstr() argument
67 store_prop_val(topo_mod_t *mod, char *buf, char *propname, nvlist_t **out) in store_prop_val() argument
112 simple_dimm_label(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) simple_dimm_label() argument
173 simple_dimm_label_mp(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) simple_dimm_label_mp() argument
259 seq_dimm_label(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) seq_dimm_label() argument
337 simple_chip_label(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) simple_chip_label() argument
394 fsb2_chip_label(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) fsb2_chip_label() argument
445 g4_chip_label(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) g4_chip_label() argument
538 get_num_chips(topo_mod_t * mod) get_num_chips() argument
588 a4fplus_chip_label(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) a4fplus_chip_label() argument
667 simple_cs_label_mp(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) simple_cs_label_mp() argument
714 g4_dimm_label(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) g4_dimm_label() argument
788 g12f_dimm_label(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) g12f_dimm_label() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem.c86 _topo_init(topo_mod_t *mod) in _topo_init() argument
120 _topo_fini(topo_mod_t * mod) _topo_fini() argument
136 mem_present(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) mem_present() argument
175 mem_replaced(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) mem_replaced() argument
213 mem_strarray_free(topo_mod_t * mod,char ** arr,size_t dim) mem_strarray_free() argument
301 mem_expand_opt(topo_mod_t * mod,nvlist_t * nvl,char ** serids) mem_expand_opt() argument
355 mem_expand(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) mem_expand() argument
379 mem_page_isretired(topo_mod_t * mod,nvlist_t * nvl) mem_page_isretired() argument
404 mem_page_retire(topo_mod_t * mod,nvlist_t * nvl) mem_page_retire() argument
429 mem_page_unretire(topo_mod_t * mod,nvlist_t * nvl) mem_page_unretire() argument
454 mem_unusable(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) mem_unusable() argument
523 mem_contains(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) mem_contains() argument
580 mem_fmri_create(topo_mod_t * mod,char * unum,char * serial) mem_fmri_create() argument
603 mem_tnode_create(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t i,char * unum,char * serial,void * priv) mem_tnode_create() argument
635 mem_create(topo_mod_t * mod,tnode_t * rnode,const char * name,md_mem_info_t * mem) mem_create() argument
684 mem_enum(topo_mod_t * mod,tnode_t * rnode,const char * name,topo_instance_t min,topo_instance_t max,void * arg,void * notused) mem_enum() argument
703 mem_release(topo_mod_t * mod,tnode_t * node) mem_release() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c42 busorrc_new(topo_mod_t *mod, const char *bus_addr, di_node_t di) in busorrc_new() argument
85 busorrc_insert(topo_mod_t * mod,busorrc_t ** head,busorrc_t * new) busorrc_insert() argument
124 busorrc_add(topo_mod_t * mod,busorrc_t ** list,di_node_t n) busorrc_add() argument
141 busorrc_free(topo_mod_t * mod,busorrc_t * pb) busorrc_free() argument
150 hb_process(topo_mod_t * mod,tnode_t * ptn,topo_instance_t hbi,topo_instance_t bi,di_node_t bn,did_t * hbdid) hb_process() argument
166 rc_process(topo_mod_t * mod,tnode_t * ptn,topo_instance_t rci,di_node_t bn) rc_process() argument
203 declare_exbuses(topo_mod_t * mod,busorrc_t * list,tnode_t * ptn,int nhb,int nrc) declare_exbuses() argument
296 declare_buses(topo_mod_t * mod,busorrc_t * list,tnode_t * ptn,int nhb) declare_buses() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/i86pc/pcibus/
H A Dpci_i86pc.c42 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, in platform_pci_label() argument
49 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, in platform_pci_fru() argument
60 parent_is_rc(topo_mod_t *mod, did_t *dp) in parent_is_rc() argument
71 ba_is_2(topo_mod_t *mod, did_t *dp) in ba_is_2() argument
100 ba_is_4(topo_mod_t *mod, did_t *dp) in ba_is_4() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c125 disk_set_props(topo_mod_t *mod, tnode_t *parent, in disk_set_props() argument
285 disk_trim_whitespace(topo_mod_t * mod,const char * begin) disk_trim_whitespace() argument
316 disk_auth_clean(topo_mod_t * mod,const char * str) disk_auth_clean() argument
334 disk_tnode_create(topo_mod_t * mod,tnode_t * parent,dev_di_node_t * dnode,const char * name,topo_instance_t i,tnode_t ** rval) disk_tnode_create() argument
412 disk_declare(topo_mod_t * mod,tnode_t * parent,dev_di_node_t * dnode,tnode_t ** childp) disk_declare() argument
442 disk_declare_path(topo_mod_t * mod,tnode_t * parent,topo_list_t * listp,const char * path) disk_declare_path() argument
469 disk_declare_addr(topo_mod_t * mod,tnode_t * parent,topo_list_t * listp,const char * addr,tnode_t ** childp) disk_declare_addr() argument
506 disk_declare_bridge(topo_mod_t * mod,tnode_t * parent,topo_list_t * listp,const char * addr,tnode_t ** childp) disk_declare_bridge() argument
541 disk_declare_non_enumerated(topo_mod_t * mod,tnode_t * parent,tnode_t ** childp) disk_declare_non_enumerated() argument
551 topo_mod_t *mod = cbp->dcb_mod; disk_devlink_callback() local
574 dev_di_node_free(topo_mod_t * mod,dev_di_node_t * dnode) dev_di_node_free() argument
612 topo_mod_t *mod = cbp->dcb_mod; dev_di_node_add() local
922 dev_list_gather(topo_mod_t * mod,topo_list_t * listp) dev_list_gather() argument
954 dev_list_free(topo_mod_t * mod,topo_list_t * listp) dev_list_free() argument
988 disk_status(topo_mod_t * mod,tnode_t * nodep,topo_version_t vers,nvlist_t * in_nvl,nvlist_t ** out_nvl) disk_status() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A Dhb_i86pc.c37 hb_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t hbi, di_node_t bn) in hb_process() argument
56 rc_process(topo_mod_t *mod, tnode_t *ptn, topo_instance_t hbi, di_node_t bn) in rc_process() argument
80 pci_hostbridges_find(topo_mod_t *mod, tnode_ argument
139 platform_hb_enum(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t imin,topo_instance_t imax) platform_hb_enum() argument
147 platform_hb_label(topo_mod_t * mod,tnode_t * node,nvlist_t * in,nvlist_t ** out) platform_hb_label() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/sun4u/hostbridge/
H A Dhb_sun4u.c37 count_busorrc(topo_mod_t *mod, busorrc_t *list, int *hbc, int *bph) in count_busorrc() argument
72 busorrc_process(topo_mod_t *mod, busorrc_t *list, int isrc, tnode_t *ptn) in busorrc_process() argument
116 pci_hostbridges_find(topo_mod_t * mod,tnode_t * ptn) pci_hostbridges_find() argument
172 platform_hb_enum(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t imin,topo_instance_t imax) platform_hb_enum() argument
180 platform_hb_label(topo_mod_t * mod,tnode_t * node,nvlist_t * in,nvlist_t ** out) platform_hb_label() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A Dcpuboard.c90 cpuboard_get_pri_info(topo_mod_t *mod, cpuboard_contents_t cpubs[]) in cpuboard_get_pri_info() argument
216 _topo_init(topo_mod_t * mod,topo_version_t version) _topo_init() argument
235 _topo_fini(topo_mod_t * mod) _topo_fini() argument
241 cpuboard_tnode_create(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t i,void * priv,cpuboard_contents_t * cpubc) cpuboard_tnode_create() argument
310 cpuboard_label_set(topo_mod_t * mod,tnode_t * parent,tnode_t * node,topo_instance_t n) cpuboard_label_set() argument
344 cpuboard_declare(tnode_t * parent,const char * name,topo_instance_t i,void * priv,topo_mod_t * mod,cpuboard_contents_t * cpubc) cpuboard_declare() argument
370 chip_instantiate(tnode_t * parent,const char * name,topo_mod_t * mod,topo_instance_t inst) chip_instantiate() argument
404 cpuboard_findrc(topo_mod_t * mod,uint64_t id) cpuboard_findrc() argument
440 cpuboard_free_pri_info(topo_mod_t * mod,cpuboard_contents_t cpuboard_list[],topo_instance_t min,topo_instance_t max) cpuboard_free_pri_info() argument
457 cpuboard_enum(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t min,topo_instance_t max,void * arg,void * notused) cpuboard_enum() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/zambezi/
H A Dzambezi.c67 _topo_init(topo_mod_t *mod, topo_version_t version) in _topo_init() argument
85 _topo_fini(topo_mod_t *mod) in _topo_fini() argument
91 zam_tnode_create(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t i,void * priv) zam_tnode_create() argument
138 zam_declare(tnode_t * parent,const char * name,topo_instance_t i,void * priv,topo_mod_t * mod) zam_declare() argument
167 zambezi_enum(topo_mod_t * mod,tnode_t * rnode,const char * name,topo_instance_t min,topo_instance_t max,void * notused,void * data) zambezi_enum() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c119 _topo_init(topo_mod_t *mod) in _topo_init() argument
153 _topo_fini(topo_mod_t * mod) _topo_fini() argument
169 cpu_present(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) cpu_present() argument
214 cpu_replaced(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) cpu_replaced() argument
261 cpu_expand(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) cpu_expand() argument
329 cpu_unusable(topo_mod_t * mod,tnode_t * node,topo_version_t vers,nvlist_t * in,nvlist_t ** out) cpu_unusable() argument
385 cpu_fmri_create(topo_mod_t * mod,uint32_t cpuid,char * serial,uint8_t cpumask) cpu_fmri_create() argument
408 cpu_tnode_create(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t i,char * serial,void * priv) cpu_tnode_create() argument
441 cpu_create(topo_mod_t * mod,tnode_t * rnode,const char * name,md_info_t * chip) cpu_create() argument
501 cpu_enum(topo_mod_t * mod,tnode_t * rnode,const char * name,topo_instance_t min,topo_instance_t max,void * arg,void * notused) cpu_enum() argument
520 cpu_release(topo_mod_t * mod,tnode_t * node) cpu_release() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/common/xfp/
H A Dxfp.c60 _topo_init(topo_mod_t *mod, topo_version_t version) in _topo_init() argument
79 _topo_fini(topo_mod_t *mod) in _topo_fini() argument
85 xfp_tnode_create(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t i,void * priv) xfp_tnode_create() argument
147 xfp_label_set(topo_mod_t * mod,tnode_t * parent,tnode_t * node,topo_instance_t n) xfp_label_set() argument
179 xfp_declare(tnode_t * parent,const char * name,topo_instance_t i,void * priv,topo_mod_t * mod) xfp_declare() argument
204 xfp_enum(topo_mod_t * mod,tnode_t * rnode,const char * name,topo_instance_t min,topo_instance_t max,void * notused,void * data) xfp_enum() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/xaui/
H A Dxaui.c72 _topo_init(topo_mod_t *mod, topo_version_t version) in _topo_init() argument
90 _topo_fini(topo_mod_t *mod) in _topo_fini() argument
96 xaui_tnode_create(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t i,void * priv) xaui_tnode_create() argument
181 xaui_trans_str(topo_mod_t * mod,char * dn,char * p,size_t buf_len) xaui_trans_str() argument
203 xaui_get_path(topo_mod_t * mod,void * priv,topo_instance_t inst) xaui_get_path() argument
280 xaui_get_pri_label(topo_mod_t * mod,topo_instance_t n,void * priv,char ** labelp) xaui_get_pri_label() argument
389 xaui_label_set(topo_mod_t * mod,tnode_t * node,topo_instance_t n,void * priv) xaui_label_set() argument
454 xaui_declare(tnode_t * parent,const char * name,topo_instance_t i,void * priv,topo_mod_t * mod) xaui_declare() argument
510 xaui_enum(topo_mod_t * mod,tnode_t * rnode,const char * name,topo_instance_t min,topo_instance_t max,void * arg,void * priv) xaui_enum() argument
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c75 _topo_init(topo_mod_t *mod) in _topo_init() argument
108 _topo_fini(topo_mod_t * mod) _topo_fini() argument
122 chip_tnode_create(topo_mod_t * mod,tnode_t * parent,const char * name,topo_instance_t i,char * serial,nvlist_t * fru,char * label,void * priv) chip_tnode_create() argument
209 cpu_fmri_create(topo_mod_t * mod,uint32_t cpuid,char * serial,uint8_t cpumask) cpu_fmri_create() argument
233 cpu_create(topo_mod_t * mod,tnode_t * rnode,const char * name,md_info_t * chip,uint64_t serial) cpu_create() argument
309 dimm_instantiate(tnode_t * parent,const char * name,topo_mod_t * mod) dimm_instantiate() argument
343 chip_create(topo_mod_t * mod,tnode_t * rnode,const char * name,topo_instance_t min,topo_instance_t max,md_info_t * chip) chip_create() argument
413 chip_enum(topo_mod_t * mod,tnode_t * rnode,const char * name,topo_instance_t min,topo_instance_t max,void * arg,void * notused) chip_enum() argument
[all...]

12345678