Searched refs:__restrict (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A D_select.h39 int select(int, fd_set * __restrict, fd_set * __restrict,
40 fd_set * __restrict, struct timeval * __restrict)
H A Dsemaphore.h55 int sem_getvalue(sem_t * __restrict, int * __restrict);
H A Dselect.h175 int pselect(int, fd_set * __restrict, fd_set * __restrict,
176 fd_set * __restrict, const struct timespec * __restrict,
177 const sigset_t * __restrict)
H A Dtime.h250 int gettimeofday(struct timeval * __restrict, void * __restrict);
254 int setitimer(int, const struct itimerval * __restrict,
255 struct itimerval * __restrict);
H A Dsocket.h928 int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
932 int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict)
934 int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict)
936 int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
939 ssize_t recvfrom(int, void *, size_t, int, struct sockaddr * __restrict,
940 socklen_t * __restrict) __DARWIN_ALIAS_
[all...]
H A Dcdefs.h166 * We use `__restrict' as a way to define the `restrict' type qualifier
170 #define __restrict macro
172 #define __restrict restrict macro
/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dgetpeername.c39 extern int __getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict);
45 getpeername(int socket, struct sockaddr * __restrict address,
46 socklen_t * __restrict address_len)
H A Dgetsockname.c39 extern int __getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict);
45 getsockname(int socket, struct sockaddr * __restrict address,
46 socklen_t * __restrict address_len)
H A Drecvfrom.c39 ssize_t __recvfrom_nocancel(int, void *, size_t, int, struct sockaddr * __restrict, socklen_t * __restrict);
45 recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr * __restrict from, socklen_t * __restrict fromlen)
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dselect-base.c33 extern int __select(int, fd_set * __restrict, fd_set * __restrict,
34 fd_set * __restrict, struct timeval * __restrict);
36 int __select_nocancel(int, fd_set * __restrict, fd_set * __restrict,
37 fd_set * __restrict, struct timeval * __restrict);
49 select(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefd
[all...]
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.h137 int my_printf(const char * __restrict fmt, ...);
H A Dmisc.c387 my_printf(const char * __restrict fmt, ...)
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sysctl.c190 fill_user32_eproc(proc_t, struct user32_eproc *__restrict);
192 fill_user32_externproc(proc_t, struct user32_extern_proc *__restrict);
194 fill_user64_eproc(proc_t, struct user64_eproc *__restrict);
196 fill_user64_proc(proc_t, struct user64_kinfo_proc *__restrict);
198 fill_user64_externproc(proc_t, struct user64_extern_proc *__restrict);
200 fill_user32_proc(proc_t, struct user32_kinfo_proc *__restrict);
1494 fill_user32_eproc(proc_t p, struct user32_eproc *__restrict ep)
1554 fill_user64_eproc(proc_t p, struct user64_eproc *__restrict ep)
1615 fill_user32_externproc(proc_t p, struct user32_extern_proc *__restrict exp)
1665 fill_user64_externproc(proc_t p, struct user64_extern_proc *__restrict ex
[all...]

Completed in 38 milliseconds