Searched refs:FIDL_ALIGN (Results 1 – 13 of 13) sorted by relevance
18 uint8_t msg[FIDL_ALIGN(sizeof(fuchsia_io_DirectoryAdminUnmountRequest)) + FDIO_CHUNK_SIZE]; in vfs_unmount_handle()32 args.wr_num_bytes = FIDL_ALIGN(sizeof(fuchsia_io_DirectoryAdminUnmountRequest)); in vfs_unmount_handle()34 args.rd_num_bytes = FIDL_ALIGN(sizeof(fuchsia_io_DirectoryAdminUnmountResponse)); in vfs_unmount_handle()48 if (dsize < FIDL_ALIGN(sizeof(fuchsia_io_DirectoryAdminUnmountResponse))) { in vfs_unmount_handle()
57 … TO_UINT32(sizeof(fuchsia_tracelink_RegistryRegisterTraceProviderRequest) + FIDL_ALIGN(name_size)); in fuchsia_tracelink_RegistryRegisterTraceProvider()68 _next += TO_UINT32(FIDL_ALIGN(name_size)); in fuchsia_tracelink_RegistryRegisterTraceProvider()78 …zeof(fuchsia_tracelink_RegistryRegisterTraceProviderSynchronouslyRequest) + FIDL_ALIGN(name_size)); in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()89 _next += TO_UINT32(FIDL_ALIGN(name_size)); in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()
129 len += FIDL_ALIGN(strlen(array[i])); in measure_string_array()156 …f(fidl_message_header_t) + sizeof(fidl_vector_t) + count * sizeof(fidl_string_t) + FIDL_ALIGN(len); in send_string_array()175 offset += FIDL_ALIGN(size); in send_string_array()296 …size_t msg_len = sizeof(fuchsia_process_LauncherAddHandlesRequest) + FIDL_ALIGN(h * sizeof(fuchsia… in send_handles()331 …chsia_process_LauncherAddNamesRequest) + FIDL_ALIGN(name_count * sizeof(fuchsia_process_NameInfo))… in send_namespace()358 offset += FIDL_ALIGN(size); in send_namespace()371 offset += FIDL_ALIGN(size); in send_namespace()476 name_len += FIDL_ALIGN(strlen(actions[i].ns.prefix)); in fdio_spawn_vmo()515 name_len += FIDL_ALIGN(strlen(flat->path[i])); in fdio_spawn_vmo()626 uint8_t process_name[FIDL_ALIGN(ZX_MAX_NAME_LEN)]; in fdio_spawn_vmo()[all …]
234 FIDL_ALIGN(sizeof(fuchsia_io_NodeOnOpenEvent)), in zxrio_process_open_response()
58 len += FIDL_ALIGN(tags_[i].length()); in GetFidlStringLen()60 return len + FIDL_ALIGN(msg_.length()); in GetFidlStringLen()84 offset += FIDL_ALIGN(size); in FillLogMessagePayload()90 offset += FIDL_ALIGN(msg->length()); in FillLogMessagePayload()110 tags_n_msgs * sizeof(fidl_string_t) + FIDL_ALIGN(len); in SendLogMessagesHelper()
35 FIDL_ALIGN(driver_path_size) + FIDL_ALIGN(args_size)); in dh_send_create_device()93 sizeof(fuchsia_device_manager_ControllerBindDriverRequest) + FIDL_ALIGN(libname_size)); in dh_send_bind_driver()
59 #define FIDL_ALIGN(a) (((a) + 7) & ~7) macro
32 FIDL_ALIGN(sizeof(fidl_message_header_t)) + FIDL_ALIGN(sizeof(zx::channel));
152 FIDL_ALIGN(sizeof(uint64_t) * current_layers->size())); in update_display_layers()
432 FIDL_ALIGN(ZX_PIXEL_FORMAT_BYTES(kColorLayerFormat)); in Init()
163 FIDL_ALIGN(sizeof(uint64_t))]; in fb_bind()
317 FIDL_ALIGN(sizeof(uint64_t))]; in set_display_layer()
484 FIDL_ALIGN(sizeof(uint64_t) * 2)]; in set_display_layers()
Completed in 22 milliseconds