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

/freebsd-11-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-11-stable/sys/dev/usb/
H A Dusb_handle_request.c480 uWord wStatus; member in union:__anon11863
677 USETW(temp.wStatus, wValue);
678 src_mcopy = temp.wStatus;
679 max_len = sizeof(temp.wStatus);
739 temp.wStatus[0] =
741 temp.wStatus[1] = 0;
742 src_mcopy = temp.wStatus;
743 max_len = sizeof(temp.wStatus);
H A Dusb.h683 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-11-stable/contrib/ntp/include/
H A Dhopf6039.h104 unsigned int wStatus; member in struct:HOPFTIME
/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb.c1535 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
1540 USETW(sc->sc_hub_desc.stat.wStatus, 0);
/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.c2188 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
2193 USETW(sc->sc_hub_desc.stat.wStatus, 0);
H A Duhci.c2580 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
2585 USETW(sc->sc_hub_desc.stat.wStatus, 0);
H A Dehci.c3207 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
3212 USETW(sc->sc_hub_desc.stat.wStatus, 0);
H A Dxhci.c3405 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
3410 USETW(sc->sc_hub_desc.stat.wStatus, 0);

Completed in 129 milliseconds