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

/netbsd-current/sys/arch/alpha/pci/
H A Dpci_6600.c321 uint64_t black_hole; local
323 (void *)ALPHA_PHYS_TO_K0SEG(TS_C_DIM0) : &black_hole;
325 (void *)ALPHA_PHYS_TO_K0SEG(TS_C_DIM1) : &black_hole;
327 (void *)ALPHA_PHYS_TO_K0SEG(TS_C_DIM2) : &black_hole;
329 (void *)ALPHA_PHYS_TO_K0SEG(TS_C_DIM3) : &black_hole;
/netbsd-current/sys/dev/ic/
H A Daic7xxx.c3951 if (ahc->black_hole != NULL) {
3952 /*xpt_free_path(ahc->black_hole->path);*/
3953 free(ahc->black_hole, M_DEVBUF);
6800 *lstate = ahc->black_hole;
7047 ahc->black_hole = lstate;
7049 if (ahc->black_hole != NULL && ahc->enabled_luns > 0) {
7137 ahc->black_hole = NULL;
7287 lstate = ahc->black_hole;
7303 lstate == ahc->black_hole ? "(Black Holed)" : "");
7307 if (lstate == ahc->black_hole) {
[all...]
H A Daic79xxvar.h1123 struct ahd_tmode_lstate *black_hole; member in struct:ahd_softc
H A Daic7xxxvar.h1094 struct ahc_tmode_lstate *black_hole; member in struct:ahc_softc
H A Daic79xx.c5206 if (ahd->black_hole != NULL) {
5207 xpt_free_path(ahd->black_hole->path);
5208 free(ahd->black_hole, M_DEVBUF);
9194 *lstate = ahd->black_hole;
9413 ahd->black_hole = lstate;
9415 if (ahd->black_hole != NULL && ahd->enabled_luns > 0) {
9503 ahd->black_hole = NULL;
9646 lstate = ahd->black_hole;
9662 lstate == ahd->black_hole ? "(Black Holed)" : "");
9666 if (lstate == ahd->black_hole) {
[all...]

Completed in 286 milliseconds