Searched defs: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]; local
727 if (toutp->sti_high_crit == 0 && toutp->sti_high_warn == 0 &&
728 toutp->sti_low_crit == 0 && toutp->sti_low_warn == 0 &&
730 *toutp = *tinp;
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2777 struct timespec tout, *toutp; local
2790 toutp = NULL;
2802 toutp = &tout;
2805 cnt = pselect(msgfd + 1, &fds, NULL, NULL, toutp, &defmask);

Completed in 68 milliseconds