Searched refs:opcode (Results 51 - 75 of 133) sorted by relevance

123456

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp298 MonitoringInfo(int32 opcode, const char* path) argument
300 fOpcode(opcode)
302 _Init(opcode, path);
305 MonitoringInfo(int32 opcode, const char* fromPath, const char* toPath) argument
307 _Init(opcode, toPath);
353 if (fOpcode != message.GetInt32("opcode", -1))
424 void _Init(int32 opcode, const char* path) argument
426 fOpcode = opcode;
456 MonitoringInfoSet& Add(int32 opcode, const BString& path, argument
459 return Add(MonitoringInfo(opcode, test_pat
462 Add(int32 opcode, const BString& fromPath, const BString& toPath, bool expected = true) argument
[all...]
/haiku/src/kits/storage/
H A DPathMonitor.cpp570 bool _CheckDuplicateEntryNotification(int32 opcode,
593 int32 opcode) const;
595 int32 opcode) const;
599 bool isDirectory, int32 opcode) const;
890 int32 opcode; local
891 if (message->FindInt32("opcode", &opcode) != B_OK)
894 switch (opcode) {
1349 message->GetInt32("opcode", B_STAT_CHANGED) == B_ATTR_CHANGED
1351 message->GetInt32("opcode", B_STAT_CHANGE
1604 _CheckDuplicateEntryNotification(int32 opcode, const entry_ref& toEntryRef, const node_ref& nodeRef, const entry_ref* fromEntryRef) argument
1834 node->NodeRef(), _EntryPath(entry), node->IsDirectory(), opcode); local
[all...]
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp538 int32 opcode; local
542 CHK(message.FindInt32("opcode", &opcode) == B_OK);
546 CHK(opcode == B_DEVICE_MOUNTED);
552 int32 opcode; local
554 CHK(message.FindInt32("opcode", &opcode) == B_OK);
556 CHK(opcode == B_DEVICE_UNMOUNTED);
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATADevice.cpp312 request->SetIsWrite(command->opcode == SCSI_OP_WRITE_6);
324 request->SetIsWrite(command->opcode == SCSI_OP_WRITE_10);
341 request->SetIsWrite(command->opcode == SCSI_OP_WRITE_12);
358 request->SetIsWrite(command->opcode == SCSI_OP_WRITE_16);
390 ATADevice::Control(uint32 opcode, void *buffer, size_t length) argument
392 if (opcode == B_GET_DEVICE_NAME) {
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dio.cpp56 cmd->opcode = SCSI_OP_INQUIRY;
123 cmd.opcode = SCSI_OP_PREVENT_ALLOW;
293 cmd->opcode = isWrite ? SCSI_OP_WRITE_6 : SCSI_OP_READ_6;
306 cmd->opcode = isWrite ? SCSI_OP_WRITE_10 : SCSI_OP_READ_10;
318 cmd->opcode = isWrite ? SCSI_OP_WRITE_12 : SCSI_OP_READ_12;
330 cmd->opcode = isWrite ? SCSI_OP_WRITE_16 : SCSI_OP_READ_16;
H A Dblock.cpp118 cmd->opcode = SCSI_OP_READ_CAPACITY;
159 cmd->opcode = SCSI_OP_SERVICE_ACTION_IN;
552 cmd->opcode = SCSI_OP_UNMAP;
657 cmd->opcode = SCSI_OP_WRITE_SAME_16;
737 cmd->opcode = SCSI_OP_WRITE_SAME_10;
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.h48 uchar opcode; /* operation code - see CCB_OP_* below */ member in struct:_bl_ccb32
/haiku/src/preferences/mail/
H A DDNSQuery.h73 unsigned char opcode :4; // A four bit field member in struct:dns_header
H A DDNSQuery.cpp402 header->opcode = 0; //This is a standard query
427 data |= header->opcode << 11;
449 header->opcode = (data >> 11) & 0x0F;
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp88 if (message->FindInt32("opcode", &code) == B_OK)
273 int32 opcode; local
274 if (message->FindInt32("opcode", &opcode) != B_OK)
277 if (opcode == B_DEVICE_MOUNTED
285 } else if (opcode == B_DEVICE_UNMOUNTED
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI.h23 const char* BluetoothCommandOpcode(uint16 opcode);
H A DbtHCI_event.h122 uint16 opcode; member in struct:hci_ev_cmd_complete
129 uint16 opcode; member in struct:hci_ev_cmd_status
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_i225.h22 s32 igc_write_erase_flash_command_i225(struct igc_hw *hw, u32 opcode,
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Demulation.cpp123 cdb->opcode = cmd->opcode + (SCSI_OP_READ_10 - SCSI_OP_READ_6);
176 cdb->opcode = SCSI_OP_MODE_SENSE_10;
232 cdb->opcode = SCSI_OP_MODE_SELECT_10;
H A Ddevice_scan.cpp36 cmd->opcode = SCSI_OP_TEST_UNIT_READY;
76 cmd->opcode = SCSI_OP_INQUIRY;
/haiku/src/apps/mail/
H A DEnclosures.cpp241 int32 opcode; local
242 if (msg->FindInt32("opcode", &opcode) == B_NO_ERROR) {
256 if (opcode == B_ENTRY_REMOVED) {
263 } else if (opcode == B_ENTRY_MOVED) {
/haiku/src/system/kernel/
H A Dmodule.cpp202 int32 opcode; member in struct:Module::module_notification
245 void Notify(int32 opcode, dev_t device, ino_t directory,
266 void _Notify(int32 opcode, dev_t device, ino_t directory,
1201 int32 opcode = event->GetInt32("opcode", -1); local
1207 if (opcode == B_ENTRY_MOVED) {
1213 opcode = B_ENTRY_REMOVED;
1216 opcode = B_ENTRY_CREATED;
1220 sModuleNotificationService.Notify(opcode, device, directory, node, name);
1240 if (event->GetInt32("opcode",
1565 _Notify(int32 opcode, dev_t device, ino_t directory, ino_t node, const char* name) argument
1667 Notify(int32 opcode, dev_t device, ino_t directory, ino_t node, const char* name) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp64 int32 opcode; local
65 if (message->FindInt32("opcode", &opcode) == B_OK) {
66 switch (opcode) {
1298 removedEvent->opcode = B_ENTRY_REMOVED;
1316 createdEvent->opcode = B_ENTRY_CREATED;
1593 removedEvent->opcode = B_ENTRY_REMOVED;
1604 createdEvent->opcode = B_ENTRY_CREATED;
1645 event->opcode = B_ENTRY_CREATED;
1676 event->opcode
[all...]
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp64 int32 opcode = message->FindInt32("opcode"); local
66 switch (opcode) {
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp801 int32 opcode; local
802 if (message->FindInt32("opcode", &opcode) != B_OK
803 || (opcode != B_ENTRY_CREATED && opcode != B_ENTRY_REMOVED)
807 if (opcode == B_ENTRY_CREATED)
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp52 uint16 opcode; member in struct:arp_header
594 header.opcode = htons(ARP_OPCODE_REPLY);
638 uint16 opcode = ntohs(header.opcode); local
659 switch (opcode) {
674 dprintf("unknown ARP opcode %d\n", opcode);
803 header.opcode = htons(ARP_OPCODE_REQUEST);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp62 int32 opcode; member in struct:device_event
124 if (event->GetInt32("opcode", -1) != B_ENTRY_REMOVED)
146 int32 opcode = event->GetInt32("opcode", -1); local
147 switch (opcode) {
161 deviceEvent->opcode = opcode;
173 if (opcode == B_ENTRY_CREATED) {
215 if (event->opcode == B_ENTRY_CREATED)
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp253 cmd->opcode = SCSI_OP_READ_TOC;
321 cmd.opcode = SCSI_OP_READ_SUB_CHANNEL;
347 cmd.opcode = SCSI_OP_MODE_SENSE_6;
432 cmd.opcode = SCSI_OP_MODE_SELECT_6;
458 cmd.opcode = SCSI_OP_PLAY_MSF;
529 cmd.opcode = SCSI_OP_STOP_PLAY;
544 cmd.opcode = SCSI_OP_PAUSE_RESUME;
584 cmd.opcode = SCSI_OP_SCAN;
619 cmd->opcode = SCSI_OP_READ_CD;
/haiku/src/servers/index/
H A DVolumeWatcher.cpp81 int32 opcode; local
82 if (msg->FindInt32("opcode", &opcode) == B_OK) {
83 switch (opcode) {
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp15 static int32 VHostCallback(VSTEffect* effect, int32 opcode, int32 index,
540 VHostCallback(VSTEffect* effect, int32 opcode, int32 index, int32 value, argument
545 switch(opcode)

Completed in 140 milliseconds

123456