Searched refs:_do_ioctl_0 (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | ossaudiodev.c | 292 /* _do_ioctl_0() is a private helper for the no-argument ioctls: 295 _do_ioctl_0(int fd, PyObject *args, char *fname, unsigned long cmd) in _do_ioctl_0() function 382 return _do_ioctl_0(self->fd, args, "sync", SNDCTL_DSP_SYNC); in oss_sync() 391 return _do_ioctl_0(self->fd, args, "reset", SNDCTL_DSP_RESET); in oss_reset() 400 return _do_ioctl_0(self->fd, args, "post", SNDCTL_DSP_POST); in oss_post()
|
Completed in 2 milliseconds