_libsys.h (60f87c736807bd2b5a3ebe451add868232facf43) | _libsys.h (ddb3eb4efe55e57c206f3534263c77b837aff1dc) |
---|---|
1/* 2 * Public system call stubs provided by libsys. 3 * 4 * Do not use directly, include <libsys.h> instead. 5 * 6 * DO NOT EDIT-- this file is automatically @generated. 7 */ 8 --- 32 unchanged lines hidden (view full) --- 41struct ntptimeval; 42struct pollfd; 43struct rlimit; 44struct rtprio; 45struct rusage; 46struct sched_param; 47struct sctp_sndrcvinfo; 48struct sembuf; | 1/* 2 * Public system call stubs provided by libsys. 3 * 4 * Do not use directly, include <libsys.h> instead. 5 * 6 * DO NOT EDIT-- this file is automatically @generated. 7 */ 8 --- 32 unchanged lines hidden (view full) --- 41struct ntptimeval; 42struct pollfd; 43struct rlimit; 44struct rtprio; 45struct rusage; 46struct sched_param; 47struct sctp_sndrcvinfo; 48struct sembuf; |
49struct setcred; |
|
49struct sf_hdtr; 50struct shmid_ds; 51struct sigaction; 52struct sigaltstack; 53struct sigevent; 54struct sockaddr; 55struct spacectl_range; 56struct stat; --- 402 unchanged lines hidden (view full) --- 459typedef int (__sys_kqueuex_t)(u_int); 460typedef int (__sys_membarrier_t)(int, unsigned, int); 461typedef int (__sys_timerfd_create_t)(int, int); 462typedef int (__sys_timerfd_gettime_t)(int, struct itimerspec *); 463typedef int (__sys_timerfd_settime_t)(int, int, const struct itimerspec *, struct itimerspec *); 464typedef int (__sys_kcmp_t)(pid_t, pid_t, int, uintptr_t, uintptr_t); 465typedef int (__sys_getrlimitusage_t)(u_int, int, rlim_t *); 466typedef int (__sys_fchroot_t)(int); | 50struct sf_hdtr; 51struct shmid_ds; 52struct sigaction; 53struct sigaltstack; 54struct sigevent; 55struct sockaddr; 56struct spacectl_range; 57struct stat; --- 402 unchanged lines hidden (view full) --- 460typedef int (__sys_kqueuex_t)(u_int); 461typedef int (__sys_membarrier_t)(int, unsigned, int); 462typedef int (__sys_timerfd_create_t)(int, int); 463typedef int (__sys_timerfd_gettime_t)(int, struct itimerspec *); 464typedef int (__sys_timerfd_settime_t)(int, int, const struct itimerspec *, struct itimerspec *); 465typedef int (__sys_kcmp_t)(pid_t, pid_t, int, uintptr_t, uintptr_t); 466typedef int (__sys_getrlimitusage_t)(u_int, int, rlim_t *); 467typedef int (__sys_fchroot_t)(int); |
468typedef int (__sys_setcred_t)(u_int, const struct setcred *, size_t); |
|
467 468void __sys_exit(int rval); 469int __sys_fork(void); 470ssize_t __sys_read(int fd, void * buf, size_t nbyte); 471ssize_t __sys_write(int fd, const void * buf, size_t nbyte); 472int __sys_open(const char * path, int flags, mode_t mode); 473int __sys_close(int fd); 474int __sys_wait4(int pid, int * status, int options, struct rusage * rusage); --- 385 unchanged lines hidden (view full) --- 860int __sys_kqueuex(u_int flags); 861int __sys_membarrier(int cmd, unsigned flags, int cpu_id); 862int __sys_timerfd_create(int clockid, int flags); 863int __sys_timerfd_gettime(int fd, struct itimerspec * curr_value); 864int __sys_timerfd_settime(int fd, int flags, const struct itimerspec * new_value, struct itimerspec * old_value); 865int __sys_kcmp(pid_t pid1, pid_t pid2, int type, uintptr_t idx1, uintptr_t idx2); 866int __sys_getrlimitusage(u_int which, int flags, rlim_t * res); 867int __sys_fchroot(int fd); | 469 470void __sys_exit(int rval); 471int __sys_fork(void); 472ssize_t __sys_read(int fd, void * buf, size_t nbyte); 473ssize_t __sys_write(int fd, const void * buf, size_t nbyte); 474int __sys_open(const char * path, int flags, mode_t mode); 475int __sys_close(int fd); 476int __sys_wait4(int pid, int * status, int options, struct rusage * rusage); --- 385 unchanged lines hidden (view full) --- 862int __sys_kqueuex(u_int flags); 863int __sys_membarrier(int cmd, unsigned flags, int cpu_id); 864int __sys_timerfd_create(int clockid, int flags); 865int __sys_timerfd_gettime(int fd, struct itimerspec * curr_value); 866int __sys_timerfd_settime(int fd, int flags, const struct itimerspec * new_value, struct itimerspec * old_value); 867int __sys_kcmp(pid_t pid1, pid_t pid2, int type, uintptr_t idx1, uintptr_t idx2); 868int __sys_getrlimitusage(u_int which, int flags, rlim_t * res); 869int __sys_fchroot(int fd); |
870int __sys_setcred(u_int flags, const struct setcred * wcred, size_t size); |
|
868__END_DECLS 869 870#endif /* __LIBSYS_H_ */ | 871__END_DECLS 872 873#endif /* __LIBSYS_H_ */ |