Searched defs:abort (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh88 abort() { function
107 test -z "${ACTION}" || abort "More than one action specified."
120 test -z "${2}" && abort "${1}: missing argument."
124 abort "Unknown option ${1}.";;
131 abort "Please supply an install action."
137 abort "Please supply a command path."
146 test -w "${path}" || abort "No permission to write to \"${path}\"."
151 abort "No permission to write to \"${PREFIX}/${i}\"."
157 abort "No permission to write to \"${PREFIX}/runlevel\"".
208 abort "N
[all...]
H A Dinit_template.sh73 abort() function
262 %HAVE_ONESHOT% %COMMAND% %ARGUMENTS% >/dev/null 2>&1 || abort "%DESCRIPTION% failed to start!"
268 %HAVE_STOP_COMMAND% %STOP_COMMAND% %STOP_ARGUMENTS% || abort "%DESCRIPTION% failed to stop!"
269 %HAVE_DAEMON% killproc %COMMAND% || abort "%DESCRIPTION% failed to stop!"
299 test -z "${error}" || abort "${error}"
/vbox/src/VBox/Installer/linux/testcase/
H A DtstInstallInit.sh29 abort() function
57 abort "Failed to change to directory ${VBOX_FOLDER}.\n"
151 mkdir -m 0700 "${tmpdir}" || abort "Failed to create a temporary folder."
H A DtstHeadlessXOrg.sh20 abort() function
86 abort "Failed to change to directory ${VBOX_FOLDER}.\n"
103 } || abort "Could not create test folder (${TEST_FOLDER_BASE}).\n"
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Dos_port.h16 /** We can't actually abort, since we are effectively a kernel... */
17 #define abort() assert ( 0 ) macro
/vbox/src/VBox/Installer/linux/scripts/
H A DVBoxHeadlessXOrg.sh241 abort() { function
247 ## Milder version of abort, when we can't continue because of a valid condition.
256 abort "$@"
272 abort "${LOG_FILE}" "Failed to find installation information.\n"
283 abort "%s requires at least one argument.\n" "$1"
331 abort "Failed to create log folder \"${HEADLESS_X_ORG_LOG_FOLDER}\".\n"
336 abort "Failed to create run folder \"${HEADLESS_X_ORG_RUN_FOLDER}\".\n"
345 abort "Service prerequisites not available.\n"
351 abort "Pre-requisite failed.\n"
361 abort "N
[all...]
H A Dcheck_module_dependencies.sh147 abort() function
161 abort "This program must be run with administrator privileges."
177 KERN_VER=$($get_kernel_version 2>/dev/null || abort "'uname' tool not found.")
365 else abort "Linux distribution base type not recognised."
384 abort "Unable to determine the software packaging system in use." ;;
460 $INSTALL_GCC_MAKE || abort "Unable to install tools for building kernel modules."
463 $INSTALL_HEADERS || abort "Unable to install files needed to build modules for the current kernel." ;;
466 $INSTALL_HEADERS_META || abort "Unable to install files needed to build kernel modules."
/vbox/src/VBox/Additions/freebsd/Installer/
H A Dvboxguest.sh19 abort() function
46 abort "VirtualBox kernel module (vboxguest) not installed."
61 abort "This program must be run with administrator privileges. Aborting"
72 abort "Failed to load vboxguest."
77 abort "Aborting due to attach failure."
/vbox/src/VBox/Additions/solaris/Installer/
H A Dvboxguest.sh40 abort() function
61 abort "VirtualBox kernel module ($MODNAME) NOT installed."
67 abort "missing argument to module_loaded()"
105 abort "This program must be run with administrator privileges. Aborting"
113 abort "Failed to load VirtualBox guest kernel module."
124 /usr/sbin/rem_drv $MODNAME || abort "Failed to unload VirtualBox guest kernel module."
136 /usr/sbin/modload -p fs/$VFSMODNAME || abort "Failed to load VirtualBox FileSystem kernel module."
150 /usr/sbin/modunload -i $vboxfs_mod_id || abort "Failed to unload VirtualBox FileSystem module."
162 abort "Failed to load VirtualBox pointer integration module."
173 /usr/sbin/rem_drv $VMSMODNAME || abort "Faile
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DEnvirons.c4 - abort(void)
38 /** The abort function causes abnormal program termination to occur, unless
42 streams are not closed, and temporary files are not removed by abort.
46 abort(void) function
109 files are not removed by abort.
/vbox/src/VBox/Installer/linux/
H A Droutines.sh22 # syntax: abort message
24 abort() { function
37 abort "create_log called without an argument! Aborting..."
42 abort "Error creating log file! Aborting..."
60 abort "Error! Logging has not been set up yet! Aborting..."
82 abort "Error in installer. Aborting..."
91 abort "This program must be run with administrator privileges. Aborting"
106 abort "Please note that it can take up to ten seconds for VirtualBox to finish running."
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileStream.cpp368 void nsOutputFileStream::abort() function in class:nsOutputFileStream
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddriver.h71 ms_drm_abort_proc abort; member in struct:ms_drm_queue
115 ms_drm_abort_proc abort);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpralarm.c136 enum {notify, abort, scan} why = scan; enumerator in enum:__anon17241
138 while (why != abort)
146 if (alarm->state == alarm_inactive) why = abort; /* we're toast */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinaspi.h106 SEGPTR SRB_ToAbort; /* Pointer to SRB to abort */
138 SRB_Abort16 abort; member in union:tagSRB16
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinaspi.h106 SEGPTR SRB_ToAbort; /* Pointer to SRB to abort */
138 SRB_Abort16 abort; member in union:tagSRB16
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h214 void abort (void);
239 #define abort() ASSERT (FALSE) macro
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkReply.cpp61 void abort();
78 static int abort(RTHTTP pHttp);
113 void UINetworkReplyPrivateThread::abort() function in class:UINetworkReplyPrivateThread
115 /* Call for abort: */
116 abort(m_pHttp);
214 int UINetworkReplyPrivateThread::abort(RTHTTP pHttp) function in class:UINetworkReplyPrivateThread
220 /* Call for HTTP abort: */
625 m_pThread->abort();
632 void abort() function in class:UINetworkReplyPrivate
634 m_pThread->abort();
770 void UINetworkReply::abort() function in class:UINetworkReply
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmdmac.c665 void abort(void) function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwnaspi32.h176 VOID *SRB_ToAbort; /* 08 Pointer to SRB to abort */
225 SRB_Abort abort; member in union:tagSRB32
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwnaspi32.h176 VOID *SRB_ToAbort; /* 08 Pointer to SRB to abort */
225 SRB_Abort abort; member in union:tagSRB32
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h183 #undef abort macro
184 #define abort() xf86abort() macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h221 #undef abort macro
222 #define abort() xf86abort() macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h221 #undef abort macro
222 #define abort() xf86abort() macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h227 #undef abort macro
228 #define abort() xf86abort() macro

Completed in 133 milliseconds

12