HomeSort by: relevance | last modified time | path
    Searched defs:need_reset (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/mii/
makphy.c 351 bool need_reset = false; local in function:makphy_pdown
364 need_reset = true;
366 if (need_reset)
  /src/sys/dev/ic/
esiop.c 406 int need_reset = 0; local in function:esiop_intr
538 need_reset = 1;
593 if ((sist & SIST0_MA) && need_reset == 0) {
647 need_reset = 1;
660 if ((sist & (SIST1_STO << 8)) && need_reset == 0) {
707 need_reset = 1;
726 if (siop_modechange(&sc->sc_c) == 0 || need_reset == 1)
759 need_reset = 1;
761 if (need_reset) {
siop.c 303 int need_reset = 0; local in function:siop_intr
421 need_reset = 1;
458 if ((sist & SIST0_MA) && need_reset == 0) {
512 need_reset = 1;
523 if ((sist & (SIST1_STO << 8)) && need_reset == 0) {
534 need_reset = 1;
554 if (siop_modechange(&sc->sc_c) == 0 || need_reset == 1)
587 need_reset = 1;
589 if (need_reset) {
  /src/sys/arch/bebox/stand/boot/
siop.c 261 int offset, target, lun, tag, restart = 0, need_reset = 0; local in function:siop_intr
300 if ((sist & SIST0_MA) && need_reset == 0) {
346 need_reset = 1;
366 need_reset = 1;
368 if (need_reset) {
  /src/sys/arch/prep/stand/boot/
siop.c 238 int offset, target, lun, tag, restart = 0, need_reset = 0; local in function:siop_intr
277 if ((sist & SIST0_MA) && need_reset == 0) {
325 need_reset = 1;
345 need_reset = 1;
347 if (need_reset) {

Completed in 233 milliseconds