/linux/drivers/sbus/char/ |
H A D | openprom.c | 130 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop() 147 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop() 185 static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio… in opromnext() 232 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node() 258 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node() 272 static int opromgetbootargs(void __user *argp, struct openpromio *op, int bufsize) in opromgetbootargs() 297 void __user *argp = (void __user *)arg; in openprom_sunos_ioctl() local 385 static int opiocget(void __user *argp, DATA *data) in opiocget() 417 static int opiocnextprop(void __user *argp, DATA *data) in opiocnextprop() 463 static int opiocset(void __user *argp, DATA *data) in opiocset() [all …]
|
/linux/fs/nfsd/ |
H A D | nfs2acl.c | 32 struct nfsd3_getaclargs *argp = rqstp->rq_argp; in nfsacld_proc_getacl() local 97 struct nfsd3_setaclargs *argp = rqstp->rq_argp; in nfsacld_proc_setacl() local 153 struct nfsd_fhandle *argp = rqstp->rq_argp; in nfsacld_proc_getattr() local 172 struct nfsd3_accessargs *argp = rqstp->rq_argp; in nfsacld_proc_access() local 196 struct nfsd3_getaclargs *argp = rqstp->rq_argp; in nfsaclsvc_decode_getaclargs() local 209 struct nfsd3_setaclargs *argp = rqstp->rq_argp; in nfsaclsvc_decode_setaclargs() local
|
H A D | nfs3acl.c | 30 struct nfsd3_getaclargs *argp = rqstp->rq_argp; in nfsd3_proc_getacl() local 89 struct nfsd3_setaclargs *argp = rqstp->rq_argp; in nfsd3_proc_setacl() local 148 struct nfsd3_setaclargs *argp = rqstp->rq_argp; in nfs3svc_decode_setaclargs() local
|
/linux/block/ |
H A D | ioctl.c | 183 void __user *argp) in blk_ioctl_secure_erase() 258 static int put_ushort(unsigned short __user *argp, unsigned short val) in put_ushort() 263 static int put_int(int __user *argp, int val) in put_int() 268 static int put_uint(unsigned int __user *argp, unsigned int val) in put_uint() 273 static int put_long(long __user *argp, long val) in put_long() 278 static int put_ulong(unsigned long __user *argp, unsigned long val) in put_ulong() 283 static int put_u64(u64 __user *argp, u64 val) in put_u64() 289 static int compat_put_long(compat_long_t __user *argp, long val) in compat_put_long() 294 static int compat_put_ulong(compat_ulong_t __user *argp, compat_ulong_t val) in compat_put_ulong() 466 struct hd_geometry __user *argp) in blkdev_getgeo() [all …]
|
H A D | blk-crypto.c | 474 void __user *argp) in blk_crypto_ioctl_import_key() 518 void __user *argp) in blk_crypto_ioctl_generate_key() 552 void __user *argp) in blk_crypto_ioctl_prepare_key() 596 void __user *argp) in blk_crypto_ioctl()
|
/linux/fs/lockd/ |
H A D | xdr.c | 157 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_testargs() local 175 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_lockargs() local 200 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_cancargs() local 220 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_unlockargs() local 247 struct nlm_reboot *argp = rqstp->rq_argp; in nlmsvc_decode_reboot() local 273 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_shareargs() local 300 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_notify() local
|
H A D | mon.c | 439 static void encode_mon_name(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_mon_name() 450 static void encode_my_id(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_my_id() 465 static void encode_mon_id(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_mon_id() 476 static void encode_priv(struct xdr_stream *xdr, const struct nsm_args *argp) in encode_priv() 485 const void *argp) in nsm_xdr_enc_mon() 492 const void *argp) in nsm_xdr_enc_unmon()
|
H A D | svcshare.c | 29 struct nlm_args *argp) in nlmsvc_share_file() 70 struct nlm_args *argp) in nlmsvc_unshare_file()
|
/linux/drivers/misc/ |
H A D | ntsync.c | 407 static int ntsync_sem_release(struct ntsync_obj *sem, void __user *argp) in ntsync_sem_release() 456 static int ntsync_mutex_unlock(struct ntsync_obj *mutex, void __user *argp) in ntsync_mutex_unlock() 508 static int ntsync_mutex_kill(struct ntsync_obj *mutex, void __user *argp) in ntsync_mutex_kill() 537 static int ntsync_event_set(struct ntsync_obj *event, void __user *argp, bool pulse) in ntsync_event_set() 564 static int ntsync_event_reset(struct ntsync_obj *event, void __user *argp) in ntsync_event_reset() 586 static int ntsync_sem_read(struct ntsync_obj *sem, void __user *argp) in ntsync_sem_read() 608 static int ntsync_mutex_read(struct ntsync_obj *mutex, void __user *argp) in ntsync_mutex_read() 632 static int ntsync_event_read(struct ntsync_obj *event, void __user *argp) in ntsync_event_read() 670 void __user *argp = (void __user *)parm; in ntsync_obj_ioctl() local 741 static int ntsync_create_sem(struct ntsync_device *dev, void __user *argp) in ntsync_create_sem() [all …]
|
/linux/arch/x86/kvm/svm/ |
H A D | sev.c | 401 static int __sev_guest_init(struct kvm *kvm, struct kvm_sev_cmd *argp, in __sev_guest_init() 477 static int sev_guest_init(struct kvm *kvm, struct kvm_sev_cmd *argp) in sev_guest_init() 500 static int sev_guest_init2(struct kvm *kvm, struct kvm_sev_cmd *argp) in sev_guest_init2() 549 static int sev_launch_start(struct kvm *kvm, struct kvm_sev_cmd *argp) in sev_launch_start() 732 static int sev_launch_update_data(struct kvm *kvm, struct kvm_sev_cmd *argp) in sev_launch_update_data() 945 static int sev_launch_update_vmsa(struct kvm *kvm, struct kvm_sev_cmd *argp) in sev_launch_update_vmsa() 969 static int sev_launch_measure(struct kvm *kvm, struct kvm_sev_cmd *argp) in sev_launch_measure() 1030 static int sev_launch_finish(struct kvm *kvm, struct kvm_sev_cmd *argp) in sev_launch_finish() 1041 static int sev_guest_status(struct kvm *kvm, struct kvm_sev_cmd *argp) in sev_guest_status() 1212 static int sev_dbg_crypt(struct kvm *kvm, struct kvm_sev_cmd *argp, bool dec) in sev_dbg_crypt() [all …]
|
/linux/drivers/nvme/host/ |
H A D | ioctl.c | 547 void __user *argp, bool open_for_write) in nvme_ctrl_ioctl() 578 void __user *argp, unsigned int flags, bool open_for_write) in nvme_ns_ioctl() 612 void __user *argp = (void __user *)arg; in nvme_ioctl() local 628 void __user *argp = (void __user *)arg; in nvme_ns_chr_ioctl() local 690 void __user *argp, struct nvme_ns_head *head, int srcu_idx, in nvme_ns_head_ctrl_ioctl() 710 void __user *argp = (void __user *)arg; in nvme_ns_head_ioctl() local 745 void __user *argp = (void __user *)arg; in nvme_ns_head_chr_ioctl() local 807 static int nvme_dev_user_cmd(struct nvme_ctrl *ctrl, void __user *argp, in nvme_dev_user_cmd() 849 void __user *argp = (void __user *)arg; in nvme_dev_ioctl() local
|
/linux/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_tpmi_core.c | 598 static long isst_if_core_power_state(void __user *argp) in isst_if_core_power_state() 645 static long isst_if_clos_param(void __user *argp) in isst_if_clos_param() 699 static long isst_if_clos_assoc(void __user *argp) in isst_if_clos_assoc() 847 static int isst_if_get_perf_level(void __user *argp) in isst_if_get_perf_level() 911 static int isst_if_set_perf_level(void __user *argp) in isst_if_set_perf_level() 972 static int isst_if_set_perf_feature(void __user *argp) in isst_if_set_perf_feature() 1082 static int isst_if_get_perf_level_info(void __user *argp) in isst_if_get_perf_level_info() 1181 static int isst_if_get_perf_level_fabric_info(void __user *argp) in isst_if_get_perf_level_fabric_info() 1243 static int isst_if_get_perf_level_mask(void __user *argp) in isst_if_get_perf_level_mask() 1286 static int isst_if_get_base_freq_info(void __user *argp) in isst_if_get_base_freq_info() [all …]
|
/linux/net/bridge/ |
H A D | br_ioctl.c | 108 void __user **argp, void __user *data) in br_dev_read_uargs() 150 void __user *argp; in br_dev_siocdevprivate() local 342 void __user *argp; in old_deviceless() local
|
/linux/drivers/fsi/ |
H A D | fsi-scom.c | 404 static int scom_raw_read(struct scom_device *scom, void __user *argp) in scom_raw_read() 422 static int scom_raw_write(struct scom_device *scom, void __user *argp) in scom_raw_write() 453 static int scom_reset(struct scom_device *scom, void __user *argp) in scom_reset() 469 static int scom_check(struct scom_device *scom, void __user *argp) in scom_check() 478 void __user *argp = (void __user *)arg; in scom_ioctl() local
|
/linux/include/linux/ |
H A D | fbcon.h | 42 static inline int fbcon_set_con2fb_map_ioctl(void __user *argp) { return 0; } in fbcon_set_con2fb_map_ioctl() 43 static inline int fbcon_get_con2fb_map_ioctl(void __user *argp) { return 0; } in fbcon_get_con2fb_map_ioctl()
|
/linux/net/bluetooth/cmtp/ |
H A D | sock.c | 66 static int do_cmtp_sock_ioctl(struct socket *sock, unsigned int cmd, void __user *argp) in do_cmtp_sock_ioctl() 147 void __user *argp = compat_ptr(arg); in cmtp_sock_compat_ioctl() local
|
/linux/net/bluetooth/bnep/ |
H A D | sock.c | 53 static int do_bnep_sock_ioctl(struct socket *sock, unsigned int cmd, void __user *argp) in do_bnep_sock_ioctl() 145 void __user *argp = compat_ptr(arg); in bnep_sock_compat_ioctl() local
|
/linux/drivers/net/ |
H A D | tun_vnet.h | 17 static inline long tun_get_vnet_be(unsigned int flags, int __user *argp) in tun_get_vnet_be() 30 static inline long tun_set_vnet_be(unsigned int *flags, int __user *argp) in tun_set_vnet_be()
|
/linux/fs/btrfs/ |
H A D | ioctl.c | 1675 void __user *argp) in btrfs_ioctl_tree_search() 1705 void __user *argp) in btrfs_ioctl_tree_search_v2() 1983 void __user *argp) in btrfs_ioctl_ino_lookup() 2033 static int btrfs_ioctl_ino_lookup_user(struct file *file, void __user *argp) in btrfs_ioctl_ino_lookup_user() 2065 static int btrfs_ioctl_get_subvol_info(struct inode *inode, void __user *argp) in btrfs_ioctl_get_subvol_info() 2186 void __user *argp) in btrfs_ioctl_get_subvol_rootref() 2507 static int btrfs_ioctl_defrag(struct file *file, void __user *argp) in btrfs_ioctl_defrag() 2858 static long btrfs_ioctl_default_subvol(struct file *file, void __user *argp) in btrfs_ioctl_default_subvol() 3089 void __user *argp) in btrfs_ioctl_start_sync() 3120 void __user *argp) in btrfs_ioctl_wait_sync() [all …]
|
/linux/drivers/input/ |
H A D | joydev.c | 445 void __user *argp, size_t len) in joydev_handle_JSIOCSAXMAP() 476 void __user *argp, size_t len) in joydev_handle_JSIOCSBTNMAP() 511 unsigned int cmd, void __user *argp) in joydev_ioctl_common() 600 void __user *argp = (void __user *)arg; in joydev_compat_ioctl() local 667 void __user *argp = (void __user *)arg; in joydev_ioctl() local
|
/linux/drivers/gpu/drm/ |
H A D | drm_ioc32.c | 179 drm_client32_t __user *argp = (void __user *)arg; in compat_drm_getclient() local 217 drm_stats32_t __user *argp = (void __user *)arg; in compat_drm_getstats() local 263 drm_wait_vblank32_t __user *argp = (void __user *)arg; in compat_drm_wait_vblank() local 304 struct drm_mode_fb_cmd232 __user *argp = (void __user *)arg; in compat_drm_mode_addfb2() local
|
/linux/drivers/vhost/ |
H A D | vdpa.c | 273 static long vhost_vdpa_get_device_id(struct vhost_vdpa *v, u8 __user *argp) in vhost_vdpa_get_device_id() 498 static long vhost_vdpa_get_vring_num(struct vhost_vdpa *v, u16 __user *argp) in vhost_vdpa_get_vring_num() 520 static long vhost_vdpa_set_config_call(struct vhost_vdpa *v, u32 __user *argp) in vhost_vdpa_set_config_call() 549 static long vhost_vdpa_get_iova_range(struct vhost_vdpa *v, u32 __user *argp) in vhost_vdpa_get_iova_range() 561 static long vhost_vdpa_get_config_size(struct vhost_vdpa *v, u32 __user *argp) in vhost_vdpa_get_config_size() 575 static long vhost_vdpa_get_vqs_count(struct vhost_vdpa *v, u32 __user *argp) in vhost_vdpa_get_vqs_count() 633 void __user *argp) in vhost_vdpa_vring_ioctl() 781 void __user *argp = (void __user *)arg; in vhost_vdpa_unlocked_ioctl() local
|
H A D | vhost.c | 68 static long vhost_set_vring_endian(struct vhost_virtqueue *vq, int __user *argp) in vhost_set_vring_endian() 91 int __user *argp) in vhost_get_vring_endian() 118 static long vhost_set_vring_endian(struct vhost_virtqueue *vq, int __user *argp) in vhost_set_vring_endian() 124 int __user *argp) in vhost_get_vring_endian() 823 static int vhost_get_vq_from_user(struct vhost_dev *dev, void __user *argp, in vhost_get_vq_from_user() 846 void __user *argp) in vhost_worker_ioctl() 1863 void __user *argp) in vhost_vring_set_num() 1884 void __user *argp) in vhost_vring_set_addr() 1937 void __user *argp) in vhost_vring_set_num_addr() 1958 long vhost_vring_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp) in vhost_vring_ioctl() [all …]
|
/linux/fs/xfs/ |
H A D | xfs_exchrange.c | 796 struct xfs_exchange_range __user *argp) in xfs_ioc_exchange_range() 840 struct xfs_commit_range __user *argp) in xfs_ioc_start_commit() 885 struct xfs_commit_range __user *argp) in xfs_ioc_commit_range()
|
/linux/tools/include/linux/ |
H A D | panic.h | 11 va_list argp; in panic() local
|