Searched refs:freebsd32_stat (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/filemon/ |
| HD | filemon_wrapper.c | 490 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/ |
| HD | freebsd32_sysent.c | 88 …{ 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 }, …
|
| HD | freebsd32_proto.h | 732 int freebsd32_stat(struct thread *, struct freebsd32_stat_args *);
|
| HD | freebsd32_misc.c | 1752 freebsd32_stat(struct thread *td, struct freebsd32_stat_args *uap) in freebsd32_stat() function
|