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

/freebsd-10.0-release/sys/dev/filemon/
H A Dfilemon_wrapper.c518 if ((ret = freebsd32_stat(td, uap)) == 0) {
735 sv_table[FREEBSD32_SYS_freebsd32_stat].sy_call = (sy_call_t *)freebsd32_stat;
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c88 { compat(AS(ofreebsd32_stat_args),freebsd32_stat), AUE_STAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 38 = old freebsd32_stat */
238 { AS(freebsd32_stat_args), (sy_call_t *)freebsd32_stat, AUE_STAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 188 = freebsd32_stat */
H A Dfreebsd32_proto.h716 int freebsd32_stat(struct thread *, struct freebsd32_stat_args *);
H A Dfreebsd32_misc.c1769 freebsd32_stat(struct thread *td, struct freebsd32_stat_args *uap) function

Completed in 127 milliseconds