Home
last modified time | relevance | path

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_common.c2470 ASSERT(ata_ctlp->ac_active_drvp == NULL); in ata_ctlr_fsm()
2473 ata_ctlp->ac_active_drvp = ata_drvp; in ata_ctlr_fsm()
2481 ata_ctlp->ac_active_drvp = NULL; in ata_ctlr_fsm()
2487 ASSERT(ata_ctlp->ac_active_drvp != NULL); in ata_ctlr_fsm()
2489 ata_drvp = ata_ctlp->ac_active_drvp; in ata_ctlr_fsm()
2495 ASSERT(ata_ctlp->ac_active_drvp != NULL); in ata_ctlr_fsm()
2536 ASSERT(ata_ctlp->ac_active_drvp != NULL); in ata_ctlr_fsm()
2543 ata_drvp = ata_ctlp->ac_active_drvp; in ata_ctlr_fsm()
2584 ata_ctlp->ac_active_drvp = NULL; in ata_ctlr_fsm()
2604 ata_ctlp->ac_active_drvp = NULL; in ata_ctlr_fsm()
[all …]
H A Data_debug.c53 P->ac_active_drvp, P->ac_active_pktp); in dump_ata_ctl()
H A Data_common.h245 struct ata_drv *ac_active_drvp; /* active drive, if any */ member