Searched refs:command (Results 51 - 75 of 320) sorted by last modified time

1234567891011>>

/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp37 atom := variable | ( "(" expression ")" ) | ( "[" command "]" )
41 commandPipe := command ( "|" command )*
42 command := identifier argument*
150 parse_exception("out of memory for command execution", -1);
521 // Allowed are command or assignment. A command always starts with an
539 // no assignment, so let's assume it's a command
550 parse_exception("expected command or assignment", token.position);
787 debugger_command* command local
[all...]
H A Duser_debugger.cpp648 // read a command from the debug port
649 int32 command; local
651 ssize_t commandMessageSize = read_port_etc(port, &command,
663 switch (command) {
1676 // command processing loop
1678 int32 command; local
1680 ssize_t messageSize = read_port_etc(port, &command, &message,
1711 // process the command
1712 switch (command) {
2456 status_t error = kill_interruptable_write_port(replyPort, command,
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp168 Command* command = NULL;
169 if (fCurrentState->MessageReceived(message, &command)) {
170 Perform(command);
407 // (central place to prevent command stack mix up)
419 Command* command = NULL; local
420 if (fCurrentState->HandleKeyDown(key, modifiers, &command)) {
421 Perform(command);
433 // (central place to prevent command stack mix up)
445 Command* command = NULL; local
446 if (fCurrentState->HandleKeyUp(key, modifiers, &command)) {
483 SetUpdateTarget(BHandler* target, uint32 command) argument
506 Perform(Command* command) argument
[all...]
H A DStateView.h75 uint32 command);
79 status_t Perform(Command* command);
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp42 CommandEntry(const BString& name, CliCommand* command) argument
45 fCommand(command)
71 CliCommand("print help for a command or a list of all commands",
72 "%s [ <command> ]\n"
73 "Prints help for command <command>, if given, or a list of all "
267 // read a command line
272 // parse the command line
279 printf("Insufficient memory parsing the command line.\n");
296 // execute command
341 _RegisterCommand(const BString& name, CliCommand* command) argument
[all...]
H A DCommandLineUserInterface.h70 CliCommand* command);
/haiku/src/apps/icon-o-matic/style/
H A DSetGradientCommand.cpp110 SetGradientCommand::CombineWithNext(const Command* command) argument
113 = dynamic_cast<const SetGradientCommand*>(command);
H A DSetColorCommand.cpp82 SetColorCommand::CombineWithNext(const Command* command) argument
85 = dynamic_cast<const SetColorCommand*>(command);
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp115 Command* command = new (nothrow) SetPropertiesCommand(objects, 1, local
119 fCommandStack->Perform(command);
127 // TODO: command for this
/haiku/src/bin/
H A Dxres.cpp34 " %s <command> ...\n"
52 " data will either be the string <data> provided on the command\n"
57 " read from input files or directly specified via command \"-a\"\n"
58 " following this command until the next \"-d\" command.\n"
63 " \"-o\" command. Resources specified later overwrite earlier ones\n"
72 " least one <input file> or \"-a\" command is given for it.\n"
76 " read from input files or directly specified via command \"-a\"\n"
77 " following this command until the next \"-x\" command
811 Command *command = new AddResourceCommand(resourceID, local
828 Command *command = new SetResourcePatternCommand(pattern, local
849 Command *command = new SetOutputCommand(out); local
865 Command *command = new SetResourcePatternCommand(pattern, local
884 Command *command = new ProcessInputCommand(arg); local
[all...]
/haiku/src/tests/add-ons/kernel/drivers/audio/
H A Dmulti_audio_test.cpp452 for (cmd_entry* command = sBuiltinCommands; command->name != NULL; command++) {
453 printf("%8s - %s\n", command->name, command->help);
532 for (cmd_entry* command = sBuiltinCommands; command->name != NULL; command++) {
533 if (!strncmp(command->name, argv[0], length)) {
534 command
[all...]
/haiku/src/kits/media/
H A DMediaRoster.cpp367 node_final_release_command command; local
368 rv = SendToPort(node.port, NODE_FINAL_RELEASE, &command,
369 sizeof(command));
1350 node_start_command command; local
1351 command.performance_time = atPerformanceTime;
1353 return SendToPort(node.port, NODE_START, &command, sizeof(command));
1368 node_stop_command command; local
1369 command.performance_time = atPerformanceTime;
1370 command
1387 node_seek_command command; local
1582 node_roll_command command; local
[all...]
H A DBufferConsumer.cpp108 producer_late_notice_received_command command;
109 command.source = whatSource;
110 command.how_much = howMuch;
111 command.performance_time = performanceTime;
113 SendToPort(whatSource.port, PRODUCER_LATE_NOTICE_RECEIVED, &command,
114 sizeof(command));
135 producer_video_clipping_changed_command* command; local
138 command
140 if (command == NULL)
143 command
280 producer_set_buffer_group_command *command local
379 const consumer_buffer_received_command* command local
402 const consumer_producer_data_status_command *command = static_cast<const consumer_producer_data_status_command *>(data); local
512 producer_video_clipping_changed_command *command; local
[all...]
/haiku/src/kits/app/
H A DMessage.cpp906 BMessage::SendReply(uint32 command, BHandler* replyTo) argument
909 BMessage message(command);
968 BMessage::SendReply(uint32 command, BMessage* replyToReply) argument
971 BMessage message(command);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp1316 Volume::IOCtl(void* _node, void* cookie, uint32 command, void *buffer, argument
1321 // check the command and its parameters
1325 switch (command) {
1359 // We don't know the command. Check whether the FileSystem knows
1361 const IOCtlInfo* info = fFileSystem->GetIOCtlInfo(command);
1363 PRINT(("Volume::IOCtl(): unknown command\n"));
1426 request->command = command;
4502 switch (buffer->command) {
/haiku/src/apps/icon-o-matic/
H A DUtil.h32 Style** style, AddStylesCommand** command);
35 AddPathsCommand** command, VectorPath* other = NULL);
H A DUtil.cpp24 Style** style, AddStylesCommand** command)
30 *command = new (nothrow) AddStylesCommand(
33 if (*command == NULL) {
38 *command = NULL;
45 AddPathsCommand** command, VectorPath* other)
57 *command = new (nothrow) AddPathsCommand(
59 if (*command == NULL) {
64 *command = NULL;
23 new_style(rgb_color color, Container<Style>* container, Style** style, AddStylesCommand** command) argument
44 new_path(Container<VectorPath>* container, VectorPath** path, AddPathsCommand** command, VectorPath* other) argument
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp287 usb_raw_command command;
288 if (length < sizeof(command.version.status))
291 || user_memcpy(&command, buffer, min_c(length, sizeof(command)))
296 command.version.status = B_USB_RAW_STATUS_ABORTED;
302 command.version.status = B_USB_RAW_PROTOCOL_VERSION;
309 if (length < sizeof(command.device))
318 if (!IS_USER_ADDRESS(command.device.descriptor)
319 || user_memcpy(command.device.descriptor, deviceDescriptor,
324 command
[all...]
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp18 in the status and command registers. Currently programming zero's which will
192 fix_rate_support(uint32 command) argument
194 if ((command & AGP_3_MODE) != 0) {
195 if ((command & AGP_3_8x) != 0)
196 command |= AGP_3_4x;
198 command &= ~AGP_RATE_MASK | AGP_3_8x | AGP_3_4x;
199 command |= AGP_SBA;
203 if ((command & AGP_2_4x) != 0)
204 command |= AGP_2_2x;
205 if ((command
215 fix_rate_command(uint32 command) argument
236 check_capabilities(agp_device_info &deviceInfo, uint32 &command) argument
352 set_agp_command(agp_device_info &deviceInfo, uint32 command) argument
889 set_agp_mode(uint32 command) argument
[all...]
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp685 uint32 command, BMessage* message)
689 command);
691 if (command == B_NODE_MONITOR)
693 else if (command >= B_KEY_MAP_CHANGED
694 && command <= B_KEY_REPEAT_RATE_CHANGED) {
696 device->UpdateSettings(command);
684 Control(const char* name, void* cookie, uint32 command, BMessage* message) argument
/haiku/src/apps/terminal/
H A DTermWindow.h143 static BMenu* _MakeFontSizeMenu(uint32 command,
H A DAppearPrefView.h58 static BMenu* _MakeFontMenu(uint32 command,
62 uint32 command,
H A DColorListView.cpp126 uint32 command = index == CurrentSelection() local
128 BMessage setColorMessage = BMessage(command);
131 if (command == MSG_SET_COLOR)
138 if (command == MSG_SET_COLOR) {
H A DAppearPrefView.cpp344 AppearancePrefView::_MakeFontMenu(uint32 command, argument
360 BMessage* message = new BMessage(command);
390 AppearancePrefView::_MakeFontSizeMenu(const char* label, uint32 command, argument
406 BMessage* message = new BMessage(command);
421 BMessage* message = new BMessage(command);
/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Docores_i2c.cpp46 fRegs->command.val = cmd.val;
58 fRegs->command.val = cmd.val;
203 fRegs->command.val = OcoresI2cRegsCommand{

Completed in 129 milliseconds

1234567891011>>