Searched refs:pMsg (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/ndis/src/
H A Dqmi_oper.c415 UInt8 *pMsg = NULL; local
432 pMsg = (UInt8 *)pMsgBuff;
434 pMsg += msgLength;
452 pMsg = (UInt8 *)&(qmuxMsg->Length);
454 pMsg += sizeof(qmuxMsg->Length);
459 *pMsg = QCTLV_TYPE_APN;
460 ++pMsg;
462 *(UInt16 *)pMsg = cpu_to_le16(strlen(accessString));
463 pMsg += sizeof(UInt16);
465 strcpy((char *)pMsg, accessStrin
651 UInt8 *pMsg = NULL; local
893 QMICTL_GET_CLIENT_ID_RESP_MSG* pMsg = (QMICTL_GET_CLIENT_ID_RESP_MSG*)&(pQmi->SDU); local
928 QMICTL_SET_DATA_FORMAT_RESP_MSG* pMsg = (QMICTL_SET_DATA_FORMAT_RESP_MSG*)&(pQmi->SDU); local
986 QMICTL_SET_INSTANCE_ID_RESP_MSG* pMsg = (QMICTL_SET_INSTANCE_ID_RESP_MSG*)&(pQmi->SDU); local
1028 QMICTL_RELEASE_CLIENT_ID_RESP_MSG* pMsg = (QMICTL_RELEASE_CLIENT_ID_RESP_MSG*)&(pQmi->SDU); local
1070 QMICTL_GET_VERSION_RESP_MSG* pMsg = (QMICTL_GET_VERSION_RESP_MSG*) &(pQmi->SDU); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Devtloop.cpp104 bool wxEventLoopImpl::PreProcessMessage(QMSG *pMsg) argument
106 HWND hWnd = pMsg->hwnd;
113 if (pMsg->msg == WM_TIMER &&
114 (SHORT1FROMMP(pMsg->mp1) != TID_CURSOR &&
115 SHORT1FROMMP(pMsg->mp1) != TID_FLASHWINDOW &&
116 SHORT1FROMMP(pMsg->mp1) != TID_SCROLL &&
117 SHORT1FROMMP(pMsg->mp1) != 0x0000
119 wxTimerProc(NULL, 0, (int)pMsg->mp1, 0);
125 if (pWndThis && !pWndThis->OS2ShouldPreProcessMessage((WXMSG*)pMsg))
148 if(pMsg
[all...]
H A Daccel.cpp194 PQMSG pMsg = (PQMSG)pWxmsg; local
200 ,pMsg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Devtloop.cpp260 MSG* pMsg = new MSG(msg); local
261 s_aSavedMessages.Append(pMsg);
280 MSG* pMsg = node->GetData(); local
283 ProcessMessage(pMsg);
284 delete pMsg;
H A Dapp.cpp790 void wxApp::DoMessage(WXMSG *pMsg) argument
794 evtLoop->ProcessMessage(pMsg);
803 bool wxApp::ProcessMessage(WXMSG* pMsg) argument
806 return evtLoop && evtLoop->PreProcessMessage(pMsg);
H A Dchoice.cpp190 bool wxChoice::MSWShouldPreProcessMessage(WXMSG *pMsg) argument
192 MSG *msg = (MSG *) pMsg;
204 return wxControl::MSWShouldPreProcessMessage(pMsg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_r3964.c755 struct r3964_message *pMsg; local
768 pMsg = remove_msg(pInfo, pClient);
769 if (pMsg) {
770 kfree(pMsg);
772 "kfree %p", pMsg);
843 struct r3964_message *pMsg; local
849 pMsg = kmalloc(sizeof(struct r3964_message),
851 TRACE_M("add_msg - kmalloc %p", pMsg);
852 if (pMsg == NULL) {
858 pMsg
900 struct r3964_message *pMsg = NULL; local
1008 struct r3964_message *pMsg; local
1063 struct r3964_message *pMsg; local
1223 struct r3964_message *pMsg = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Daccel.h50 ,WXMSG* pMsg
H A Dwindow.h403 virtual bool OS2ProcessMessage(WXMSG* pMsg);
404 virtual bool OS2ShouldPreProcessMessage(WXMSG* pMsg);
405 virtual bool OS2TranslateMessage(WXMSG* pMsg);
H A Dframe.h164 bool OS2TranslateMessage(WXMSG* pMsg);
H A Dtextctrl.h177 virtual bool OS2ShouldPreProcessMessage(WXMSG* pMsg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmscoreapi.c1429 } *pMsg; local
1445 pMsg = (struct SetGpioMsg *) SMS_ALIGN_ADDRESS(buffer);
1447 pMsg->xMsgHeader.msgSrcId = DVBT_BDA_CONTROL_MSG_ID;
1448 pMsg->xMsgHeader.msgDstId = HIF_TASK;
1449 pMsg->xMsgHeader.msgFlags = 0;
1450 pMsg->xMsgHeader.msgLength = (u16) totalLen;
1451 pMsg->msgData[0] = PinNum;
1454 pMsg->xMsgHeader.msgType = MSG_SMS_GPIO_CONFIG_REQ;
1461 pMsg->msgData[1] = TranslatedPinNum;
1462 pMsg
1505 } *pMsg; local
1555 } *pMsg; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_sanity.c135 void * pMsg,
138 struct rt_frame_802_11 * pFrame = (struct rt_frame_802_11 *) pMsg;
140 pAddFrame = (struct rt_frame_addba_req *) (pMsg);
175 void * pMsg, unsigned long MsgLen)
179 pAddFrame = (struct rt_frame_addba_rsp *) (pMsg);
210 u8 Wcid, void * pMsg, unsigned long MsgLen)
212 /*struct rt_frame_802_11 * pFrame = (struct rt_frame_802_11 *)pMsg; */
220 pDelFrame = (struct rt_frame_delba_req *) (pMsg);
1016 struct rt_eapol_packet * pMsg,
1032 (u8 *)& pMsg
134 PeerAddBAReqActionSanity(struct rt_rtmp_adapter *pAd, void * pMsg, unsigned long MsgLen, u8 *pAddr2) argument
174 PeerAddBARspActionSanity(struct rt_rtmp_adapter *pAd, void * pMsg, unsigned long MsgLen) argument
209 PeerDelBAActionSanity(struct rt_rtmp_adapter *pAd, u8 Wcid, void * pMsg, unsigned long MsgLen) argument
1015 PeerWpaMessageSanity(struct rt_rtmp_adapter *pAd, struct rt_eapol_packet * pMsg, unsigned long MsgLen, u8 MsgType, struct rt_mac_table_entry *pEntry) argument
[all...]
H A Dcmm_wpa.c64 u8 RSNIE_LEN, struct rt_eapol_packet * pMsg);
67 u8 * PTK, struct rt_eapol_packet * pMsg);
2331 u8 RSNIE_Len, struct rt_eapol_packet * pMsg)
2342 pMsg->ProVer = EAPOL_VER;
2343 pMsg->ProType = EAPOLKey;
2346 SET_u16_TO_ARRARY(pMsg->Body_Len, LEN_EAPOL_KEY_MSG);
2350 pMsg->KeyDesc.Type = WPA2_KEY_DESC;
2352 pMsg->KeyDesc.Type = WPA1_KEY_DESC;
2365 pMsg->KeyDesc.KeyInfo.KeyDescVer = KeyDescVer;
2369 pMsg
2323 ConstructEapolMsg(struct rt_mac_table_entry *pEntry, u8 GroupKeyWepStatus, u8 MsgType, u8 DefaultKeyIdx, u8 * KeyNonce, u8 * TxRSC, u8 * GTK, u8 * RSNIE, u8 RSNIE_Len, struct rt_eapol_packet * pMsg) argument
2486 ConstructEapolKeyData(struct rt_mac_table_entry *pEntry, u8 GroupKeyWepStatus, u8 keyDescVer, u8 MsgType, u8 DefaultKeyIdx, u8 * GTK, u8 * RSNIE, u8 RSNIE_LEN, struct rt_eapol_packet * pMsg) argument
2663 CalculateMIC(u8 KeyDescVer, u8 * PTK, struct rt_eapol_packet * pMsg) argument
[all...]
H A Dspectrum.c1419 void * pMsg,
1423 struct rt_frame_802_11 * Fr = (struct rt_frame_802_11 *) pMsg;
1476 void * pMsg,
1482 struct rt_frame_802_11 * Fr = (struct rt_frame_802_11 *) pMsg;
1570 void * pMsg,
1577 struct rt_frame_802_11 * Fr = (struct rt_frame_802_11 *) pMsg;
1670 void * pMsg,
1673 struct rt_frame_802_11 * Fr = (struct rt_frame_802_11 *) pMsg;
1723 void * pMsg,
1728 struct rt_frame_802_11 * Fr = (struct rt_frame_802_11 *) pMsg;
1418 PeerChSwAnnSanity(struct rt_rtmp_adapter *pAd, void * pMsg, unsigned long MsgLen, struct rt_ch_sw_ann_info * pChSwAnnInfo) argument
1475 PeerMeasureReqSanity(struct rt_rtmp_adapter *pAd, void * pMsg, unsigned long MsgLen, u8 *pDialogToken, struct rt_measure_req_info * pMeasureReqInfo, struct rt_measure_req * pMeasureReq) argument
1569 PeerMeasureReportSanity(struct rt_rtmp_adapter *pAd, void * pMsg, unsigned long MsgLen, u8 *pDialogToken, struct rt_measure_report_info * pMeasureReportInfo, u8 *pReportBuf) argument
1669 PeerTpcReqSanity(struct rt_rtmp_adapter *pAd, void * pMsg, unsigned long MsgLen, u8 *pDialogToken) argument
1722 PeerTpcRepSanity(struct rt_rtmp_adapter *pAd, void * pMsg, unsigned long MsgLen, u8 *pDialogToken, struct rt_tpc_report_info * pTpcRepInfo) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dapp.h55 wxDEPRECATED( void DoMessage(WXMSG *pMsg) );
57 wxDEPRECATED( bool ProcessMessage(WXMSG* pMsg) );
H A Dwindow.h374 virtual bool MSWShouldPreProcessMessage(WXMSG* pMsg);
377 virtual bool MSWProcessMessage(WXMSG* pMsg);
380 virtual bool MSWTranslateMessage(WXMSG* pMsg);
H A Dchoice.h87 virtual bool MSWShouldPreProcessMessage(WXMSG *pMsg);
H A Dcombobox.h108 bool MSWShouldPreProcessMessage(WXMSG *pMsg);
H A Dtoplevel.h94 virtual bool MSWShouldPreProcessMessage(WXMSG* pMsg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_util.c415 char buffer[64], *pMsg; local
424 pMsg = "Expected adapter event did not occur in expected time";
430 pMsg = "Card not found (ejected unexpectedly)";
436 pMsg = "Command buffer size insufficient";
442 pMsg = "Primary functions are not compatible";
448 pMsg = "Primary functions are compatible, "
455 pMsg = "Inquire cmd while another Inquire in progress";
461 // pMsg = "Unexpected command completed";
467 pMsg = "Timeout on ack for enable/disable of AUX registers";
472 pMsg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dmenuce.cpp263 bool wxTopLevelWindowMSW::MSWShouldPreProcessMessage(WXMSG* pMsg) argument
265 MSG *msg = (MSG *)pMsg;
274 return wxTopLevelWindowBase::MSWShouldPreProcessMessage(pMsg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dchoice.h97 virtual bool MSWShouldPreProcessMessage(WXMSG *pMsg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dsanity.c89 BOOLEAN PeerAssocRspSanity(struct rt_rtmp_adapter *pAd, void * pMsg, unsigned long MsgLen, u8 *pAddr2, u16 * pCapabilityInfo, u16 * pStatus, u16 * pAid, u8 SupRate[], u8 * pSupRateLen, u8 ExtRate[], u8 * pExtRateLen, struct rt_ht_capability_ie * pHtCapability, struct rt_add_ht_info_ie * pAddHtInfo, /* AP might use this additional ht info IE */ argument
96 struct rt_frame_802_11 * pFrame = (struct rt_frame_802_11 *) pMsg;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dchoice.cpp135 bool wxChoice::MSWShouldPreProcessMessage(WXMSG *pMsg) argument

Completed in 163 milliseconds

12