Searched refs:pd_start_time (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/power/
H A Dpowerd.h46 int pd_start_time; /* in minutes since midnight */ member in struct:pwr_info
H A Dpowerd.c279 info->pd_start_time = 0;
574 info->pd_start_time =
589 (void) fprintf(stderr, " pd_start_time=%d, pd_finish_time=%d\n",
590 info->pd_start_time, info->pd_finish_time);
625 s = start_of_day + info->pd_start_time * 60;

Completed in 48 milliseconds