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

  /src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c 80 extern sy_call_t sys_fremovexattr;
185 { 386, sys_fremovexattr },
  /src/sys/kern/
vfs_xattr.c 1276 sys_fremovexattr(struct lwp *l, function in typeref:typename:int
init_sysent.c 1894 .sy_call = (sy_call_t *)sys_fremovexattr
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 2344 return sys_fremovexattr(l, &ua, retval);
  /src/sys/sys/
syscallargs.h 2516 check_syscall_args(sys_fremovexattr)
4125 int sys_fremovexattr(struct lwp *, const struct sys_fremovexattr_args *, register_t *);

Completed in 36 milliseconds