Searched defs:commands (Results 1 - 4 of 4) sorted by relevance

/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/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/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. ...

Completed in 61 milliseconds