Searched defs:tr (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dedging.c36 * @v tr top right corner
43 chtype tr, chtype bl, chtype br ) {
53 _wputch(win,tr,WRAP);
41 wborder( WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br ) argument
/vbox/src/VBox/Main/include/
H A DVirtualBoxErrorInfoImpl.h139 static const char *tr(const char *a) { return a; } function in class:VirtualBoxErrorInfo
H A DVirtualBoxBase.h367 return setError(E_INVALIDARG, tr("Argument %s is NULL"), #arg); \
378 return setError(E_INVALIDARG, tr("Argument %s is an invalid pointer"), #arg); \
390 tr("Argument %s points to invalid memory location (%p)"), \
402 return setError(E_INVALIDARG, tr("Argument %s is NULL"), #arg); \
414 return setError(E_INVALIDARG, tr("Argument %s is an invalid pointer"), #a_bstrIn); \
425 return setError(E_INVALIDARG, tr("Argument %s is empty or an invalid pointer"), #a_bstrIn); \
441 tr("GUID argument %s is not valid (\"%ls\")"), #a_Arg, Bstr(a_Arg).raw()); \
454 tr("Argument %s is invalid (must be %s)"), #arg, #expr); \
469 return setError(E_INVALIDARG, tr("Argument %s %s"), \
482 tr("Outpu
589 inline static const char *tr(const char *pcszSourceText, function in class:VirtualBoxTranslatable
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dinvop.c38 uint16_t tr; /* 816h */ member in struct:tag_ldall_286
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxkeymap.c107 free_key_translation(ptr->tr);
188 entry->tr = (key_translation *) xmalloc(sizeof(key_translation));
189 memset(entry->tr, 0, sizeof(key_translation));
190 entry->tr->scancode = scancode;
191 entry->tr->modifiers = modifiers;
202 key_translation *tr, **prev_next; local
225 prev_next = &(entry->tr);
252 tr = (key_translation *) xmalloc(sizeof(key_translation));
253 memset(tr, 0, sizeof(key_translation));
256 if (!entry->tr)
796 key_translation tr = { 0, 0, 0, 0 }; local
899 key_translation tr, *ptr; local
994 ensure_remote_modifiers(uint32 ev_time, key_translation tr) argument
[all...]
H A Dtypes.h151 key_translation *tr; member in struct:_key_translation_entry
/vbox/include/VBox/vmm/
H A Dcpumctx-v1_6.h213 RTSEL tr; member in struct:CPUMCTX_VER1_6
H A Dcpumctx.h383 CPUMSELREG tr; member in struct:CPUMCTX
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h527 chtype tl, chtype tr, chtype bl, chtype br ) {
528 return wborder ( stdscr, ls, rs, ts, bs, tl, tr, bl, br );
526 border( chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br ) argument
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h291 RTSEL tr; member in struct:CPUMHOSTCTX
338 RTSEL tr; member in struct:CPUMHOSTCTX
/vbox/src/recompiler/target-i386/
H A Dsvm.h182 struct vmcb_seg tr; member in struct:vmcb_save_area
H A Dcpu.h639 SegmentCache tr; member in struct:CPUX86State
846 SegmentCache_Ver16 tr; member in struct:CPUX86State_Ver16
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllRegs.cpp312 pVCpu->cpum.s.Hyper.tr.Sel = SelTR;
614 VMMDECL(int) CPUMSetGuestTR(PVMCPU pVCpu, uint16_t tr) argument
622 pVCpu->cpum.s.Guest.tr.Sel = tr;
899 *pHidden = pVCpu->cpum.s.Guest.tr;
900 return pVCpu->cpum.s.Guest.tr.Sel;
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet.h163 uint16_t tr; member in struct:CIDETCPUCTX
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25218_PRM.h2512 pseudo_bit_t tr[0x00001]; /* Translation Required. If set - EQ access undergo address translation. */ member in struct:arbelprm_eqc_st
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 188 milliseconds