Searched refs:command (Results 126 - 150 of 320) sorted by relevance

1234567891011>>

/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/apps/icon-o-matic/gui/
H A DShapeListView.cpp204 ResetTransformationCommand* command = local
207 fCommandStack->Perform(command);
229 FreezeTransformationCommand* command local
234 fCommandStack->Perform(command);
443 CompoundCommand* command = new CompoundCommand(commands, 3, local
446 fCommandStack->Perform(command);
472 MoveShapesCommand* command = new (nothrow) MoveShapesCommand( local
474 if (command == NULL) {
479 fCommandStack->Perform(command);
498 AddShapesCommand* command local
521 RemoveShapesCommand* command = new(nothrow) RemoveShapesCommand( local
[all...]
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.h38 status_t ExecuteCommand(uint8_t command, uint32_t argument,
44 status_t DoIO(uint8_t command, IOOperation* operation,
107 void SendCommand(uint8_t command, uint8_t type) argument
109 fBits = (command << 8) | type;
223 #define SDHCI_INT_CMD_CMP 0x00000001 // command complete enable
320 // SD command generation
326 Command command; member in struct:registers
438 status_t execute_command(void* controller, uint8_t command,
440 status_t do_io(void* controller, uint8_t command,
/haiku/src/tests/kits/app/common/
H A DAppRunner.cpp46 AppRunner::Run(const char *command, const char *args, bool findCommand) argument
52 find_test_app(command, &appPath);
53 command = appPath.String();
55 get_ref_for_path(command, &fRef);
56 // add args, i.e. compose the command line
57 BString cmdLine(command);
69 // run the command
H A DAppRunner.h17 status_t Run(const char *command, const char *args = NULL,
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp224 uint32 command, BMessage* message)
226 LOG("%s(%s, code: %lu)\n", __PRETTY_FUNCTION__, name, command);
228 if (command >= B_MOUSE_TYPE_CHANGED &&
229 command <= B_MOUSE_ACCELERATION_CHANGED)
231 InitFromSettings(cookie, command);
223 Control(const char* name, void* cookie, uint32 command, BMessage* message) argument
/haiku/src/system/kernel/arch/x86/
H A Dapic.cpp154 uint64 command = x86_read_msr(IA32_MSR_APIC_INTR_COMMAND); local
155 command &= APIC_INTR_COMMAND_1_MASK;
156 command |= (uint64)destination << 32;
157 command |= mode;
158 x86_write_msr(IA32_MSR_APIC_INTR_COMMAND, command);
/haiku/src/tools/remote_disk_server/
H A Dremote_disk_server.cpp100 switch (fRequest->command) {
115 (int)fRequest->command);
185 reply.command = REMOTE_DISK_HELLO_REPLY;
227 reply->command = REMOTE_DISK_READ_REPLY;
272 reply.command = REMOTE_DISK_WRITE_REPLY;
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATARequest.cpp155 scsi_cmd_request_sense *command = (scsi_cmd_request_sense *)fCCB->cdb; local
156 copy_sg_data(fCCB, 0, command->allocation_length, &sense, sizeof(sense),
160 command->allocation_length), fCCB->data_length);
/haiku/src/servers/launch/
H A DBaseJob.cpp218 BString command; local
219 command.SetToFormat(". \"%s\"; export -p", script);
220 execl("/bin/sh", "/bin/sh", "-c", command.String(), NULL);
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp107 BString command; local
108 command.SetToFormat("/bin/pkgman install -y %s",
114 int error = system(command.String());
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIRequest.cpp161 scsi_cmd_request_sense *command = (scsi_cmd_request_sense *)fCCB->cdb; local
162 copy_sg_data(fCCB, 0, command->allocation_length, fResponse->sense,
166 command->allocation_length), fCCB->data_length);
/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{
/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/headers/private/graphics/
H A DAGP.h23 uint32 command; /* AGP command register */ member in struct:agp_info::__anon758
50 uint32 (*set_agp_mode)(uint32 command);
104 /* defines for status and command register bits */
116 #define AGP_REQUEST 0xff000000 /* max. number of enqueued AGP command requests
120 /* masks for command register bits */
/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp85 SpawningUploadClient::SetCommandLine(const char* command) argument
87 fCommand = command;
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_alps.cpp270 uint8 command = PS2_CMD_MOUSE_SET_RES; local
273 command = PS2_CMD_SET_TYPEMATIC;
278 || ps2_dev_command(dev, command, &arg, 1, NULL, 0) != B_OK)
288 uint8 command = PS2_CMD_MOUSE_SET_SCALE11; local
290 command = PS2_CMD_MOUSE_SET_SCALE21;
292 if (ps2_dev_command(dev, command, NULL, 0, NULL, 0) != B_OK
293 || ps2_dev_command(dev, command, NULL, 0, NULL, 0) != B_OK
294 || ps2_dev_command(dev, command, NULL, 0, NULL, 0) != B_OK
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h75 uint32 command);
79 status_t Perform(Command* command);
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp59 virtual void Command(RTF::Command *command);
175 process_command(conversion_context &context, RTF::Command *command, argument
178 const char *name = command->Name();
198 return write_unicode_char(context, command->Option(), target);
210 context.first_line_indent = (command->Option() + 50) / 100;
227 context.start_page = command->HasOption() ? command->Option() : 1;
322 // This is not nice, but it's the only we can provide all features on command
443 TextOutput::Command(RTF::Command *command) argument
446 fOffset += process_command(fContext, command, fTarge
[all...]
/haiku/src/preferences/joysticks/
H A DJoyWin.h33 status_t _AddToList(BListView *list, uint32 command,
/haiku/src/servers/keystore/
H A DKeyStoreServer.h32 uint32 _AccessFlagsFor(uint32 command) const;
/haiku/src/bin/pkgman/
H A DCommand.h56 void RegisterCommand(Command* command);
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.h35 ShortcutsSpec(const char* command);
69 NUM_META_COLUMNS = 4, // shift, control, command, option, for now
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.h28 // Query command response.
37 // Read command response.
78 status_t _SendCommand(const BString& command,
/haiku/src/apps/mediaplayer/
H A DMainApp.h72 uint32 command, const BMessage* message,

Completed in 115 milliseconds

1234567891011>>