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

/xnu-2422.115.4/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.h152 int pselect(int, fd_set * __restrict, fd_set * __restrict,
153 fd_set * __restrict, const struct timespec * __restrict,
154 const sigset_t * __restrict)
H A Dtime.h234 int gettimeofday(struct timeval * __restrict, void * __restrict);
238 int setitimer(int, const struct itimerval * __restrict,
239 struct itimerval * __restrict);
H A Dsocket.h1076 int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
1080 int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict)
1082 int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict)
1084 int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
1087 ssize_t recvfrom(int, void *, size_t, int, struct sockaddr * __restrict,
1088 socklen_t * __restrict) __DARWIN_ALIAS_
[all...]
H A Dcdefs.h192 * We use `__restrict' as a way to define the `restrict' type qualifier
196 #define __restrict macro
198 #define __restrict restrict macro
/xnu-2422.115.4/libsyscall/wrappers/spawn/
H A Dspawn.h56 * gcc under c99 mode won't compile "[ __restrict]" by itself. As a workaround,
59 int posix_spawn(pid_t * __restrict, const char * __restrict,
61 const posix_spawnattr_t * __restrict,
62 char *const __argv[ __restrict],
63 char *const __envp[ __restrict]) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
64 int posix_spawnp(pid_t * __restrict, const char * __restrict,
66 const posix_spawnattr_t * __restrict,
67 char *const __argv[ __restrict],
[all...]
H A Dspawn_private.h32 int posix_spawnattr_getpcontrol_np(const posix_spawnattr_t * __restrict, int * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
35 int posix_spawnattr_getprocesstype_np(const posix_spawnattr_t * __restrict, int * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
38 int posix_spawnattr_setcpumonitor(posix_spawnattr_t * __restrict, uint64_t, uint64_t) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
39 int posix_spawnattr_getcpumonitor(posix_spawnattr_t * __restrict, uint64_t *, uint64_t *) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
40 int posix_spawnattr_setcpumonitor_default(posix_spawnattr_t * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_6_0);
43 int posix_spawnattr_setjetsam(posix_spawnattr_t * __restrict attr,
48 int posix_spawnattr_set_importancewatch_port_np(posix_spawnattr_t * __restrict attr,
52 int posix_spawnattr_getmacpolicyinfo_np(const posix_spawnattr_t * __restrict, cons
[all...]
H A Dposix_spawn.c238 posix_spawnattr_getflags(const posix_spawnattr_t * __restrict attr,
239 short * __restrict flagsp)
274 posix_spawnattr_getsigdefault(const posix_spawnattr_t * __restrict attr,
275 sigset_t * __restrict sigdefault)
309 posix_spawnattr_getpgroup(const posix_spawnattr_t * __restrict attr,
310 pid_t * __restrict pgroup)
345 posix_spawnattr_getsigmask(const posix_spawnattr_t * __restrict attr,
346 sigset_t * __restrict sigmask)
381 posix_spawnattr_getbinpref_np(const posix_spawnattr_t * __restrict attr,
382 size_t count, cpu_type_t *pref, size_t * __restrict ocoun
1461 posix_spawn(pid_t * __restrict pid, const char * __restrict path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t * __restrict attrp, char *const argv[ __restrict], char *const envp[ __restrict]) argument
[all...]
/xnu-2422.115.4/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)
/xnu-2422.115.4/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...]
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.h137 int my_printf(const char * __restrict fmt, ...);
H A Dmisc.c394 my_printf(const char * __restrict fmt, ...)
/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c199 fill_user32_eproc(proc_t, struct user32_eproc *__restrict);
201 fill_user32_externproc(proc_t, struct user32_extern_proc *__restrict);
203 fill_user64_eproc(proc_t, struct user64_eproc *__restrict);
205 fill_user64_proc(proc_t, struct user64_kinfo_proc *__restrict);
207 fill_user64_externproc(proc_t, struct user64_extern_proc *__restrict);
209 fill_user32_proc(proc_t, struct user32_kinfo_proc *__restrict);
1501 fill_user32_eproc(proc_t p, struct user32_eproc *__restrict ep)
1561 fill_user64_eproc(proc_t p, struct user64_eproc *__restrict ep)
1622 fill_user32_externproc(proc_t p, struct user32_extern_proc *__restrict exp)
1672 fill_user64_externproc(proc_t p, struct user64_extern_proc *__restrict ex
[all...]

Completed in 83 milliseconds