ac97_attach
if (ac97_attach(&sc->sc_achost, self, &sc->sc_lock)) {
if (ac97_attach(&sc->sc_host_if, sc->sc_dev, &sc->sc_lock)) {
if (ac97_attach(&sc->sc_host_if, self, &sc->sc_lock) != 0) {
int ac97_attach(struct ac97_host_if *, device_t, kmutex_t *);
error = ac97_attach(&sc->sc_ac97_host, sc->sc_dev, &sc->sc_lock);
if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
if (ac97_attach(&sc->sc_codec[0].host_if, sc->sc_dev,
if (ac97_attach(&sc->sc_codec[1].host_if, sc->sc_dev,
if (ac97_attach(&sc->sc_codec[2].host_if, sc->sc_dev,
r = ac97_attach(&codec->host_if, self, &sc->sc_lock);
if ((r = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) {
if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
if (ac97_attach(&sc->host_if, self, &sc->sc_lock) == 0) {
return ac97_attach(&sc->hostif, sc->sc_dev, &sc->sc_lock);
if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
if (ac97_attach(&ess->host_if, self, &ess->sc_lock) != 0) {
if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
if ((rc = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) {
if (ac97_attach(&sc->host_if, self, &sc->lock) != 0) {
error = ac97_attach(&sc->sc_ac97_host, self, &sc->sc_lock);
r = ac97_attach(&codec->host_if, self, &sc->sc_lock);