Home
last modified time | relevance | path

Searched refs:apr_progress (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dami.c2094 if (perc.apr_progress < 100) { in ami_ioctl_vol()
2096 bv->bv_percent = perc.apr_progress >= 100 ? -1 : in ami_ioctl_vol()
2097 perc.apr_progress; in ami_ioctl_vol()
2123 bv->bv_percent = perc.apr_progress >= 100 ? -1 : in ami_ioctl_vol()
2124 perc.apr_progress; in ami_ioctl_vol()
H A Damireg.h667 u_int32_t apr_progress; member