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

  /src/sys/arch/alpha/pci/
pci_6600.c 321 uint64_t black_hole; local in function:dec_6600_intr_program
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;
  /src/sys/dev/ic/
aic7xxx.c 3951 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...]
aic79xxvar.h 1123 struct ahd_tmode_lstate *black_hole; member in struct:ahd_softc
aic7xxxvar.h 1094 struct ahc_tmode_lstate *black_hole; member in struct:ahc_softc
aic79xx.c 5206 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 25 milliseconds