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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclsensors.c569 struct strioctl strio; local
582 strio.ic_cmd = SCIOC_MSG_SPEC;
583 strio.ic_timout = 0;
584 strio.ic_len = 2;
585 strio.ic_dp = (char *)&set;
586 if (ioctl(sensor_fd, I_STR, &strio) < 0) {
H A Dpicldr.c551 struct strioctl strio; local
564 strio.ic_cmd = SCIOC_MSG_SPEC;
565 strio.ic_timout = 0;
566 strio.ic_len = ENV_SENSOR_EV_ENABLE_PKT_LEN;
567 strio.ic_dp = (char *)&set;
568 if (ioctl(smcfd, I_STR, &strio) < 0) {
584 strio.ic_cmd = SCIOC_MSG_SPEC;
585 strio.ic_timout = 0;
586 strio.ic_len = ENV_IPMI_SMC_ENABLE_PKT_LEN;
587 strio
[all...]

Completed in 45 milliseconds