Searched refs:application (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Installer/solaris/
H A Dcheckinstall.sh124 servicefound=`svcs -H "svc:/application/virtualbox/zoneaccess" 2> /dev/null | grep '^online'`
128 /usr/sbin/svcadm disable -s svc:/application/virtualbox/zoneaccess
130 # /usr/sbin/svccfg delete svc:/application/virtualbox/zoneaccess
134 servicefound=`svcs -H "svc:/application/virtualbox/webservice" 2> /dev/null | grep '^online'`
138 /usr/sbin/svcadm disable -s svc:/application/virtualbox/webservice
140 # /usr/sbin/svccfg delete svc:/application/virtualbox/webservice
144 servicefound=`svcs -H "svc:/application/virtualbox/autostart" 2> /dev/null | grep '^online'`
148 /usr/sbin/svcadm disable -s svc:/application/virtualbox/autostart
/vbox/src/libs/libxml2-2.6.31/example/
H A Dgjobread.c98 xmlChar *application; member in struct:job
136 ret->application =
161 if (cur->application != NULL) printf("application: %s\n", cur->application);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S92 ## At this point, the stub has saved the current application stack esp into AppEsp
95 ## The application stack looks like this:
98 ## (last application stack entry)
169 ## pop this value off the application's stack.
182 ## debug ESP, and replace it with the application's last stack entry...
187 # application stack has eflags, cs, & eip, so
188 # last actual application stack entry is
189 # 12 bytes into the application stack.
196 # CS from application is one entry back in application stac
[all...]
H A DAsmFuncs.asm69 ;; The stub will switch stacks from the application stack to the debuger stack
186 ;; At this point, the stub has saved the current application stack esp into AppEsp
189 ;; The application stack looks like this:
192 ;; (last application stack entry)
254 ;; pop this value off the application's stack.
267 ;; debug ESP, and replace it with the application's last stack entry...
272 ; application stack has eflags, cs, & eip, so
273 ; last actual application stack entry is
274 ; 12 bytes into the application stack.
282 ; CS from application i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm67 ;; The stub will switch stacks from the application stack to the debuger stack
183 ;; At this point, the stub has saved the current application stack esp into AppRsp
186 ;; The application stack looks like this:
189 ;; (last application stack entry)
284 ;; pop this value off the application's stack.
295 ;; debug RSP, and replace it with the application's last stack entry...
300 ; application stack has ss, rsp, rflags, cs, & rip, so
301 ; last actual application stack entry is saved at offset
310 ; CS from application is one entry back in application stac
[all...]
H A DAsmFuncs.S43 // The stub will switch stacks from the application stack to the debuger stack
153 // At this point, the stub has saved the current application stack esp into AppRsp
156 // The application stack looks like this:
159 // (last application stack entry)
251 // pop this value off the application's stack.
262 // debug RSP, and replace it with the application's last stack entry...
267 # application stack has ss, rsp, rflags, cs, & rip, so
268 # last actual application stack entry is saved at offset
276 # CS from application is one entry back in application stac
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia16/
H A DInit16.asm27 ; @param[out] DI 'AP' to indicate application processor
H A DResetVectorVtf0.asm26 ; used to wake up the application processors.
/vbox/src/VBox/HostDrivers/Support/solaris/
H A Dload.sh49 $SUDO svcadm disable svc:/application/virtualbox/zoneaccess:default
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/Ia32/
H A DSecEntry.S30 # @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
H A DSecEntry.asm33 ; @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DXServer.h122 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DXServer.h122 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/X64/
H A DSecEntry.S30 # @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
H A DSecEntry.asm31 ; @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DXServer.h124 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DXServer.h124 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename;
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A Dvmstarter.mm3 * VBox Qt GUI - Helper application for starting vbox the right way when the user double clicks on a file type association.
46 - (void)application:(NSApplication *)sender openFiles:(NSArray *)filenames
109 /* Create our own delegate for the application. */
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/
H A DMain.asm25 ; 'AP': application processor
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLMain-darwin.m50 /* Determine the application name */
82 /* The main class of the application, the application's delegate */
166 /* Tell the application object that this is now the application menu */
193 /* Tell the application object that this is now the window menu */
207 /* Ensure the application object is initialised */
255 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
302 /* Hand off to main application code */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/
H A Dtoolsetup.bat262 @REM We have Python, now test for FreezePython application
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh2861 $echo "*** a static module, that should work as long as the dlopening application"
3822 $echo "*** application is linked with the -dlopen flag."

Completed in 973 milliseconds