Searched refs:cloudabi_sys_file_create (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/contrib/cloudabi/
H A Dcloudabi_vdso_x86_64.S217 ENTRY(cloudabi_sys_file_create)
222 END(cloudabi_sys_file_create)
H A Dcloudabi_vdso_i686.S206 ENTRY(cloudabi_sys_file_create)
210 END(cloudabi_sys_file_create)
H A Dcloudabi_vdso_armv6.S193 ENTRY(cloudabi_sys_file_create)
197 END(cloudabi_sys_file_create)
H A Dcloudabi_vdso_aarch64.S212 ENTRY(cloudabi_sys_file_create)
216 END(cloudabi_sys_file_create)
H A Dcloudabi_vdso_i686_on_64bit.S428 ENTRY(cloudabi_sys_file_create)
447 END(cloudabi_sys_file_create)
/freebsd-11-stable/sys/compat/cloudabi64/
H A Dcloudabi64_sysent.c36 { AS(cloudabi_sys_file_create_args), (sy_call_t *)cloudabi_sys_file_create, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 19 = cloudabi_sys_file_create */
H A Dcloudabi64_proto.h293 int cloudabi_sys_file_create(struct thread *, struct cloudabi_sys_file_create_args *);
/freebsd-11-stable/sys/compat/cloudabi32/
H A Dcloudabi32_sysent.c36 { AS(cloudabi_sys_file_create_args), (sy_call_t *)cloudabi_sys_file_create, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 19 = cloudabi_sys_file_create */
H A Dcloudabi32_proto.h293 int cloudabi_sys_file_create(struct thread *, struct cloudabi_sys_file_create_args *);
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_file.c143 cloudabi_sys_file_create(struct thread *td, function

Completed in 187 milliseconds