Searched refs:ntx (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ntp/util/
H A Dntptime.c98 struct timex ntx, _ntx; local
113 ZERO(ntx);
119 ntx.modes |= MOD_MICRO;
124 ntx.modes |= MOD_NANO;
129 ntx.modes = MOD_TAI;
130 ntx.constant = atoi(ntp_optarg);
138 ntx.modes |= MOD_ESTERROR;
139 ntx.esterror = atoi(ntp_optarg);
143 ntx.modes |= MOD_FREQUENCY;
144 ntx
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c2439 struct timex ntx; local
2446 ZERO(ntx);
2447 if (ntp_adjtime(&ntx) < 0)
2455 ik->offset = htonl((u_int32)ntx.offset);
2456 ik->freq = htonl((u_int32)ntx.freq);
2457 ik->maxerror = htonl((u_int32)ntx.maxerror);
2458 ik->esterror = htonl((u_int32)ntx.esterror);
2459 ik->status = htons(ntx.status);
2460 ik->constant = htonl((u_int32)ntx.constant);
2461 ik->precision = htonl((u_int32)ntx
[all...]
H A Dntp_control.c1922 static struct timex ntx; local
1930 ZERO(ntx);
1931 if (ntp_adjtime(&ntx) < 0)
2318 if (0 == ntx.shift) \
2328 1000 * dbl_from_var_long(ntx.offset, ntx.status))
2335 (sys_var[varid].text, ntx.freq)
2343 1000 * dbl_from_usec_long(ntx.maxerror))
2351 1000 * dbl_from_usec_long(ntx.esterror))
2359 ss = k_st_flags(ntx
[all...]
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_plx.c83 u_int ntx; /* NTx number within chip. */ member in struct:ntb_plx_softc
110 #define PLX_NTX_BASE(sc) ((sc)->ntx ? PLX_NT1_BASE : PLX_NT0_BASE)
330 sc->ntx = (val & 1) != 0;
344 sc->port = (val >> ((sc->ntx == 0) ? 8 : 16)) & 0x1f;
348 sc->alut = (val == 0x3) ? 1 : ((val & (1 << sc->ntx)) ? 2 : 0);
433 sc->spad_offp2 = sc->spad_off2 = PLX_PORT_BASE(sc->ntx * 8) + 0x20c;
737 val += 2 * sc->ntx;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dmusb_otg.c3063 uint8_t ntx; local
3147 ntx =
3152 DPRINTFN(2, "RX/TX endpoints: %u/%u\n", nrx, ntx);
3154 sc->sc_ep_max = (nrx > ntx) ? nrx : ntx;
3215 if (ftx && (temp <= ntx)) {
3239 if (frx && ftx && (temp <= nrx) && (temp <= ntx)) {
3258 } else if (ftx && (temp <= ntx)) {
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c2188 int i, j, k, ntx, error; local
2210 ntx = 0;
2225 ntx = i;
2234 ntx = BWI_TX_NRING;
2266 bwi_dma_mbuf_destroy(sc, ntx, 0);
2271 bwi_dma_mbuf_destroy(struct bwi_softc *sc, int ntx, int nrx) argument
2278 for (i = 0; i < ntx; ++i) {
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c1444 int kicked, ntx; local
1462 ntx = 0;
1480 ntx++;
1484 if (ntx > 0) {
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem.c1355 int kicked, ntx; local
1368 ntx = 0;
1386 ntx++;
1390 if (ntx > 0) {
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c4033 int hashq, hasnq, haslq, nqueues, ntx; local
4042 ntx = 0;
4050 ntx++;
4052 if (ntx == 0) {
4054 "%d: invalid number of Tx bulk pipes\n", ntx);
4060 switch (ntx) {

Completed in 144 milliseconds