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

/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx_osm.c1384 static struct ahd_softc *ahd_ddb_softc; variable in typeref:struct:ahd_softc
1391 ahd_ddb_softc = NULL;
1394 ahd_ddb_softc = list_ahd;
1396 if (ahd_ddb_softc == NULL)
1402 if (ahd_ddb_softc == NULL) {
1408 if (ahd_is_paused(ahd_ddb_softc)) {
1412 ahd_pause(ahd_ddb_softc);
1418 if (ahd_ddb_softc == NULL) {
1426 ahd_unpause(ahd_ddb_softc);
1430 ahd_unpause(ahd_ddb_softc);
[all...]

Completed in 62 milliseconds