Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c103 …{ AS(linux_mkdir_args), (sy_call_t *)linux_mkdir, AUE_MKDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 83…
H A Dlinux_proto.h1314 int linux_mkdir(struct thread *, struct linux_mkdir_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c59 …{ AS(linux_mkdir_args), (sy_call_t *)linux_mkdir, AUE_MKDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 39…
H A Dlinux32_proto.h1541 int linux_mkdir(struct thread *, struct linux_mkdir_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c59 …{ AS(linux_mkdir_args), (sy_call_t *)linux_mkdir, AUE_MKDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 39…
H A Dlinux_proto.h1560 int linux_mkdir(struct thread *, struct linux_mkdir_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c696 linux_mkdir(struct thread *td, struct linux_mkdir_args *args) in linux_mkdir() function