| /f-stack/freebsd/contrib/cloudabi/ |
| H A D | cloudabi_vdso_x86_64.S | 40 syscall 52 syscall 63 syscall 69 syscall 76 syscall 89 syscall 102 syscall 109 syscall 122 syscall 135 syscall [all …]
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_locore.asm | 30 syscall /* enter kernel with args */ 37 syscall 44 syscall 51 syscall
|
| /f-stack/freebsd/contrib/device-tree/ |
| H A D | COPYING | 3 SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 10 With an explicit syscall exception, as stated at: 12 LICENSES/exceptions/Linux-syscall-note
|
| /f-stack/freebsd/kern/ |
| H A D | Makefile | 11 ${SYSDIR}/sys/syscall.h \ 12 ${SYSDIR}/sys/syscall.mk \
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | pages.c | 442 fd = (int)syscall(SYS_open, "/proc/sys/vm/overcommit_memory", O_RDONLY | in os_overcommits_proc() 445 fd = (int)syscall(SYS_open, "/proc/sys/vm/overcommit_memory", O_RDONLY); in os_overcommits_proc() 452 fd = (int)syscall(SYS_openat, in os_overcommits_proc() 455 fd = (int)syscall(SYS_openat, in os_overcommits_proc() 478 syscall(SYS_close, fd); in os_overcommits_proc() 531 int fd = (int)syscall(SYS_open, in init_thp_state() 542 syscall(SYS_close, fd); in init_thp_state()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | syscall.c | 141 syscall(struct thread *td, struct trapframe *frame) in syscall() function 169 syscall(td, frame); in swi_handler()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | malloc_io.h | 77 long result = syscall(SYS_write, fd, buf, count); in malloc_write_fd() 91 long result = syscall(SYS_read, fd, buf, count); in malloc_read_fd()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_thread_id.c | 23 return syscall(SYS_gettid); in ngx_thread_tid()
|
| H A D | ngx_linux_aio_read.c | 23 return syscall(SYS_io_submit, ctx, n, paiocb); in io_submit()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | sigtramp.S | 46 syscall /* enter kernel with args */
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_epoll_module.c | 229 return syscall(SYS_io_setup, nr_reqs, ctx); in io_setup() 236 return syscall(SYS_io_destroy, ctx); in io_destroy() 244 return syscall(SYS_io_getevents, ctx, min_nr, nr, events, tmo); in io_getevents() 257 ngx_eventfd = syscall(SYS_eventfd, 0); in ngx_epoll_aio_init() 393 notify_fd = syscall(SYS_eventfd, 0); in ngx_epoll_notify_init()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | tap_bpf_api.c | 92 return syscall(__NR_bpf, cmd, attr, size); in sys_bpf()
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dpio.c | 282 dpio_dev, dpio_dev->index, syscall(SYS_gettid)); in dpaa2_get_qbman_swp() 313 uint64_t tid = syscall(SYS_gettid); in dpaa2_affine_qbman_swp() 335 uint64_t tid = syscall(SYS_gettid); in dpaa2_affine_qbman_ethrx_swp()
|
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | rte_eth_memif.h | 195 return syscall(__NR_memfd_create, name, flags); in memfd_create()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_thread.c | 148 return (int)syscall(SYS_gettid); in rte_sys_gettid()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | swtch.S | 664 syscall 681 syscall
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
| H A D | randombytes_sysrandom.c | 218 readnb = syscall(SYS_getrandom, buf, (int) size, 0); in _randombytes_linux_getrandom()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure.ac | 579 dnl syscall(2) and secure_getenv(3) are exposed by _GNU_SOURCE. 593 dnl syscall(2) and secure_getenv(3) are exposed by _GNU_SOURCE. 606 dnl syscall(2) and secure_getenv(3) are exposed by _GNU_SOURCE. 1596 dnl Use syscall(2) (if available) by default. 1597 AC_ARG_ENABLE([syscall], optenable 1598 [AS_HELP_STRING([--disable-syscall], [Disable use of syscall(2)])], 1608 dnl Check if syscall(2) is usable. Treat warnings as errors, so that e.g. OS 1612 JE_COMPILABLE([syscall(2)], [ 1613 #include <sys/syscall.h> 1616 syscall(SYS_write, 2, "hello", 5);
|
| H A D | INSTALL.md | 199 * `--disable-syscall` 201 Disable use of syscall(2) rather than {open,read,write,close}(2). This is 203 syscall(2).
|
| /f-stack/app/nginx-1.16.1/auto/os/ |
| H A D | linux | 178 #include <sys/syscall.h>"
|
| /f-stack/freebsd/i386/i386/ |
| H A D | trap.c | 113 void syscall(struct trapframe *frame); 1109 syscall(struct trapframe *frame) in syscall() function
|
| H A D | exception.s | 380 movl $syscall, %eax
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 260 readnb = syscall(SYS_getrandom, buf, (int) size, 0); in _randombytes_linux_getrandom()
|
| /f-stack/freebsd/sys/ |
| H A D | syscall.mk | 5 syscall.o \
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 317 DPAA_PER_LCORE_PORTAL->tid = syscall(SYS_gettid); in rte_dpaa_portal_init()
|