Searched refs:cmd (Results 101 - 125 of 453) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/libs/agg/
H A Dagg_vcgen_markers_term.h38 void add_vertex(double x, double y, unsigned cmd);
H A Dagg_vcgen_dash.h61 void add_vertex(double x, double y, unsigned cmd);
H A Dagg_vcgen_smooth_poly1.h57 void add_vertex(double x, double y, unsigned cmd);
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DPathTokenizer.h68 double next(char cmd);
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-cmd-env.c50 env_execute_cli_command (const char *cmd, const char *args) argument
52 if (cmd != 0)
57 run = xstrprintf ("%s %s", cmd, args);
59 run = xstrdup (cmd);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dthread.c506 thread apply 1 2 7 4 backtrace Apply backtrace cmd to threads 1,2,7,4
507 thread apply 2-7 9 p foo(1) Apply p foo(1) cmd to threads 2->7 & 9
508 thread apply all p x/i $pc Apply x/i $pc cmd to all threads
512 thread_apply_all_command (char *cmd, int from_tty) argument
519 if (cmd == NULL || *cmd == '\000')
530 saved_cmd = xstrdup (cmd);
538 execute_command (cmd, from_tty);
539 strcpy (cmd, saved_cmd); /* Restore exact command used previously */
549 char *cmd; local
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Ddemo_menus.c283 perform_file_menu(int cmd) argument
285 return menu_driver(mpFile, cmd);
370 perform_select_menu(int cmd) argument
372 return menu_driver(mpSelect, cmd);
472 perform_trace_menu(int cmd) argument
487 result = menu_driver(mpTrace, cmd);
490 if (update_trace_menu(mpTrace) || cmd == REQ_TOGGLE_ITEM) {
576 int code = E_UNKNOWN_COMMAND, cmd, ch; local
586 cmd = menu_virtualize(ch);
588 switch (cmd) {
[all...]
/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php505 $cmd = ''; variable
507 $cmd .= "QEMU_AUDIO_DRV=twolame ";
508 //$cmd .= "QEMU_TWOLAME_SAMPLES=" . 4096 . " ";
509 $cmd .= "QEMU_TWOLAME_PORT=" . audio_port() . " ";
511 $cmd .= QEMU_BIN . " " . QEMU_ARGS;
513 $cmd .= " -smp " . $cpucount;
515 $cmd .= " -soundhw hda";
518 $cmd .= " -serial telnet::";
519 $cmd .= (SERIALPORTBASE + qemu_slot());
520 $cmd
552 $cmd = "(PID=`cat " . $pidfile . "`; " . variable
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.h57 status_t SetCommand(esd_command_t cmd=ESD_PROTO_STREAM_PLAY);
76 status_t SendCommand(esd_command_t cmd, const uint8 *obuf, size_t olen, uint8 *ibuf, size_t ilen);
/haiku-fatelf/src/libs/agg/src/
H A Dagg_vpgen_clip_polygon.cpp125 unsigned cmd = m_cmd; local
127 return cmd;
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dproto_module.h50 uint8 *cmd, uint8 cmdlen,
65 uint8 *cmd, uint8 len,
/haiku-fatelf/src/kits/media/
H A DBuffer.cpp270 server_unregister_buffer_command cmd; local
271 cmd.team = BPrivate::current_team();
272 cmd.buffer_id = fMediaHeader.buffer;
273 SendToServer(SERVER_UNREGISTER_BUFFER, &cmd, sizeof(cmd));
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui.c73 const char* cmd; member in struct:tui_char_command
241 for (i = 0; tui_commands[i].cmd; i++)
247 char* cmd = alloca (strlen (tui_commands[i].cmd) + 1); local
248 strcpy (cmd, tui_commands[i].cmd);
249 execute_command (cmd, TRUE);
322 for (i = 0; tui_commands[i].cmd; i++)
333 for (j = 0; tui_commands[j].cmd; j++)
337 if (tui_commands[j].cmd)
[all...]
/haiku-fatelf/src/bin/less/
H A Ddecode.c34 #include "cmd.h"
384 * Search a single command table for the command string in cmd.
387 cmd_search(cmd, table, endtable, sp)
388 char *cmd;
398 for (p = table, q = cmd; p < endtable; p++, q++)
418 * cmd string passed in was empty ("").
454 * us to abort the cmd search.
465 q = cmd-1;
479 cmd_decode(tlist, cmd, sp)
481 char *cmd;
[all...]
/haiku-fatelf/src/libs/ncurses/
H A DMakefile.os276 config.cache: configure.cmd configure
78 configure.cmd $(CONFIG_OPTS)
80 configure.cmd: configure convert_configure.pl
168 (cmd /C ".\\misc\\makedef.cmd ./lib/$$i.a ./misc/$$i.ref >> ./misc/$$i.def" \
169 && cmd /C ".\\misc\\chkdef.cmd ./misc/$$i.def") \
202 cp ./misc/emx.src ./misc/cleantic.cmd $(TICDIR)
203 ./misc/cleantic.cmd $(TICDIR)
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-script.c77 struct command_line *cmd;
82 cmd = (struct command_line *) xmalloc (sizeof (struct command_line));
83 cmd->next = NULL;
84 cmd->control_type = type;
86 cmd->body_count = 1;
87 cmd->body_list
89 * cmd->body_count);
90 memset (cmd->body_list, 0, sizeof (struct command_line *) * cmd->body_count);
91 cmd
76 struct command_line *cmd; local
100 struct command_line *cmd; local
123 print_command_lines(struct ui_out *uiout, struct command_line *cmd, unsigned int depth) argument
293 execute_control_command(struct command_line *cmd) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl_pci.c126 u_int32_t cmd; local
131 cmd = pci_read_config(dev, PCIR_COMMAND, 4);
132 cmd |= PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN;
133 pci_write_config(dev, PCIR_COMMAND, cmd, 4);
134 cmd = pci_read_config(dev, PCIR_COMMAND, 4);
135 if ((cmd & PCIM_CMD_MEMEN) == 0) {
139 if ((cmd & PCIM_CMD_BUSMASTEREN) == 0) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c335 IWN_DEBUG_CMD = 0x00001000, /* cmd submission */
346 iwn_intr_str(uint8_t cmd) argument
348 switch (cmd) {
1479 error = iwn_dma_contig_alloc(sc, &ring->cmd_dma, (void **)&ring->cmd,
1483 "%s: could not allocate TX cmd DMA memory, error %d\n",
2207 * which is done with a firmware cmd. We also defer
2605 DPRINTF(sc, IWN_DEBUG_CALIBRATE, "%s: received statistics, cmd %d\n",
3349 struct iwn_tx_cmd *cmd; local
3433 cmd = &ring->cmd[rin
3616 struct iwn_tx_cmd *cmd; local
3915 iwn_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
3966 struct iwn_tx_cmd *cmd; local
4150 struct iwn_edca_params cmd; local
4221 struct iwn_cmd_timing cmd; local
4274 struct iwn4965_cmd_txpower cmd; local
4415 struct iwn5000_cmd_txpower cmd; local
4640 struct iwn_phy_calib_gain cmd; local
4653 struct iwn_phy_calib cmd; local
4668 struct iwn_phy_calib_gain cmd; local
4701 struct iwn_phy_calib_gain cmd; local
4890 struct iwn_enhanced_sensitivity_cmd cmd; local
4940 struct iwn_pmgt_cmd cmd; local
4991 struct iwn_bluetooth cmd; local
5062 struct iwn5000_calib_config cmd; local
5860 struct iwn5000_calib_config cmd; local
5937 struct iwn5000_phy_calib_crystal cmd; local
5953 struct iwn5000_phy_calib_temp_offset cmd; local
[all...]
/haiku-fatelf/src/apps/codycam/
H A DSpawningUploadClient.cpp80 SpawningUploadClient::SendCommand(const char *cmd) argument
82 return write(InputPipe(), cmd, strlen(cmd));
/haiku-fatelf/src/bin/network/wget/src/
H A Dftp.c69 int cmd; /* command code */ member in struct:__anon4469
252 int cmd = con->cmd; local
266 assert (!((cmd & DO_LIST) && (cmd & DO_RETR)));
268 assert ((cmd & (DO_LIST | DO_CWD | DO_RETR | DO_LOGIN)) != 0);
284 if (!(cmd & DO_LOGIN))
286 else /* cmd & DO_LOGIN */
309 if (cmd & LEAVE_PENDING)
499 if (cmd
[all...]
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A D3dfx_draw.cpp130 uint32 cmd = SCRN_TO_SCRN_BLIT | CMD_2D_GO | (ROP_COPY << 24); local
133 cmd |= X_RIGHT_TO_LEFT;
139 cmd |= Y_BOTTOM_TO_TOP;
148 OUTREG32(CMD_2D, cmd);
/haiku-fatelf/src/add-ons/accelerants/s3/
H A Dtrio64_draw.cpp130 int cmd = CMD_BITBLT | DRAW | INC_X | INC_Y | WRTDATA; local
135 cmd &= ~INC_X;
141 cmd &= ~INC_Y;
151 WriteReg16(CMD, cmd);
/haiku-fatelf/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_common.h67 extern status_t ps2_command(uint8 cmd, const uint8 *out, int out_count,
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis900/
H A Dinterface.c115 int32 cmd = MII_CMD_WRITE | (phy << MII_PHY_SHIFT) | (reg << MII_REG_SHIFT); local
123 int32 data = SiS900_MII_MDDIR | (cmd & (1 << i) ? SiS900_MII_MDIO : 0);
159 int32 cmd = MII_CMD_READ | (phy << MII_PHY_SHIFT) | (reg << MII_REG_SHIFT); local
167 int32 data = SiS900_MII_MDDIR | (cmd & (1 << i) ? SiS900_MII_MDIO : 0);
/haiku-fatelf/src/bin/coreutils/src/
H A Dnohup.c224 char **cmd = argv + optind; local
226 execvp (*cmd, cmd);
237 error (0, saved_errno, _("failed to run command %s"), quote (*cmd));

Completed in 239 milliseconds

1234567891011>>