Lines Matching refs:_wr_bytes

43     FIDL_ALIGNDECL char _wr_bytes[_wr_num_bytes];  in fuchsia_tracelink_RegistryRegisterTraceProviderDeprecated()  local
44 …edRequest* _request = (fuchsia_tracelink_RegistryRegisterTraceProviderDeprecatedRequest*)_wr_bytes; in fuchsia_tracelink_RegistryRegisterTraceProviderDeprecated()
45 memset(_wr_bytes, 0, sizeof(_wr_bytes)); in fuchsia_tracelink_RegistryRegisterTraceProviderDeprecated()
50 …&fuchsia_tracelink_RegistryRegisterTraceProviderDeprecatedRequestTable, _wr_bytes, _wr_num_bytes, … in fuchsia_tracelink_RegistryRegisterTraceProviderDeprecated()
53 return zx_channel_write(_channel, 0u, _wr_bytes, _wr_num_bytes, _handles, _wr_num_handles); in fuchsia_tracelink_RegistryRegisterTraceProviderDeprecated()
58 FIDL_ALIGNDECL char _wr_bytes[_wr_num_bytes]; in fuchsia_tracelink_RegistryRegisterTraceProvider() local
59 …raceProviderRequest* _request = (fuchsia_tracelink_RegistryRegisterTraceProviderRequest*)_wr_bytes; in fuchsia_tracelink_RegistryRegisterTraceProvider()
60 memset(_wr_bytes, 0, sizeof(_wr_bytes)); in fuchsia_tracelink_RegistryRegisterTraceProvider()
65 _request->name.data = &_wr_bytes[_next]; in fuchsia_tracelink_RegistryRegisterTraceProvider()
71 …dl_encode(&fuchsia_tracelink_RegistryRegisterTraceProviderRequestTable, _wr_bytes, _wr_num_bytes, … in fuchsia_tracelink_RegistryRegisterTraceProvider()
74 return zx_channel_write(_channel, 0u, _wr_bytes, _wr_num_bytes, _handles, _wr_num_handles); in fuchsia_tracelink_RegistryRegisterTraceProvider()
79 FIDL_ALIGNDECL char _wr_bytes[_wr_num_bytes]; in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously() local
80 …equest* _request = (fuchsia_tracelink_RegistryRegisterTraceProviderSynchronouslyRequest*)_wr_bytes; in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()
81 memset(_wr_bytes, 0, sizeof(_wr_bytes)); in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()
86 _request->name.data = &_wr_bytes[_next]; in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()
92 …chsia_tracelink_RegistryRegisterTraceProviderSynchronouslyRequestTable, _wr_bytes, _wr_num_bytes, … in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()
99 .wr_bytes = _wr_bytes, in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()