Searched refs:command (Results 201 - 225 of 320) sorted by relevance

1234567891011>>

/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h64 status_t (*SendCommand)(hci_id hciId, void* command);
/haiku/src/system/kernel/debug/
H A Ddebug.cpp78 // separates panic() message from command list to execute
336 // a complete command -- print its help
338 // get the command
342 debugger_command* command = find_debugger_command(buffer, true, ambiguous); local
345 if (command != NULL) {
347 print_debugger_command_usage(command->name);
350 kprintf("\nambiguous command\n");
352 kprintf("\nno such command\n");
357 // a partial command -- look for completions
362 debugger_command* command local
427 debugger_command* command = NULL; local
[all...]
/haiku/headers/os/app/
H A DLooper.h43 status_t PostMessage(uint32 command);
45 status_t PostMessage(uint32 command, BHandler* handler,
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c149 /* Execute a command, with optional params send (in[in_len]) and
152 static int bl_execute(BusLogic *bl, uchar command, argument
166 d_printf("buslogic: command 0x%02x %d/%d, not ready\n",
167 command, in_len, out_len);
171 outb(BL_COMMAND_REG, command);
179 d_printf("buslogic: command 0x%02x %d/%d invalid\n",
180 command, in_len, out_len);
187 d_printf("buslogic: command 0x%02 timed out (a)\n",command);
205 d_printf("buslogic: command
[all...]
/haiku/src/kits/tracker/
H A DDirMenu.cpp65 BDirMenu::BDirMenu(BMenuBar* bar, BMessenger target, uint32 command, argument
71 fCommand(command)
/haiku/src/kits/app/
H A DPropertyInfo.cpp440 uint32 command = fPropInfo[pi].commands[i]; local
442 printf(" %c%c%c%-28c", int(command & 0xFF000000) >> 24,
443 int(command & 0xFF0000) >> 16, int(command & 0xFF00) >> 8,
444 int(command) & 0xFF);
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp487 _user_xsi_msgctl(int messageQueueID, int command, struct msqid_ds *buffer) argument
489 TRACE(("xsi_msgctl: messageQueueID = %d, command = %d\n", messageQueueID, command));
503 // and the message queue hash table lock _only_ if the command it's not
507 if (command != IPC_RMID) {
517 switch (command) {
560 // If this was the command, we are still holding the message
588 TRACE_ERROR(("xsi_semctl: command %d not valid\n", command));
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1741 for (cmd_entry* command = sBuiltinCommands; command->name != NULL; command++) {
1742 printf("%8s - %s\n", command->name, command->help);
1838 for (cmd_entry* command = sBuiltinCommands; command->name != NULL; command++) {
1839 if (!strncmp(command->name, argv[0], length)) {
1840 command
[all...]
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp344 // receiving the command status wrapper failed
418 TRACE_ALWAYS("receiving the command status interrupt failed\n");
442 usb_massbulk_command_block_wrapper command; local
443 command.signature = USB_MASSBULK_CBW_SIGNATURE;
444 command.tag = device->current_tag++;
445 command.data_transfer_length = (dataLength != NULL ? *dataLength : 0);
446 command.flags = (directionIn ? USB_MASSBULK_CBW_DATA_INPUT
448 command.lun = lun->logical_unit_number;
449 command.command_block_length
451 memset(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...]
/haiku/src/servers/net/
H A DServices.cpp494 char command; local
495 if (read(fReadPipe, &command, 1) == 1 && command == 'q')
/haiku/src/tests/kits/net/service/
H A Dtestserver.py197 self.send_response(405, '{} not supported'.format(self.command))
200 '{} not supported\r\n'.format(self.command).encode('utf-8'))
276 self.command,
H A Dproxy.py84 conn.request(self.command, target_path, request_body, client_headers)
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py197 self.send_response(405, '{} not supported'.format(self.command))
200 '{} not supported\r\n'.format(self.command).encode('utf-8'))
276 self.command,
H A Dproxy.py84 conn.request(self.command, target_path, request_body, client_headers)
/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware.cpp75 of_interpret(const char *command, intptr_t numArgs, intptr_t numReturns, ...) argument
86 const char *command; member in struct:__anon6
88 } args = {"interpret", numArgs + 1, numReturns + 1, command};
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h73 virtual void SetDragCommand(uint32 command);
/haiku/src/bin/network/telnet/
H A Dmain.c114 * main. Parse arguments, invoke the protocol or command parser.
386 command(1, 0, 0);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_agp.c55 /* don't touch AGP command register, we don't know what has been setup:
188 nv_agp_list_active(ai.interface.command
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h93 const IOCtlInfo* GetIOCtlInfo(int command) const;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h151 bool IsCommand(const char* command) const;
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp394 const add_on_server_rescan_flavors_command* command = static_cast< local
397 = gDormantNodeManager->GetAddOn(command->add_on_id);
400 (int)command->add_on_id);
404 gDormantNodeManager->PutAddOn(command->add_on_id);
/haiku/src/add-ons/translators/rtf/
H A DRTF.h171 virtual void Command(RTF::Command *command);
/haiku/src/apps/mediaplayer/
H A DMainWin.h124 void _MarkItem(BMenu* menu, uint32 command,
/haiku/src/apps/mail/
H A DMailWindow.h136 void _UpdateLabel(uint32 command, const char* label,

Completed in 159 milliseconds

1234567891011>>