Searched refs:toutp (Results 1 – 2 of 2) sorted by relevance
720 ses2_threshold_impl_t *toutp = &tpout->stopi_thresholds[i]; in elem_common_setprop_threshold() local727 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()
2777 struct timespec tout, *toutp; in msg_wait() local2790 toutp = NULL; in msg_wait()2802 toutp = &tout; in msg_wait()2805 cnt = pselect(msgfd + 1, &fds, NULL, NULL, toutp, &defmask); in msg_wait()