Home
last modified time | relevance | path

Searched refs:__user (Results 1 – 25 of 65) sorted by relevance

123

/freebsd-14.2/sys/dev/drm2/
H A Ddrm.h135 char __user *name; /**< Name of driver */
137 char __user *date; /**< User-space buffer to hold date */
139 char __user *desc; /**< User-space buffer to hold desc */
154 struct drm_version __user *version;
350 struct drm_buf_desc __user *list;
358 int __user *list;
370 void __user *address; /**< Address of buffer */
378 void __user *virtual; /**< Mmap'd area in user-virtual */
397 int __user *request_indices; /**< Buffer information */
398 int __user *request_sizes;
[all …]
H A Ddrm_crtc.c1212 uint32_t __user *fb_id; in drm_mode_getresources()
1213 uint32_t __user *crtc_id; in drm_mode_getresources()
1215 uint32_t __user *encoder_id; in drm_mode_getresources()
1459 uint32_t __user *prop_ptr; in drm_mode_getconnector()
1460 uint64_t __user *prop_values; in drm_mode_getconnector()
1461 uint32_t __user *encoder_ptr; in drm_mode_getconnector()
1622 uint32_t __user *plane_ptr; in drm_mode_getplane_res()
1672 uint32_t __user *format_ptr; in drm_mode_getplane()
2978 uint64_t __user *values_ptr; in drm_mode_getproperty_ioctl()
3106 void __user *blob_ptr; in drm_mode_getblob_ioctl()
[all …]
H A Ddrm_os_freebsd.h25 #ifndef __user
26 #define __user macro
323 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
340 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
357 __copy_to_user_inatomic(void __user *to, const void *from, unsigned n) in __copy_to_user_inatomic()
366 __copy_from_user_inatomic(void *to, const void __user *from, in __copy_from_user_inatomic()
383 fault_in_multipages_readable(const char __user *uaddr, int size) in fault_in_multipages_readable()
387 const char __user *end = uaddr + size - 1; in fault_in_multipages_readable()
409 fault_in_multipages_writeable(char __user *uaddr, int size) in fault_in_multipages_writeable()
412 char __user *end = uaddr + size - 1; in fault_in_multipages_writeable()
/freebsd-14.2/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c387 const char __user *inbuf, in ib_ucm_event()
472 const char __user *inbuf, in ib_ucm_create_id()
519 const char __user *inbuf, in ib_ucm_destroy_id()
596 const char __user *inbuf, in ib_ucm_init_qp_attr()
645 const char __user *inbuf, in ib_ucm_listen()
670 const char __user *inbuf, in ib_ucm_notify()
867 const char __user *inbuf, in ib_ucm_send_dreq()
874 const char __user *inbuf, in ib_ucm_send_drep()
996 const char __user *inbuf, in ib_ucm_send_sidr_req()
1037 const char __user *inbuf, in ib_ucm_send_sidr_rep()
[all …]
H A Dib_ucma.c677 const char __user *inbuf, in ucma_resolve_ip()
702 const char __user *inbuf, in ucma_resolve_addr()
728 const char __user *inbuf, in ucma_resolve_route()
812 const char __user *inbuf, in ucma_query_route()
981 const char __user *inbuf, in ucma_query()
986 void __user *response; in ucma_query()
1145 const char __user *inbuf, in ucma_init_qp_attr()
1407 const char __user *inbuf, in ucma_join_ip_multicast()
1427 const char __user *inbuf, in ucma_join_multicast()
1442 const char __user *inbuf, in ucma_leave_multicast()
[all …]
H A Duverbs.h62 const void __user *ibuf, in ib_uverbs_init_udata()
63 void __user *obuf, in ib_uverbs_init_udata()
74 const void __user *ibuf, in ib_uverbs_init_udata_buf_or_null()
75 void __user *obuf, in ib_uverbs_init_udata_buf_or_null()
H A Dib_user_mad.c266 static ssize_t copy_recv_mad(struct ib_umad_file *file, char __user *buf, in copy_recv_mad()
319 static ssize_t copy_send_mad(struct ib_umad_file *file, char __user *buf, in copy_send_mad()
338 static ssize_t ib_umad_read(struct file *filp, char __user *buf, in ib_umad_read()
451 static ssize_t ib_umad_write(struct file *filp, const char __user *buf, in ib_umad_write()
627 static int ib_umad_reg_agent(struct ib_umad_file *file, void __user *arg, in ib_umad_reg_agent()
730 static int ib_umad_reg_agent2(struct ib_umad_file *file, void __user *arg) in ib_umad_reg_agent2()
769 (u32 __user *) ((char *)arg + offsetof(struct in ib_umad_reg_agent2()
818 (u32 __user *)((char *)arg + in ib_umad_reg_agent2()
894 return ib_umad_reg_agent(filp->private_data, (void __user *) arg, 0); in ib_umad_ioctl()
896 return ib_umad_unreg_agent(filp->private_data, (__u32 __user *) arg); in ib_umad_ioctl()
[all …]
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h251 kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user()
265 kstrtoint_from_user(const char __user *s, size_t count, unsigned int base, in kstrtoint_from_user()
280 kstrtouint_from_user(const char __user *s, size_t count, unsigned int base, in kstrtouint_from_user()
295 kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, in kstrtou32_from_user()
303 kstrtou8_from_user(const char __user *s, size_t count, unsigned int base, in kstrtou8_from_user()
H A Duaccess.h91 __copy_to_user_inatomic(void __user *to, const void *from, unsigned n) in __copy_to_user_inatomic()
100 __copy_from_user_inatomic(void *to, const void __user *from, in __copy_from_user_inatomic()
H A Dfs.h139 ssize_t (*read)(struct linux_file *, char __user *, size_t, off_t *);
140 ssize_t (*write)(struct linux_file *, const char __user *, size_t, off_t *);
354 simple_read_from_buffer(void __user *dest, size_t read_size, loff_t *ppos, in simple_read_from_buffer()
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Ddebug.c192 char __user *user_buf, in ath10k_read_wmi_services()
503 char __user *user_buf, in ath10k_debug_fw_reset_stats_read()
675 char __user *user_buf, in ath10k_reg_addr_read()
723 char __user *user_buf, in ath10k_reg_value_read()
794 char __user *user_buf, in ath10k_mem_value_read()
946 char __user *user_buf, in ath10k_read_htt_stats_mask()
1061 char __user *user_buf, in ath10k_read_fw_dbglog()
1342 char __user *user_buf, in ath10k_debug_cal_data_read()
1420 char __user *user_buf, in ath10k_read_nf_cal_period()
1960 const char __user *ubuf, in ath10k_write_quiet_period()
[all …]
H A Ddebugfs_sta.c176 char __user *user_buf, in ath10k_dbg_sta_read_aggr_mode()
195 const char __user *user_buf, in ath10k_dbg_sta_write_aggr_mode()
238 const char __user *user_buf, in ath10k_dbg_sta_write_addba()
289 const char __user *user_buf, in ath10k_dbg_sta_write_addba_resp()
339 const char __user *user_buf, in ath10k_dbg_sta_write_delba()
390 char __user *user_buf, in ath10k_dbg_sta_read_peer_debug_trigger()
410 const char __user *user_buf, in ath10k_dbg_sta_write_peer_debug_trigger()
453 char __user *user_buf, in ath10k_dbg_sta_read_peer_ps_state()
563 char __user *user_buf, in ath10k_dbg_sta_read_tid_stats()
646 char __user *user_buf, in ath10k_dbg_sta_dump_tx_stats()
H A Dspectral.c273 static ssize_t read_file_spec_scan_ctl(struct file *file, char __user *user_buf, in read_file_spec_scan_ctl()
302 const char __user *user_buf, in write_file_spec_scan_ctl()
365 char __user *user_buf, in read_file_spectral_count()
382 const char __user *user_buf, in write_file_spectral_count()
417 char __user *user_buf, in read_file_spectral_bins()
438 const char __user *user_buf, in write_file_spectral_bins()
/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Ddebugfs.c299 char __user *user_buf, in ath11k_read_pdev_stats()
370 char __user *user_buf, in ath11k_read_vdev_stats()
454 char __user *user_buf, in ath11k_read_bcn_stats()
560 const char __user *ubuf, in ath11k_write_enable_extd_tx_stats()
591 char __user *ubuf, in ath11k_read_enable_extd_tx_stats()
614 const char __user *ubuf, in ath11k_write_extd_rx_stats()
690 char __user *ubuf, in ath11k_read_extd_rx_stats()
778 char __user *user_buf, in ath11k_debugfs_dump_soc_dp_stats()
1199 char __user *ubuf, in ath11k_read_pktlog_filter()
1436 char __user *user_buf, in ath11k_read_ps_timekeeper_enable()
[all …]
H A Ddebugfs_sta.c135 char __user *user_buf, in ath11k_dbg_sta_dump_tx_stats()
242 char __user *user_buf, in ath11k_dbg_sta_dump_rx_stats()
391 char __user *user_buf, in ath11k_dbg_sta_read_htt_peer_stats()
412 const char __user *buf, in ath11k_dbg_sta_write_peer_pktlog()
452 char __user *ubuf, in ath11k_dbg_sta_read_peer_pktlog()
479 const char __user *user_buf, in ath11k_dbg_sta_write_delba()
580 const char __user *user_buf, in ath11k_dbg_sta_write_addba()
631 char __user *user_buf, in ath11k_dbg_sta_read_aggr_mode()
696 const char __user *user_buf, in ath11k_write_htt_peer_stats_reset()
755 char __user *user_buf, in ath11k_dbg_sta_read_peer_ps_state()
[all …]
/freebsd-14.2/contrib/wpa/src/drivers/
H A Dlinux_wext.h29 #ifndef __user
30 #define __user macro
/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c23 char __user *user_buf, in iwl_dbgfs_ctdp_budget_read()
212 char __user *user_buf, in iwl_dbgfs_set_nic_temperature_read()
346 char __user *user_buf, in iwl_dbgfs_wifi_6e_enable_read()
399 char __user *user_buf, in iwl_dbgfs_rs_data_read()
475 char __user *user_buf, in iwl_dbgfs_amsdu_len_read()
490 char __user *user_buf, in iwl_dbgfs_disable_power_off_read()
933 char __user *user_buf, in iwl_dbgfs_phy_integration_ver_read()
1273 char __user *user_buf, in iwl_dbgfs_scan_ant_rxchain_read()
1521 char __user *user_buf, in iwl_dbgfs_fw_dbg_conf_read()
1645 char __user *, in _iwl_dbgfs_link_sta_wrap_read() argument
[all …]
H A Ddebugfs-vif.c139 char __user *user_buf, in iwl_dbgfs_tx_pwr_lmt_read()
154 char __user *user_buf, in iwl_dbgfs_pm_params_read()
170 char __user *user_buf, in iwl_dbgfs_mac_params_read()
396 char __user *user_buf, in iwl_dbgfs_bf_params_read()
445 char __user *user_buf, in iwl_dbgfs_os_device_timediff_read()
524 char __user *user_buf, in iwl_dbgfs_low_latency_read()
552 char __user *user_buf, in iwl_dbgfs_uapsd_misbehaving_read()
622 char __user *user_buf, in iwl_dbgfs_rx_phyinfo_read()
676 char __user *user_buf, in iwl_dbgfs_quota_min_read()
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Ddebug.c59 const char __user *buffer, in rtw_debugfs_common_write()
68 const char __user *buffer, in rtw_debugfs_single_write()
195 const char __user *buffer, in rtw_debugfs_set_read_reg()
285 const char __user *buffer, in rtw_debugfs_set_rsvd_page()
314 const char __user *buffer, in rtw_debugfs_set_single_input()
342 const char __user *buffer, in rtw_debugfs_set_write_reg()
388 const char __user *buffer, in rtw_debugfs_set_h2c()
418 const char __user *buffer, in rtw_debugfs_set_rf_write()
480 const char __user *buffer, in rtw_debugfs_set_fix_rate()
875 const char __user *buffer, in rtw_debugfs_set_coex_enable()
[all …]
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-proc-operations.m411 static ssize_t test_read(struct file *fp, char __user *ptr,
13 static ssize_t test_write(struct file *fp, const char __user *ptr,
H A Dkernel-vfs-rw-iterate.m425 char __user *rbuf = NULL;
26 const char __user *wbuf = NULL;
H A Dkernel-access-ok-type.m411 const void __user __attribute__((unused)) *addr =
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c84 rc = vfs_write(fp, (__force const char __user __user *)buf, count, off); in zfs_file_write_impl()
166 rc = vfs_read(fp, (void __user *)buf, count, off); in zfs_file_read_impl()
/freebsd-14.2/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c399 const char __user *wbuf, char __user *rbuf, size_t count,
491 ssize_t ttm_bo_fbdev_io(struct ttm_buffer_object *bo, const char __user *wbuf,
492 char __user *rbuf, size_t count, loff_t *f_pos,
/freebsd-14.2/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c124 const char __user *buffer, in debugfs_log_write()
233 const char __user *buffer, in debugfs_trace_write()

123