freebsd32_proto.h (1de34945f4403f67cc502ca6a9091ea3adf263b2) | freebsd32_proto.h (25fec55b86959541fc93d49dffb2e2c549d1de88) |
---|---|
1/* 2 * System call prototypes. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 * $FreeBSD$ 6 */ 7 8#ifndef _FREEBSD32_SYSPROTO_H_ --- 1209 unchanged lines hidden (view full) --- 1218 char ub_l_[PADL_(struct freebsd11_stat32 *)]; struct freebsd11_stat32 * ub; char ub_r_[PADR_(struct freebsd11_stat32 *)]; 1219}; 1220struct freebsd11_freebsd32_getdirentries_args { 1221 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)]; 1222 char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)]; 1223 char count_l_[PADL_(u_int)]; u_int count; char count_r_[PADR_(u_int)]; 1224 char basep_l_[PADL_(int32_t *)]; int32_t * basep; char basep_r_[PADR_(int32_t *)]; 1225}; | 1/* 2 * System call prototypes. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 * $FreeBSD$ 6 */ 7 8#ifndef _FREEBSD32_SYSPROTO_H_ --- 1209 unchanged lines hidden (view full) --- 1218 char ub_l_[PADL_(struct freebsd11_stat32 *)]; struct freebsd11_stat32 * ub; char ub_r_[PADR_(struct freebsd11_stat32 *)]; 1219}; 1220struct freebsd11_freebsd32_getdirentries_args { 1221 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)]; 1222 char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)]; 1223 char count_l_[PADL_(u_int)]; u_int count; char count_r_[PADR_(u_int)]; 1224 char basep_l_[PADL_(int32_t *)]; int32_t * basep; char basep_r_[PADR_(int32_t *)]; 1225}; |
1226struct freebsd11_freebsd32_getdents_args { 1227 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)]; 1228 char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)]; 1229 char count_l_[PADL_(int)]; int count; char count_r_[PADR_(int)]; 1230}; | |
1231struct freebsd11_freebsd32_fhstat_args { 1232 char u_fhp_l_[PADL_(const struct fhandle *)]; const struct fhandle * u_fhp; char u_fhp_r_[PADR_(const struct fhandle *)]; 1233 char sb_l_[PADL_(struct freebsd11_stat32 *)]; struct freebsd11_stat32 * sb; char sb_r_[PADR_(struct freebsd11_stat32 *)]; 1234}; 1235struct freebsd11_freebsd32_kevent_args { 1236 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)]; 1237 char changelist_l_[PADL_(const struct freebsd11_kevent32 *)]; const struct freebsd11_kevent32 * changelist; char changelist_r_[PADR_(const struct freebsd11_kevent32 *)]; 1238 char nchanges_l_[PADL_(int)]; int nchanges; char nchanges_r_[PADR_(int)]; --- 21 unchanged lines hidden (view full) --- 1260#endif 1261#ifdef PAD64_REQUIRED 1262#else 1263#endif 1264int freebsd11_freebsd32_stat(struct thread *, struct freebsd11_freebsd32_stat_args *); 1265int freebsd11_freebsd32_fstat(struct thread *, struct freebsd11_freebsd32_fstat_args *); 1266int freebsd11_freebsd32_lstat(struct thread *, struct freebsd11_freebsd32_lstat_args *); 1267int freebsd11_freebsd32_getdirentries(struct thread *, struct freebsd11_freebsd32_getdirentries_args *); | 1226struct freebsd11_freebsd32_fhstat_args { 1227 char u_fhp_l_[PADL_(const struct fhandle *)]; const struct fhandle * u_fhp; char u_fhp_r_[PADR_(const struct fhandle *)]; 1228 char sb_l_[PADL_(struct freebsd11_stat32 *)]; struct freebsd11_stat32 * sb; char sb_r_[PADR_(struct freebsd11_stat32 *)]; 1229}; 1230struct freebsd11_freebsd32_kevent_args { 1231 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)]; 1232 char changelist_l_[PADL_(const struct freebsd11_kevent32 *)]; const struct freebsd11_kevent32 * changelist; char changelist_r_[PADR_(const struct freebsd11_kevent32 *)]; 1233 char nchanges_l_[PADL_(int)]; int nchanges; char nchanges_r_[PADR_(int)]; --- 21 unchanged lines hidden (view full) --- 1255#endif 1256#ifdef PAD64_REQUIRED 1257#else 1258#endif 1259int freebsd11_freebsd32_stat(struct thread *, struct freebsd11_freebsd32_stat_args *); 1260int freebsd11_freebsd32_fstat(struct thread *, struct freebsd11_freebsd32_fstat_args *); 1261int freebsd11_freebsd32_lstat(struct thread *, struct freebsd11_freebsd32_lstat_args *); 1262int freebsd11_freebsd32_getdirentries(struct thread *, struct freebsd11_freebsd32_getdirentries_args *); |
1268int freebsd11_freebsd32_getdents(struct thread *, struct freebsd11_freebsd32_getdents_args *); | |
1269int freebsd11_freebsd32_fhstat(struct thread *, struct freebsd11_freebsd32_fhstat_args *); 1270int freebsd11_freebsd32_kevent(struct thread *, struct freebsd11_freebsd32_kevent_args *); 1271int freebsd11_freebsd32_fstatat(struct thread *, struct freebsd11_freebsd32_fstatat_args *); 1272 1273#endif /* COMPAT_FREEBSD11 */ 1274 1275 1276#ifdef COMPAT_FREEBSD12 --- 80 unchanged lines hidden (view full) --- 1357#define FREEBSD32_SYS_AUE_freebsd32_ktimer_settime AUE_NULL 1358#define FREEBSD32_SYS_AUE_freebsd32_ktimer_gettime AUE_NULL 1359#define FREEBSD32_SYS_AUE_freebsd32_nanosleep AUE_NULL 1360#define FREEBSD32_SYS_AUE_freebsd32_clock_nanosleep AUE_NULL 1361#define FREEBSD32_SYS_AUE_freebsd32_clock_getcpuclockid2 AUE_NULL 1362#define FREEBSD32_SYS_AUE_freebsd32_aio_read AUE_AIO_READ 1363#define FREEBSD32_SYS_AUE_freebsd32_aio_write AUE_AIO_WRITE 1364#define FREEBSD32_SYS_AUE_freebsd32_lio_listio AUE_LIO_LISTIO | 1263int freebsd11_freebsd32_fhstat(struct thread *, struct freebsd11_freebsd32_fhstat_args *); 1264int freebsd11_freebsd32_kevent(struct thread *, struct freebsd11_freebsd32_kevent_args *); 1265int freebsd11_freebsd32_fstatat(struct thread *, struct freebsd11_freebsd32_fstatat_args *); 1266 1267#endif /* COMPAT_FREEBSD11 */ 1268 1269 1270#ifdef COMPAT_FREEBSD12 --- 80 unchanged lines hidden (view full) --- 1351#define FREEBSD32_SYS_AUE_freebsd32_ktimer_settime AUE_NULL 1352#define FREEBSD32_SYS_AUE_freebsd32_ktimer_gettime AUE_NULL 1353#define FREEBSD32_SYS_AUE_freebsd32_nanosleep AUE_NULL 1354#define FREEBSD32_SYS_AUE_freebsd32_clock_nanosleep AUE_NULL 1355#define FREEBSD32_SYS_AUE_freebsd32_clock_getcpuclockid2 AUE_NULL 1356#define FREEBSD32_SYS_AUE_freebsd32_aio_read AUE_AIO_READ 1357#define FREEBSD32_SYS_AUE_freebsd32_aio_write AUE_AIO_WRITE 1358#define FREEBSD32_SYS_AUE_freebsd32_lio_listio AUE_LIO_LISTIO |
1365#define FREEBSD32_SYS_AUE_freebsd11_freebsd32_getdents AUE_O_GETDENTS | |
1366#define FREEBSD32_SYS_AUE_freebsd32_lutimes AUE_LUTIMES 1367#define FREEBSD32_SYS_AUE_freebsd32_preadv AUE_PREADV 1368#define FREEBSD32_SYS_AUE_freebsd32_pwritev AUE_PWRITEV 1369#define FREEBSD32_SYS_AUE_freebsd4_freebsd32_fhstatfs AUE_FHSTATFS 1370#define FREEBSD32_SYS_AUE_freebsd11_freebsd32_fhstat AUE_FHSTAT 1371#define FREEBSD32_SYS_AUE_freebsd32_modstat AUE_NULL 1372#define FREEBSD32_SYS_AUE_freebsd32_kldstat AUE_NULL 1373#define FREEBSD32_SYS_AUE_freebsd32_aio_return AUE_AIO_RETURN --- 94 unchanged lines hidden --- | 1359#define FREEBSD32_SYS_AUE_freebsd32_lutimes AUE_LUTIMES 1360#define FREEBSD32_SYS_AUE_freebsd32_preadv AUE_PREADV 1361#define FREEBSD32_SYS_AUE_freebsd32_pwritev AUE_PWRITEV 1362#define FREEBSD32_SYS_AUE_freebsd4_freebsd32_fhstatfs AUE_FHSTATFS 1363#define FREEBSD32_SYS_AUE_freebsd11_freebsd32_fhstat AUE_FHSTAT 1364#define FREEBSD32_SYS_AUE_freebsd32_modstat AUE_NULL 1365#define FREEBSD32_SYS_AUE_freebsd32_kldstat AUE_NULL 1366#define FREEBSD32_SYS_AUE_freebsd32_aio_return AUE_AIO_RETURN --- 94 unchanged lines hidden --- |