Lines Matching refs:sysmsg

118 sys_mount(struct sysmsg *sysmsg, const struct mount_args *uap)  in sys_mount()  argument
610 sys_unmount(struct sysmsg *sysmsg, const struct unmount_args *uap) in sys_unmount() argument
1180 sys_sync(struct sysmsg *sysmsg, const struct sync_args *uap) in sys_sync() argument
1220 sys_quotactl(struct sysmsg *sysmsg, const struct quotactl_args *uap) in sys_quotactl() argument
1259 sys_mountctl(struct sysmsg *sysmsg, const struct mountctl_args *uap) in sys_mountctl() argument
1323 buf, uap->buflen, &sysmsg->sysmsg_result); in sys_mountctl()
1326 if (error == 0 && sysmsg->sysmsg_result > 0) in sys_mountctl()
1327 error = copyout(buf, uap->buf, sysmsg->sysmsg_result); in sys_mountctl()
1452 sys_statfs(struct sysmsg *sysmsg, const struct statfs_args *uap) in sys_statfs() argument
1530 sys_fstatfs(struct sysmsg *sysmsg, const struct fstatfs_args *uap) in sys_fstatfs() argument
1571 sys_statvfs(struct sysmsg *sysmsg, const struct statvfs_args *uap) in sys_statvfs() argument
1630 sys_fstatvfs(struct sysmsg *sysmsg, const struct fstatvfs_args *uap) in sys_fstatvfs() argument
1660 sys_getfsstat(struct sysmsg *sysmsg, const struct getfsstat_args *uap) in sys_getfsstat() argument
1675 sysmsg->sysmsg_result = info.maxcount; in sys_getfsstat()
1677 sysmsg->sysmsg_result = info.count; in sys_getfsstat()
1752 sys_getvfsstat(struct sysmsg *sysmsg, const struct getvfsstat_args *uap) in sys_getvfsstat() argument
1768 sysmsg->sysmsg_result = info.maxcount; in sys_getvfsstat()
1770 sysmsg->sysmsg_result = info.count; in sys_getvfsstat()
1848 sys_fchdir(struct sysmsg *sysmsg, const struct fchdir_args *uap) in sys_fchdir() argument
1960 sys_chdir(struct sysmsg *sysmsg, const struct chdir_args *uap) in sys_chdir() argument
2081 sys_chroot(struct sysmsg *sysmsg, const struct chroot_args *uap) in sys_chroot() argument
2100 sys_chroot_kernel(struct sysmsg *sysmsg, const struct chroot_kernel_args *uap) in sys_chroot_kernel() argument
2285 sys_open(struct sysmsg *sysmsg, const struct open_args *uap) in sys_open() argument
2293 uap->mode, &sysmsg->sysmsg_result); in sys_open()
2303 sys_openat(struct sysmsg *sysmsg, const struct openat_args *uap) in sys_openat() argument
2312 &sysmsg->sysmsg_result); in sys_openat()
2397 sys_mknod(struct sysmsg *sysmsg, const struct mknod_args *uap) in sys_mknod() argument
2418 sys_mknodat(struct sysmsg *sysmsg, const struct mknodat_args *uap) in sys_mknodat() argument
2470 sys_mkfifo(struct sysmsg *sysmsg, const struct mkfifo_args *uap) in sys_mkfifo() argument
2489 sys_mkfifoat(struct sysmsg *sysmsg, const struct mkfifoat_args *uap) in sys_mkfifoat() argument
2629 sys_link(struct sysmsg *sysmsg, const struct link_args *uap) in sys_link() argument
2653 sys_linkat(struct sysmsg *sysmsg, const struct linkat_args *uap) in sys_linkat() argument
2705 sys_symlink(struct sysmsg *sysmsg, const struct symlink_args *uap) in sys_symlink() argument
2734 sys_symlinkat(struct sysmsg *sysmsg, const struct symlinkat_args *uap) in sys_symlinkat() argument
2764 sys_undelete(struct sysmsg *sysmsg, const struct undelete_args *uap) in sys_undelete() argument
2809 sys_unlink(struct sysmsg *sysmsg, const struct unlink_args *uap) in sys_unlink() argument
2828 sys_unlinkat(struct sysmsg *sysmsg, const struct unlinkat_args *uap) in sys_unlinkat() argument
2871 sys_lseek(struct sysmsg *sysmsg, const struct lseek_args *uap) in sys_lseek() argument
2876 &sysmsg->sysmsg_offset); in sys_lseek()
2949 sys_access(struct sysmsg *sysmsg, const struct access_args *uap) in sys_access() argument
2968 sys_eaccess(struct sysmsg *sysmsg, const struct eaccess_args *uap) in sys_eaccess() argument
2987 sys_faccessat(struct sysmsg *sysmsg, const struct faccessat_args *uap) in sys_faccessat() argument
3058 sys_stat(struct sysmsg *sysmsg, const struct stat_args *uap) in sys_stat() argument
3080 sys_lstat(struct sysmsg *sysmsg, const struct lstat_args *uap) in sys_lstat() argument
3102 sys_fstatat(struct sysmsg *sysmsg, const struct fstatat_args *uap) in sys_fstatat() argument
3153 sys_pathconf(struct sysmsg *sysmsg, const struct pathconf_args *uap) in sys_pathconf() argument
3156 &sysmsg->sysmsg_reg)); in sys_pathconf()
3165 sys_lpathconf(struct sysmsg *sysmsg, const struct lpathconf_args *uap) in sys_lpathconf() argument
3167 return (kern_pathconf(uap->path, uap->name, 0, &sysmsg->sysmsg_reg)); in sys_lpathconf()
3215 sys_readlink(struct sysmsg *sysmsg, const struct readlink_args *uap) in sys_readlink() argument
3223 &sysmsg->sysmsg_result); in sys_readlink()
3236 sys_readlinkat(struct sysmsg *sysmsg, const struct readlinkat_args *uap) in sys_readlinkat() argument
3245 &sysmsg->sysmsg_result); in sys_readlinkat()
3290 sys_chflags(struct sysmsg *sysmsg, const struct chflags_args *uap) in sys_chflags() argument
3318 sys_lchflags(struct sysmsg *sysmsg, const struct lchflags_args *uap) in sys_lchflags() argument
3346 sys_fchflags(struct sysmsg *sysmsg, const struct fchflags_args *uap) in sys_fchflags() argument
3367 sys_chflagsat(struct sysmsg *sysmsg, const struct chflagsat_args *uap) in sys_chflagsat() argument
3440 sys_chmod(struct sysmsg *sysmsg, const struct chmod_args *uap) in sys_chmod() argument
3458 sys_lchmod(struct sysmsg *sysmsg, const struct lchmod_args *uap) in sys_lchmod() argument
3476 sys_fchmod(struct sysmsg *sysmsg, const struct fchmod_args *uap) in sys_fchmod() argument
3498 sys_fchmodat(struct sysmsg *sysmsg, const struct fchmodat_args *uap) in sys_fchmodat() argument
3579 sys_chown(struct sysmsg *sysmsg, const struct chown_args *uap) in sys_chown() argument
3597 sys_lchown(struct sysmsg *sysmsg, const struct lchown_args *uap) in sys_lchown() argument
3615 sys_fchown(struct sysmsg *sysmsg, const struct fchown_args *uap) in sys_fchown() argument
3639 sys_fchownat(struct sysmsg *sysmsg, const struct fchownat_args *uap) in sys_fchownat() argument
3757 sys_utimes(struct sysmsg *sysmsg, const struct utimes_args *uap) in sys_utimes() argument
3781 sys_lutimes(struct sysmsg *sysmsg, const struct lutimes_args *uap) in sys_lutimes() argument
3856 sys_futimens(struct sysmsg *sysmsg, const struct futimens_args *uap) in sys_futimens() argument
3890 sys_futimes(struct sysmsg *sysmsg, const struct futimes_args *uap) in sys_futimes() argument
3910 sys_futimesat(struct sysmsg *sysmsg, const struct futimesat_args *uap) in sys_futimesat() argument
3975 sys_utimensat(struct sysmsg *sysmsg, const struct utimensat_args *uap) in sys_utimensat() argument
4051 sys_truncate(struct sysmsg *sysmsg, const struct truncate_args *uap) in sys_truncate() argument
4128 sys_ftruncate(struct sysmsg *sysmsg, const struct ftruncate_args *uap) in sys_ftruncate() argument
4173 sys_fsync(struct sysmsg *sysmsg, const struct fsync_args *uap) in sys_fsync() argument
4184 sys_fdatasync(struct sysmsg *sysmsg, const struct fdatasync_args *uap) in sys_fdatasync() argument
4442 sys_rename(struct sysmsg *sysmsg, const struct rename_args *uap) in sys_rename() argument
4468 sys_renameat(struct sysmsg *sysmsg, const struct renameat_args *uap) in sys_renameat() argument
4528 sys_mkdir(struct sysmsg *sysmsg, const struct mkdir_args *uap) in sys_mkdir() argument
4547 sys_mkdirat(struct sysmsg *sysmsg, const struct mkdirat_args *uap) in sys_mkdirat() argument
4591 sys_rmdir(struct sysmsg *sysmsg, const struct rmdir_args *uap) in sys_rmdir() argument
4660 sys_getdirentries(struct sysmsg *sysmsg, const struct getdirentries_args *uap) in sys_getdirentries() argument
4666 &sysmsg->sysmsg_result, UIO_USERSPACE); in sys_getdirentries()
4677 sys_getdents(struct sysmsg *sysmsg, const struct getdents_args *uap) in sys_getdents() argument
4682 &sysmsg->sysmsg_result, UIO_USERSPACE); in sys_getdents()
4693 sys_umask(struct sysmsg *sysmsg, const struct umask_args *uap) in sys_umask() argument
4700 sysmsg->sysmsg_result = fdp->fd_cmask; in sys_umask()
4712 sys_revoke(struct sysmsg *sysmsg, const struct revoke_args *uap) in sys_revoke() argument
4761 sys_getfh(struct sysmsg *sysmsg, const struct getfh_args *uap) in sys_getfh() argument
4804 sys_fhopen(struct sysmsg *sysmsg, const struct fhopen_args *uap) in sys_fhopen() argument
4969 sysmsg->sysmsg_result = indx; in sys_fhopen()
4989 sys_fhstat(struct sysmsg *sysmsg, const struct fhstat_args *uap) in sys_fhstat() argument
5029 sys_fhstatfs(struct sysmsg *sysmsg, const struct fhstatfs_args *uap) in sys_fhstatfs() argument
5093 sys_fhstatvfs(struct sysmsg *sysmsg, const struct fhstatvfs_args *uap) in sys_fhstatvfs() argument
5154 sys_extattrctl(struct sysmsg *sysmsg, const struct extattrctl_args *uap) in sys_extattrctl() argument
5202 sys_extattr_set_file(struct sysmsg *sysmsg, in sys_extattr_set_file() argument
5252 sys_extattr_get_file(struct sysmsg *sysmsg, in sys_extattr_get_file() argument
5290 sysmsg->sysmsg_result = uap->nbytes - auio.uio_resid; in sys_extattr_get_file()
5302 sys_extattr_delete_file(struct sysmsg *sysmsg, in sys_extattr_delete_file() argument
5389 sys___realpath(struct sysmsg *sysmsg, const struct __realpath_args *uap) in sys___realpath() argument
5446 sysmsg->sysmsg_szresult = rlen; in sys___realpath()
5456 sys_posix_fallocate(struct sysmsg *sysmsg, const struct posix_fallocate_args *uap) in sys_posix_fallocate() argument