Searched refs:IOC_WATCH_QUEUE_SET_SIZE (Results 1 – 5 of 5) sorted by relevance
11 #define IOC_WATCH_QUEUE_SET_SIZE _IO('W', 0x60) /* Set the size in pages */ macro
164 if (ioctl(fd, IOC_WATCH_QUEUE_SET_SIZE, BUF_SIZE) == -1) { in main()
267 ioctl(fds[1], IOC_WATCH_QUEUE_SET_SIZE, 256);
297 ioctl(fds[1], IOC_WATCH_QUEUE_SET_SIZE, 256);
629 case IOC_WATCH_QUEUE_SET_SIZE: { in pipe_ioctl()