Lines Matching refs:mqarray
50 STATIC struct mqarray g_queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT];
96 STATIC INLINE struct mqarray *GetMqueueCBByName(const CHAR *name)
113 STATIC INT32 DoMqueueDelete(struct mqarray *mqueueCB)
147 STATIC int SaveMqueueName(const CHAR *mqName, struct mqarray *mqueueCB)
168 STATIC VOID MqueueCBInit(struct mqarray *mqueueCB, const struct mq_attr *attr, INT32 openFlag, UINT32 mode)
183 struct mqarray *mqueueCB = NULL;
239 STATIC struct mqpersonal *DoMqueueOpen(struct mqarray *mqueueCB, INT32 openFlag)
248 /* alloc mqprivate and add to mqarray */
271 struct mqarray *mqueueCB = NULL;
363 struct mqarray *mqueueCB = NULL;
385 struct mqarray *mqueueCB = NULL;
405 struct mqarray *mqueueCB = NULL;
447 STATIC INT32 GetPermissionOfVisitor(struct mqarray *mqueueCB)
510 struct mqarray *mqueueCB = NULL;
608 struct mqarray *mqueueCB = NULL;
685 struct mqarray *mqueueCB = NULL;
750 static void MqSendNotify(struct mqarray *mqueueCB)
790 struct mqarray *mqueueCB = NULL;
833 struct mqarray *mqueueCB = NULL;
919 struct mqarray *mqueueCB = NULL;
973 VOID OsMqueueCBDestroy(struct mqarray *queueTable)
980 struct mqarray *mqueueCB = &(queueTable[index]);