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

  /src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c 78 extern sy_call_t sys_removexattr;
183 { 384, sys_removexattr },
  /src/sys/kern/
vfs_xattr.c 1212 sys_removexattr(struct lwp *l, function in typeref:typename:int
init_sysent.c 1884 .sy_call = (sy_call_t *)sys_removexattr
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 2316 return sys_removexattr(l, &ua, retval);
  /src/sys/sys/
syscallargs.h 2504 check_syscall_args(sys_removexattr)
4121 int sys_removexattr(struct lwp *, const struct sys_removexattr_args *, register_t *);

Completed in 17 milliseconds