/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/ |
H A D | acpi_func.h | 78 uint32_t new, old; 81 old = *lock; 82 new = ((old & ~GL_BIT_MASK) | GL_BIT_OWNED) | 83 ((old >> 1) & GL_BIT_PENDING); 84 } while (atomic_cmpset_acq_int(lock, old, new) == 0); 97 uint32_t new, old; 100 old = *lock; 101 new = old & ~GL_BIT_MASK; 102 } while (atomic_cmpset_rel_int(lock, old, new) == 0); 104 return (old [all...] |
H A D | pcb.h | 71 int swapctx(struct pcb *old, struct pcb *new);
|
/vbox/src/VBox/Installer/linux/debian/ |
H A D | preinst.in | 17 # abort-upgrade: (old version): upgrade to a new version failed 50 db_fset virtualbox/old-running seen false || true 51 db_input critical virtualbox/old-running || true 57 # check for old installation 61 db_fset virtualbox/old-installation-found seen false || true 62 db_input critical virtualbox/old-installation-found || true 69 # check for old vboxdrv modules 72 # old modules found 73 db_get virtualbox/delete-old-modules || true 83 db_input low virtualbox/delete-old [all...] |
H A D | prerm.in | 53 db_fset virtualbox/old-running seen false || true 54 db_input critical virtualbox/old-running || true
|
/vbox/debian/ |
H A D | preinst.in | 17 # abort-upgrade: (old version): upgrade to a new version failed 50 db_fset virtualbox/old-running seen false || true 51 db_input critical virtualbox/old-running || true 57 # check for old installation 61 db_fset virtualbox/old-installation-found seen false || true 62 db_input critical virtualbox/old-installation-found || true 69 # check for old vboxdrv modules 72 # old modules found 73 db_get virtualbox/delete-old-modules || true 83 db_input low virtualbox/delete-old [all...] |
H A D | prerm.in | 53 db_fset virtualbox/old-running seen false || true 54 db_input critical virtualbox/old-running || true
|
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | diffsize.pl | 3 # [somebody@somewhere ~/ipxe/src]$ ./util/diffsize.pl [<old rev> [<new rev>]] 4 # by default <old rev> is HEAD and <new rev> is the working tree 78 # Skip files named with dash, due to old Makefile bug 81 $Sizes{$name} = {old => 0, new => 0} unless exists $Sizes{$name}; 89 save_sizes('old', $oldrev); 95 my $diff = $Sizes{$_}{new} - $Sizes{$_}{old}; 97 printf "%12s %+d\n", substr($_, 0, 12), $Sizes{$_}{new} - $Sizes{$_}{old};
|
/vbox/src/libs/libxml2-2.6.31/python/tests/ |
H A D | thread2.py | 24 old = libxml2.lineNumbersDefault(0) 25 libxml2.lineNumbersDefault(old) 26 return old
|
/vbox/src/libs/xpcom18a4/xpcom/tests/utils/ |
H A D | ls.js | 47 var old = prefix; 55 prefix = old;
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86drm.h | 266 #define DRM_CAS(lock,old,new,__ret) \ 275 : "2" (old), \ 281 #define DRM_CAS(lock, old, new, ret) \ 300 : "r" (old), \ 306 #define DRM_CAS(lock,old,new,__ret) \ 310 __old = old; \ 332 #define DRM_CAS(lock,old,new,__ret) \ 335 (old), (new)) \ 336 != (old)); \ 340 #define DRM_CAS(lock,old,ne [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | globals.c | 248 * Disabled by default since this may not be safe for old classes of 405 * Default old SAX v1 handler for HTML, builds the DOM tree 443 * Default old SAX v1 handler for SGML DocBook, builds the DOM tree 587 * Returns the old value of the registration function 592 xmlRegisterNodeFunc old = xmlRegisterNodeDefaultValue; local 596 return(old); 602 xmlRegisterNodeFunc old; local 605 old = xmlRegisterNodeDefaultValueThrDef; 611 return(old); 625 xmlDeregisterNodeFunc old local 635 xmlDeregisterNodeFunc old; local 650 xmlParserInputBufferCreateFilenameFunc old; local 667 xmlOutputBufferCreateFilenameFunc old; local [all...] |
H A D | list.c | 725 * @old: the list 732 xmlListDup(const xmlListPtr old) argument 736 if (old == NULL) 740 * the new list or the old list. Surely not both. I'll arbitrarily 741 * set it to be the old list for the time being whilst I work out 744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare))) 746 if (0 != xmlListCopy(cur, old)) 754 * @old: the old list 756 * Move all the element from the old lis 761 xmlListCopy(xmlListPtr cur, const xmlListPtr old) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86drm.h | 292 #define DRM_CAS(lock,old,new,__ret) \ 301 : "2" (old), \ 307 #define DRM_CAS(lock, old, new, ret) \ 326 : "r" (old), \ 332 #define DRM_CAS(lock,old,new,__ret) \ 336 __old = old; \ 358 #define DRM_CAS(lock,old,new,__ret) \ 360 unsigned long __result, __old = (old) & 0xffffffff; \ 365 (old), (new)) \ 366 != (old)); */\ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86drm.h | 292 #define DRM_CAS(lock,old,new,__ret) \ 301 : "2" (old), \ 307 #define DRM_CAS(lock, old, new, ret) \ 326 : "r" (old), \ 332 #define DRM_CAS(lock,old,new,__ret) \ 336 __old = old; \ 358 #define DRM_CAS(lock,old,new,__ret) \ 360 unsigned long __result, __old = (old) & 0xffffffff; \ 365 (old), (new)) \ 366 != (old)); */\ [all...] |
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | xf86drm.h | 313 #define DRM_CAS(lock,old,new,__ret) \ 322 : "2" (old), \ 328 #define DRM_CAS(lock, old, new, ret) \ 347 : "r"(new), "r"(old) \ 353 #define DRM_CAS(lock,old,new,__ret) \ 357 __old = old; \ 379 #define DRM_CAS(lock,old,new,__ret) \ 381 unsigned long __result, __old = (old) & 0xffffffff; \ 386 (old), (new)) \ 387 != (old)); */\ [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | cache.c | 229 RD_HBITMAP old; local 233 old = g_bmpcache[id][idx].bitmap; 234 if (old != NULL) 235 ui_destroy_bitmap(old); 240 if (old == NULL) 250 old = g_volatile_bc[id]; 251 if (old != NULL) 252 ui_destroy_bitmap(old); 428 RD_HCURSOR old; local 432 old [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | ipcp.c | 75 #define CILEN_ADDRS 10 /* old-style dual address option */ 325 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) 326 #define LENCIADDR(neg, old) (neg ? (old? CILEN_ADDRS : CILEN_ADDR) : 0) 330 * First see if we want to change our options to the old 331 * forms because we have received old forms from the peer. 334 /* use the old style of address negotiation */ 344 /* use the old style only if the peer did */ 368 #define ADDCIVJ(opt, neg, val, old, maxslotinde [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | ipcp.c | 165 #define CILEN_ADDRS 10 /* old-style dual address option */ 309 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) 310 #define LENCIADDR(neg, old) (neg ? (old? CILEN_ADDRS : CILEN_ADDR) : 0) 314 * First see if we want to change our options to the old 315 * forms because we have received old forms from the peer. 318 /* use the old style of address negotiation */ 328 /* use the old style only if the peer did */ 353 #define ADDCIVJ(opt, neg, val, old, maxslotinde [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/minizip/ |
H A D | Makefile | 21 mv readme.txt readme.old
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
H A D | dtrace_asm.s | 68 uint32_t old; 70 if ((old = *target) == cmp) 72 return (old); 78 void *old; 80 if ((old = *(void **)target) == cmp) 82 return (old);
|
H A D | sdt.c | 103 sdt_probe_t *sdp, *old; local 165 old = dtrace_probe_arg(prov->sdtp_id, id); 166 ASSERT(old != NULL); 168 sdp->sdp_next = old->sdp_next; 170 old->sdp_next = sdp; 192 sdt_probe_t *sdp = parg, *old, *last, *hash; local 204 old = sdp; 227 kmem_free(old, sizeof (sdt_probe_t));
|
/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias_util.c | 164 u_short *old = oldp; local 169 accumulate += *old++;
|
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | list.h | 122 xmlListDup (const xmlListPtr old); 125 const xmlListPtr old);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | micmap.h | 35 void miHookInitVisuals(void (**old)(miInitVisualsProcPtr *),
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | micmap.h | 35 void miHookInitVisuals(void (**old)(miInitVisualsProcPtr *),
|