Searched refs:command (Results 226 - 250 of 320) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h74 virtual void SetDragCommand(uint32 command);
/haiku/src/add-ons/kernel/drivers/disk/mmc/
H A Dmmc_disk.cpp132 uint8_t command; local
134 command = SD_WRITE_MULTIPLE_BLOCKS;
136 command = SD_READ_MULTIPLE_BLOCKS;
138 command, operation, (info->flags & kIoCommandOffsetAsSectors) != 0);
/haiku/src/kits/tracker/
H A DDeskWindow.cpp320 BString command; local
321 if (message.FindString("command", &command) != B_OK)
330 if (command.StartsWith(addOnPaths.StringAt(i))) {
339 BEntry entry(command);
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css14 citebiblioid, citerefentry, citetitle, city, classname, co, command,
/haiku/src/add-ons/kernel/busses/scsi/usb/datafab/
H A Ddatafab.c104 F 15-14 Reserved for the IDENTIFY PACKET DEVICE command.
107 F 12 Reserved for the IDENTIFY PACKET DEVICE command.
136 R/W Multiple command
167 69-70 F Reserved (for future command overlap and queuing)
168 71-74 F Reserved for IDENTIFY PACKET DEVICE command.
196 F 14 1 = NOP command supported
197 F 13 1 = READ BUFFER command supported
198 F 12 1 = WRITE BUFFER command supported
201 F 9 1 = DEVICE RESET command supported
215 F 13 1 = FLUSH CACHE EXT command supporte
400 uint8 command; /* R: status W:command */ member in struct:__anon3
[all...]
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp62 // Assemble the Query command.
146 printf("Error sending CDDB command : \"%s\".\n", cddbCommand.String());
170 // Assemble the Read command.
285 printf("Error sending CDDB command : \"%s\".\n", cddbCommand.String());
363 CDDBServer::_SendCommand(const BString& command, BString& output) argument
368 // Assemble full command string.
370 fullCommand << command << "&hello=" << fLocalUserName << " " <<
376 // And now add command header and footer.
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp292 Command* command = fCurrentCommand; local
299 return command;
/haiku/src/libs/compat/freebsd_network/
H A Dpci.cpp184 uint16_t command = pci_read_config(dev, PCI_command, 2); local
185 pci_write_config(dev, PCI_command, command | bit, 2);
/haiku/src/tools/fs_shell/
H A Dfssh.cpp50 // command line args
163 fprintf(stderr, "No function given for command \"%s\"\n", Name());
188 CommandManager::AddCommand(Command* command) argument
190 // The command name may consist of several aliases. Split them and
191 // register the command for each of them.
194 strcpy(names, command->Name());
198 fCommands[name] = command;
250 Command* command = it->second; local
251 printf("%-16s - %s\n", name, command->Description());
1558 // read command lin
1575 Command* command = CommandManager::Default()->FindCommand(argv[0]); local
[all...]
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c520 /* check command length */
525 TRACE("Bad SCSI command length:%d.Ignore\n", ccbio->cam_cdb_len);
543 scsi_cmd_generic *command, sg_buffer *sgb,
549 switch(command->opcode){
552 bool b_select = (MODE_SELECT_6 == command->opcode);
620 scsi_cmd_generic *command, sg_buffer *sgb,
625 switch(command->opcode){
630 support 6-bytes command all goes totally wrong. That's bad. */
649 if(MODE_SENSE_6 == command->opcode){
764 /* set the command dat
[all...]
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp348 // Handle command complete information
717 // Handle command complete information
865 void* command; local
874 command = buildAcceptConnectionRequest(event->bdaddr, 0x01 , &size);
895 if ((fHCIDelegate)->IssueCommand(command, size) == B_ERROR) {
1101 void* command = NULL; local
1103 if (request->FindData("raw command", B_ANY_TYPE, 0,
1104 (const void **)&command, &size) == B_OK) {
1106 // Give the chance of just issuing the command
1110 // LEAK: is command buffe
[all...]
/haiku/src/servers/media/
H A Dmedia_server.cpp623 const server_register_dormant_node_command& command local
626 if (command.purge_id > 0)
627 gNodeManager->InvalidateDormantFlavorInfo(command.purge_id);
630 status_t status = dormantFlavorInfo.Unflatten(command.type,
631 command.flattened_data, command.flattened_size);
H A DNodeManager.cpp294 node_final_release_command command; local
295 status_t status = SendToPort(node.port, NODE_FINAL_RELEASE, &command,
296 sizeof(command));
298 ERROR("NodeManager::ReleaseNodeReference: can't send command to "
329 node_final_release_command command; local
330 status_t status = SendToPort(node.port, NODE_FINAL_RELEASE, &command,
331 sizeof(command));
333 ERROR("NodeManager::ReleaseNodeAll: can't send command to "
/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...]
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c273 sp->command.address = LE(PPHADDR(sp->_command));
291 st->priv->command.count = LE(cmdlen);
896 uchar command[6]; local
898 command[0] = 0x03; /* request_sense */
899 command[1] = ccb->cam_ch.cam_target_lun << 5;
900 command[2] = 0;
901 command[3] = 0;
902 command[4] = ccb->cam_sense_len;
903 command[5] = 0;
906 exec_io(targ, command,
[all...]
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp784 _user_xsi_semctl(int semaphoreID, int semaphoreNumber, int command, argument
787 TRACE(("xsi_semctl: semaphoreID = %d, semaphoreNumber = %d, command = %d\n",
788 semaphoreID, semaphoreNumber, command));
814 // the command it's not IPC_RMID, this prevents undesidered
818 if (command != IPC_RMID) {
825 switch (command) {
974 // If this was the command, we are still holding
1012 TRACE_ERROR(("xsi_semctl: command %d not valid\n", command));
/haiku/src/kits/interface/
H A DMenuItem.cpp777 const BBitmap* command = MenuPrivate::MenuItemCommand(); local
778 const BRect &rect = command->Bounds();
780 fSuper->DrawBitmap(command, where);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp465 ::Command* command = NULL; local
472 command = new CompoundCommand(commands, 3,
480 command = new CompoundCommand(commands, 2,
488 command = new CompoundCommand(commands, 2,
494 command = shapeCommand;
496 fDocument->CommandStack()->Perform(command);
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp183 uint16 command = pci->read_pci_config(pcidev, PCI_command, 2); local
184 command |= PCI_command_master | PCI_command_memory;
185 pci->write_pci_config(pcidev, PCI_command, 2, command);
228 command = pci->read_pci_config(pcidev, PCI_command, 2);
229 command &= ~(PCI_command_int_disable);
230 pci->write_pci_config(pcidev, PCI_command, 2, command);
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp279 JoyWin::_AddToList(BListView *list, uint32 command, const char* rootPath, argument
294 _AddToList(list, command, rootPath, &entry);
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp400 MainApp::_ShowFilePanel(BFilePanel* panel, uint32 command, argument
407 BMessage panelMessage(command);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp482 Response::IsCommand(const char* command) const
484 return IsUntagged() && EqualsAt(0, command);
H A DCommands.h69 RawCommand(const BString& command);
236 /*! Just send a expunge command to delete kDeleted flagged messages. The
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_event.h197 uint8 command[0]; /* depends of command */ member in struct:hci_ev_loopback_command
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h48 uint32 command, void* buffer, size_t size);

Completed in 132 milliseconds

1234567891011>>