taglinefilesource code
txc274drivers/net/ewrk3.cu_char txc;                         /* Transmit cut through */
txc823drivers/net/ewrk3.cif (lp->txc) {
txc1870drivers/net/ewrk3.clp->txc = 1;
txc1878drivers/net/ewrk3.clp->txc = 0;
txc201kernel/time.cstruct timex txc;
txc211kernel/time.cmemcpy_fromfs(&txc, txc_p, sizeof(struct timex));
txc214kernel/time.cif (txc.modes && !suser())
txc220kernel/time.cif (txc.modes != ADJ_OFFSET_SINGLESHOT && (txc.modes & ADJ_OFFSET))
txc222kernel/time.cif (txc.offset <= - MAXPHASE || txc.offset >= MAXPHASE )
txc226kernel/time.cif (txc.modes & ADJ_TICK)
txc227kernel/time.cif (txc.tick < 900000/HZ || txc.tick > 1100000/HZ)
txc236kernel/time.cif (txc.modes)
txc241kernel/time.cif (txc.modes & ADJ_STATUS)
txc242kernel/time.ctime_status = txc.status;
txc244kernel/time.cif (txc.modes & ADJ_FREQUENCY)
txc245kernel/time.ctime_freq = txc.freq;
txc247kernel/time.cif (txc.modes & ADJ_MAXERROR)
txc248kernel/time.ctime_maxerror = txc.maxerror;
txc250kernel/time.cif (txc.modes & ADJ_ESTERROR)
txc251kernel/time.ctime_esterror = txc.esterror;
txc253kernel/time.cif (txc.modes & ADJ_TIMECONST)
txc254kernel/time.ctime_constant = txc.constant;
txc256kernel/time.cif (txc.modes & ADJ_OFFSET)
txc257kernel/time.cif ((txc.modes == ADJ_OFFSET_SINGLESHOT)
txc260kernel/time.ctime_adjust = txc.offset;
txc266kernel/time.cpps_offset : txc.offset;
txc321kernel/time.cif (txc.modes & ADJ_TICK)
txc322kernel/time.ctick = txc.tick;
txc325kernel/time.ctxc.offset     = save_adjust;
txc326kernel/time.ctxc.freq     = time_freq;
txc327kernel/time.ctxc.maxerror     = time_maxerror;
txc328kernel/time.ctxc.esterror     = time_esterror;
txc329kernel/time.ctxc.status     = time_status;
txc330kernel/time.ctxc.constant     = time_constant;
txc331kernel/time.ctxc.precision     = time_precision;
txc332kernel/time.ctxc.tolerance     = time_tolerance;
txc333kernel/time.ctxc.time     = xtime;
txc334kernel/time.ctxc.tick     = tick;
txc335kernel/time.ctxc.ppsfreq     = pps_freq;
txc336kernel/time.ctxc.jitter     = pps_jitter;
txc337kernel/time.ctxc.shift     = pps_shift;
txc338kernel/time.ctxc.stabil     = pps_stabil;
txc339kernel/time.ctxc.jitcnt     = pps_jitcnt;
txc340kernel/time.ctxc.calcnt     = pps_calcnt;
txc341kernel/time.ctxc.errcnt     = pps_errcnt;
txc342kernel/time.ctxc.stbcnt     = pps_stbcnt;
txc346kernel/time.cmemcpy_tofs(txc_p, &txc, sizeof(struct timex));