Home
last modified time | relevance | path

Searched refs:nvlist_lookup_uint32 (Results 1 – 25 of 76) sorted by relevance

1234

/titanic_41/usr/src/lib/libcontract/common/
H A Dprocess.c113 return (nvlist_lookup_uint32(info->nvl, CTPE_PID, (uint_t *)pid)); in ct_pr_event_get_pid()
126 return (nvlist_lookup_uint32(info->nvl, CTPE_PPID, (uint_t *)ppid)); in ct_pr_event_get_ppid()
139 return (nvlist_lookup_uint32(info->nvl, CTPE_SIGNAL, (uint_t *)signal)); in ct_pr_event_get_signal()
152 return (nvlist_lookup_uint32(info->nvl, CTPE_SENDER, (uint_t *)sender)); in ct_pr_event_get_sender()
165 return (nvlist_lookup_uint32(info->nvl, CTPE_SENDCT, (uint_t *)sendct)); in ct_pr_event_get_senderct()
235 return (nvlist_lookup_uint32(info->nvl, CTPS_PARAMS, param)); in ct_pr_status_get_param()
246 return (nvlist_lookup_uint32(info->nvl, CTPS_EV_FATAL, fatal)); in ct_pr_status_get_fatal()
H A Ddevice.c120 return (nvlist_lookup_uint32(info->nvl, CTDS_ASET, aset)); in ct_dev_status_get_aset()
134 return (nvlist_lookup_uint32(info->nvl, CTDS_NONEG, negp)); in ct_dev_status_get_noneg()
148 return (nvlist_lookup_uint32(info->nvl, CTDS_STATE, statep)); in ct_dev_status_get_dev_state()
/titanic_41/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c225 (void) nvlist_lookup_uint32(nvlp, FLOWACCT_TIMEOUT, &timeout); in flowacct_create_action()
231 (void) nvlist_lookup_uint32(nvlp, FLOWACCT_TIMER, &timer); in flowacct_create_action()
236 if ((rc = nvlist_lookup_uint32(nvlp, FLOWACCT_MAX_LIMIT, in flowacct_create_action()
245 if ((rc = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, in flowacct_create_action()
349 if ((rc = nvlist_lookup_uint32(nvlp, FLOWACCT_TIMEOUT, &timeout)) in flowacct_modify_action()
356 if ((rc = nvlist_lookup_uint32(nvlp, FLOWACCT_TIMER, &timer)) == 0) { in flowacct_modify_action()
361 if ((rc = nvlist_lookup_uint32(nvlp, FLOWACCT_MAX_LIMIT, &max_limit)) in flowacct_modify_action()
367 if ((rc = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, &bstats)) in flowacct_modify_action()
/titanic_41/usr/src/cmd/fm/schemes/cpu/
H A Dcpu.c154 nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, &cpuid) != 0) in fmd_fmri_expand()
212 nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, &cpuid) != 0) in fmd_fmri_present()
265 nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, &cpuid) != 0) in fmd_fmri_replaced()
323 nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, &cpuid) != 0) in fmd_fmri_unusable()
347 if (nvlist_lookup_uint32(er, FM_FMRI_CPU_ID, &erval) != 0) in fmd_fmri_contains()
349 if (nvlist_lookup_uint32(ee, FM_FMRI_CPU_ID, &eeval) != 0) in fmd_fmri_contains()
/titanic_41/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cache.c65 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_ID, &cpuid) != 0) { in cma_cache_way_retire()
72 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_CACHE_INDEX, &index) != 0) { in cma_cache_way_retire()
79 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_CACHE_WAY, &way) != 0) { in cma_cache_way_retire()
H A Dcma_cpu.c186 if (nvlist_lookup_uint32(hc_prs[i], in cma_cpu_hc_retire()
316 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_ID, &cpuid) != 0) { in cma_cpu_cpu_retire()
H A Dcma_cpu_arch.c110 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_ID, &cpuid) != 0) { in cma_cpu_statechange()
/titanic_41/usr/src/uts/common/ipp/meters/
H A Dtokenmtddi.c192 if ((rc = nvlist_lookup_uint32(nvlp, TOKENMT_COMMITTED_RATE, in tokenmt_create_action()
209 if ((rc = nvlist_lookup_uint32(nvlp, TOKENMT_COMMITTED_BURST, in tokenmt_create_action()
223 if ((rc = nvlist_lookup_uint32(nvlp, TOKENMT_PEAK_BURST, in tokenmt_create_action()
241 if ((rc = nvlist_lookup_uint32(nvlp, TOKENMT_PEAK_RATE, in tokenmt_create_action()
288 if ((rc = nvlist_lookup_uint32(nvlp, TOKENMT_COLOUR_AWARE, in tokenmt_create_action()
310 if ((rc = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, &bstats)) in tokenmt_create_action()
479 if ((err = nvlist_lookup_uint32(nvlp, TOKENMT_COMMITTED_RATE, &rate)) in tokenmt_modify_action()
492 if (nvlist_lookup_uint32(nvlp, TOKENMT_COMMITTED_BURST, &cbs) == 0) { in tokenmt_modify_action()
497 if (nvlist_lookup_uint32(nvlp, TOKENMT_PEAK_BURST, &pbs) == 0) { in tokenmt_modify_action()
504 if (nvlist_lookup_uint32(nvlp, TOKENMT_PEAK_RATE, &rate) == 0) { in tokenmt_modify_action()
[all …]
H A Dtswtclddi.c173 if ((rc = nvlist_lookup_uint32(nvlp, TSWTCL_COMMITTED_RATE, in tswtcl_create_action()
183 if ((rc = nvlist_lookup_uint32(nvlp, TSWTCL_PEAK_RATE, in tswtcl_create_action()
201 if ((rc = nvlist_lookup_uint32(nvlp, TSWTCL_WINDOW, in tswtcl_create_action()
214 if ((rc = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, &bstats)) in tswtcl_create_action()
371 if ((err = nvlist_lookup_uint32(nvlp, TSWTCL_COMMITTED_RATE, &rate)) in tswtcl_modify_action()
377 if ((err = nvlist_lookup_uint32(nvlp, TSWTCL_PEAK_RATE, &rate)) in tswtcl_modify_action()
391 if ((err = nvlist_lookup_uint32(nvlp, TSWTCL_WINDOW, in tswtcl_modify_action()
398 if (nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, &bstats) == 0) { in tswtcl_modify_action()
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_label.c126 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) { in simple_dimm_label()
189 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) { in simple_dimm_label_mp()
194 if ((ret = nvlist_lookup_uint32(args, "dimms_per_chip", in simple_dimm_label_mp()
274 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) { in seq_dimm_label()
351 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) { in simple_chip_label()
408 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) { in fsb2_chip_label()
683 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) { in simple_cs_label_mp()
730 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) { in g4_dimm_label()
/titanic_41/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmkddi.c146 if ((err = nvlist_lookup_uint32(nvlp, DLCOSMK_BAND, &param)) != 0) { in dlcosmk_create_action()
156 if ((err = nvlist_lookup_uint32(nvlp, DLCOSMK_PRI, &param)) != 0) { in dlcosmk_create_action()
166 if ((err = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, &bstats)) in dlcosmk_create_action()
262 if ((err = nvlist_lookup_uint32(nvlp, DLCOSMK_BAND, in dlcosmk_modify_action()
271 if ((err = nvlist_lookup_uint32(nvlp, DLCOSMK_PRI, in dlcosmk_modify_action()
287 if ((err = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, &bstats)) in dlcosmk_modify_action()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c260 if (nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, &cpuid) != 0 || in fmri_nvl2str()
270 if (nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, &cpuid) != 0) in fmri_nvl2str()
286 rc = nvlist_lookup_uint32(nvl, FM_FMRI_CPU_CACHE_INDEX, in fmri_nvl2str()
288 rc |= nvlist_lookup_uint32(nvl, FM_FMRI_CPU_CACHE_WAY, &way); in fmri_nvl2str()
518 if ((rc = nvlist_lookup_uint32(in, FM_FMRI_CPU_ID, &cpu_id)) != 0) { in cpu_fmri_asru()
558 nvlist_lookup_uint32(args, FM_FMRI_CPU_ID, &cpu_id) != 0 || in cpu_fmri_create_meth()
H A Dtopo_fmri.c198 (void) nvlist_lookup_uint32(out, TOPO_METH_PRESENT_RET, &present); in topo_fmri_present()
226 (void) nvlist_lookup_uint32(out, TOPO_METH_REPLACED_RET, &replaced); in topo_fmri_replaced()
261 (void) nvlist_lookup_uint32(out, TOPO_METH_CONTAINS_RET, &contains); in topo_fmri_contains()
288 (void) nvlist_lookup_uint32(out, TOPO_METH_UNUSABLE_RET, &unusable); in topo_fmri_unusable()
314 if (nvlist_lookup_uint32(out, TOPO_METH_RETIRE_RET, &status) != 0) in topo_fmri_retire()
342 if (nvlist_lookup_uint32(out, TOPO_METH_UNRETIRE_RET, &status) != 0) { in topo_fmri_unretire()
373 (void) nvlist_lookup_uint32(out, TOPO_METH_SERVICE_STATE_RET, in topo_fmri_service_state()
684 (void) nvlist_lookup_uint32(out, TOPO_METH_COMPARE_RET, &compare); in topo_fmri_compare()
H A Dtopo_method.c429 (void) nvlist_lookup_uint32(propval, in topo_method_sensor_failure()
432 (void) nvlist_lookup_uint32(propval, in topo_method_sensor_failure()
435 (void) nvlist_lookup_uint32(propval, in topo_method_sensor_failure()
/titanic_41/usr/src/cmd/fm/modules/sun4v/cpumem-retire/
H A Dcma_cpu_sun4v.c145 if (nvlist_lookup_uint32(fmri, FM_FMRI_CPU_ID, &cpuid) != 0) in cma_cpu_start_retry()
156 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_ID, &cpuid) != 0) { in cma_cpu_start_retry()
196 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_ID, &cpuid) != 0) { in cma_cpu_statechange()
/titanic_41/usr/src/lib/fm/libldom/sparc/
H A Dldom.c437 if (nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, &cpuid) in ldom_fmri_status()
463 if (nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, in ldom_fmri_status()
499 if (nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, &cpuid) in ldom_fmri_retire()
525 if (nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, in ldom_fmri_retire()
560 if (nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, &cpuid) in ldom_fmri_unretire()
586 if (nvlist_lookup_uint32(nvl, FM_FMRI_CPU_ID, in ldom_fmri_unretire()
/titanic_41/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_mem.c87 if (nvlist_lookup_uint32(nvl, in gmem_get_serd_filter_ratio()
106 if (nvlist_lookup_uint32(nvl, GMEM_ERPT_PAYLOAD_SERDN, in gmem_page_serd_create()
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c184 nvlist_lookup_uint32(in, FM_FMRI_CPU_ID, &cpuid) != 0) { in cpu_present()
229 nvlist_lookup_uint32(in, FM_FMRI_CPU_ID, &cpuid) != 0) { in cpu_replaced()
273 nvlist_lookup_uint32(in, FM_FMRI_CPU_ID, &cpuid) != 0) { in cpu_expand()
345 nvlist_lookup_uint32(in, FM_FMRI_CPU_ID, &cpuid) != 0) { in cpu_unusable()
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_walker.c585 (void) nvlist_lookup_uint32(hc_range, PI_STR_MIN, &min); in pi_walker_node_range()
586 (void) nvlist_lookup_uint32(hc_range, PI_STR_MAX, &max); in pi_walker_node_range()
631 (void) nvlist_lookup_uint32(hc_range, PI_STR_MIN, &min); in pi_walker_node_range()
632 (void) nvlist_lookup_uint32(hc_range, PI_STR_MAX, &max); in pi_walker_node_range()
/titanic_41/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmkddi.c181 if ((err = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, &bstats)) in dscpmk_create_action()
207 if ((err = nvlist_lookup_uint32(nvlp, DSCPMK_DETAILED_STATS, &bstats)) in dscpmk_create_action()
335 if ((err = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, &bstats)) in dscpmk_modify_action()
354 if ((err = nvlist_lookup_uint32(nvlp, DSCPMK_DETAILED_STATS, &bstats)) in dscpmk_modify_action()
/titanic_41/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c247 if ((ret = nvlist_lookup_uint32(pargs, TOPO_PROP_VAL_VAL, in ipmi_platform_message()
563 if ((ret = nvlist_lookup_uint32(pargs, TOPO_PROP_VAL_VAL, in ipmi_indicator_mode()
684 if ((ret = nvlist_lookup_uint32(pargs, TOPO_PROP_VAL_VAL, in bay_locate_mode()
830 if ((ret = nvlist_lookup_uint32(pargs, TOPO_PROP_VAL_VAL, in bay_indicator_mode()
1014 if ((ret = nvlist_lookup_uint32(pargs, TOPO_PROP_VAL_VAL, in x4500_present_mode()
1151 if ((ret = nvlist_lookup_uint32(pargs, TOPO_PROP_VAL_VAL, in chassis_service_mode()
1556 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) { in ipmi_entity()
1561 if ((ret = nvlist_lookup_uint32(args, "nparams", &nparams)) != 0) { in ipmi_entity()
1638 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) { in dimm_ipmi_entity()
1701 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) { in cs_ipmi_entity()
/titanic_41/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_epkt.c160 err |= nvlist_lookup_uint32(nvl, "desc", (uint32_t *)&epkt.rc_descr); in fab_xlate_epkt_erpts()
161 err |= nvlist_lookup_uint32(nvl, "size", &epkt.size); in fab_xlate_epkt_erpts()
/titanic_41/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_filter.c49 nvlist_lookup_uint32(rp->rec_nvl, FM_SUSPECT_FAULT_SZ, in fmd_log_filter_class()
/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dclassifierddi.c175 if ((rc = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, in ipgpc_create_action()
231 if ((rc = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE, in ipgpc_modify_action()
H A Dfilters.c599 if (nvlist_lookup_uint32(nvlp, IPP_CONFIG_ORIGINATOR, in ipgpc_parse_filter()
615 if (nvlist_lookup_uint32(nvlp, IPGPC_UID, &filter->uid) != 0) { in ipgpc_parse_filter()
625 if (nvlist_lookup_uint32(nvlp, IPGPC_IF_INDEX, &filter->if_index) in ipgpc_parse_filter()
631 if (nvlist_lookup_uint32(nvlp, IPGPC_DIR, &filter->direction) != 0) { in ipgpc_parse_filter()
733 if (nvlist_lookup_uint32(nvlp, IPGPC_PRECEDENCE, &filter->precedence) in ipgpc_parse_filter()
739 if (nvlist_lookup_uint32(nvlp, IPGPC_PRIORITY, &filter->priority) in ipgpc_parse_filter()
1195 if (nvlist_lookup_uint32(nvlp, IPP_CONFIG_ORIGINATOR, in ipgpc_parse_class()
1212 if (nvlist_lookup_uint32(nvlp, CLASSIFIER_CLASS_STATS_ENABLE, in ipgpc_parse_class()
1785 if (nvlist_lookup_uint32(*nvlpp, CLASSIFIER_CLASS_STATS_ENABLE, in ipgpc_modifyclass()

1234