Searched refs:resp_buf (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-device.cpp363 uint8_t resp_buf[PROXY_MAX_TRANSFER_SIZE]; local
365 auto* resp_header = reinterpret_cast<platform_proxy_rsp_t*>(&resp_buf);
395 auto resp = reinterpret_cast<rpc_pdev_rsp_t*>(&resp_buf);
420 auto resp = reinterpret_cast<rpc_pdev_metadata_rsp_t*>(resp_buf);
421 static_assert(sizeof(*resp) == sizeof(resp_buf), "");
422 auto buf_size = static_cast<uint32_t>(sizeof(resp_buf) - sizeof(*resp_header));
446 auto resp = reinterpret_cast<rpc_gpio_rsp_t*>(&resp_buf);
487 auto resp = reinterpret_cast<rpc_i2c_rsp_t*>(&resp_buf);
535 .resp_size = sizeof(resp_buf),
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp.c157 /* Build an err packet in resp_buf and set session state to ERROR
164 static void set_error(tftp_session* session, uint16_t err_code, void* resp_buf, argument
166 tftp_err_msg* resp = resp_buf;

Completed in 117 milliseconds