Searched refs:zyd_serial_enter (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd.c | 311 (void) zyd_serial_enter(sc, ZYD_NO_SIG); 322 (void) zyd_serial_enter(sc, ZYD_NO_SIG); 449 (void) zyd_serial_enter(sc, ZYD_NO_SIG); 781 (void) zyd_serial_enter(sc, ZYD_NO_SIG); 805 (void) zyd_serial_enter(sc, ZYD_NO_SIG); 990 (void) zyd_serial_enter(sc, ZYD_SER_SIG); 1012 * be serialized with a pair of zyd_serial_enter()/zyd_serial_exit(). 1039 zyd_serial_enter(struct zyd_softc *sc, boolean_t wait_sig) function
|
H A D | zyd_usb.c | 493 (void) zyd_serial_enter(sc, ZYD_NO_SIG); 1171 (void) zyd_serial_enter(sc, ZYD_NO_SIG); 1217 (void) zyd_serial_enter(sc, ZYD_NO_SIG); 1241 (void) zyd_serial_enter(sc, ZYD_NO_SIG); 1272 (void) zyd_serial_enter(sc, ZYD_NO_SIG);
|
H A D | zyd.h | 377 zyd_res zyd_serial_enter(struct zyd_softc *sc, boolean_t wait_sig);
|
Completed in 64 milliseconds