Searched refs:nextent (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/sndioctl/
H A Dsndioctl.c45 struct info *nextent(struct info *, int);
222 nextent(struct info *i, int mono) function
302 for (e2 = p2; e2 != NULL; e2 = nextent(e2, 0)) {
377 for (e = p; e != NULL; e = nextent(e, mono)) {
461 for (e = p; e != NULL; e = nextent(e, mono)) {
753 for (e = i; e != NULL; e = nextent(e, 0)) {
782 for (e = i; e != NULL; e = nextent(e, 0)) {

Completed in 166 milliseconds