Searched defs:command (Results 1 - 25 of 77) sorted by relevance

1234

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dcommand.h8 /** A command-line command */
9 struct command { struct
10 /** Name of the command */
13 * Function implementing the command
22 #define COMMANDS __table ( struct command, "commands" )
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dpcibios.c58 * @v command PCI BIOS command
62 int pcibios_read ( struct pci_device *pci, uint32_t command, uint32_t *value ){ argument
75 : "a" ( command >> 16 ), "D" ( command ),
86 * @v command PCI BIOS command
90 int pcibios_write ( struct pci_device *pci, uint32_t command, uint32_t value ){ argument
101 : "a" ( command >> 16 ), "D" ( command ),
[all...]
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga_escape.h37 * Namespace IDs for the escape command
48 * minor command number, respectively.
50 * Major command number allocation:
82 uint32_t command; member in struct:__anon14796
H A Dsvga_overlay.h91 uint32_t command; member in struct:__anon14801
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dprocess.c50 CRpid crSpawn( const char *command, const char *argv[] ) argument
58 (void) command;
82 int err = execvp(command, (char * const *) argv);
111 char command[1000]; local
116 if (!GetModuleFileName( NULL, command, maxLen ))
123 if (crStrstr(command, "\\")) {
124 crStrncpy(name, command+c+1, maxLen);
125 command[c] = 32;
140 char *tmp, command[1000];
152 snprintf(command, sizeo
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/nvs/
H A Dspi.c33 * Munge SPI device address into command
35 * @v command SPI command
38 * @ret command Actual SPI command to use
41 * of the command byte as address bit A8, rather than having a
43 * appropriate command.
45 static inline unsigned int spi_command ( unsigned int command, argument
48 return ( command | ( ( ( address >> 8 ) & munge_address ) << 3 ) );
88 unsigned int command local
115 unsigned int command = spi_command ( SPI_WRITE, address, local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dshell.c27 #include <ipxe/command.h>
33 * Minimal command shell
41 * "help" command
48 struct command *command; local
52 for_each_table_entry ( command, COMMANDS ) {
53 hpos += printf ( " %s", command->name );
64 printf ( "\n\nType \"<command> --help\" for further information\n\n" );
68 /** "help" command */
69 struct command help_comman
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86pciBus.h39 CARD32 command; member in struct:__anon8311
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86pciBus.h39 CARD32 command; member in struct:__anon8620
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_file.c208 userptr_t command; local
215 command = real_to_user ( file_exec->Command.segment,
217 command_len = strlen_user ( command, 0 );
221 copy_from_user ( command_string, command, 0,
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/vmware/
H A Dguestinfo.c56 char command[ 24 /* "info-get guestinfo.ipxe." */ + local
66 /* Construct info-get command */
67 snprintf ( command, sizeof ( command ),
73 info_len = guestrpc_command ( guestinfo_channel, command, NULL, 0 );
101 check_len = guestrpc_command ( guestinfo_channel, command,
114 settings, &command[9] /* Skip "info-get " */, info );
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_get.py212 command = string.split(field, '%') variable
213 print '\t\t\t\t%s;' % command[1]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxselinuxint.h51 char command[COMMAND_LEN]; member in struct:__anon7007
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxselinuxint.h51 char command[COMMAND_LEN]; member in struct:__anon7316
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxselinuxint.h49 char *command; member in struct:__anon9315
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxselinuxint.h51 char command[COMMAND_LEN]; member in struct:__anon9636
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxselinuxint.h51 char command[COMMAND_LEN]; member in struct:__anon5159
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxselinuxint.h51 char command[COMMAND_LEN]; member in struct:__anon5472
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxselinuxint.h51 char command[COMMAND_LEN]; member in struct:__anon5783
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxselinuxint.h51 char command[COMMAND_LEN]; member in struct:__anon6090
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxselinuxint.h51 char command[COMMAND_LEN]; member in struct:__anon6393
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxselinuxint.h51 char command[COMMAND_LEN]; member in struct:__anon6691
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bitbash/
H A Dspi_bit.c149 * @v command Command
157 unsigned int command, int address,
175 /* Transmit command */
177 tmp_command = cpu_to_le32 ( command );
156 spi_bit_rw( struct spi_bus *bus, struct spi_device *device, unsigned int command, int address, const void *data_out, void *data_in, size_t len ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dpnic.c43 * Utility functions: issue a PNIC command, retrieve result. Use
54 static uint16_t pnic_command_quiet ( struct pnic *pnic, uint16_t command, argument
67 /* Write command */
68 outw ( command, pnic->ioaddr + PNIC_REG_CMD );
76 "returned (expected %d, got %d)\n", command,
85 "(have %d, need %d)\n", command,
95 static uint16_t pnic_command ( struct pnic *pnic, uint16_t command, argument
99 uint16_t status = pnic_command_quiet ( pnic, command,
104 printf ( "PNIC command %#hx (len %#hx) failed with status %#hx\n",
105 command, input_lengt
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlcatalog.c98 char command[100]; local
110 * Parse the command itself
120 command[i++] = *cur++;
122 command[i] = 0;
185 * start interpreting the command
187 if (!strcmp(command, "exit"))
189 if (!strcmp(command, "quit"))
191 if (!strcmp(command, "bye"))
193 if (!strcmp(command, "public")) {
205 } else if (!strcmp(command, "syste
[all...]

Completed in 154 milliseconds

1234