Searched refs:black_hole (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/firewire/
H A Dsbp_targ.c142 struct sbp_targ_lstate *black_hole; member in struct:sbp_targ_softc
363 *lstate = sc->black_hole;
416 sc->black_hole = lstate;
475 sc->black_hole = NULL;
1803 if (sc->black_hole != NULL) {
1804 xpt_free_path(sc->black_hole->path);
1805 free(sc->black_hole, M_SBP_TARG);
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx.c4105 if (ahc->black_hole != NULL) {
4106 xpt_free_path(ahc->black_hole->path);
4107 free(ahc->black_hole, M_DEVBUF);
7305 *lstate = ahc->black_hole;
7565 ahc->black_hole = lstate;
7567 if (ahc->black_hole != NULL && ahc->enabled_luns > 0) {
7650 ahc->black_hole = NULL;
7807 lstate = ahc->black_hole;
7824 lstate == ahc->black_hole ? "(Black Holed)" : "");
7829 if (lstate == ahc->black_hole) {
[all...]
H A Daic79xx.h1159 struct ahd_tmode_lstate *black_hole; member in struct:ahd_softc
H A Daic7xxx.h1017 struct ahc_tmode_lstate *black_hole; member in struct:ahc_softc
H A Daic79xx.c5464 if (ahd->black_hole != NULL) {
5465 xpt_free_path(ahd->black_hole->path);
5466 free(ahd->black_hole, M_DEVBUF);
9880 *lstate = ahd->black_hole;
10090 ahd->black_hole = lstate;
10092 if (ahd->black_hole != NULL && ahd->enabled_luns > 0) {
10170 ahd->black_hole = NULL;
10310 lstate = ahd->black_hole;
10325 lstate == ahd->black_hole ? "(Black Holed)" : "");
10329 if (lstate == ahd->black_hole) {
[all...]
H A Daic79xx_osm.c486 lstate = ahd->black_hole;
H A Daic7xxx_osm.c471 lstate = ahc->black_hole;

Completed in 198 milliseconds