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 D | i2c_client.h | 49 #define I2C_GET_FAN_SPEED (I2C_BASE_IOCTL | 8) macro
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvd.c | 717 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 D | ssc050.c | 428 case I2C_GET_FAN_SPEED: in ssc050_ioctl()
|
H A D | adm1031.c | 658 if (cmd == I2C_GET_FAN_SPEED) { in adm1031_s_ioctl()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvd.c | 906 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 D | psvcobj.c | 1748 ret = ioctl_retry(fp, I2C_GET_FAN_SPEED, (void *)fan_speed); in i_psvc_get_fanspeed_11_7()
|