Home | History | Annotate | Download | only in Cmd_Queue

Lines Matching refs:pObj

76     CmdQueue_T  *pObj;
78 pObj = os_memoryAlloc(hOs, sizeof(CmdQueue_T));
79 if (pObj == NULL)
86 os_memoryZero(hOs, pObj, sizeof(CmdQueue_T));
87 pObj->hOs = hOs;
89 return(pObj);