Home
last modified time | relevance | path

Searched refs:freebsd32_stat (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/filemon/
HDfilemon_wrapper.c490 if ((ret = freebsd32_stat(td, uap)) == 0) { in filemon_wrapper_freebsd32_stat()
675 sv_table[FREEBSD32_SYS_freebsd32_stat].sy_call = (sy_call_t *)freebsd32_stat; in filemon_wrapper_deinstall()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_sysent.c88 …{ compat(AS(ofreebsd32_stat_args),freebsd32_stat), AUE_STAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 38…
238 …{ AS(freebsd32_stat_args), (sy_call_t *)freebsd32_stat, AUE_STAT, NULL, 0, 0, 0, SY_THR_STATIC }, …
HDfreebsd32_proto.h732 int freebsd32_stat(struct thread *, struct freebsd32_stat_args *);
HDfreebsd32_misc.c1752 freebsd32_stat(struct thread *td, struct freebsd32_stat_args *uap) in freebsd32_stat() function