sc_pending 111 dev/hil/hil.c #define hil_process_pending(sc) wakeup(&(sc)->sc_pending) sc_pending 246 dev/hil/hil.c sc->sc_pending = 0; sc_pending 318 dev/hil/hil.c sc->sc_pending = HIL_PENDING_RECONFIG; sc_pending 321 dev/hil/hil.c sc->sc_pending = HIL_PENDING_UNPLUGGED; sc_pending 385 dev/hil/hil.c sc->sc_pending = HIL_PENDING_RECONFIG; sc_pending 402 dev/hil/hil.c sc->sc_pending = HIL_PENDING_UNPLUGGED; sc_pending 452 dev/hil/hil.c if (sc->sc_pending == 0) { sc_pending 454 dev/hil/hil.c (void)tsleep(&sc->sc_pending, PWAIT, "hil_event", 0); sc_pending 458 dev/hil/hil.c switch (sc->sc_pending) { sc_pending 460 dev/hil/hil.c sc->sc_pending = 0; sc_pending 464 dev/hil/hil.c sc->sc_pending = 0; sc_pending 91 dev/hil/hilvar.h int sc_pending; /* reconfiguration events in progress */