Searched defs:es (Results 1 - 25 of 68) sorted by relevance

123

/vbox/src/VBox/Devices/PC/BIOS/
H A Dparallel.c46 void BIOSCALL int17_function(pusha_regs_t regs, uint16_t es, uint16_t ds, volatile iret_addr_t iret_addr) argument
H A Dserial.c46 void BIOSCALL int14_function(pusha_regs_t regs, uint16_t es, uint16_t ds, volatile iret_addr_t iret_addr) argument
H A Dtimepci.c101 void BIOSCALL int70_function(pusha_regs_t regs, uint16_t ds, uint16_t es, iret_addr_t iret_addr) argument
148 void BIOSCALL int1a_function(pusha_regs_t regs, uint16_t ds, uint16_t es, iret_addr_t iret_addr) argument
H A Dbios.c101 void BIOSCALL dummy_isr_function(pusha_regs_t regs, uint16_t es, argument
H A Dinvop.c45 uint16_t es; /* 824h */ member in struct:tag_ldall_286
100 "mov es, ax" \
116 "mov es, ax" \
160 void BIOSCALL inv_op_handler(uint16_t ds, uint16_t es, pusha_regs_t gr, volatile iret_addr_t ra) argument
187 if (seg_base != (uint32_t)ldbuf->es << 4)
/vbox/src/VBox/Main/glue/tests/
H A DTestVBox.java56 static void testEvents(VirtualBoxManager mgr, IEventSource es) argument
61 IEventListener listener = es.createListener();
63 es.registerListener(listener, Arrays.asList(VBoxEventType.Any), false);
69 IEvent ev = es.getEvent(listener, 500);
73 es.eventProcessed(listener, ev);
80 es.unregisterListener(listener);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DQsort.c81 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
82 es % sizeof(long) ? 2 : es == sizeof(long)? 0 : 1;
99 swapfunc(a, b, es, swaptype)
125 qsort(void *a, size_t n, size_t es, cmp_t *cmp) argument
132 loop: SWAPINIT(a, es);
135 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es)
137 pl > (char *)a && cmp(pl - es, p
[all...]
/vbox/src/VBox/Main/glue/
H A DErrorInfo.cpp143 nsCOMPtr<nsIExceptionService> es; local
144 es = do_GetService(NS_EXCEPTIONSERVICE_CONTRACTID, &rc);
148 rc = es->GetCurrentExceptionManager(getter_AddRefs(em));
334 nsCOMPtr <nsIExceptionService> es; local
335 es = do_GetService(NS_EXCEPTIONSERVICE_CONTRACTID, &rc);
339 rc = es->GetCurrentExceptionManager(getter_AddRefs(em));
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsQuickSort.cpp68 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
69 es % sizeof(long) ? 2 : es == sizeof(long)? 0 : 1;
86 swapfunc((char *)a, (char*)b, (int)es, swaptype)
101 unsigned int es,
109 loop: SWAPINIT(a, es);
112 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es)
113 for (pl = pm; pl > (char *)a && cmp(pl - es, p
98 NS_QuickSort( void *a, unsigned int n, unsigned int es, cmp_t *cmp, void *data ) argument
[all...]
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxBase.cpp271 nsCOMPtr <nsIExceptionService> es; local
272 es = do_GetService(NS_EXCEPTIONSERVICE_CONTRACTID, &rc);
276 rc = es->GetCurrentExceptionManager(getter_AddRefs(em));
438 nsCOMPtr <nsIExceptionService> es; local
439 es = do_GetService(NS_EXCEPTIONSERVICE_CONTRACTID, &rc);
443 rc = es->GetCurrentExceptionManager(getter_AddRefs(em));
555 nsCOMPtr <nsIExceptionService> es;
556 es = do_GetService(NS_EXCEPTIONSERVICE_CONTRACTID, &rc);
560 rc = es->GetCurrentExceptionManager(getter_AddRefs(em));
/vbox/src/VBox/Main/src-client/
H A DPCIRawDevImpl.cpp83 ComPtr<IEventSource> es; local
84 hrc = vbox->COMGETTER(EventSource)(es.asOutParam());
100 fireHostPCIDevicePlugEvent(es, bstrId.raw(), true /* plugged */, RT_SUCCESS(rc) /* success */, pda, msg.raw());
/vbox/src/VBox/RDP/client-1.8.3/
H A Dutils.c51 size_t es; local
66 es = strlen(str) + (cnt * 3) + 1;
67 pe = e = xmalloc(es);
68 memset(e, 0, es);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dwritev.c95 PRIntn es = 0; local
99 es = PR_EnumerateHostEnt(es, &host, BASE_PORT, &serverAddr);
100 PR_ASSERT(es > 0);
H A Dtmocon.c334 PRIntn es = 0; local
339 es = PR_EnumerateHostEnt(
340 es, &host, BASE_PORT, &shared->serverAddress);
341 PR_ASSERT(es > 0);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dregisters.h122 * pushw %gs ; pushw %fs ; pushw %es ; pushw %ds ; pushw %ss ; pushw %cs
130 * addw $4, %sp ; popw %ds ; popw %es ; popw %fs ; popw %gs
142 uint16_t es; member in struct:i386_seg_regs
156 * pushw %gs ; pushw %fs ; pushw %es ; pushw %ds ; pushw %ss ; pushw %cs
164 * addw $4, %sp ; popw %ds ; popw %es ; popw %fs ; popw %gs
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp598 nsCOMPtr<nsIExceptionService> es; local
599 es = do_GetService(NS_EXCEPTIONSERVICE_CONTRACTID, &rc);
603 rc = es->GetCurrentExceptionManager(getter_AddRefs(em));
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.cpp385 nsCOMPtr <nsIExceptionService> es; local
386 es = do_GetService (NS_EXCEPTIONSERVICE_CONTRACTID, &rc);
390 rc = es->GetCurrentExceptionManager (getter_AddRefs (em));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrlListener.cpp238 ComPtr<IEventSource> es; local
239 CHECK_ERROR_BREAK(pFile, COMGETTER(EventSource)(es.asOutParam()));
242 CHECK_ERROR_BREAK(es, RegisterListener(pListener, ComSafeArrayAsInParam(eventTypes),
303 ComPtr<IEventSource> es; local
304 CHECK_ERROR_BREAK(pProcess, COMGETTER(EventSource)(es.asOutParam()));
307 CHECK_ERROR_BREAK(es, RegisterListener(pListener, ComSafeArrayAsInParam(eventTypes),
440 ComPtr<IEventSource> es; local
441 CHECK_ERROR_BREAK(pSession, COMGETTER(EventSource)(es.asOutParam()));
445 CHECK_ERROR_BREAK(es, RegisterListener(pListener, ComSafeArrayAsInParam(eventTypes),
H A DVBoxManageGuestProp.cpp329 ComPtr<IEventSource> es; local
330 CHECK_ERROR(a->virtualBox, COMGETTER(EventSource)(es.asOutParam()));
332 CHECK_ERROR(es, CreateListener(listener.asOutParam()));
335 CHECK_ERROR(es, RegisterListener(listener, ComSafeArrayAsInParam(eventTypes), false));
353 rc = es->GetEvent(listener, cMsWait, ev.asOutParam());
388 es->UnregisterListener(listener);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16thred.c370 mov es, ax local
/vbox/src/libs/xpcom18a4/python/src/
H A DErrorUtils.cpp260 nsCOMPtr <nsIExceptionService> es; local
261 es = do_GetService (NS_EXCEPTIONSERVICE_CONTRACTID, &rc);
265 rc = es->GetCurrentExceptionManager (getter_AddRefs (em));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86int10.h39 int es; member in struct:__anon6948
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86int10.h39 int es; member in struct:__anon7259
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86int10.h39 int es; member in struct:__anon7622
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86int10.h39 int es; member in struct:__anon7987

Completed in 92 milliseconds

123