Home | History | Annotate | Download | only in strace

Lines Matching defs:wk

586 			struct rtc_wkalrm wk;
587 if (umove(tcp, arg, &wk) < 0)
591 wk.enabled, wk.pending);
592 print_rtc(tcp, &wk.time);
599 struct rtc_wkalrm wk;
600 if (syserror(tcp) || umove(tcp, arg, &wk) < 0)
604 wk.enabled, wk.pending);
605 print_rtc(tcp, &wk.time);