Home
last modified time | relevance | path

Searched refs:key_posn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c1101 int key_posn; in sgenv_env_info_kstat_update() local
1149 for (key_posn = 0; key_posn < SGENV_MAX_HPU_KEYS; key_posn++) { in sgenv_env_info_kstat_update()
1150 if (vol_sensor_count[key_posn] <= 0) in sgenv_env_info_kstat_update()
1153 ASSERT(vol_sensor_count[key_posn] <= in sgenv_env_info_kstat_update()
1164 if (env_cache[key_posn] == NULL) { in sgenv_env_info_kstat_update()
1166 "disappeared", key_posn); in sgenv_env_info_kstat_update()
1167 vol_sensor_count[key_posn] = 0; in sgenv_env_info_kstat_update()
1171 bcopy(&env_cache[key_posn][0], ptr, in sgenv_env_info_kstat_update()
1173 vol_sensor_count[key_posn]); in sgenv_env_info_kstat_update()
1174 ptr += vol_sensor_count[key_posn]; in sgenv_env_info_kstat_update()
[all …]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv_impl.h189 static int sgenv_get_env_data(envresp_key_t key, int key_posn,
191 static int sgenv_handle_env_data_error(int err, int status, int key_posn,
195 static void sgenv_clear_env_cache_entry(int key_posn);
196 static int sgenv_create_env_cache_entry(int key_posn);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c915 envmon_keysw_pos_t key_posn; in read_vol_data() local
963 err = get_keyswitch_data(envmon_fd, &id, cmd, &key_posn); in read_vol_data()
1020 err = lookup_key_posn(key_posn, &cptr); in read_vol_data()