Searched refs:wStatus (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_hopfpci.c210 if (m_time.wStatus & LEWAPWAR)
217 m_time.wStatus, pp->hour, pp->minute, pp->second,
227 if ((m_time.wStatus & HOPF_OPMODE) == HOPF_INVALID) { /* time ok? */
238 if ((m_time.wStatus & HOPF_OPMODE) == HOPF_INTERNAL){
/freebsd-13-stable/sys/dev/usb/
H A Dusb_handle_request.c481 uWord wStatus; member in union:__anon14510
678 USETW(temp.wStatus, wValue);
679 src_mcopy = temp.wStatus;
680 max_len = sizeof(temp.wStatus);
740 temp.wStatus[0] =
742 temp.wStatus[1] = 0;
743 src_mcopy = temp.wStatus;
744 max_len = sizeof(temp.wStatus);
H A Dusb.h686 uWord wStatus; member in struct:usb_status
H A Dusb_device.c730 } else if (UGETW(ds.wStatus) & UDS_SELF_POWERED) {
734 UGETW(ds.wStatus));
/freebsd-13-stable/contrib/ntp/include/
H A Dhopf6039.h104 unsigned int wStatus; member in struct:HOPFTIME
/freebsd-13-stable/sys/mips/cavium/usb/
H A Doctusb.c1526 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
1531 USETW(sc->sc_hub_desc.stat.wStatus, 0);
/freebsd-13-stable/sys/dev/usb/controller/
H A Dohci.c2169 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
2174 USETW(sc->sc_hub_desc.stat.wStatus, 0);
H A Duhci.c2547 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
2552 USETW(sc->sc_hub_desc.stat.wStatus, 0);
H A Dehci.c3177 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
3182 USETW(sc->sc_hub_desc.stat.wStatus, 0);
H A Dxhci.c3382 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
3387 USETW(sc->sc_hub_desc.stat.wStatus, 0);

Completed in 207 milliseconds