Home
last modified time | relevance | path

Searched defs:uarg (Results 26 – 49 of 49) sorted by relevance

12

/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c2384 unsigned long uarg) in user_events_ioctl_reg()
2463 unsigned long uarg) in user_events_ioctl_del()
2544 static long user_events_ioctl_unreg(unsigned long uarg) in user_events_ioctl_unreg()
2603 unsigned long uarg) in user_events_ioctl()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c1290 struct mpt3_ioctl_eventreport __user *uarg = arg; in _ctl_eventreport() local
2321 struct mpt3_diag_read_buffer __user *uarg = arg; in _ctl_diag_read_buffer() local
2560 struct mpt3_ioctl_command32 __user *uarg; in _ctl_compat_mpt_command() local
2653 struct mpt3_ioctl_command __user *uarg; in _ctl_ioctl_main() local
/openbmc/linux/fs/crypto/
H A Dpolicy.c561 int fscrypt_ioctl_get_policy_ex(struct file *filp, void __user *uarg) in fscrypt_ioctl_get_policy_ex()
/openbmc/linux/net/core/
H A Dskbuff.c1542 struct ubuf_info_msgzc *uarg; in msg_zerocopy_alloc() local
1572 static inline struct sk_buff *skb_from_uarg(struct ubuf_info_msgzc *uarg) in skb_from_uarg()
1578 struct ubuf_info *uarg) in msg_zerocopy_realloc()
1647 static void __msg_zerocopy_callback(struct ubuf_info_msgzc *uarg) in __msg_zerocopy_callback()
1697 void msg_zerocopy_callback(struct sk_buff *skb, struct ubuf_info *uarg, in msg_zerocopy_callback()
1709 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref) in msg_zerocopy_put_abort()
1723 struct ubuf_info *uarg) in skb_zerocopy_iter_stream()
/openbmc/linux/drivers/xen/
H A Devtchn.c440 void __user *uarg = (void __user *) arg; in evtchn_ioctl() local
/openbmc/linux/drivers/vfio/
H A Dgroup.c389 void __user *uarg = (void __user *)arg; in vfio_group_fops_unl_ioctl() local
/openbmc/linux/include/linux/
H A Dskbuff.h1686 static inline void net_zcopy_get(struct ubuf_info *uarg) in net_zcopy_get()
1691 static inline void skb_zcopy_init(struct sk_buff *skb, struct ubuf_info *uarg) in skb_zcopy_init()
1697 static inline void skb_zcopy_set(struct sk_buff *skb, struct ubuf_info *uarg, in skb_zcopy_set()
1725 static inline void net_zcopy_put(struct ubuf_info *uarg) in net_zcopy_put()
1731 static inline void net_zcopy_put_abort(struct ubuf_info *uarg, bool have_uref) in net_zcopy_put_abort()
1744 struct ubuf_info *uarg = skb_zcopy(skb); in skb_zcopy_clear() local
/openbmc/linux/drivers/mtd/
H A Dmtdchar.c1305 struct blkpg_compat_ioctl_arg __user *uarg = argp; in mtdchar_compat_ioctl() local
/openbmc/linux/drivers/net/
H A Dtap.c756 struct ubuf_info *uarg = msg_control; in tap_get_user() local
H A Dtun.c1915 struct ubuf_info *uarg = msg_control; in tun_get_user() local
/openbmc/linux/net/ipv4/
H A Dtcp.c992 size_t size, struct ubuf_info *uarg) in tcp_sendmsg_fastopen()
1041 struct ubuf_info *uarg = NULL; in tcp_sendmsg_locked() local
H A Dip_output.c962 struct ubuf_info *uarg = NULL; in __ip_append_data() local
/openbmc/linux/drivers/net/xen-netback/
H A Dnetback.c1115 struct ubuf_info *uarg; in xenvif_handle_frag_list() local
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c6897 bfa_cb_lps_fdisc_comp(void *bfad, void *uarg, bfa_status_t status) in bfa_cb_lps_fdisc_comp()
6965 bfa_cb_lps_fdisclogo_comp(void *bfad, void *uarg) in bfa_cb_lps_fdisclogo_comp()
6975 bfa_cb_lps_cvl_event(void *bfad, void *uarg) in bfa_cb_lps_cvl_event()
H A Dbfa_svc.c1874 bfa_lps_flogi(struct bfa_lps_s *lps, void *uarg, u8 alpa, u16 pdusz, in bfa_lps_flogi()
1891 bfa_lps_fdisc(struct bfa_lps_s *lps, void *uarg, u16 pdusz, wwn_t pwwn, in bfa_lps_fdisc()
H A Dbfa_svc.h411 void *uarg; /* user callback arg */ member
/openbmc/linux/lib/
H A Dtest_hmm.c1303 void __user *uarg = (void __user *)arg; in dmirror_fops_unlocked_ioctl() local
/openbmc/linux/net/ipv6/
H A Dip6_output.c1494 struct ubuf_info *uarg = NULL; in __ip6_append_data() local
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1465 void __user *uarg = (void __user *)arg; in vfio_pci_core_ioctl() local
/openbmc/linux/net/
H A Dsocket.c1177 void __user *uarg)) in brioctl_set()
1186 struct ifreq *ifr, void __user *uarg) in br_ioctl_call()
/openbmc/linux/drivers/scsi/cxlflash/
H A Dmain.c3480 void __user *uarg = (void __user *)arg; in cxlflash_chr_ioctl() local
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c1593 void __user *uarg = (void __user *)arg; in uart_ioctl() local
/openbmc/linux/fs/btrfs/
H A Dioctl.c1792 struct btrfs_ioctl_search_args_v2 __user *uarg = argp; in btrfs_ioctl_tree_search_v2() local
/openbmc/linux/include/net/
H A Dtcp.h1802 struct ubuf_info *uarg; member

12