Searched refs:intervalp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsunpm.h131 int pm_trans_check(struct pm_trans_data *datap, time_t *intervalp);
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c590 struct timeval *intervalp = &p->p_realitimer.it_interval; local
611 if (!timerisset(intervalp)) {
616 timeval_advance(valp, intervalp);
714 timeval_advance(struct timeval *valp, struct timeval *intervalp) argument
720 interval2nth = *intervalp;
H A Dsunpm.c6581 * be made from now is returned through "intervalp" pointer.
6585 * 0 power-off not advised, intervalp will point to seconds from
6592 pm_trans_check(struct pm_trans_data *datap, time_t *intervalp) argument
6657 *intervalp = (LONG_MAX / hz);
6762 *intervalp = (LONG_MAX / hz);
6779 *intervalp = (when_allowed - now);
6780 if (*intervalp > (LONG_MAX / hz))
6781 *intervalp = (LONG_MAX / hz);
6783 *intervalp))
6792 *intervalp
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c2293 uint64_t *intervalp; local
2407 intervalp = scf_simple_prop_next_count(prop);
2408 arg_interval = *intervalp;
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4779 uint64_t *intervalp; local
4822 intervalp = scf_simple_prop_next_count(prop);
4823 g_interval = *intervalp;

Completed in 103 milliseconds