| /system/dev/block/mbr/ |
| A D | mbr.c | 61 block_impl_protocol_t bp; member 155 block_impl_queue(&mbr->bp, bop, completion_cb, cookie); in mbr_queue() 204 block_impl_protocol_t bp; in mbr_bind_thread() local 205 memcpy(&bp, &first_dev->bp, sizeof(bp)); in mbr_bind_thread() 209 block_impl_query(&bp, &block_info, &block_op_size); in mbr_bind_thread() 241 bp.ops->queue(bp.ctx, bop, mbr_read_sync_complete, &cplt); in mbr_bind_thread() 287 memcpy(&pdev->bp, &bp, sizeof(bp)); in mbr_bind_thread() 345 if (device_get_protocol(parent, ZX_PROTOCOL_BLOCK, &device->bp) != ZX_OK) { in mbr_bind()
|
| /system/dev/block/bootpart/ |
| A D | bootpart.c | 29 block_impl_protocol_t bp; member 128 bootpart->bp.ops->queue(bootpart->bp.ctx, bop, completion_cb, cookie); in bootpart_queue() 162 block_impl_protocol_t bp; in bootpart_bind() local 166 if (device_get_protocol(parent, ZX_PROTOCOL_BLOCK, &bp) != ZX_OK) { in bootpart_bind() 186 bp.ops->query(bp.ctx, &block_info, &block_op_size); in bootpart_bind() 208 memcpy(&device->bp, &bp, sizeof(device->bp)); in bootpart_bind()
|
| /system/dev/block/gpt/ |
| A D | gpt.cpp | 46 block_impl_protocol_t bp; member 189 block_impl_queue(&gpt->bp, bop, completion_cb, cookie); in gpt_queue() 248 block_impl_protocol_t bp; in gpt_bind_thread() local 249 memcpy(&bp, &first_dev->bp, sizeof(bp)); in gpt_bind_thread() 253 bp.ops->query(bp.ctx, &block_info, &block_op_size); in gpt_bind_thread() 280 bp.ops->queue(bp.ctx, bop, gpt_read_sync_complete, &completion); in gpt_bind_thread() 317 bp.ops->queue(bp.ctx, bop, gpt_read_sync_complete, &completion); in gpt_bind_thread() 366 memcpy(&device->bp, &bp, sizeof(bp)); in gpt_bind_thread() 444 if (device_get_protocol(parent, ZX_PROTOCOL_BLOCK, &device->bp) != ZX_OK) { in gpt_bind()
|
| /system/dev/block/block/ |
| A D | server.h | 150 ddk::BlockProtocolClient* bp, 176 BlockServer(ddk::BlockProtocolClient* bp); 220 zx_status_t blockserver_create(ddk::BlockProtocolClient* bp, zx_handle_t* fifo_out,
|
| A D | server.cpp | 265 zx_status_t BlockServer::Create(ddk::BlockProtocolClient* bp, fzl::fifo<block_fifo_request_t, in Create() argument 268 BlockServer* bs = new (&ac) BlockServer(bp); in Create() 292 bp->Query(&bs->info_, &bs->block_op_size_); in Create() 488 BlockServer::BlockServer(ddk::BlockProtocolClient* bp) : in BlockServer() argument 489 bp_(bp), block_op_size_(0), pending_count_(0), barrier_in_progress_(false), in BlockServer() 492 bp->Query(&info_, &block_op_size); in BlockServer() 510 zx_status_t blockserver_create(ddk::BlockProtocolClient* bp, zx_handle_t* fifo_out, in blockserver_create() argument 513 zx_status_t status = BlockServer::Create(bp, &fifo, out); in blockserver_create()
|
| /system/dev/block/fvm/ |
| A D | fvm.cpp | 39 size_t block_op_size, const block_impl_protocol_t* bp) in VPartitionManager() argument 42 memcpy(&bp_, bp, sizeof(*bp)); in VPartitionManager() 50 block_impl_protocol_t bp; in Bind() local 52 if (device_get_protocol(dev, ZX_PROTOCOL_BLOCK, &bp) != ZX_OK) { in Bind() 57 bp.ops->query(bp.ctx, &block_info, &block_op_size); in Bind() 61 fbl::make_unique_checked<VPartitionManager>(&ac, dev, block_info, block_op_size, &bp); in Bind()
|
| A D | fvm-private.h | 83 const block_impl_protocol_t* bp);
|
| /system/dev/ethernet/ethertap/ |
| A D | ethertap.cpp | 199 [](const void* ap, const void* bp) { in EthmacSetParam() argument 201 int b = *static_cast<const uint8_t*>(bp); in EthmacSetParam()
|
| /system/dev/misc/cpu-trace/ |
| A D | intel-pm.c | 254 static int pmu_compare_cpuperf_event_id(const void* ap, const void* bp) { in pmu_compare_cpuperf_event_id() argument 256 const cpuperf_event_id_t* b = bp; in pmu_compare_cpuperf_event_id()
|