Lines Matching full:modes
572 if (txc->modes & ADJ_STATUS) in process_adjtimex_modes()
575 if (txc->modes & ADJ_NANO) in process_adjtimex_modes()
578 if (txc->modes & ADJ_MICRO) in process_adjtimex_modes()
581 if (txc->modes & ADJ_FREQUENCY) { in process_adjtimex_modes()
589 if (txc->modes & ADJ_MAXERROR) in process_adjtimex_modes()
592 if (txc->modes & ADJ_ESTERROR) in process_adjtimex_modes()
595 if (txc->modes & ADJ_TIMECONST) { in process_adjtimex_modes()
603 if (txc->modes & ADJ_TAI && txc->constant > 0) in process_adjtimex_modes()
606 if (txc->modes & ADJ_OFFSET) in process_adjtimex_modes()
609 if (txc->modes & ADJ_TICK) in process_adjtimex_modes()
612 if (txc->modes & (ADJ_TICK|ADJ_FREQUENCY|ADJ_OFFSET)) in process_adjtimex_modes()
626 if (txc->modes & ADJ_ADJTIME) { in do_adjtimex()
628 if (!(txc->modes & ADJ_OFFSET_SINGLESHOT)) in do_adjtimex()
630 if (!(txc->modes & ADJ_OFFSET_READONLY) && in do_adjtimex()
635 if (txc->modes && !capable(CAP_SYS_TIME)) in do_adjtimex()
642 if (txc->modes & ADJ_TICK && in do_adjtimex()
647 if (txc->modes & ADJ_STATUS && time_state != TIME_OK) in do_adjtimex()
651 if (txc->modes & ADJ_SETOFFSET) { in do_adjtimex()
657 if (!(txc->modes & ADJ_NANO)) in do_adjtimex()
668 if (txc->modes & ADJ_ADJTIME) { in do_adjtimex()
671 if (!(txc->modes & ADJ_OFFSET_READONLY)) { in do_adjtimex()
680 if (txc->modes) in do_adjtimex()