Lines Matching defs:ioctl
34 #include <sys/ioctl.h>
150 _ioctl = (int (*)(int, int, void*)) dlsym_fn(RTLD_NEXT, "ioctl"); \
1703 debug(DEBUG_LEVEL_NORMAL, __FILE__": unknown ioctl 0x%08lx\n", request);
1773 if (ioctl(fd, SIOCINQ, &l) < 0) {
1834 if (ioctl(i->thread_fd, SIOCINQ, &l) < 0) {
1991 debug(DEBUG_LEVEL_NORMAL, __FILE__": got ioctl 0x%08lx in fatal error state\n", request);
2149 if (ioctl(i->thread_fd, SIOCINQ, &l) < 0)
2260 if (ioctl(i->thread_fd, SIOCINQ, &l) < 0) {
2277 if (ioctl(i->app_fd, SIOCINQ, &l) < 0) {
2373 debug(DEBUG_LEVEL_NORMAL, __FILE__": invalid ioctl SNDCTL_DSP_GETIPTR\n");
2398 int ioctl(int fd, int request, ...) {
2400 int ioctl(int fd, unsigned long request, ...) {
2407 debug(DEBUG_LEVEL_VERBOSE, __FILE__": ioctl()\n");