Searched refs:__SC_COMP (Results 1 – 5 of 5) sorted by relevance
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp) macro 29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys) macro 34 __SC_COMP(__NR_io_setup, sys_io_setup, compat_sys_io_setup) 38 __SC_COMP(__NR_io_submit, sys_io_submit, compat_sys_io_submit) 82 __SC_COMP(__NR_epoll_pwait, sys_epoll_pwait, compat_sys_epoll_pwait) 96 __SC_COMP(__NR_ioctl, sys_ioctl, compat_sys_ioctl) 141 __SC_COMP(__NR_fallocate, sys_fallocate, compat_sys_fallocate) 177 __SC_COMP(__NR_readv, sys_readv, sys_readv) 179 __SC_COMP(__NR_writev, sys_writev, sys_writev) 181 __SC_COMP(__NR_pread6 [all...] |
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp) macro 29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys) macro 34 __SC_COMP(__NR_io_setup, sys_io_setup, compat_sys_io_setup) 38 __SC_COMP(__NR_io_submit, sys_io_submit, compat_sys_io_submit) 82 __SC_COMP(__NR_epoll_pwait, sys_epoll_pwait, compat_sys_epoll_pwait) 96 __SC_COMP(__NR_ioctl, sys_ioctl, compat_sys_ioctl) 141 __SC_COMP(__NR_fallocate, sys_fallocate, compat_sys_fallocate) 177 __SC_COMP(__NR_readv, sys_readv, sys_readv) 179 __SC_COMP(__NR_writev, sys_writev, sys_writev) 181 __SC_COMP(__NR_pread6 [all...] |
/linux/Documentation/translations/it_IT/process/ |
H A D | adding-syscalls.rst | 384 ``__SC_COMP`` piuttosto di ``__SYSCALL``:: 387 __SC_COMP(__NR_xyzzy, sys_xyzzy, compat_sys_xyzzy) 396 - una voce ``__SC_COMP``, e non ``__SYSCALL``, in
|
/linux/Documentation/process/ |
H A D | adding-syscalls.rst | 388 ``__SC_COMP`` rather than ``__SYSCALL``:: 391 __SC_COMP(__NR_xyzzy, sys_xyzzy, compat_sys_xyzzy) 398 - instance of ``__SC_COMP`` not ``__SYSCALL`` in
|
/linux/Documentation/translations/sp_SP/process/ |
H A D | adding-syscalls.rst | 383 ``include/uapi/asm-generic/unistd.h`` debería usar ``__SC_COMP`` en vez de 387 __SC_COMP(__NR_xyzzy, sys_xyzzy, compat_sys_xyzzy) 394 - una instancia de ``__SC_COMP`` no ``__SYSCALL`` en ``include/uapi/asm-generic/unistd.h``
|