| /xsrc/external/mit/libSM/dist/src/ |
| H A D | sm_misc.c | 92 SmcProtocolVersion(SmcConn smcConn) 94 return (smcConn->proto_major_version); 99 SmcProtocolRevision(SmcConn smcConn) 101 return (smcConn->proto_minor_version); 106 SmcVendor(SmcConn smcConn) 108 return strdup(smcConn->vendor); 113 SmcRelease(SmcConn smcConn) 115 return strdup(smcConn->release); 120 SmcClientID(SmcConn smcConn) 122 return strdup(smcConn 91 SmcProtocolVersion(SmcConn smcConn) argument 98 SmcProtocolRevision(SmcConn smcConn) argument 105 SmcVendor(SmcConn smcConn) argument 112 SmcRelease(SmcConn smcConn) argument 119 SmcClientID(SmcConn smcConn) argument 126 SmcGetIceConnection(SmcConn smcConn) argument [all...] |
| H A D | sm_client.c | 48 set_callbacks(SmcConn smcConn, unsigned long mask, SmcCallbacks *callbacks); 59 SmcConn smcConn; 137 if ((smcConn = malloc (sizeof (struct _SmcConn))) == NULL) 148 (IcePointer) smcConn, 157 free (smcConn); 168 free (smcConn); 177 smcConn->iceConn = iceConn; 178 smcConn->proto_major_version = majorVersion; 179 smcConn->proto_minor_version = minorVersion; 180 smcConn 58 SmcConn smcConn; local in function:SmcOpenConnection 289 SmcCloseConnection(SmcConn smcConn,int count,char ** reasonMsgs) argument 384 SmcModifyCallbacks(SmcConn smcConn,unsigned long mask,SmcCallbacks * callbacks) argument 392 SmcSetProperties(SmcConn smcConn,int numProps,SmProp ** props) argument 418 SmcDeleteProperties(SmcConn smcConn,int numProps,char ** propNames) argument 458 SmcGetProperties(SmcConn smcConn,SmcPropReplyProc propReplyProc,SmPointer clientData) argument 491 SmcInteractRequest(SmcConn smcConn,int dialogType,SmcInteractProc interactProc,SmPointer clientData) argument 529 SmcInteractDone(SmcConn smcConn,Bool cancelShutdown) argument 545 SmcRequestSaveYourself(SmcConn smcConn,int saveType,Bool shutdown,int interactStyle,Bool fast,Bool global) argument 566 SmcRequestSaveYourselfPhase2(SmcConn smcConn,SmcSaveYourselfPhase2Proc saveYourselfPhase2Proc,SmPointer clientData) argument 597 SmcSaveYourselfDone(SmcConn smcConn,Bool success) argument 613 set_callbacks(SmcConn smcConn,unsigned long mask,SmcCallbacks * callbacks) argument [all...] |
| H A D | sm_process.c | 182 SmcConn smcConn = (SmcConn) clientData; 187 if (!smcConn->client_id && 249 (*_SmcErrorHandler) (smcConn, swap, 358 (*smcConn->callbacks.save_yourself.callback) (smcConn, 359 smcConn->callbacks.save_yourself.client_data, 363 smcConn->save_yourself_in_progress = True; 366 smcConn->shutdown_in_progress = True; 373 if (!smcConn->phase2_wait) 384 (*smcConn 178 SmcConn smcConn = (SmcConn) clientData; local in function:_SmcProcessMessage [all...] |
| H A D | sm_error.c | 46 _SmcDefaultErrorHandler(SmcConn smcConn, Bool swap, int offendingMinorOpcode, 45 _SmcDefaultErrorHandler(SmcConn smcConn,Bool swap,int offendingMinorOpcode,unsigned long offendingSequence,int errorClass,int severity,SmPointer values) argument
|
| H A D | SMlibint.h | 391 _SmcDefaultErrorHandler(SmcConn smcConn, Bool swap, int offendingMinorOpcode,
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | session.h | 43 extern SmcConn smcConn;
|
| H A D | session.c | 65 SmcConn smcConn = NULL; variable in typeref:typename:SmcConn 904 smcConn = SmcOpenConnection(NULL, /* use SESSION_MANAGER env */ 912 if (smcConn == NULL) 915 iceConn = SmcGetIceConnection(smcConn);
|
| H A D | menus.c | 1276 if (smcConn) 1277 SmcCloseConnection(smcConn, 0, NULL);
|
| /xsrc/external/mit/smproxy/dist/ |
| H A D | smproxy.c | 71 static void SaveYourselfCB ( SmcConn smcConn, SmPointer clientData, int saveType, 73 static void DieCB ( SmcConn smcConn, SmPointer clientData ); 74 static void SaveCompleteCB ( SmcConn smcConn, SmPointer clientData ); 75 static void ShutdownCancelledCB ( SmcConn smcConn, SmPointer clientData ); 90 static void ProxySaveYourselfPhase2CB ( SmcConn smcConn, SmPointer clientData ); 91 static void ProxySaveYourselfCB ( SmcConn smcConn, SmPointer clientData, 94 static void ProxyDieCB ( SmcConn smcConn, SmPointer clientData ); 95 static void ProxySaveCompleteCB ( SmcConn smcConn, SmPointer clientData ); 96 static void ProxyShutdownCancelledCB ( SmcConn smcConn, SmPointer clientData ); 345 SaveYourselfCB(SmcConn smcConn, SmPointe 339 SaveYourselfCB(SmcConn smcConn,SmPointer clientData,int saveType,Bool shutdown,int interactStyle,Bool fast) argument 389 DieCB(SmcConn smcConn,SmPointer clientData) argument 423 SaveCompleteCB(SmcConn smcConn,SmPointer clientData) argument 433 ShutdownCancelledCB(SmcConn smcConn,SmPointer clientData) argument 887 ProxySaveYourselfPhase2CB(SmcConn smcConn,SmPointer clientData) argument 1011 ProxySaveYourselfCB(SmcConn smcConn,SmPointer clientData,int saveType,Bool shutdown,int interactStyle,Bool fast) argument 1033 ProxyDieCB(SmcConn smcConn,SmPointer clientData) argument 1047 ProxySaveCompleteCB(SmcConn smcConn,SmPointer clientData) argument 1055 ProxyShutdownCancelledCB(SmcConn smcConn,SmPointer clientData) argument [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | session.c | 77 SmcConn smcConn = NULL; variable in typeref:typename:SmcConn 1143 smcConn = SmcOpenConnection( 1154 if(smcConn == NULL) { 1163 iceConn = SmcGetIceConnection(smcConn); 1176 if(smcConn) { 1177 SmcCloseConnection(smcConn, 0, NULL);
|