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

/openbsd-current/include/
H A Dsndio.h209 int sioctl_sun_getfd(const char *, unsigned int, int);
/openbsd-current/lib/libsndio/
H A Dsioctl_sun.c327 sioctl_sun_getfd(const char *str, unsigned int mode, int nbio) function
339 DPRINTF("sioctl_sun_getfd: %s: \"rsnd\" expected\n", str);
347 DPRINTF("sioctl_sun_getfd: %s: '/' expected\n", str);
355 DPRINTF("sioctl_sun_getfd: %s: number expected after '/'\n", str);
396 fd = sioctl_sun_getfd(str, mode, nbio);
/openbsd-current/usr.bin/sndiod/
H A Dfdpass.c358 fd = sioctl_sun_getfd(d->path, mode, 1);

Completed in 188 milliseconds