freebsd32_proto.h (064bee341e6c590dedc1d33eb6025e1f446f33a6) | freebsd32_proto.h (4f11a684ffca903e0734d51991ec82c757d1d518) |
---|---|
1/* 2 * System call prototypes. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ | 1/* 2 * System call prototypes. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ |
6 * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 255708 2013-09-19 18:53:42Z jhb | 6 * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 263318 2014-03-18 21:32:03Z attilio |
7 */ 8 9#ifndef _FREEBSD32_SYSPROTO_H_ 10#define _FREEBSD32_SYSPROTO_H_ 11 12#include <sys/signal.h> 13#include <sys/acl.h> 14#include <sys/cpuset.h> --- 347 unchanged lines hidden (view full) --- 362}; 363struct freebsd32_setcontext_args { 364 char ucp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * ucp; char ucp_r_[PADR_(const struct freebsd32_ucontext *)]; 365}; 366struct freebsd32_swapcontext_args { 367 char oucp_l_[PADL_(struct freebsd32_ucontext *)]; struct freebsd32_ucontext * oucp; char oucp_r_[PADR_(struct freebsd32_ucontext *)]; 368 char ucp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * ucp; char ucp_r_[PADR_(const struct freebsd32_ucontext *)]; 369}; | 7 */ 8 9#ifndef _FREEBSD32_SYSPROTO_H_ 10#define _FREEBSD32_SYSPROTO_H_ 11 12#include <sys/signal.h> 13#include <sys/acl.h> 14#include <sys/cpuset.h> --- 347 unchanged lines hidden (view full) --- 362}; 363struct freebsd32_setcontext_args { 364 char ucp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * ucp; char ucp_r_[PADR_(const struct freebsd32_ucontext *)]; 365}; 366struct freebsd32_swapcontext_args { 367 char oucp_l_[PADL_(struct freebsd32_ucontext *)]; struct freebsd32_ucontext * oucp; char oucp_r_[PADR_(struct freebsd32_ucontext *)]; 368 char ucp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * ucp; char ucp_r_[PADR_(const struct freebsd32_ucontext *)]; 369}; |
370struct freebsd32_umtx_lock_args { 371 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; 372}; 373struct freebsd32_umtx_unlock_args { 374 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; 375}; | |
376struct freebsd32_ksem_timedwait_args { 377 char id_l_[PADL_(semid_t)]; semid_t id; char id_r_[PADR_(semid_t)]; 378 char abstime_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * abstime; char abstime_r_[PADR_(const struct timespec32 *)]; 379}; 380struct freebsd32_thr_suspend_args { 381 char timeout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * timeout; char timeout_r_[PADR_(const struct timespec32 *)]; 382}; 383struct freebsd32_umtx_op_args { --- 369 unchanged lines hidden (view full) --- 753int freebsd32_sendfile(struct thread *, struct freebsd32_sendfile_args *); 754int freebsd32_ksem_init(struct thread *, struct freebsd32_ksem_init_args *); 755int freebsd32_ksem_open(struct thread *, struct freebsd32_ksem_open_args *); 756int freebsd32_sigaction(struct thread *, struct freebsd32_sigaction_args *); 757int freebsd32_sigreturn(struct thread *, struct freebsd32_sigreturn_args *); 758int freebsd32_getcontext(struct thread *, struct freebsd32_getcontext_args *); 759int freebsd32_setcontext(struct thread *, struct freebsd32_setcontext_args *); 760int freebsd32_swapcontext(struct thread *, struct freebsd32_swapcontext_args *); | 370struct freebsd32_ksem_timedwait_args { 371 char id_l_[PADL_(semid_t)]; semid_t id; char id_r_[PADR_(semid_t)]; 372 char abstime_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * abstime; char abstime_r_[PADR_(const struct timespec32 *)]; 373}; 374struct freebsd32_thr_suspend_args { 375 char timeout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * timeout; char timeout_r_[PADR_(const struct timespec32 *)]; 376}; 377struct freebsd32_umtx_op_args { --- 369 unchanged lines hidden (view full) --- 747int freebsd32_sendfile(struct thread *, struct freebsd32_sendfile_args *); 748int freebsd32_ksem_init(struct thread *, struct freebsd32_ksem_init_args *); 749int freebsd32_ksem_open(struct thread *, struct freebsd32_ksem_open_args *); 750int freebsd32_sigaction(struct thread *, struct freebsd32_sigaction_args *); 751int freebsd32_sigreturn(struct thread *, struct freebsd32_sigreturn_args *); 752int freebsd32_getcontext(struct thread *, struct freebsd32_getcontext_args *); 753int freebsd32_setcontext(struct thread *, struct freebsd32_setcontext_args *); 754int freebsd32_swapcontext(struct thread *, struct freebsd32_swapcontext_args *); |
761int freebsd32_umtx_lock(struct thread *, struct freebsd32_umtx_lock_args *); 762int freebsd32_umtx_unlock(struct thread *, struct freebsd32_umtx_unlock_args *); | |
763int freebsd32_ksem_timedwait(struct thread *, struct freebsd32_ksem_timedwait_args *); 764int freebsd32_thr_suspend(struct thread *, struct freebsd32_thr_suspend_args *); 765int freebsd32_umtx_op(struct thread *, struct freebsd32_umtx_op_args *); 766int freebsd32_thr_new(struct thread *, struct freebsd32_thr_new_args *); 767int freebsd32_kmq_open(struct thread *, struct freebsd32_kmq_open_args *); 768int freebsd32_kmq_setattr(struct thread *, struct freebsd32_kmq_setattr_args *); 769int freebsd32_kmq_timedreceive(struct thread *, struct freebsd32_kmq_timedreceive_args *); 770int freebsd32_kmq_timedsend(struct thread *, struct freebsd32_kmq_timedsend_args *); --- 409 unchanged lines hidden (view full) --- 1180#define FREEBSD32_SYS_AUE_freebsd32_sendfile AUE_SENDFILE 1181#define FREEBSD32_SYS_AUE_freebsd32_ksem_init AUE_NULL 1182#define FREEBSD32_SYS_AUE_freebsd32_ksem_open AUE_NULL 1183#define FREEBSD32_SYS_AUE_freebsd32_sigaction AUE_SIGACTION 1184#define FREEBSD32_SYS_AUE_freebsd32_sigreturn AUE_SIGRETURN 1185#define FREEBSD32_SYS_AUE_freebsd32_getcontext AUE_NULL 1186#define FREEBSD32_SYS_AUE_freebsd32_setcontext AUE_NULL 1187#define FREEBSD32_SYS_AUE_freebsd32_swapcontext AUE_NULL | 755int freebsd32_ksem_timedwait(struct thread *, struct freebsd32_ksem_timedwait_args *); 756int freebsd32_thr_suspend(struct thread *, struct freebsd32_thr_suspend_args *); 757int freebsd32_umtx_op(struct thread *, struct freebsd32_umtx_op_args *); 758int freebsd32_thr_new(struct thread *, struct freebsd32_thr_new_args *); 759int freebsd32_kmq_open(struct thread *, struct freebsd32_kmq_open_args *); 760int freebsd32_kmq_setattr(struct thread *, struct freebsd32_kmq_setattr_args *); 761int freebsd32_kmq_timedreceive(struct thread *, struct freebsd32_kmq_timedreceive_args *); 762int freebsd32_kmq_timedsend(struct thread *, struct freebsd32_kmq_timedsend_args *); --- 409 unchanged lines hidden (view full) --- 1172#define FREEBSD32_SYS_AUE_freebsd32_sendfile AUE_SENDFILE 1173#define FREEBSD32_SYS_AUE_freebsd32_ksem_init AUE_NULL 1174#define FREEBSD32_SYS_AUE_freebsd32_ksem_open AUE_NULL 1175#define FREEBSD32_SYS_AUE_freebsd32_sigaction AUE_SIGACTION 1176#define FREEBSD32_SYS_AUE_freebsd32_sigreturn AUE_SIGRETURN 1177#define FREEBSD32_SYS_AUE_freebsd32_getcontext AUE_NULL 1178#define FREEBSD32_SYS_AUE_freebsd32_setcontext AUE_NULL 1179#define FREEBSD32_SYS_AUE_freebsd32_swapcontext AUE_NULL |
1188#define FREEBSD32_SYS_AUE_freebsd32_umtx_lock AUE_NULL 1189#define FREEBSD32_SYS_AUE_freebsd32_umtx_unlock AUE_NULL | |
1190#define FREEBSD32_SYS_AUE_freebsd32_ksem_timedwait AUE_NULL 1191#define FREEBSD32_SYS_AUE_freebsd32_thr_suspend AUE_NULL 1192#define FREEBSD32_SYS_AUE_freebsd32_umtx_op AUE_NULL 1193#define FREEBSD32_SYS_AUE_freebsd32_thr_new AUE_NULL 1194#define FREEBSD32_SYS_AUE_freebsd32_kmq_open AUE_NULL 1195#define FREEBSD32_SYS_AUE_freebsd32_kmq_setattr AUE_NULL 1196#define FREEBSD32_SYS_AUE_freebsd32_kmq_timedreceive AUE_NULL 1197#define FREEBSD32_SYS_AUE_freebsd32_kmq_timedsend AUE_NULL --- 46 unchanged lines hidden --- | 1180#define FREEBSD32_SYS_AUE_freebsd32_ksem_timedwait AUE_NULL 1181#define FREEBSD32_SYS_AUE_freebsd32_thr_suspend AUE_NULL 1182#define FREEBSD32_SYS_AUE_freebsd32_umtx_op AUE_NULL 1183#define FREEBSD32_SYS_AUE_freebsd32_thr_new AUE_NULL 1184#define FREEBSD32_SYS_AUE_freebsd32_kmq_open AUE_NULL 1185#define FREEBSD32_SYS_AUE_freebsd32_kmq_setattr AUE_NULL 1186#define FREEBSD32_SYS_AUE_freebsd32_kmq_timedreceive AUE_NULL 1187#define FREEBSD32_SYS_AUE_freebsd32_kmq_timedsend AUE_NULL --- 46 unchanged lines hidden --- |