HomeSort by: relevance | last modified time | path
    Searched refs:sys_lremovexattr (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c 79 extern sy_call_t sys_lremovexattr;
184 { 385, sys_lremovexattr },
  /src/sys/kern/
vfs_xattr.c 1244 sys_lremovexattr(struct lwp *l, function in typeref:typename:int
init_sysent.c 1889 .sy_call = (sy_call_t *)sys_lremovexattr
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 2329 return sys_lremovexattr(l, &ua, retval);
  /src/sys/sys/
syscallargs.h 2510 check_syscall_args(sys_lremovexattr)
4123 int sys_lremovexattr(struct lwp *, const struct sys_lremovexattr_args *, register_t *);

Completed in 18 milliseconds