Home
last modified time | relevance | path

Searched refs:valuesp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dhunt_phy.c81 unsigned long *valuesp,
120 if (valuesp != NULL) {
121 valuesp[EFX_BIST_MEM_TEST] =
123 valuesp[EFX_BIST_MEM_ADDR] =
125 valuesp[EFX_BIST_MEM_BUS] =
127 valuesp[EFX_BIST_MEM_EXPECT] =
129 valuesp[EFX_BIST_MEM_ACTUAL] =
131 valuesp[EFX_BIST_MEM_ECC] =
135 valuesp[EFX_BIST_MEM_ECC_FATAL] =
150 if (valuesp != NULL)
[all …]
H A Dsiena_phy.c640 unsigned long *valuesp,
684 if (valuesp != NULL)
692 if (valuesp != NULL)
700 if (valuesp != NULL)
708 if (valuesp != NULL)
716 if (valuesp != NULL) {
726 if (valuesp != NULL) {
736 if (valuesp != NULL) {
746 if (valuesp != NULL) {
759 if (valuesp != NULL)
[all …]
H A Dhunt_impl.h92 unsigned long *valuesp,
H A Defx_phy.c492 __out_ecount_opt(count) unsigned long *valuesp, in efx_bist_poll()
512 valuesp, count)) != 0) in efx_bist_poll()
H A Dsiena_impl.h365 unsigned long *valuesp,
H A Defx.h1003 __out_ecount_opt(count) unsigned long *valuesp,
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c241 assert(value != NULL && numvaluesp != NULL && valuesp != NULL); in nwam_value_get_boolean_array()
244 *valuesp = value->nwv_values.nwv_boolean; in nwam_value_get_boolean_array()
266 nwam_value_get_int64_array(nwam_value_t value, int64_t **valuesp, in nwam_value_get_int64_array() argument
269 assert(value != NULL && numvaluesp != NULL && valuesp != NULL); in nwam_value_get_int64_array()
272 *valuesp = value->nwv_values.nwv_int64; in nwam_value_get_int64_array()
294 nwam_value_get_uint64_array(nwam_value_t value, uint64_t **valuesp, in nwam_value_get_uint64_array() argument
297 assert(value != NULL && numvaluesp != NULL && valuesp != NULL); in nwam_value_get_uint64_array()
300 *valuesp = value->nwv_values.nwv_uint64; in nwam_value_get_uint64_array()
322 nwam_value_get_string_array(nwam_value_t value, char ***valuesp, in nwam_value_get_string_array() argument
325 assert(value != NULL && numvaluesp != NULL && valuesp != NULL); in nwam_value_get_string_array()
[all …]