Searched refs:command (Results 151 - 175 of 320) sorted by relevance

1234567891011>>

/haiku/src/apps/codycam/
H A DSpawningUploadClient.h45 status_t SetCommandLine(const char* command);
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.h70 CliCommand* command);
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp85 MMCBus::ExecuteCommand(uint16_t rca, uint8_t command, uint32_t argument, argument
91 return fController->execute_command(fCookie, command, argument, response);
96 MMCBus::DoIO(uint16_t rca, uint8_t command, IOOperation* operation, argument
102 return fController->do_io(fCookie, command, operation, offsetAsSectors);
159 // This does not work if the bus has not been powered on yet (the command
179 // command. With the default 400kHz clock that would be 20 microseconds,
180 // but we need to wait at least 20ms here, otherwise the next command times
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_signal.h14 status_t send_l2cap_command(HciConnection* conn, uint8 code, uint8 ident, net_buffer* command);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.cpp137 ps2_device[0].command = standard_command_timeout;
143 ps2_device[1].command = standard_command_timeout;
149 ps2_device[2].command = standard_command_timeout;
155 ps2_device[3].command = standard_command_timeout;
160 ps2_device[4].command = passthrough_command;
166 ps2_device[5].command = standard_command_timeout;
211 // from messing up the Synaptics command sequences in synaptics_open.
282 // command
284 "command\n");
326 // "command processin
[all...]
H A Dps2_dev.h42 status_t (*command)(ps2_dev *dev, uint8 cmd, const uint8 *out, member in struct:ps2_dev
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplay.cpp507 display_crtc_lock(uint8 crtcID, int command) argument
518 args.ucEnable = command;
525 display_crtc_blank(uint8 crtcID, int command) argument
535 args.ucBlanking = command;
998 display_crtc_ss(pll_info* pll, int command) argument
1003 if (command == ATOM_ENABLE) {
1055 args.v3.ucEnable = command;
1079 args.v2.ucEnable = command;
1089 args.v1.ucEnable = command;
1091 if (command
1113 display_crtc_power(uint8 crtcID, int command) argument
1129 display_crtc_memreq(uint8 crtcID, int command) argument
[all...]
/haiku/headers/libs/agg/
H A Dagg_path_storage.h69 unsigned command(unsigned idx) const;
227 if(m_total_vertices) return command(m_total_vertices - 1);
292 inline unsigned vertex_block_storage<T,S,P>::command(unsigned idx) const function in class:agg::vertex_block_storage
691 unsigned command(unsigned idx) const;
1132 inline unsigned path_base<VC>::command(unsigned idx) const function in class:agg::path_base
1134 return m_vertices.command(idx);
1200 unsigned tmp_cmd = m_vertices.command(start);
1207 m_vertices.modify_command(i, m_vertices.command(i + 1));
1210 // Assign starting command to the ending command
1447 unsigned command(unsigned idx) const function in class:agg::vertex_stl_storage
[all...]
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dio.cpp180 memcpy(request->cdb, cmd->command, SCSI_MAX_CDB_SIZE);
280 // see whether daemon instructed us to post an ordered command;
366 // if this was a 10 byte command, the device probably doesn't
468 raw_device_command command; local
470 if (length < sizeof(command))
473 if (user_memcpy(&command, buffer, sizeof(command)) != B_OK)
475 commandBuffer = &command;
482 if (status == B_OK && commandBuffer == &command) {
483 if (user_memcpy(buffer, &command, sizeo
[all...]
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp209 VirtioInputDevice::Control(const char* name, void* cookie, uint32 command, argument
212 return ((VirtioInputHandler*)cookie)->Control(command, message);
284 VirtioInputHandler::Control(uint32 command, BMessage* message) argument
354 KeyboardHandler::Control(uint32 command, BMessage* message) argument
356 switch (command) {
377 return VirtioInputHandler::Control(command, message);
646 TabletHandler::Control(uint32 command, BMessage* message) argument
648 switch (command) {
655 return VirtioInputHandler::Control(command, message);
/haiku/src/add-ons/kernel/network/devices/dialup/
H A Ddialup.cpp114 send_command(dialup_device* device, const char* command) argument
123 ssize_t bytesWritten = write(device->fd, command, strlen(command));
124 if (bytesWritten != (ssize_t)strlen(command))
135 read_command_reply(dialup_device* device, const char* command, argument
156 // is command reply or command echo (if any) ?
157 if (!strcasecmp(reply, command))
160 // It's command echo line. Just ignore it.
178 // TODO: turn device's DTR down instead. Or do that too after sending command
[all...]
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c903 static int on_csi(const char *leader, const long args[], int argcount, const char *intermed, char command, void *user) argument
954 switch(intermed_byte << 16 | leader_byte << 8 | command) {
1435 static int on_osc(const char *command, size_t cmdlen, void *user) argument
1442 if(strneq(command, "0;", 2)) {
1443 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1444 settermprop_string(state, VTERM_PROP_TITLE, command + 2, cmdlen - 2);
1447 else if(strneq(command, "1;", 2)) {
1448 settermprop_string(state, VTERM_PROP_ICONNAME, command + 2, cmdlen - 2);
1451 else if(strneq(command, "2;", 2)) {
1452 settermprop_string(state, VTERM_PROP_TITLE, command
1459 request_status_string(VTermState *state, const char *command, size_t cmdlen) argument
1509 on_dcs(const char *command, size_t cmdlen, void *user) argument
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A DDMA.c115 cur_desc->command = cur_size;
128 (cur_desc - 1)->command |= RADEON_DMA_COMMAND_EOL;
/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/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.h59 status_t RetrieveInternal(const char* command,
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.h59 status_t _EnqueueCommand(WorkerCommand* command);
/haiku/src/kits/app/
H A DMessenger.cpp154 BMessenger::SendMessage(uint32 command, BHandler* replyTo) const argument
156 BMessage message(command);
192 BMessenger::SendMessage(uint32 command, BMessage* reply) const argument
194 BMessage message(command);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h85 uint32 command, BMessage* message);
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dscsi-mmc.h17 The SCSI command of interest is "READ TOC/PMA/ATIP", command
20 The format of interest for said command is "Full TOC", format
52 //! SCSI "READ TOC/PMA/ATIP" command struct
54 uint8 command; //!< 0x43 == READ TOC/PMA/ATIP member in struct:__anon9
59 uint8 format:4, //!< sub-command: 0x0 == "TOC", 0x1 == "Session Info", 0x2 == "Full TOC", ...
119 "READ TOC/PMA/ATIP" command.
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DMultipleManipulatorState.cpp147 Command* command = NULL; local
149 command = fCurrentManipulator->MouseUp();
153 return command;
/haiku/src/tests/servers/app/newerClipping/
H A DClientLooper.cpp118 // send the command to redraw a view
122 BMessage command(MSG_DRAWING_COMMAND);
123 command.AddInt32("token", i);
124 fServerWindow->PostMessage(&command);
/haiku/src/system/boot/loader/net/
H A DRemoteDisk.cpp122 request.command = REMOTE_DISK_READ_REQUEST;
213 request.command = REMOTE_DISK_HELLO_REQUEST;
292 && reply->command == expectedReply) {
/haiku/headers/private/kernel/
H A Ddebug.h111 // command return value
115 // command flags
207 extern int evaluate_debug_command(const char* command);
216 extern bool print_debugger_command_usage(const char* command);
217 extern bool has_debugger_command(const char* command);
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dinterface.c118 * Send command/address info.
300 int command, i; local
303 command = addr | WB_EECMD_READ;
307 if (command & i)
/haiku/src/apps/installer/
H A DWorkerThread.cpp298 BString command; local
299 command.SetToFormat("makebootable \"%s\"", path.Path());
301 return system(command.String());
310 BString command; local
311 command.SetToFormat("mkdir -p \"%s/system/cache/tmp\"", path.Path());
312 if (system(command.String()) != 0)
314 command.SetToFormat("mkdir -p \"%s/system/packages/administrative\"",
316 if (system(command.String()) != 0)
322 command.SetToFormat("echo 'First Boot written by Installer.' > "
325 if (system(command
[all...]

Completed in 132 milliseconds

1234567891011>>