Lines Matching refs:SLOT
35 #define SLOT(a, b) \ macro
38 SLOT(accept, __sys_accept),
39 SLOT(accept4, __sys_accept4),
40 SLOT(aio_suspend, __sys_aio_suspend),
41 SLOT(close, __sys_close),
42 SLOT(connect, __sys_connect),
43 SLOT(fcntl, __sys_fcntl),
44 SLOT(fsync, __sys_fsync),
45 SLOT(fork, __sys_fork),
46 SLOT(msync, __sys_msync),
47 SLOT(nanosleep, __sys_nanosleep),
48 SLOT(openat, __sys_openat),
49 SLOT(poll, __sys_poll),
50 SLOT(pselect, __sys_pselect),
51 SLOT(read, __sys_read),
52 SLOT(readv, __sys_readv),
53 SLOT(recvfrom, __sys_recvfrom),
54 SLOT(recvmsg, __sys_recvmsg),
55 SLOT(select, __sys_select),
56 SLOT(sendmsg, __sys_sendmsg),
57 SLOT(sendto, __sys_sendto),
58 SLOT(setcontext, __sys_setcontext),
59 SLOT(sigaction, __sys_sigaction),
60 SLOT(sigprocmask, __sys_sigprocmask),
61 SLOT(sigsuspend, __sys_sigsuspend),
62 SLOT(sigwait, __libsys_sigwait),
63 SLOT(sigtimedwait, __sys_sigtimedwait),
64 SLOT(sigwaitinfo, __sys_sigwaitinfo),
65 SLOT(swapcontext, __sys_swapcontext),
66 SLOT(wait4, __sys_wait4),
67 SLOT(write, __sys_write),
68 SLOT(writev, __sys_writev),
69 SLOT(kevent, __sys_kevent),
70 SLOT(wait6, __sys_wait6),
71 SLOT(ppoll, __sys_ppoll),
72 SLOT(fdatasync, __sys_fdatasync),
73 SLOT(clock_nanosleep, __sys_clock_nanosleep),
74 SLOT(pdfork, __sys_pdfork),
76 #undef SLOT