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

/xnu-2422.115.4/osfmk/kern/
H A Dclock_oldops.c436 int chkstat; local
452 chkstat = check_time(alarm_type, &alarm_time, &clock_time);
453 if (chkstat <= 0) {
454 reply_code = (chkstat < 0 ? KERN_INVALID_VALUE : KERN_SUCCESS);
541 int chkstat; local
556 chkstat = check_time(sleep_type, sleep_time, &clock_time);
557 if (chkstat < 0)
560 if (chkstat > 0) {

Completed in 13 milliseconds