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

/freebsd-current/sys/dev/usb/serial/
H A Dusb_serial.c295 ssc->sc_flag = UCOM_FLAG_ATTACHED |
296 UCOM_FLAG_FREE_UNIT | (ssc->sc_flag & UCOM_FLAG_DEVICE_MODE);
299 ssc->sc_flag |= UCOM_FLAG_WAIT_REFS;
320 sc[subunit].sc_flag |= UCOM_FLAG_ATTACHED;
338 if (!(ssc->sc_flag & UCOM_FLAG_ATTACHED))
354 if (sc[subunit].sc_flag & UCOM_FLAG_ATTACHED) {
358 sc[subunit].sc_flag &= ~UCOM_FLAG_ATTACHED;
365 if (ssc->sc_flag & UCOM_FLAG_WAIT_REFS)
369 ssc->sc_flag &= ~UCOM_FLAG_ATTACHED;
468 sc->sc_flag |
[all...]
H A Dusb_serial.h136 int sc_flag; /* see UCOM_FLAG_XXX */ member in struct:ucom_super_softc
174 uint16_t sc_flag; member in struct:ucom_softc
231 sc->sc_flag |= UCOM_FLAG_LSRTXIDLE;
H A Duvisor.c179 uint16_t sc_flag; member in struct:uvisor_softc
329 sc->sc_flag = USB_GET_DRIVER_INFO(uaa);
407 if (sc->sc_flag & UVISOR_FLAG_VISOR) {
423 if (sc->sc_flag & UVISOR_FLAG_VISOR) {
457 if (sc->sc_flag & UVISOR_FLAG_PALM4) {
500 if (sc->sc_flag & UVISOR_FLAG_PALM35) {
H A Dumodem.c636 if ((sc->sc_super_ucom.sc_flag & UCOM_FLAG_DEVICE_MODE) == 0) {
/freebsd-current/usr.sbin/keyserv/
H A Dsetkey.c279 u_char sc_flag; member in struct:secretkey_netname_list
320 new->sc_flag = KEY_NAME;
335 if ((l->uid == uid) && (l->sc_flag == KEY_NAME)){
386 new->sc_flag = KEY_ONLY;

Completed in 98 milliseconds