Home
last modified time | relevance | path

Searched refs:toutp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c720 ses2_threshold_impl_t *toutp = &tpout->stopi_thresholds[i]; in elem_common_setprop_threshold() local
727 if (toutp->sti_high_crit == 0 && toutp->sti_high_warn == 0 && in elem_common_setprop_threshold()
728 toutp->sti_low_crit == 0 && toutp->sti_low_warn == 0 && in elem_common_setprop_threshold()
730 *toutp = *tinp; in elem_common_setprop_threshold()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2746 struct timespec tout, *toutp; in msg_wait() local
2759 toutp = NULL; in msg_wait()
2771 toutp = &tout; in msg_wait()
2774 cnt = pselect(msgfd + 1, &fds, NULL, NULL, toutp, &defmask); in msg_wait()