Lines Matching defs:pMsg
67 smRegisterClientMsg *pMsg;
206 smRegisterClientMsg, pMsg, pData);
266 smRegisterClientMsg, pMsg, pData);
294 smCloseConnectionMsg *pMsg;
307 smCloseConnectionMsg, pMsg, pData);
399 smSetPropertiesMsg *pMsg;
405 SIZEOF (smSetPropertiesMsg), smSetPropertiesMsg, pMsg);
408 pMsg->length += WORD64COUNT (bytes);
426 smDeletePropertiesMsg *pMsg;
437 smDeletePropertiesMsg, pMsg, pData);
502 smInteractRequestMsg *pMsg;
524 SIZEOF (smInteractRequestMsg), smInteractRequestMsg, pMsg);
526 pMsg->dialogType = dialogType;
540 smInteractDoneMsg *pMsg;
543 SIZEOF (smInteractDoneMsg), smInteractDoneMsg, pMsg);
545 pMsg->cancelShutdown = cancelShutdown;
558 smSaveYourselfRequestMsg *pMsg;
561 SIZEOF (smSaveYourselfRequestMsg), smSaveYourselfRequestMsg, pMsg);
563 pMsg->saveType = saveType;
564 pMsg->shutdown = shutdown;
565 pMsg->interactStyle = interactStyle;
566 pMsg->fast = fast;
567 pMsg->global = global;
611 smSaveYourselfDoneMsg *pMsg;
614 SIZEOF (smSaveYourselfDoneMsg), smSaveYourselfDoneMsg, pMsg);
616 pMsg->success = success;