Home
last modified time | relevance | path

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

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