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

  /src/sys/dev/ic/
aic79xx_inline.h 74 static __inline int ahd_is_paused(struct ahd_softc *);
176 ahd_is_paused(struct ahd_softc *ahd) function in typeref:typename:int
197 while (ahd_is_paused(ahd) == 0)
924 if (ahd_is_paused(ahd)) {
aic79xx.c 893 while (!ahd_is_paused(ahd))
2566 while (!ahd_is_paused(ahd))
3310 if (ahd_is_paused(ahd)) {
8665 if (ahd_is_paused(ahd)) {
  /src/sys/dev/pci/
ahd_pci.c 615 while (ahd_is_paused(ahd) == 0)

Completed in 18 milliseconds