/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/ |
H A D | pxe_file.c | 251 struct pxe_api_call *call; local 270 for_each_table_entry ( call, PXE_API_CALLS ) { 271 offset = ( call->opcode - PXENV_FILE_MIN );
|
H A D | pxe_call.c | 45 * Handle an unknown PXE API call 56 /** Unknown PXE API call list */ 61 * Locate PXE API call 64 * @ret call PXE API call, or NULL 67 struct pxe_api_call *call; local 69 for_each_table_entry ( call, PXE_API_CALLS ) { 70 if ( call->opcode == opcode ) 71 return call; 77 * Dispatch PXE API call 86 struct pxe_api_call *call; local [all...] |
/vbox/src/VBox/HostServices/GuestControl/ |
H A D | service.cpp | 98 /** The call handle */ 102 /** The call parameters */ 394 * So this call apparently failed because the guest wanted to peek 836 * the pending call with the result we just got. */ 867 * and won't return from the waiting call until a new host 965 * Wraps to the call member function 978 pSelf->call(callHandle, u32ClientID, pvClient, u32Function, cParms, paParms); 1025 void call(VBOXHGCMCALLHANDLE callHandle, uint32_t u32ClientID, void *pvClient, uint32_t eFunction, uint32_t cParms, VBOXHGCMSVCPARM paParms[]); 1129 * defer the guest call until we have something from the host. 1133 * @param callHandle The client's call handl 1412 void Service::call(VBOXHGCMCALLHANDLE callHandle, uint32_t u32ClientID, function in class:guestControl::Service [all...] |
/vbox/src/VBox/HostServices/GuestProperties/ |
H A D | service.cpp | 132 * Structure for holding an uncompleted guest call 137 /** The call handle */ 141 /** Number of call parameters. */ 143 /** The call parameters */ 156 /** The guest call list type */ 318 * Wraps to the call member function 331 pSelf->call(callHandle, u32ClientID, pvClient, u32Function, cParms, paParms); 386 void call(VBOXHGCMCALLHANDLE callHandle, uint32_t u32ClientID, 638 * @param isGuest is this call coming from the guest (or the host)? 753 * @param isGuest is this call comin 1245 void Service::call (VBOXHGCMCALLHANDLE callHandle, uint32_t u32ClientID, function in class:guestProp::Service [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | macsockotpt.c | 460 // case T_DISCONNECTCOMPLETE: // we don't call OTSndDisconnect() 1198 TCall call; local 1207 memset(&call, 0 , sizeof(call)); 1210 call.addr.maxlen = *addrlen; 1211 call.addr.len = *addrlen; 1212 call.addr.buf = (UInt8*) addr; 1214 call.addr.maxlen = sizeof(callAddr); 1215 call.addr.len = sizeof(callAddr); 1216 call [all...] |
/vbox/src/recompiler/tcg/i386/ |
H A D | tcg-target.c | 1015 static void tcg_out_branch(TCGContext *s, int call, tcg_target_long dest) argument 1019 - tcg_calc_opc_len(s, call ? OPC_CALL_Jz : OPC_JMP_long, 0, 0, 0) 1026 tcg_out_opc(s, call ? OPC_CALL_Jz : OPC_JMP_long, 0, 0, 0); 1031 call ? EXT5_CALLN_Ev : EXT5_JMPN_Ev, TCG_REG_R10); 1251 tcg_out8(s, 0xe8); /* call disp32 */ 1309 /* call it */ 1691 /* call *reg */
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/ |
H A D | _sre.c | 93 /* fastest possible local call under MSVC */ 1947 call(char* module, char* function, PyObject* args) function 1979 copy = call( 2031 result = call( 2326 filter = call( 3276 return call(
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
H A D | _sre.c | 102 /* fastest possible local call under MSVC */ 1956 call(char* module, char* function, PyObject* args) function 1988 copy = call( 2040 result = call( 2335 filter = call( 3265 return call(
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | saaj-api.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/soap/ javax/xml/soap/AttachmentPart ... |
H A D | saaj-impl.jar | ... .SOAPException public javax.xml.soap.SOAPMessage call (javax.xml.soap.SOAPMessage, java.lang ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | mscvpdb.h | 320 unsigned char call; member in struct:codeview_type::__anon14057 331 unsigned char call; member in struct:codeview_type::__anon14058 344 unsigned char call; member in struct:codeview_type::__anon14059 358 unsigned char call; member in struct:codeview_type::__anon14060
|
H A D | server_protocol.h | 973 apc_call_t call; member in struct:queue_apc_request 1097 apc_call_t call; member in struct:select_reply
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | mscvpdb.h | 320 unsigned char call; member in struct:codeview_type::__anon1402 331 unsigned char call; member in struct:codeview_type::__anon1403 344 unsigned char call; member in struct:codeview_type::__anon1404 358 unsigned char call; member in struct:codeview_type::__anon1405
|
H A D | server_protocol.h | 883 apc_call_t call; member in struct:queue_apc_request 1006 apc_call_t call; member in struct:select_reply
|