/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 43 char *cmd = argv[0]; local 50 "timer: %s\n", cmd, strerror(errno)); 65 cmd, strerror(errno));
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | system.c | 53 static PRSysInfo Incr(PRSysInfo *cmd) argument 55 PRIntn tmp = (PRIntn)*cmd + 1; 56 *cmd = (PRSysInfo)tmp; 63 PRSysInfo cmd; local 67 for (cmd = PR_SI_HOSTNAME; cmd <= PR_SI_ARCHITECTURE; Incr(&cmd)) 69 rv = PR_GetSystemInfo(cmd, info, SYS_INFO_BUFFER_LENGTH); 70 if (PR_SUCCESS == rv) PR_fprintf(output, "%s: %s\n", tag[cmd], info); 71 else PL_FPrintError(output, tag[cmd]); [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/ |
H A D | pciextra.c | 63 uint16_t cmd; local 67 pci_read_config_word ( pci, PCI_COMMAND, &cmd ); 77 pci_write_config_word ( pci, PCI_COMMAND, cmd );
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | StubFunctions.c | 75 popen (const char *cmd, const char *type) argument
|
H A D | SysCalls.c | 260 The available values for cmd are defined in <fcntl.h> and are as follows: 311 [EINVAL] The cmd argument is invalid, or the cmd argument is F_DUPFD 313 [EMFILE] The argument cmd is F_DUPFD and {OPEN_MAX} file descriptors 319 cmd as follows: 334 fcntl (int fildes, int cmd, ...) argument 341 //Print(L"%a( %d, %d, ...)\n", __func__, fildes, cmd); 342 va_start(p3, cmd); 347 switch(cmd) {
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/ |
H A D | ifmgmt_cmd.c | 44 * @v cmd Command descriptor 50 struct command_descriptor *cmd, 58 if ( ( rc = parse_options ( argc, argv, cmd, &opts ) ) != 0 ) 49 ifcommon_exec( int argc, char **argv, struct command_descriptor *cmd, int ( * payload ) ( struct net_device * ), int stop_on_first_success ) argument
|
H A D | nvo_cmd.c | 105 * @v cmd Command descriptor 110 struct command_descriptor *cmd, 118 if ( ( rc = parse_options ( argc, argv, cmd, &opts ) ) != 0 ) 109 set_core_exec( int argc, char **argv, struct command_descriptor *cmd, int ( * get_value ) ( char **args, char **value ) ) argument
|
H A D | sanboot_cmd.c | 83 struct command_descriptor *cmd, 96 if ( ( rc = reparse_options ( argc, argv, cmd, &opts ) ) != 0 ) 82 sanboot_core_exec( int argc, char **argv, struct command_descriptor *cmd, int default_flags, int no_root_path_flags ) argument
|
H A D | image_cmd.c | 58 struct command_descriptor *cmd; member in struct:imgsingle_descriptor 88 if ( ( rc = parse_options ( argc, argv, desc->cmd, &opts ) ) != 0 ) 167 .cmd = &imgfetch_cmd, 184 .cmd = &imgsingle_cmd, 209 .cmd = &imgexec_cmd, 228 .cmd = &imgsingle_cmd,
|
/vbox/src/VBox/Devices/PC/ipxe/src/interface/linux/ |
H A D | linux_console.c | 100 unsigned long int cmd; local 105 cmd = TCSETS; 108 cmd = TCSETSW; 111 cmd = TCSETSF; 118 return linux_ioctl(fd, cmd, termios_p);
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | printer.c | 115 char cmd[256]; local 128 snprintf(cmd, sizeof(cmd), "lpr -P %s", pprinter_data->printer); 130 sprintf(cmd, "lpr -P %s", pprinter_data->printer); 132 pprinter_data->printer_fp = popen(cmd, "w");
|
/vbox/src/VBox/Devices/Audio/ |
H A D | noaudio.c | 92 static int no_ctl_out (HWVoiceOut *hw, int cmd, ...) argument 95 (void) cmd; 138 static int no_ctl_in (HWVoiceIn *hw, int cmd, ...) argument 141 (void) cmd;
|
H A D | winaudio.c | 280 static int winmm_ctl_out (HWVoiceOut *hw, int cmd, ...) argument 285 switch (cmd) { 291 va_start (ap, cmd); 491 static int winmm_ctl_in (HWVoiceIn *hw, int cmd, ...) argument 494 (void) cmd; 741 static int winmm_audio_ctl (void *opaque, int cmd, ...) argument 745 switch (cmd) { 749 va_start (ap, cmd); 759 va_start (ap, cmd);
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/linux/ |
H A D | linux_api.c | 49 int linux_fcntl ( int fd, int cmd, ... ) { argument 53 va_start ( list, cmd ); 57 return linux_syscall ( __NR_fcntl, fd, cmd, arg );
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | parseopt.c | 177 * @v cmd Command descriptor 180 void print_usage ( struct command_descriptor *cmd, char **argv ) { argument 181 printf ( "Usage:\n\n %s %s\n\nSee http://ipxe.org/cmd/%s for further " 182 "information\n", argv[0], cmd->usage, argv[0] ); 190 * @v cmd Command descriptor 194 int reparse_options ( int argc, char **argv, struct command_descriptor *cmd, argument 196 struct option longopts[ cmd->num_options + 1 /* help */ + 1 /* end */ ]; 197 char shortopts[ cmd->num_options * 3 /* possible "::" */ + 1 /* "h" */ 210 for ( i = 0 ; i < cmd->num_options ; i++ ) { 211 longopts[i].name = cmd 277 parse_options( int argc, char **argv, struct command_descriptor *cmd, void *opts ) argument [all...] |
H A D | exec.c | 60 struct command *cmd; local 84 for_each_table_entry ( cmd, COMMANDS ) { 85 if ( strcmp ( command, cmd->name ) == 0 ) 86 return cmd->exec ( argc, ( char ** ) argv );
|
/vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/ |
H A D | VBoxNetAdp-freebsd.c | 248 static int VBoxNetAdpFreeBSDNetioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument 252 switch (cmd) 286 return ether_ioctl(ifp, cmd, data);
|
/vbox/src/VBox/HostServices/GuestControl/testcase/ |
H A D | tstGuestControlSvc.cpp | 71 int cmd; member in struct:CMDHOST 87 int cmd; member in struct:CMDCLIENT 113 RTTestPrintf(g_hTest, RTTESTLVL_INFO, "Testing #%u (cmd: %d, num_parms: %d, parms: 0x%p\n", 114 i, pCmd[i].cmd, pCmd[i].num_parms, pCmd[i].parms); 126 pCmd[i].cmd,
|
/vbox/src/VBox/Additions/freebsd/vboxvfs/ |
H A D | vboxvfs_vfsops.c | 210 static int vboxvfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, struct thread *td) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/ |
H A D | daConsole.c | 380 ULONGN cmd, 378 da_ConIoctl( struct __filedes *filp, ULONGN cmd, va_list argp ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/ |
H A D | daShell.c | 377 @param[in] cmd The command this ioctl is to perform. 388 ULONGN cmd, 402 if( cmd == (ULONGN)FIOSETIME) { 386 da_ShellIoctl( struct __filedes *filp, ULONGN cmd, va_list argp ) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/ |
H A D | comboot_call.c | 345 char cmd[len + 1]; local 346 copy_from_user ( cmd, cmd_u, 0, len + 1 ); 347 DBG ( "COMBOOT: executing command '%s'\n", cmd ); 348 system ( cmd ); 550 char cmd[cmd_len + 1]; local 553 copy_from_user ( cmd, cmd_u, 0, cmd_len + 1 ); 555 DBG ( "COMBOOT: run kernel %s %s\n", file, cmd ); 556 comboot_fetch_kernel ( file, cmd );
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
H A D | lockstat.c | 235 lockstat_attach(dev_info_t *devi, ddi_attach_cmd_t cmd) argument 237 switch (cmd) { 263 lockstat_detach(dev_info_t *devi, ddi_detach_cmd_t cmd) argument 265 switch (cmd) {
|
H A D | systrace.c | 233 systrace_attach(dev_info_t *devi, ddi_attach_cmd_t cmd) argument 235 switch (cmd) { 263 systrace_detach(dev_info_t *devi, ddi_detach_cmd_t cmd) argument 265 switch (cmd) {
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageUSB.cpp | 171 USBFilterCmd cmd; local 178 cmd.mAction = USBFilterCmd::Invalid; 179 if (!strcmp(a->argv[0], "add")) cmd.mAction = USBFilterCmd::Add; 180 else if (!strcmp(a->argv[0], "modify")) cmd.mAction = USBFilterCmd::Modify; 181 else if (!strcmp(a->argv[0], "remove")) cmd.mAction = USBFilterCmd::Remove; 183 if (cmd.mAction == USBFilterCmd::Invalid) 187 if (VINF_SUCCESS != RTStrToUInt32Full(a->argv[1], 10, &cmd.mIndex)) 190 switch (cmd.mAction) 198 if (cmd.mAction == USBFilterCmd::Add) 207 if (cmd [all...] |