Home
last modified time | relevance | path

Searched refs:sys_undelete_args (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h487 struct sys_undelete_args;
1130 int sys_undelete(struct lwp *, const struct sys_undelete_args *, register_t *);
H A Daoutm68k_sysent.c1219 ns(struct sys_undelete_args),
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c1435 struct sys_undelete_args ua; in netbsd32_undelete()
/netbsd/sys/sys/
H A Dsyscallargs.h1339 struct sys_undelete_args { struct
3792 int sys_undelete(struct lwp *, const struct sys_undelete_args *, register_t *);
/netbsd/sys/kern/
H A Dinit_sysent.c1076 ns(struct sys_undelete_args),
H A Dvfs_syscalls.c2761 sys_undelete(struct lwp *l, const struct sys_undelete_args *uap, register_t *retval) in sys_undelete()
H A Dsystrace_args.c1551 const struct sys_undelete_args *p = params; in systrace_args()