Home
last modified time | relevance | path

Searched refs:alt_first (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/sndiod/
H A Dopt.h26 struct dev *dev, *alt_first; member
H A Dsndiod.c274 a = o->alt_first; in reopen_devs()
276 if (d->num > o->alt_first->num) in reopen_devs()
277 o->alt_first = d; in reopen_devs()
281 d = o->alt_first; in reopen_devs()
H A Dopt.c222 o->alt_first = o->dev = a; in opt_new()
434 d = o->alt_first; in opt_setdev()
439 if (d == o->alt_first) in opt_setdev()
H A Ddev.c2223 c->u.opt_dev.opt->alt_first = c->u.opt_dev.dev;