Searched refs:svr4_sys_open_args (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_fcntl.c384 struct svr4_sys_open_args *uap;
440 return svr4_sys_open(td, (struct svr4_sys_open_args *)uap);
H A Dsvr4_proto.h35 struct svr4_sys_open_args { struct
409 int svr4_sys_open(struct thread *, struct svr4_sys_open_args *);
H A Dsvr4_sysent.c27 { AS(svr4_sys_open_args), (sy_call_t *)svr4_sys_open, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5 = svr4_sys_open */

Completed in 88 milliseconds