Home
last modified time | relevance | path

Searched refs:topo_version_t (Results 1 – 25 of 65) sorted by relevance

123

/titanic_50/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.h119 extern int simple_dimm_label(topo_mod_t *, tnode_t *, topo_version_t,
121 extern int simple_dimm_label_mp(topo_mod_t *, tnode_t *, topo_version_t,
123 extern int seq_dimm_label(topo_mod_t *, tnode_t *, topo_version_t,
125 extern int g4_dimm_label(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
128 extern int g12f_dimm_label(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
131 extern int simple_chip_label(topo_mod_t *, tnode_t *, topo_version_t,
133 extern int g4_chip_label(topo_mod_t *, tnode_t *, topo_version_t,
135 extern int a4fplus_chip_label(topo_mod_t *, tnode_t *, topo_version_t,
137 extern int simple_cs_label_mp(topo_mod_t *, tnode_t *, topo_version_t,
139 extern int get_dimm_serial(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
[all …]
H A Dchip_label.c112 simple_dimm_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in simple_dimm_label()
173 simple_dimm_label_mp(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in simple_dimm_label_mp()
259 seq_dimm_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in seq_dimm_label()
337 simple_chip_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in simple_chip_label()
394 fsb2_chip_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in fsb2_chip_label()
445 g4_chip_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in g4_chip_label()
588 a4fplus_chip_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in a4fplus_chip_label()
667 simple_cs_label_mp(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in simple_cs_label_mp()
714 g4_dimm_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in g4_dimm_label()
788 g12f_dimm_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in g12f_dimm_label()
H A Dchip_subr.c265 mem_asru_compute(topo_mod_t *mod, tnode_t *node, topo_version_t version, in mem_asru_compute()
442 rank_fmri_present(topo_mod_t *mod, tnode_t *node, topo_version_t version, in rank_fmri_present()
471 rank_fmri_replaced(topo_mod_t *mod, tnode_t *node, topo_version_t version, in rank_fmri_replaced()
616 retire_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, in retire_strands()
640 unretire_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, in unretire_strands()
664 service_state_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, in service_state_strands()
691 unusable_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, in unusable_strands()
730 ntv_page_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, in ntv_page_retire()
750 ntv_page_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, in ntv_page_unretire()
770 ntv_page_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, in ntv_page_service_state()
[all …]
/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Ddev.c46 static int dev_fmri_nvl2str(topo_mod_t *, tnode_t *, topo_version_t,
48 static int dev_fmri_str2nvl(topo_mod_t *, tnode_t *, topo_version_t,
50 static int dev_fmri_create_meth(topo_mod_t *, tnode_t *, topo_version_t,
52 static int dev_fmri_present(topo_mod_t *, tnode_t *, topo_version_t,
54 static int dev_fmri_replaced(topo_mod_t *, tnode_t *, topo_version_t,
56 static int dev_fmri_unusable(topo_mod_t *, tnode_t *, topo_version_t,
58 static int dev_fmri_service_state(topo_mod_t *, tnode_t *, topo_version_t,
88 dev_init(topo_mod_t *mod, topo_version_t version) in dev_init()
200 dev_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, in dev_fmri_nvl2str()
233 dev_fmri_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, in dev_fmri_str2nvl()
[all …]
H A Dtopo_mod.h45 typedef int topo_method_f(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
54 const topo_version_t tm_version; /* Method version */
67 topo_version_t tmi_version; /* module version */
71 extern topo_mod_t *topo_mod_load(topo_mod_t *, const char *, topo_version_t);
74 topo_version_t);
130 extern int topo_method_sensor_failure(topo_mod_t *, tnode_t *, topo_version_t,
H A Dtopo_method.h42 topo_version_t tim_version; /* Method version */
49 extern int topo_method_call(tnode_t *, const char *, topo_version_t, nvlist_t *,
53 const char *, topo_type_t, const char *, topo_version_t, const nvlist_t *,
H A Dsvc.c58 static int svc_fmri_nvl2str(topo_mod_t *, tnode_t *, topo_version_t,
60 static int svc_fmri_str2nvl(topo_mod_t *, tnode_t *, topo_version_t,
62 static int svc_fmri_present(topo_mod_t *, tnode_t *, topo_version_t,
64 static int svc_fmri_replaced(topo_mod_t *, tnode_t *, topo_version_t,
66 static int svc_fmri_service_state(topo_mod_t *, tnode_t *, topo_version_t,
68 static int svc_fmri_unusable(topo_mod_t *, tnode_t *, topo_version_t,
70 static int svc_fmri_prop_get(topo_mod_t *, tnode_t *, topo_version_t,
141 svc_init(topo_mod_t *mod, topo_version_t version) in svc_init()
347 svc_fmri_prop_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, in svc_fmri_prop_get()
418 svc_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, in svc_fmri_nvl2str()
[all …]
H A Dtopo_module.h41 int (*mop_init)(struct topo_mod *, topo_version_t version);
57 topo_version_t tmi_version; /* module version */
97 const topo_imodops_t *, topo_version_t);
H A Dtopo_builtin.h50 topo_version_t bltin_version;
51 int (*bltin_init)(topo_mod_t *, topo_version_t version);
H A Dcpu.c48 static int cpu_nvl2str(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
50 static int cpu_str2nvl(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
52 static int cpu_fmri_asru(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
54 static int cpu_fmri_create_meth(topo_mod_t *, tnode_t *, topo_version_t,
78 cpu_init(topo_mod_t *mod, topo_version_t version) in cpu_init()
333 cpu_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_nvl2str()
367 cpu_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_str2nvl()
510 cpu_fmri_asru(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_fmri_asru()
535 cpu_fmri_create_meth(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_fmri_create_meth()
H A Dhc.c57 static int hc_fmri_nvl2str(topo_mod_t *, tnode_t *, topo_version_t,
59 static int hc_fmri_str2nvl(topo_mod_t *, tnode_t *, topo_version_t,
61 static int hc_compare(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
63 static int hc_fmri_present(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
65 static int hc_fmri_replaced(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
67 static int hc_fmri_unusable(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
69 static int hc_fmri_expand(topo_mod_t *, tnode_t *, topo_version_t,
71 static int hc_fmri_retire(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
73 static int hc_fmri_unretire(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
75 static int hc_fmri_service_state(topo_mod_t *, tnode_t *, topo_version_t,
[all …]
H A Dtopo_subr.h122 extern char *topo_version_num2str(topo_version_t, char *, size_t);
123 extern int topo_version_str2num(const char *, topo_version_t);
124 extern int topo_version_defined(topo_version_t);
H A Dfmd.c48 static int fmd_fmri_nvl2str(topo_mod_t *, tnode_t *, topo_version_t,
63 fmd_init(topo_mod_t *mod, topo_version_t version) in fmd_init()
127 fmd_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, in fmd_fmri_nvl2str()
H A Dmem.c49 static int mem_nvl2str(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
51 static int mem_fmri_create(topo_mod_t *, tnode_t *, topo_version_t,
68 mem_init(topo_mod_t *mod, topo_version_t version) in mem_init()
185 mem_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, in mem_nvl2str()
310 mem_fmri_create(topo_mod_t *mod, tnode_t *node, topo_version_t version, in mem_fmri_create()
H A Dtopo_prop.h43 topo_version_t tpi_version; /* version of pgroup definition */
54 topo_version_t tpm_version; /* method version */
H A Dmod.c48 static int mod_fmri_create_meth(topo_mod_t *, tnode_t *, topo_version_t,
50 static int mod_fmri_nvl2str(topo_mod_t *, tnode_t *, topo_version_t,
67 mod_init(topo_mod_t *mod, topo_version_t version) in mod_init()
235 mod_fmri_create_meth(topo_mod_t *mp, tnode_t *node, topo_version_t version, in mod_fmri_create_meth()
330 mod_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, in mod_fmri_nvl2str()
H A Dpkg.c53 static int pkg_fmri_create_meth(topo_mod_t *, tnode_t *, topo_version_t,
55 static int pkg_fmri_nvl2str(topo_mod_t *, tnode_t *, topo_version_t,
72 pkg_init(topo_mod_t *mod, topo_version_t version) in pkg_init()
229 pkg_fmri_create_meth(topo_mod_t *mp, tnode_t *node, topo_version_t version, in pkg_fmri_create_meth()
302 pkg_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, in pkg_fmri_nvl2str()
H A Dzfs.c50 static int zfs_fmri_nvl2str(topo_mod_t *, tnode_t *, topo_version_t,
69 zfs_init(topo_mod_t *mod, topo_version_t version) in zfs_init()
197 zfs_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, in zfs_fmri_nvl2str()
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_meth.c228 cpu_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_retire()
247 cpu_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_unretire()
266 cpu_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_service_state()
291 cpu_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_unusable()
334 mem_asru_compute(topo_mod_t *mod, tnode_t *node, topo_version_t version, in mem_asru_compute()
427 dimm_page_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, in dimm_page_service_state()
452 dimm_page_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, in dimm_page_unusable()
475 dimm_page_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, in dimm_page_retire()
500 dimm_page_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, in dimm_page_unretire()
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem.c54 static int mem_present(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
56 static int mem_replaced(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
58 static int mem_expand(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
60 static int mem_unusable(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
62 static int mem_contains(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
136 mem_present(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in mem_present()
175 mem_replaced(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in mem_replaced()
355 mem_expand(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in mem_expand()
454 mem_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in mem_unusable()
523 mem_contains(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in mem_contains()
/titanic_50/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c68 static int ipmi_sensor_enum(topo_mod_t *, tnode_t *, topo_version_t,
70 static int ipmi_entity(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
72 static int dimm_ipmi_entity(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
74 static int cs_ipmi_entity(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
76 static int ipmi_platform_message(topo_mod_t *, tnode_t *, topo_version_t,
78 static int ipmi_sensor_reading(topo_mod_t *, tnode_t *, topo_version_t,
80 static int ipmi_sensor_state(topo_mod_t *, tnode_t *, topo_version_t,
82 static int ipmi_indicator_mode(topo_mod_t *, tnode_t *, topo_version_t,
84 static int bay_locate_mode(topo_mod_t *, tnode_t *, topo_version_t,
86 static int x4500_present_mode(topo_mod_t *, tnode_t *, topo_version_t,
[all …]
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c52 static int cpu_present(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
54 static int cpu_replaced(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
56 static int cpu_expand(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
58 static int cpu_unusable(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
169 cpu_present(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in cpu_present()
214 cpu_replaced(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in cpu_replaced()
261 cpu_expand(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in cpu_expand()
329 cpu_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t vers, in cpu_unusable()
/titanic_50/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.h44 extern int ses_node_enum_facility(topo_mod_t *, tnode_t *, topo_version_t,
46 extern int ses_enc_enum_facility(topo_mod_t *, tnode_t *, topo_version_t,
H A Dses_facility.c71 static int ses_indicator_mode(topo_mod_t *, tnode_t *, topo_version_t,
73 static int ses_sensor_reading(topo_mod_t *, tnode_t *, topo_version_t,
75 static int ses_sensor_state(topo_mod_t *, tnode_t *, topo_version_t,
77 static int ses_psu_state(topo_mod_t *, tnode_t *, topo_version_t,
131 ses_indicator_mode(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, in ses_indicator_mode()
242 ses_sensor_reading(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, in ses_sensor_reading()
312 ses_sensor_state(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, in ses_sensor_state()
401 ses_psu_state(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, in ses_psu_state()
759 ses_node_enum_facility(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, in ses_node_enum_facility()
945 ses_enc_enum_facility(topo_mod_t *mod, tnode_t *tn, topo_version_t vers, in ses_enc_enum_facility()
/titanic_50/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c46 static int ipmi_present(topo_mod_t *, tnode_t *, topo_version_t, nvlist_t *,
53 topo_version_t vers, nvlist_t *in, nvlist_t **out);
56 topo_version_t vers, nvlist_t *in, nvlist_t **out);
81 ipmi_present(topo_mod_t *mod, tnode_t *tn, topo_version_t version, in ipmi_present()
480 _topo_init(topo_mod_t *mod, topo_version_t version) in _topo_init()

123