Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dprism2mgmt.h75 int prism2mgmt_mibset_mibget(struct wlandevice *wlandev, void *msgp);
76 int prism2mgmt_scan(struct wlandevice *wlandev, void *msgp);
77 int prism2mgmt_scan_results(struct wlandevice *wlandev, void *msgp);
78 int prism2mgmt_start(struct wlandevice *wlandev, void *msgp);
79 int prism2mgmt_wlansniff(struct wlandevice *wlandev, void *msgp);
80 int prism2mgmt_readpda(struct wlandevice *wlandev, void *msgp);
81 int prism2mgmt_ramdl_state(struct wlandevice *wlandev, void *msgp);
82 int prism2mgmt_ramdl_write(struct wlandevice *wlandev, void *msgp);
83 int prism2mgmt_flashdl_state(struct wlandevice *wlandev, void *msgp);
84 int prism2mgmt_flashdl_write(struct wlandevice *wlandev, void *msgp);
[all …]
H A Dprism2mgmt.c129 int prism2mgmt_scan(struct wlandevice *wlandev, void *msgp) in prism2mgmt_scan() argument
133 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan()
383 int prism2mgmt_scan_results(struct wlandevice *wlandev, void *msgp) in prism2mgmt_scan_results() argument
392 req = msgp; in prism2mgmt_scan_results()
544 int prism2mgmt_start(struct wlandevice *wlandev, void *msgp) in prism2mgmt_start() argument
548 struct p80211msg_dot11req_start *msg = msgp; in prism2mgmt_start()
727 int prism2mgmt_readpda(struct wlandevice *wlandev, void *msgp) in prism2mgmt_readpda() argument
730 struct p80211msg_p2req_readpda *msg = msgp; in prism2mgmt_readpda()
794 int prism2mgmt_ramdl_state(struct wlandevice *wlandev, void *msgp) in prism2mgmt_ramdl_state() argument
797 struct p80211msg_p2req_ramdl_state *msg = msgp; in prism2mgmt_ramdl_state()
[all …]
H A Dprism2mib.c254 int prism2mgmt_mibset_mibget(struct wlandevice *wlandev, void *msgp) in prism2mgmt_mibset_mibget() argument
262 struct p80211msg_dot11req_mibset *msg = msgp; in prism2mgmt_mibset_mibget()
/OK3568_Linux_fs/kernel/ipc/
H A Dmsg.c955 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz, in ksys_msgsnd() argument
960 if (get_user(mtype, &msgp->mtype)) in ksys_msgsnd()
962 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in ksys_msgsnd()
965 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE4() argument
968 return ksys_msgsnd(msqid, msgp, msgsz, msgflg); in SYSCALL_DEFINE4()
978 long compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, in compat_ksys_msgsnd() argument
981 struct compat_msgbuf __user *up = compat_ptr(msgp); in compat_ksys_msgsnd()
989 COMPAT_SYSCALL_DEFINE4(msgsnd, int, msqid, compat_uptr_t, msgp, in COMPAT_SYSCALL_DEFINE4() argument
992 return compat_ksys_msgsnd(msqid, msgp, msgsz, msgflg); in COMPAT_SYSCALL_DEFINE4()
1022 struct msgbuf __user *msgp = dest; in do_msg_fill() local
[all …]
H A Dsyscall.c67 return ksys_msgrcv(first, tmp.msgp, second, in ksys_ipc()
125 compat_uptr_t msgp; member
172 return compat_ksys_msgrcv(first, ipck.msgp, second, in compat_ksys_ipc()
H A Dutil.h282 long compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz,
284 long compat_ksys_msgsnd(int msqid, compat_uptr_t msgp,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dipc.h59 struct msgbuf *msgp; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dipc.h59 struct msgbuf *msgp; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dipc.h59 struct msgbuf __user *msgp; member
/OK3568_Linux_fs/kernel/drivers/fsi/
H A Dfsi-master-gpio.c335 uint8_t data_size, struct fsi_gpio_msg *msgp, uint8_t *tagp) in read_one_response() argument
389 if (msgp) in read_one_response()
390 *msgp = msg; in read_one_response()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcompat_linux.h17 __u32 msgp; /* pointer */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompat.h704 asmlinkage long compat_sys_msgrcv(int msqid, compat_uptr_t msgp,
706 asmlinkage long compat_sys_msgsnd(int msqid, compat_uptr_t msgp,
H A Dsyscalls.h801 asmlinkage long sys_msgrcv(int msqid, struct msgbuf __user *msgp,
803 asmlinkage long sys_msgsnd(int msqid, struct msgbuf __user *msgp,
1360 long ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz,
1362 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c1895 u32 *msgp = (u32 *) ioc_msg; in bfa_ioc_mbox_send() local
1904 writel(cpu_to_le32(msgp[i]), in bfa_ioc_mbox_send()
2408 u32 *msgp = mbmsg; in bfa_ioc_msgget() local
2423 msgp[i] = htonl(r32); in bfa_ioc_msgget()
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_ioc.c1768 u32 *msgp = (u32 *) ioc_msg; in bfa_ioc_mbox_send() local
1771 bfa_trc(ioc, msgp[0]); in bfa_ioc_mbox_send()
1780 writel(cpu_to_le32(msgp[i]), in bfa_ioc_mbox_send()
2288 __be32 *msgp = mbmsg; in bfa_ioc_msgget() local
2303 msgp[i] = cpu_to_be32(r32); in bfa_ioc_msgget()