Searched refs:linux_getcwd (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_getcwd.c1 /* $OpenBSD: linux_getcwd.c,v 1.2 2001/05/16 12:50:21 ho Exp $ */
61 linux_getcwd(struct thread *td, struct linux_getcwd_args *args) function
/freebsd-11-stable/sys/modules/linux64/
H A DMakefile9 linux_futex.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
/freebsd-11-stable/sys/modules/linux/
H A DMakefile14 linux_futex.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c99 { AS(linux_getcwd_args), (sy_call_t *)linux_getcwd, AUE_GETCWD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 79 = linux_getcwd */
H A Dlinux_proto.h1310 int linux_getcwd(struct thread *, struct linux_getcwd_args *);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c204 { AS(linux_getcwd_args), (sy_call_t *)linux_getcwd, AUE_GETCWD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 183 = linux_getcwd */
H A Dlinux32_proto.h1645 int linux_getcwd(struct thread *, struct linux_getcwd_args *);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c203 { AS(linux_getcwd_args), (sy_call_t *)linux_getcwd, AUE_GETCWD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 183 = linux_getcwd */
H A Dlinux_proto.h1664 int linux_getcwd(struct thread *, struct linux_getcwd_args *);

Completed in 238 milliseconds