Searched full:syscalls (Results 151 – 175 of 262) sorted by relevance
1234567891011
383 * pll_trap - trap processor for undefined syscalls
82 // We probably can do it with fewer syscalls in some OS-dependent way.
22 # include <zircon/syscalls.h>
55 sigset_t ps_sigintr; /* Signals that interrupt syscalls. */
10 #include "syscalls.h"
18 #include "syscalls.h"
303 * Syscalls.
54 * flags in syscalls.master; calls must be carefully audited for safety
15 # syscalls.
120 * syscalls, via sb->s_op->sync_fs().
851 if (number < nitems(abi->syscalls)) in find_syscall()852 return (abi->syscalls[number]); in find_syscall()873 if (number < nitems(abi->syscalls)) { in add_syscall()874 assert(abi->syscalls[number] == NULL); in add_syscall()875 abi->syscalls[number] = sc; in add_syscall()915 /* Also decode compat syscalls arguments by stripping the prefix. */ in get_syscall()
442 /* TODO: we could avoid unnecessary syscalls here by only in epoll_dispatch()
1912 o Infrastructure for using faster/fewer syscalls when creating1914 o Minimize syscalls during socket creation in listener.c (7e9e289)1918 o Save syscalls when constructing listener sockets for evhttp (af6c9d8)1919 o Save some syscalls when creating evdns sockets (713e570)1920 o Save some syscalls when constructing a socket for a bufferevent (33fca62)
28 #include <zircon/syscalls.h>
491 and related syscalls.
83 #include <zircon/syscalls.h>84 #include <zircon/syscalls/policy.h>85 #include <zircon/syscalls/port.h>
137 * SCTP syscalls.
223 * Rights that allow to use bindat(2) and connectat(2) syscalls on a
550 * syscalls by not retrying network I/O that isn't ready based in ossl_quic_reactor_block_until_pred()
486 * The tls_array[] is used only in [gs]et_thread_area() syscalls and in linux_set_thread_area()
42 syscalls.
241 * Test if disallowed syscalls are reported as capability violations.
345 * syscalls made by the signal handler. This just avoids in freebsd4_sendsig()504 * syscalls made by the signal handler. This just avoids in sendsig()