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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c3942 if (ahc->black_hole != NULL) {
3943 xpt_free_path(ahc->black_hole->path);
3944 free(ahc->black_hole, M_DEVBUF);
6751 *lstate = ahc->black_hole;
7018 ahc->black_hole = lstate;
7020 if (ahc->black_hole != NULL && ahc->enabled_luns > 0) {
7108 ahc->black_hole = NULL;
7266 lstate = ahc->black_hole;
7281 if (lstate == ahc->black_hole) {
H A Daic79xx.h1104 struct ahd_tmode_lstate *black_hole; member in struct:ahd_softc
H A Daic7xxx.h983 struct ahc_tmode_lstate *black_hole; member in struct:ahc_softc
H A Daic79xx_core.c5408 if (ahd->black_hole != NULL) {
5409 xpt_free_path(ahd->black_hole->path);
5410 free(ahd->black_hole, M_DEVBUF);
9416 *lstate = ahd->black_hole;
9631 ahd->black_hole = lstate;
9633 if (ahd->black_hole != NULL && ahd->enabled_luns > 0) {
9716 ahd->black_hole = NULL;
9857 lstate = ahd->black_hole;
9872 lstate == ahd->black_hole ? "(Black Holed)" : "");
9876 if (lstate == ahd->black_hole) {
[all...]

Completed in 153 milliseconds