Home
last modified time | relevance | path

Searched refs:do_select (Results 1 – 8 of 8) sorted by relevance

/minix/tests/lib/libc/gen/
H A Dt_sleep.c80 int do_select(struct timespec *, struct timespec *);
106 do_select(struct timespec *delay, struct timespec *remain) in do_select() function
210 sleeptest(do_select, true, true); in ATF_TC_BODY()
/minix/minix/servers/vfs/
H A Dtable.c48 CALL(VFS_SELECT) = do_select, /* select(2) */
H A Dproto.h399 int do_select(void);
H A Dselect.c96 int do_select(void) in do_select() function
/minix/minix/lib/libchardriver/
H A Dchardriver.c416 static int do_select(const struct chardriver *cdp, message *m_ptr) in do_select() function
524 case CDEV_SELECT: r = do_select(cdp, m_ptr); break; in chardriver_process()
/minix/minix/drivers/tty/pty/
H A Dtty.c44 static int do_select(devminor_t minor, unsigned int ops, endpoint_t endpt);
53 .cdr_select = do_select
601 static int do_select(devminor_t minor, unsigned int ops, endpoint_t endpt) in do_select() function
/minix/minix/drivers/tty/tty/
H A Dtty.c88 static int do_select(devminor_t minor, unsigned int ops, endpoint_t endpt);
97 .cdr_select = do_select
865 static int do_select(devminor_t minor, unsigned int ops, endpoint_t endpt) in do_select() function
/minix/minix/lib/libsockdriver/
H A Dsockdriver.c1019 do_select(const struct sockdriver * __restrict sdp, in do_select() function
1112 case SDEV_SELECT: do_select(sdp, m_ptr); break; in sockdriver_process()