Searched refs:envmon_device_name (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/picl/plugins/sun4u/envmon/ |
H A D | piclenvmon.c | 140 static char *envmon_device_name = NULL; variable 932 envmon_fd = open(envmon_device_name, O_RDONLY); in read_vol_data() 1071 envmon_fd = open(envmon_device_name, O_RDWR); in write_led_data() 1565 if ((envmon_fd = open(envmon_device_name, O_RDONLY)) < in envmon_evhandler() 1567 syslog(LOG_ERR, EM_SYS_ERR, envmon_device_name, in envmon_evhandler() 1759 if (envmon_device_name != NULL) { in piclenvmon_init() 1760 free(envmon_device_name); in piclenvmon_init() 1763 if ((envmon_device_name = create_envmon_pathname(envmoninfh)) == NULL) in piclenvmon_init() 1769 if ((envmon_fd = open(envmon_device_name, O_RDONLY)) < 0) { in piclenvmon_init() 1770 syslog(LOG_ERR, EM_SYS_ERR, envmon_device_name, in piclenvmon_init() [all …]
|