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

/freebsd-current/sys/dev/mpr/
H A Dmpr.c84 static int mpr_diag_reset(struct mpr_softc *sc, int sleep_flag);
87 static int mpr_message_unit_reset(struct mpr_softc *sc, int sleep_flag);
108 static int mpr_wait_db_ack(struct mpr_softc *sc, int timeout, int sleep_flag);
143 * sleep_flag can be either CAN_SLEEP or NO_SLEEP.
152 mpr_diag_reset(struct mpr_softc *sc,int sleep_flag) argument
168 sleep_flag = NO_SLEEP;
170 mpr_dprint(sc, MPR_INIT, "sequence start, sleep_flag=%d\n", sleep_flag);
179 if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP)
182 else if (sleep_flag
252 mpr_message_unit_reset(struct mpr_softc *sc, int sleep_flag) argument
933 mpr_wait_db_ack(struct mpr_softc *sc, int timeout, int sleep_flag) argument
3772 mpr_wait_command(struct mpr_softc *sc, struct mpr_command **cmp, int timeout, int sleep_flag) argument
[all...]
H A Dmprvar.h846 int sleep_flag);
/freebsd-current/sys/dev/mps/
H A Dmps.c81 static int mps_diag_reset(struct mps_softc *sc, int sleep_flag);
84 static int mps_message_unit_reset(struct mps_softc *sc, int sleep_flag);
104 static int mps_wait_db_ack(struct mps_softc *sc, int timeout, int sleep_flag);
139 * sleep_flag can be either CAN_SLEEP or NO_SLEEP.
149 mps_diag_reset(struct mps_softc *sc,int sleep_flag) argument
165 sleep_flag = NO_SLEEP;
167 mps_dprint(sc, MPS_INIT, "sequence start, sleep_flag= %d\n", sleep_flag);
176 if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP)
179 else if (sleep_flag
249 mps_message_unit_reset(struct mps_softc *sc, int sleep_flag) argument
905 mps_wait_db_ack(struct mps_softc *sc, int timeout, int sleep_flag) argument
3046 mps_wait_command(struct mps_softc *sc, struct mps_command **cmp, int timeout, int sleep_flag) argument
[all...]
H A Dmpsvar.h765 int sleep_flag);
/freebsd-current/sys/rpc/
H A Dclnt_vc.c140 int error, interrupted, one = 1, sleep_flag; local
160 sleep_flag = PSOCK;
162 sleep_flag |= PCATCH;
166 sleep_flag, "connec", 0);

Completed in 80 milliseconds