Home
last modified time | relevance | path

Searched refs:dev_roundof (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/sndiod/
Ddev.h305 unsigned int dev_roundof(struct dev *, unsigned int);
Ddev.c53 unsigned int dev_roundof(struct dev *, unsigned int);
1148 dev_roundof(struct dev *d, unsigned int newrate) in dev_roundof() function
Dsock.c626 s->round = dev_roundof(d, rate); in sock_setpar()