Searched refs:commands (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/
H A DMakefile89 SRCDIRS += arch/i386/hci/commands
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dsrp.c123 /** List of active commands */
124 struct list_head commands; member in struct:srp_device
133 /** List of active commands */
215 /* Remove from list of commands */
245 /* Shut down any active commands */
246 list_for_each_entry_safe ( srpcmd, tmp, &srpdev->commands, list ) {
264 list_for_each_entry ( srpcmd, &srpdev->commands, list ) {
601 list_add ( &srpcmd->list, &srpdev->commands );
791 INIT_LIST_HEAD ( &srpdev->commands );
807 assert ( tag >= 0 ); /* Cannot fail when no commands i
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/
H A DMakefile87 SRCDIRS += hci hci/commands hci/tui
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py8 information and issue commands from a simple command line.
919 names = commands.keys()
922 helpSingleCmd(i, commands[i][0], commands[i][2])
925 c = commands.get(cmd)
1312 print "usage: guest name commands"
1796 checkUserExtensions(ctx, commands, getHomeFolder(ctx))
1797 autoCompletion(commands, ctx)
1843 print "usage: shell <commands>"
2867 for more information about commands
3256 commands = {'help':['Prints help information', helpCmd, 0], variable
[all...]
/vbox/src/VBox/Installer/linux/scripts/
H A DVBoxHeadlessXOrg.sh117 variable is only used by the commands in the default configuration
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.h117 SCBPort = 8, // Misc. commands and operands.
129 // Action commands - Commands that can be put in a command list entry.
131 enum commands { enum
140 // port commands
155 #define CU_CMD_BASE 0x0060 /* Base address to add to add CU commands. */
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dactivation.jar ... primaryType String subType String mimeType java.util.Map commands protected static void reportParseError (int, int, java.lang. ...
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.asm38 ;; The FXSTOR and FXRSTOR commands are used for saving and restoring the x87,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm35 ;; The FXSTOR and FXRSTOR commands are used for saving and restoring the x87,
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm765 mov al, 11h ; send init commands
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglext.h7066 /* KHR_debug (includes ARB_debug_output commands promoted to KHR without suffixes) */
12923 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
12925 GLAPI void APIENTRY glPathSubCommandsNV (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
12955 GLAPI void APIENTRY glGetPathCommandsNV (GLuint path, GLubyte *commands);
12973 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
12975 typedef void (APIENTRYP PFNGLPATHSUBCOMMANDSNVPROC) (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
13005 typedef void (APIENTRYP PFNGLGETPATHCOMMANDSNVPROC) (GLuint path, GLubyte *commands);

Completed in 229 milliseconds