Home | History | Annotate | Download | only in strace

Lines Matching refs:wk

948 			struct rtc_wkalrm wk;
949 if (umove(tcp, arg, &wk) < 0)
953 wk.enabled, wk.pending);
954 print_rtc(tcp, &wk.time);
961 struct rtc_wkalrm wk;
962 if (syserror(tcp) || umove(tcp, arg, &wk) < 0)
966 wk.enabled, wk.pending);
967 print_rtc(tcp, &wk.time);