Searched refs:resp_handle_count (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dplatform-proxy.h45 uint32_t resp_handle_count; member in struct:__anon980
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-device.cpp370 uint32_t resp_handle_count = 0; local
401 &resp_handle_count);
405 &resp_handle_count);
408 status = RpcGetBti(dr, req->index, resp_handles, &resp_handle_count);
467 &resp_handle_count);
539 .resp_handle_count = fbl::count_of(resp_handles),
548 resp_handle_count = args.resp_actual_handles;
556 (resp_handle_count ? resp_handles : nullptr), resp_handle_count);
H A Dplatform-proxy.cpp159 args->resp_handle_count, &args->resp_actual_size);

Completed in 82 milliseconds