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

  /src/sys/sys/
vfs_syscalls.h 77 int do_sys_chownat(struct lwp *, int, const char *, uid_t, gid_t, int);
  /src/sys/compat/linux32/common/
linux32_unistd.c 480 return do_sys_chownat(l, SCARG(uap, fd), SCARG_P32(uap, path),
  /src/sys/compat/linux/common/
linux_file.c 761 return do_sys_chownat(l, SCARG(uap, fd), SCARG(uap, path),
  /src/sys/kern/
vfs_syscalls.c 3699 return do_sys_chownat(l, AT_FDCWD, SCARG(uap, path), SCARG(uap,uid),
3704 do_sys_chownat(struct lwp *l, int fdat, const char *path, uid_t uid, function in typeref:typename:int
3792 return do_sys_chownat(l, SCARG(uap, fd), SCARG(uap, path),

Completed in 16 milliseconds