Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c551 struct strioctl strio; in env_polling_thread() local
564 strio.ic_cmd = SCIOC_MSG_SPEC; in env_polling_thread()
565 strio.ic_timout = 0; in env_polling_thread()
566 strio.ic_len = ENV_SENSOR_EV_ENABLE_PKT_LEN; in env_polling_thread()
567 strio.ic_dp = (char *)&set; in env_polling_thread()
568 if (ioctl(smcfd, I_STR, &strio) < 0) { in env_polling_thread()
584 strio.ic_cmd = SCIOC_MSG_SPEC; in env_polling_thread()
585 strio.ic_timout = 0; in env_polling_thread()
586 strio.ic_len = ENV_IPMI_SMC_ENABLE_PKT_LEN; in env_polling_thread()
587 strio.ic_dp = (char *)&set; in env_polling_thread()
[all …]
H A Dpiclsensors.c569 struct strioctl strio; in env_create_temp_sensor_node() local
582 strio.ic_cmd = SCIOC_MSG_SPEC; in env_create_temp_sensor_node()
583 strio.ic_timout = 0; in env_create_temp_sensor_node()
584 strio.ic_len = 2; in env_create_temp_sensor_node()
585 strio.ic_dp = (char *)&set; in env_create_temp_sensor_node()
586 if (ioctl(sensor_fd, I_STR, &strio) < 0) { in env_create_temp_sensor_node()
/titanic_44/usr/src/cmd/sendmail/libsm/
H A DMakefile45 strcasecmp.o strdup.o strerror.o strexit.o string.o stringf.o strio.o \
51 TESTS= t-event t-exc t-rpool t-string t-smstdio t-match t-strio t-heap \