Searched refs:ac_active_drvp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_debug.c55 P->ac_active_drvp, P->ac_active_pktp);
H A Data_common.c2468 ASSERT(ata_ctlp->ac_active_drvp == NULL);
2471 ata_ctlp->ac_active_drvp = ata_drvp;
2479 ata_ctlp->ac_active_drvp = NULL;
2485 ASSERT(ata_ctlp->ac_active_drvp != NULL);
2487 ata_drvp = ata_ctlp->ac_active_drvp;
2493 ASSERT(ata_ctlp->ac_active_drvp != NULL);
2534 ASSERT(ata_ctlp->ac_active_drvp != NULL);
2541 ata_drvp = ata_ctlp->ac_active_drvp;
2582 ata_ctlp->ac_active_drvp = NULL;
2602 ata_ctlp->ac_active_drvp
[all...]
H A Data_common.h245 struct ata_drv *ac_active_drvp; /* active drive, if any */ member in struct:ata_ctl

Completed in 51 milliseconds