Searched refs:cloudabi_sys_file_open_args (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/compat/cloudabi32/
H A Dcloudabi32_sysent.c38 { .sy_narg = AS(cloudabi_sys_file_open_args), .sy_call = (sy_call_t *)cloudabi_sys_file_open, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 21 = cloudabi_sys_file_open */
H A Dcloudabi32_proto.h132 struct cloudabi_sys_file_open_args { struct
296 int cloudabi_sys_file_open(struct thread *, struct cloudabi_sys_file_open_args *);
H A Dcloudabi32_systrace_args.c195 struct cloudabi_sys_file_open_args *p = params;
/freebsd-13-stable/sys/compat/cloudabi64/
H A Dcloudabi64_sysent.c38 { .sy_narg = AS(cloudabi_sys_file_open_args), .sy_call = (sy_call_t *)cloudabi_sys_file_open, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 21 = cloudabi_sys_file_open */
H A Dcloudabi64_proto.h132 struct cloudabi_sys_file_open_args { struct
296 int cloudabi_sys_file_open(struct thread *, struct cloudabi_sys_file_open_args *);
H A Dcloudabi64_systrace_args.c195 struct cloudabi_sys_file_open_args *p = params;
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_file.c196 struct cloudabi_sys_file_open_args *uap)

Completed in 114 milliseconds