Home | History | Annotate | Download | only in strace

Lines Matching defs:wk

761 			struct rtc_wkalrm wk;
762 if (umove(tcp, arg, &wk) < 0)
766 wk.enabled, wk.pending);
767 print_rtc(tcp, &wk.time);
774 struct rtc_wkalrm wk;
775 if (syserror(tcp) || umove(tcp, arg, &wk) < 0)
779 wk.enabled, wk.pending);
780 print_rtc(tcp, &wk.time);