Searched defs:env_hpu (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1928 #define env_hpu env_buf.u_env_hpu macro
2425 if (ddi_copyin((caddr_t)arg, (caddr_t)&env_hpu,
2444 if (env_hpu.id.name[0] == '\0') {
2447 env_hpu.next_id.name[0] = '\0';
2449 env_hpu.next_id =
2454 env_hpu.id.name[ENVMON_MAXNAMELEN - 1] = '\0';
2455 if (get_sensor_by_name(section, env_hpu.id.name,
2457 env_hpu.next_id.name[0] = '\0';
2460 env_hpu.next_id =
2463 env_hpu
[all...]

Completed in 65 milliseconds