Home
last modified time | relevance | path

Searched refs:I2C_GET_FAN_SPEED (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/sun4u/sys/i2c/clients/
H A Di2c_client.h49 #define I2C_GET_FAN_SPEED (I2C_BASE_IOCTL | 8) macro
/titanic_50/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c717 else if (ioctl(fan_fd, I2C_GET_FAN_SPEED, fanspeedp) == -1) { in get_raw_fan_speed()
737 else if (ioctl(fan_fd, I2C_GET_FAN_SPEED, &tach) == -1) { in get_fan_speed()
/titanic_50/usr/src/uts/sun4u/io/i2c/clients/
H A Dssc050.c428 case I2C_GET_FAN_SPEED: in ssc050_ioctl()
H A Dadm1031.c658 if (cmd == I2C_GET_FAN_SPEED) { in adm1031_s_ioctl()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c906 else if (ioctl(fan_fd, I2C_GET_FAN_SPEED, fanspeedp) == -1) { in get_raw_fan_speed()
933 if (ioctl(fan_fd, I2C_GET_FAN_SPEED, &tach) == -1) { in get_fan_speed()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c1748 ret = ioctl_retry(fp, I2C_GET_FAN_SPEED, (void *)fan_speed); in i_psvc_get_fanspeed_11_7()