Searched refs:sc_flag (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/usb/serial/
H A Dusb_serial.c297 ssc->sc_flag = UCOM_FLAG_ATTACHED |
298 UCOM_FLAG_FREE_UNIT | (ssc->sc_flag & UCOM_FLAG_DEVICE_MODE);
301 ssc->sc_flag |= UCOM_FLAG_WAIT_REFS;
322 sc[subunit].sc_flag |= UCOM_FLAG_ATTACHED;
340 if (!(ssc->sc_flag & UCOM_FLAG_ATTACHED))
356 if (sc[subunit].sc_flag & UCOM_FLAG_ATTACHED) {
360 sc[subunit].sc_flag &= ~UCOM_FLAG_ATTACHED;
367 if (ssc->sc_flag & UCOM_FLAG_WAIT_REFS)
371 ssc->sc_flag &= ~UCOM_FLAG_ATTACHED;
470 sc->sc_flag |
[all...]
H A Dusb_serial.h137 int sc_flag; /* see UCOM_FLAG_XXX */ member in struct:ucom_super_softc
175 uint16_t sc_flag; member in struct:ucom_softc
232 sc->sc_flag |= UCOM_FLAG_LSRTXIDLE;
H A Duvisor.c180 uint16_t sc_flag; member in struct:uvisor_softc
332 sc->sc_flag = USB_GET_DRIVER_INFO(uaa);
410 if (sc->sc_flag & UVISOR_FLAG_VISOR) {
426 if (sc->sc_flag & UVISOR_FLAG_VISOR) {
460 if (sc->sc_flag & UVISOR_FLAG_PALM4) {
503 if (sc->sc_flag & UVISOR_FLAG_PALM35) {
/freebsd-13-stable/usr.sbin/keyserv/
H A Dsetkey.c311 u_char sc_flag; member in struct:secretkey_netname_list
354 new->sc_flag = KEY_NAME;
371 if ((l->uid == uid) && (l->sc_flag == KEY_NAME)){
425 new->sc_flag = KEY_ONLY;

Completed in 93 milliseconds