Home
last modified time | relevance | path

Searched refs:linux_creat (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c105 …{ AS(linux_creat_args), (sy_call_t *)linux_creat, AUE_CREAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 85…
H A Dlinux_proto.h1316 int linux_creat(struct thread *, struct linux_creat_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c28 …{ AS(linux_creat_args), (sy_call_t *)linux_creat, AUE_CREAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 8 …
H A Dlinux32_proto.h1516 int linux_creat(struct thread *, struct linux_creat_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c28 …{ AS(linux_creat_args), (sy_call_t *)linux_creat, AUE_CREAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 8 …
H A Dlinux_proto.h1534 int linux_creat(struct thread *, struct linux_creat_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c73 linux_creat(struct thread *td, struct linux_creat_args *args) in linux_creat() function