Searched refs:mtype (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | msg.c | 845 static long do_msgsnd(int msqid, long mtype, void __user *mtext, size_t msgsz, int msgflg) in do_msgsnd() argument 858 if (mtype < 1) { in do_msgsnd() 867 msg->m_type = mtype; in do_msgsnd() 965 long mtype; in ksys_msgsnd() local 967 if (get_user(mtype, &msgp->mtype)) { in ksys_msgsnd() 970 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in ksys_msgsnd() 981 compat_long_t mtype; member 988 compat_long_t mtype; in compat_ksys_msgsnd() local 990 if (get_user(mtype, in compat_ksys_msgsnd() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | msg.h | 44 long mtype; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_slave.h | 118 hi_u32 hcc_rx_register(struct hcc_handler *hcc, hi_u8 mtype, hcc_rx_post_do post_do, hcc_rx_pre_do pre_do);
|
H A D | hcc_slave.c | 832 /* Debug,unregistered mtype */ in hcc_exec_action() 1126 hi_u32 hcc_rx_register(struct hcc_handler *hcc, hi_u8 mtype, hcc_rx_post_do post_do, hcc_rx_pre_do pre_do) in hcc_rx_register() argument 1130 if ((hcc == HI_NULL) || (post_do == HI_NULL) || (mtype >= HCC_ACTION_TYPE_BUTT)) { in hcc_rx_register() 1134 rx_action = &hcc->rx_action_info.action[mtype]; in hcc_rx_register()
|
Completed in 4 milliseconds