Home
last modified time | relevance | path

Searched defs:msgp (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/vfio-user/
H A Ddevice.c81 g_autofree VFIOUserRegionInfo *msgp = NULL; in vfio_user_get_region_info() local
204 g_autofree VFIOUserIRQSet *msgp = NULL; in vfio_user_device_io_set_irqs() local
295 g_autofree VFIOUserRegionRW *msgp = NULL; in vfio_user_device_io_region_read() local
338 VFIOUserRegionRW *msgp = NULL; in vfio_user_device_io_region_write() local
H A Dcontainer.c52 VFIOUserDMAUnmap *msgp = g_malloc(sizeof(*msgp)); in vfio_user_dma_unmap() local
96 VFIOUserDMAMap *msgp = g_malloc0(sizeof(*msgp)); in vfio_user_dma_map() local
H A Dproxy.c1262 g_autofree VFIOUserVersion *msgp = NULL; in vfio_user_validate_version() local
/openbmc/linux/ipc/
Dmsg.c
Dsyscall.c
/openbmc/linux/include/uapi/linux/
Dipc.h
/openbmc/linux/arch/s390/kernel/
Dcompat_linux.h
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.c371 int sigwrap_msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in sigwrap_msgsnd()
386 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in sigwrap_msgrcv()
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c428 int sigwrap_msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in sigwrap_msgsnd()
443 ssize_t sigwrap_msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in sigwrap_msgrcv()
/openbmc/linux/drivers/scsi/qla2xxx/
Dqla_edif.h
/openbmc/qemu/linux-user/
H A Dsyscall.c3273 static abi_long do_sendrecvmsg_locked(int fd, struct target_msghdr *msgp, in do_sendrecvmsg_locked()
3389 struct target_msghdr *msgp; in do_sendrecvmsg() local
4294 static inline abi_long do_msgsnd(int msqid, abi_long msgp, in do_msgsnd()
4349 static inline abi_long do_msgrcv(int msqid, abi_long msgp, in do_msgrcv()
4590 abi_long msgp; in do_ipc() member