Searched refs:release (Results 1 - 25 of 182) sorted by relevance

12345678

/vbox/src/VBox/Installer/linux/
H A DVBoxSysInfo.sh30 # Determine the distribution name and release for a Linux system and print
44 release=`cat /etc/debian_version`
45 print_linux_info "Debian" $release
46 elif [ -r /etc/mandriva-release ]
49 release=`cat /etc/mandriva-release | sed -e 's/[A-Za-z ]* release //'`
50 print_linux_info "Mandriva" $release
51 elif [ -r /etc/fedora-release ]
54 release
[all...]
H A Dvboxautostart-service.sh46 if [ -f /etc/redhat-release ]; then
48 elif [ -f /etc/SuSE-release ]; then
52 elif [ -f /etc/gentoo-release ]; then
54 elif [ -f /etc/arch-release ]; then
58 elif [ -f /etc/lfs-release ]; then
H A Dvboxballoonctrl-service.sh46 if [ -f /etc/redhat-release ]; then
49 elif [ -f /etc/SuSE-release ]; then
55 elif [ -f /etc/gentoo-release ]; then
58 elif [ -f /etc/arch-release ]; then
64 elif [ -f /etc/lfs-release ]; then
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DProfileLock.java47 public void release() { method in class:ProfileLock
59 release();
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfopen.c72 goto release;
79 goto release;
84 goto release;
106 release:
107 fp->_flags = 0; /* release */
/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp184 alock.release();
244 devLock.release();
245 alock.release();
285 alock.release();
297 devLock.release();
362 devLock.release();
363 alock.release();
438 filterLock.release();
439 devLock.release();
440 alock.release();
[all...]
H A DVRDEServerImpl.cpp274 alock.release();
278 mlock.release();
281 adep.release();
402 alock.release();
406 mlock.release();
409 adep.release();
433 alock.release();
437 mlock.release();
440 adep.release();
515 alock.release();
[all...]
H A DNetworkAdapterImpl.cpp260 alock.release();
264 mlock.release();
308 alock.release();
312 mlock.release();
398 alock.release();
403 mlock.release();
453 alock.release();
457 mlock.release();
505 alock.release();
509 mlock.release();
[all...]
H A DSerialPortImpl.cpp205 alock.release();
209 mlock.release();
276 alock.release();
280 mlock.release();
330 alock.release();
334 mlock.release();
379 alock.release();
383 mlock.release();
419 alock.release();
423 mlock.release();
[all...]
H A DParallelPortImpl.cpp228 alock.release();
232 mlock.release();
280 alock.release();
284 mlock.release();
323 alock.release();
327 mlock.release();
363 alock.release();
367 mlock.release();
H A DTokenImpl.cpp94 /* have to release the AutoCaller before calling uninit(), self-deadlock */
95 aAutoCaller.release();
196 /* have to release the AutoCaller before calling uninit(), self-deadlock */
197 aAutoCaller.release();
H A DBIOSSettingsImpl.cpp207 alock.release();
236 alock.release();
268 alock.release();
296 alock.release();
323 alock.release();
352 alock.release();
381 alock.release();
410 alock.release();
438 alock.release();
/vbox/src/VBox/Installer/linux/scripts/
H A Dcheck_module_dependencies.sh266 if $file_exists /etc/SuSE-release; then # SUSE-based, before Red Hat
276 elif $file_exists /etc/pclinuxos-release; then # PCLinuxOS - before Mandrake
281 elif $file_exists /etc/mandrake-release; then # Mandrake family
301 elif $file_exists /etc/redhat-release; then # Red Hat family
317 elif $string_in_file Ubuntu /etc/lsb-release; then # Ubuntu before Debian
340 elif $file_exists /etc/gentoo-release; then # Gentoo
345 elif $file_exists /etc/lfs-release -a -d /etc/rc.d/init.d; then # LFS
350 elif $file_exists /etc/pardus-release; then # Pardus
360 elif $file_exists /etc/arch-release; then # Arch Linux
406 "1: test_uname_r=2.4.21-50.EL test_test_f=/etc/redhat-release test_type_binar
[all...]
/vbox/include/VBox/
H A DVBoxCocoa.h55 /** Helper class for automatic creation & destroying of a cocoa auto release
66 [mPool release];
/vbox/src/VBox/Additions/linux/drm/
H A Dvboxvideo_drm.c90 .release = drm_release,
117 .release = drm_release,
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd-service.sh31 if [ -f /etc/redhat-release ]; then
34 elif [ -f /etc/SuSE-release ]; then
40 elif [ -f /etc/gentoo-release ]; then
43 elif [ -f /etc/arch-release ]; then
49 elif [ -f /etc/lfs-release ]; then
/vbox/src/VBox/ValidationKit/utils/TestExecServ/linux/
H A Dvboxtxs-nat.sh45 if [ -f /etc/redhat-release ]; then
48 elif [ -f /etc/SuSE-release ]; then
54 elif [ -f /etc/gentoo-release ]; then
57 elif [ -f /etc/arch-release ]; then
63 elif [ -f /etc/lfs-release ]; then
H A Dvboxtxs.sh45 if [ -f /etc/redhat-release ]; then
48 elif [ -f /etc/SuSE-release ]; then
54 elif [ -f /etc/gentoo-release ]; then
57 elif [ -f /etc/arch-release ]; then
63 elif [ -f /etc/lfs-release ]; then
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-cocoa.m191 [m_pPixelFormat release];
344 [m_pOverlayHelperView release];
425 [m_pSharedGLCtx release];
470 [m_pGLCtx release];
471 /*[m_pGLCtx performSelectorOnMainThread:@selector(release) withObject:nil waitUntilDone:NO];*/
660 [pPool release];
669 [pCtx release];
670 [pPool release];
690 [pPool release];
702 [pWin release];
[all...]
/vbox/src/VBox/Main/include/
H A DClientToken.h87 bool release();
H A DSecretKeyStore.h55 uint32_t release();
/vbox/src/VBox/VMM/
H A Dpure_test.sh27 BINDIR="../../../out/linux.amd64/release/bin/"
41 kmk KBUILD_TYPE=release VBoxVMM VMMR0 VMMGC
65 kmk KBUILD_TYPE=release VBoxVMM VMMR0 VMMGC
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d83 mutex_exit:adaptive-release
/vbox/src/VBox/HostDrivers/VBoxUSB/win/testcase/
H A DUSBTest.cpp127 USBSUP_RELEASE release; local
132 release.usVendorId = usVendorId;
133 release.usProductId = usProductId;
134 release.usRevision = usRevision;
136 if (!DeviceIoControl(g_hUSBMonitor, SUPUSBFLT_IOCTL_RELEASE_DEVICE, &release, sizeof(release), NULL, 0, &cbReturned, NULL))
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLMain-darwin.m170 [appleMenu release];
171 [menuItem release];
186 [menuItem release];
197 [windowMenu release];
198 [windowMenuItem release];
233 [sdlMain release];
234 [pool release];

Completed in 117 milliseconds

12345678