Searched defs:opcode (Results 1 – 13 of 13) sorted by relevance
| /system/ulib/xdc-server-utils/include/xdc-server-utils/ |
| A D | msg.h | 22 uint8_t opcode; member
|
| /system/public/zircon/hw/usb/ |
| A D | ums.h | 54 uint8_t opcode; member 65 uint8_t opcode; member 78 uint8_t opcode; member 90 uint8_t opcode; member 119 uint8_t opcode; // UMS_MODE_SENSE6 member
|
| /system/ulib/tftp/ |
| A D | internal.h | 24 uint16_t opcode; member 29 uint16_t opcode; member 35 uint16_t opcode; member
|
| A D | tftp-example.c | 59 uint16_t opcode = ntohs(*(uint16_t*)msg); in connection_send() local
|
| A D | tftp-test.cpp | 292 bool verify_response_opcode(const test_state& ts, uint16_t opcode) { in verify_response_opcode() 1704 unsigned int opcode = data_buf[0] << 8 | data_buf[1]; in test_tftp_send_data_receive_ack_block_wrapping() local 1776 unsigned int opcode = htons(msg->opcode); in test_tftp_send_data_receive_ack_skip_block_wrap() local
|
| A D | tftp.c | 972 uint16_t opcode = ntohs(msg->opcode) & 0xff; in tftp_process_msg() local
|
| /system/utest/zxcrypt/ |
| A D | test-device.h | 103 zx_status_t block_fifo_txn(uint16_t opcode, uint64_t off, uint64_t len) { in block_fifo_txn()
|
| /system/core/devmgr/devhost/ |
| A D | rpc-server.cpp | 141 static ssize_t do_sync_io(const fbl::RefPtr<zx_device_t>& dev, uint32_t opcode, void* buf, in do_sync_io() 605 static zx_status_t fidl_node_ioctl(void* ctx, uint32_t opcode, uint64_t max_out, in fidl_node_ioctl()
|
| /system/dev/block/block/ |
| A D | server.cpp | 71 uint32_t OpcodeToCommand(uint32_t opcode) { in OpcodeToCommand()
|
| /system/public/zircon/device/ |
| A D | block.h | 299 uint32_t opcode; member
|
| /system/dev/bluetooth/bt-hci-broadcom/ |
| A D | bt-hci-broadcom.c | 40 uint16_t opcode; member
|
| /system/ulib/fs/ |
| A D | connection.cpp | 512 zx_status_t Connection::NodeIoctl(uint32_t opcode, uint64_t max_out, in NodeIoctl()
|
| /system/dev/block/nvme/ |
| A D | nvme.c | 42 uint8_t opcode; member
|
Completed in 45 milliseconds