Home
last modified time | relevance | path

Searched refs:msgp (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/staging/wlan-ng/
Dprism2mgmt.h74 int prism2mgmt_mibset_mibget(wlandevice_t *wlandev, void *msgp);
75 int prism2mgmt_scan(wlandevice_t *wlandev, void *msgp);
76 int prism2mgmt_scan_results(wlandevice_t *wlandev, void *msgp);
77 int prism2mgmt_start(wlandevice_t *wlandev, void *msgp);
78 int prism2mgmt_wlansniff(wlandevice_t *wlandev, void *msgp);
79 int prism2mgmt_readpda(wlandevice_t *wlandev, void *msgp);
80 int prism2mgmt_ramdl_state(wlandevice_t *wlandev, void *msgp);
81 int prism2mgmt_ramdl_write(wlandevice_t *wlandev, void *msgp);
82 int prism2mgmt_flashdl_state(wlandevice_t *wlandev, void *msgp);
83 int prism2mgmt_flashdl_write(wlandevice_t *wlandev, void *msgp);
[all …]
Dprism2mgmt.c116 int prism2mgmt_scan(wlandevice_t *wlandev, void *msgp) in prism2mgmt_scan() argument
120 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan()
369 int prism2mgmt_scan_results(wlandevice_t *wlandev, void *msgp) in prism2mgmt_scan_results() argument
378 req = (struct p80211msg_dot11req_scan_results *) msgp; in prism2mgmt_scan_results()
528 int prism2mgmt_start(wlandevice_t *wlandev, void *msgp) in prism2mgmt_start() argument
532 struct p80211msg_dot11req_start *msg = msgp; in prism2mgmt_start()
711 int prism2mgmt_readpda(wlandevice_t *wlandev, void *msgp) in prism2mgmt_readpda() argument
714 struct p80211msg_p2req_readpda *msg = msgp; in prism2mgmt_readpda()
777 int prism2mgmt_ramdl_state(wlandevice_t *wlandev, void *msgp) in prism2mgmt_ramdl_state() argument
780 struct p80211msg_p2req_ramdl_state *msg = msgp; in prism2mgmt_ramdl_state()
[all …]
Dprism2mib.c260 int prism2mgmt_mibset_mibget(wlandevice_t *wlandev, void *msgp) in prism2mgmt_mibset_mibget() argument
268 struct p80211msg_dot11req_mibset *msg = msgp; in prism2mgmt_mibset_mibget()
/linux-4.4.14/ipc/
Dcompat.c94 compat_uptr_t msgp; member
312 struct compat_msgbuf __user *msgp = dest; in compat_do_msg_fill() local
315 if (put_user(msg->m_type, &msgp->mtype)) in compat_do_msg_fill()
319 if (store_msg(msgp->mtext, msg, msgsz)) in compat_do_msg_fill()
378 uptr = compat_ptr(ipck.msgp); in COMPAT_SYSCALL_DEFINE6()
418 COMPAT_SYSCALL_DEFINE4(msgsnd, int, msqid, compat_uptr_t, msgp, in COMPAT_SYSCALL_DEFINE4() argument
421 struct compat_msgbuf __user *up = compat_ptr(msgp); in COMPAT_SYSCALL_DEFINE4()
429 COMPAT_SYSCALL_DEFINE5(msgrcv, int, msqid, compat_uptr_t, msgp, in COMPAT_SYSCALL_DEFINE5() argument
432 return do_msgrcv(msqid, compat_ptr(msgp), (ssize_t)msgsz, (long)msgtyp, in COMPAT_SYSCALL_DEFINE5()
Dmsg.c722 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE4() argument
727 if (get_user(mtype, &msgp->mtype)) in SYSCALL_DEFINE4()
729 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in SYSCALL_DEFINE4()
755 struct msgbuf __user *msgp = dest; in do_msg_fill() local
758 if (put_user(msg->m_type, &msgp->mtype)) in do_msg_fill()
762 if (store_msg(msgp->mtext, msg, msgsz)) in do_msg_fill()
1014 SYSCALL_DEFINE5(msgrcv, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE5() argument
1017 return do_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg, do_msg_fill); in SYSCALL_DEFINE5()
Dsyscall.c58 return sys_msgrcv(first, tmp.msgp, second, in SYSCALL_DEFINE6()
/linux-4.4.14/include/uapi/linux/
Dipc.h58 struct msgbuf __user *msgp; member
/linux-4.4.14/arch/s390/kernel/
Dcompat_linux.h16 __u32 msgp; /* pointer */ member
/linux-4.4.14/include/linux/
Dcompat.h321 asmlinkage long compat_sys_msgsnd(int msqid, compat_uptr_t msgp,
323 asmlinkage long compat_sys_msgrcv(int msqid, compat_uptr_t msgp,
Dsyscalls.h658 asmlinkage long sys_msgsnd(int msqid, struct msgbuf __user *msgp,
660 asmlinkage long sys_msgrcv(int msqid, struct msgbuf __user *msgp,
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.c1907 u32 *msgp = (u32 *) ioc_msg; in bfa_ioc_mbox_send() local
1916 writel(cpu_to_le32(msgp[i]), in bfa_ioc_mbox_send()
2416 u32 *msgp = mbmsg; in bfa_ioc_msgget() local
2431 msgp[i] = htonl(r32); in bfa_ioc_msgget()
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_ioc.c1782 u32 *msgp = (u32 *) ioc_msg; in bfa_ioc_mbox_send() local
1785 bfa_trc(ioc, msgp[0]); in bfa_ioc_mbox_send()
1794 writel(cpu_to_le32(msgp[i]), in bfa_ioc_mbox_send()
2302 __be32 *msgp = mbmsg; in bfa_ioc_msgget() local
2317 msgp[i] = cpu_to_be32(r32); in bfa_ioc_msgget()