Home
last modified time | relevance | path

Searched defs:bd (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/littlefs/bd/
Dlfs_testbd.c31 lfs_testbd_t *bd = cfg->context; in lfs_testbd_createcfg() local
90 lfs_testbd_t *bd = cfg->context; in lfs_testbd_destroy() local
109 lfs_testbd_t *bd = cfg->context; in lfs_testbd_rawread() local
119 lfs_testbd_t *bd = cfg->context; in lfs_testbd_rawprog() local
129 lfs_testbd_t *bd = cfg->context; in lfs_testbd_rawerase() local
138 lfs_testbd_t *bd = cfg->context; in lfs_testbd_rawsync() local
152 lfs_testbd_t *bd = cfg->context; in lfs_testbd_read() local
177 lfs_testbd_t *bd = cfg->context; in lfs_testbd_prog() local
223 lfs_testbd_t *bd = cfg->context; in lfs_testbd_erase() local
280 lfs_testbd_t *bd = cfg->context; in lfs_testbd_getwear() local
[all …]
Dlfs_rambd.c22 lfs_rambd_t *bd = cfg->context; in lfs_rambd_createcfg() local
66 lfs_rambd_t *bd = cfg->context; in lfs_rambd_destroy() local
79 lfs_rambd_t *bd = cfg->context; in lfs_rambd_read() local
98 lfs_rambd_t *bd = cfg->context; in lfs_rambd_prog() local
122 lfs_rambd_t *bd = cfg->context; in lfs_rambd_erase() local
Dlfs_filebd.c31 lfs_filebd_t *bd = cfg->context; in lfs_filebd_createcfg() local
70 lfs_filebd_t *bd = cfg->context; in lfs_filebd_destroy() local
86 lfs_filebd_t *bd = cfg->context; in lfs_filebd_read() local
122 lfs_filebd_t *bd = cfg->context; in lfs_filebd_prog() local
174 lfs_filebd_t *bd = cfg->context; in lfs_filebd_erase() local
205 lfs_filebd_t *bd = cfg->context; in lfs_filebd_sync() local
/third_party/exfatprogs/mkfs/
Dmkfs.c43 struct exfat_blk_dev *bd, struct exfat_user_input *ui) in exfat_setup_boot_sector()
102 static int exfat_write_boot_sector(struct exfat_blk_dev *bd, in exfat_write_boot_sector()
138 static int exfat_write_extended_boot_sectors(struct exfat_blk_dev *bd, in exfat_write_extended_boot_sectors()
173 static int exfat_write_oem_sector(struct exfat_blk_dev *bd, in exfat_write_oem_sector()
215 static int exfat_create_volume_boot_record(struct exfat_blk_dev *bd, in exfat_create_volume_boot_record()
271 static int exfat_create_fat_table(struct exfat_blk_dev *bd, in exfat_create_fat_table()
312 static int exfat_create_bitmap(struct exfat_blk_dev *bd) in exfat_create_bitmap()
337 static int exfat_create_root_dir(struct exfat_blk_dev *bd, in exfat_create_root_dir()
436 static int exfat_build_mkfs_info(struct exfat_blk_dev *bd, in exfat_build_mkfs_info()
492 static int exfat_zero_out_disk(struct exfat_blk_dev *bd, in exfat_zero_out_disk()
[all …]
/third_party/ffmpeg/libavformat/
Dbluray.c36 BLURAY *bd; member
63 BlurayContext *bd = h->priv_data; in check_disc_info() local
106 BlurayContext *bd = h->priv_data; in bluray_close() local
116 BlurayContext *bd = h->priv_data; in bluray_open() local
192 BlurayContext *bd = h->priv_data; in bluray_read() local
206 BlurayContext *bd = h->priv_data; in bluray_seek() local
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdlrenderer.cpp58 ImGui_ImplSDLRenderer_Data* bd = IM_NEW(ImGui_ImplSDLRenderer_Data)(); in ImGui_ImplSDLRenderer_Init() local
69 ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); in ImGui_ImplSDLRenderer_Shutdown() local
82 ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); in ImGui_ImplSDLRenderer_SetupRenderState() local
92 ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); in ImGui_ImplSDLRenderer_NewFrame() local
101 ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); in ImGui_ImplSDLRenderer_RenderDrawData() local
195 ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); in ImGui_ImplSDLRenderer_CreateFontsTexture() local
221 ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); in ImGui_ImplSDLRenderer_DestroyFontsTexture() local
Dimgui_impl_allegro5.cpp111 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_RenderDrawData() local
199 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_CreateDeviceObjects() local
247 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_InvalidateDeviceObjects() local
264 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_GetClipboardText() local
273 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_SetClipboardText() local
284 ImGui_ImplAllegro5_Data* bd = IM_NEW(ImGui_ImplAllegro5_Data)(); in ImGui_ImplAllegro5_Init() local
338 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_Shutdown() local
360 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_ProcessEvent() local
424 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_UpdateMouseCursor() local
450 ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); in ImGui_ImplAllegro5_NewFrame() local
Dimgui_impl_dx9.cpp76 ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); in ImGui_ImplDX9_SetupRenderState() local
151 ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); in ImGui_ImplDX9_RenderDrawData() local
285 ImGui_ImplDX9_Data* bd = IM_NEW(ImGui_ImplDX9_Data)(); in ImGui_ImplDX9_Init() local
298 ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); in ImGui_ImplDX9_Shutdown() local
313 ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); in ImGui_ImplDX9_CreateFontsTexture() local
353 ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); in ImGui_ImplDX9_CreateDeviceObjects() local
363 ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); in ImGui_ImplDX9_InvalidateDeviceObjects() local
373 ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); in ImGui_ImplDX9_NewFrame() local
Dimgui_impl_glfw.cpp120 ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); in ImGui_ImplGlfw_MouseButtonCallback() local
130 ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); in ImGui_ImplGlfw_ScrollCallback() local
141 ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); in ImGui_ImplGlfw_KeyCallback() local
167 ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); in ImGui_ImplGlfw_WindowFocusCallback() local
177 ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); in ImGui_ImplGlfw_CursorEnterCallback() local
189 ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); in ImGui_ImplGlfw_CharCallback() local
208 ImGui_ImplGlfw_Data* bd = IM_NEW(ImGui_ImplGlfw_Data)(); in ImGui_ImplGlfw_Init() local
311 ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); in ImGui_ImplGlfw_Shutdown() local
336 ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); in ImGui_ImplGlfw_UpdateMousePosAndButtons() local
373 ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); in ImGui_ImplGlfw_UpdateMouseCursor() local
[all …]
Dimgui_impl_opengl2.cpp80 ImGui_ImplOpenGL2_Data* bd = IM_NEW(ImGui_ImplOpenGL2_Data)(); in ImGui_ImplOpenGL2_Init() local
89 ImGui_ImplOpenGL2_Data* bd = ImGui_ImplOpenGL2_GetBackendData(); in ImGui_ImplOpenGL2_Shutdown() local
101 ImGui_ImplOpenGL2_Data* bd = ImGui_ImplOpenGL2_GetBackendData(); in ImGui_ImplOpenGL2_NewFrame() local
241 ImGui_ImplOpenGL2_Data* bd = ImGui_ImplOpenGL2_GetBackendData(); in ImGui_ImplOpenGL2_CreateFontsTexture() local
268 ImGui_ImplOpenGL2_Data* bd = ImGui_ImplOpenGL2_GetBackendData(); in ImGui_ImplOpenGL2_DestroyFontsTexture() local
Dimgui_impl_opengl3.cpp205 ImGui_ImplOpenGL3_Data* bd = IM_NEW(ImGui_ImplOpenGL3_Data)(); in ImGui_ImplOpenGL3_Init() local
272 ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); in ImGui_ImplOpenGL3_Shutdown() local
284 ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); in ImGui_ImplOpenGL3_NewFrame() local
293 ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); in ImGui_ImplOpenGL3_SetupRenderState() local
375 ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); in ImGui_ImplOpenGL3_RenderDrawData() local
505 ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); in ImGui_ImplOpenGL3_CreateFontsTexture() local
536 ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); in ImGui_ImplOpenGL3_DestroyFontsTexture() local
548 ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); in CheckShader() local
567 ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); in CheckProgram() local
585 ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); in ImGui_ImplOpenGL3_CreateDeviceObjects() local
[all …]
Dimgui_impl_sdl.cpp96 ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); in ImGui_ImplSDL2_GetClipboardText() local
116 ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); in ImGui_ImplSDL2_ProcessEvent() local
185 ImGui_ImplSDL2_Data* bd = IM_NEW(ImGui_ImplSDL2_Data)(); in ImGui_ImplSDL2_Init() local
288 ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); in ImGui_ImplSDL2_Shutdown() local
304 ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); in ImGui_ImplSDL2_UpdateMousePosAndButtons() local
364 ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); in ImGui_ImplSDL2_UpdateMouseCursor() local
423 ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); in ImGui_ImplSDL2_NewFrame() local
Dimgui_impl_vulkan.cpp320 ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); in ImGui_ImplVulkan_MemoryType() local
332 ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); in check_vk_result() local
342 ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); in CreateOrResizeBuffer() local
376 ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); in ImGui_ImplVulkan_SetupRenderState() local
429 ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); in ImGui_ImplVulkan_RenderDrawData() local
545 ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); in ImGui_ImplVulkan_CreateFontsTexture() local
698 ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); in ImGui_ImplVulkan_CreateShaderModules() local
721 ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); in ImGui_ImplVulkan_CreateFontSampler() local
742 ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); in ImGui_ImplVulkan_CreateDescriptorSetLayout() local
763 ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); in ImGui_ImplVulkan_CreatePipelineLayout() local
[all …]
Dimgui_impl_dx12.cpp92 ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); in ImGui_ImplDX12_SetupRenderState() local
164 ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); in ImGui_ImplDX12_RenderDrawData() local
286 ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); in ImGui_ImplDX12_CreateFontsTexture() local
441 ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); in ImGui_ImplDX12_CreateDeviceObjects() local
674 ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); in ImGui_ImplDX12_InvalidateDeviceObjects() local
699 ImGui_ImplDX12_Data* bd = IM_NEW(ImGui_ImplDX12_Data)(); in ImGui_ImplDX12_Init() local
728 ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); in ImGui_ImplDX12_Shutdown() local
741 ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); in ImGui_ImplDX12_NewFrame() local
Dimgui_impl_dx10.cpp80 ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); in ImGui_ImplDX10_SetupRenderState() local
119 ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); in ImGui_ImplDX10_RenderDrawData() local
297 ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); in ImGui_ImplDX10_CreateFontsTexture() local
357 ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); in ImGui_ImplDX10_CreateDeviceObjects() local
511 ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); in ImGui_ImplDX10_InvalidateDeviceObjects() local
534 ImGui_ImplDX10_Data* bd = IM_NEW(ImGui_ImplDX10_Data)(); in ImGui_ImplDX10_Init() local
559 ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); in ImGui_ImplDX10_Shutdown() local
573 ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); in ImGui_ImplDX10_NewFrame() local
Dimgui_impl_dx11.cpp81 ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); in ImGui_ImplDX11_SetupRenderState() local
123 ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); in ImGui_ImplDX11_RenderDrawData() local
310 ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); in ImGui_ImplDX11_CreateFontsTexture() local
369 ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); in ImGui_ImplDX11_CreateDeviceObjects() local
523 ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); in ImGui_ImplDX11_InvalidateDeviceObjects() local
546 ImGui_ImplDX11_Data* bd = IM_NEW(ImGui_ImplDX11_Data)(); in ImGui_ImplDX11_Init() local
574 ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); in ImGui_ImplDX11_Shutdown() local
589 ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); in ImGui_ImplDX11_NewFrame() local
Dimgui_impl_win32.cpp112 ImGui_ImplWin32_Data* bd = IM_NEW(ImGui_ImplWin32_Data)(); in ImGui_ImplWin32_Init() local
175 ImGui_ImplWin32_Data* bd = ImGui_ImplWin32_GetBackendData(); in ImGui_ImplWin32_Shutdown() local
225 ImGui_ImplWin32_Data* bd = ImGui_ImplWin32_GetBackendData(); in ImGui_ImplWin32_UpdateMousePos() local
262 ImGui_ImplWin32_Data* bd = ImGui_ImplWin32_GetBackendData(); in ImGui_ImplWin32_UpdateGamepads() local
310 ImGui_ImplWin32_Data* bd = ImGui_ImplWin32_GetBackendData(); in ImGui_ImplWin32_NewFrame() local
365 ImGui_ImplWin32_Data* bd = ImGui_ImplWin32_GetBackendData(); in ImGui_ImplWin32_WndProcHandler() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp9statefulparser.c200 fill_bool (Vp9BoolDecoder * bd) in fill_bool()
226 read_bool (Vp9BoolDecoder * bd, guint8 probability) in read_bool()
257 read_literal (Vp9BoolDecoder * bd, guint n) in read_literal()
270 init_bool (Vp9BoolDecoder * bd, GstBitReader * br, guint size_in_bytes) in init_bool()
297 exit_bool (Vp9BoolDecoder * bd) in exit_bool()
319 decode_term_subexp (Vp9BoolDecoder * bd) in decode_term_subexp()
362 read_mv_prob (Vp9BoolDecoder * bd) in read_mv_prob()
378 parse_mv_probs (GstVp9FrameHeader * hdr, Vp9BoolDecoder * bd) in parse_mv_probs()
418 parse_partition_probs (GstVp9FrameHeader * hdr, Vp9BoolDecoder * bd) in parse_partition_probs()
430 parse_y_mode_probs (GstVp9FrameHeader * hdr, Vp9BoolDecoder * bd) in parse_y_mode_probs()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_live_variables.cpp56 fs_live_variables::setup_one_read(struct block_data *bd, in setup_one_read()
74 fs_live_variables::setup_one_write(struct block_data *bd, fs_inst *inst, in setup_one_write()
113 struct block_data *bd = &block_data[block->num]; in setup_def_use() local
163 struct block_data *bd = &block_data[block->num]; in compute_live_variables() local
212 const struct block_data *bd = &block_data[block->num]; in compute_live_variables() local
236 struct block_data *bd = &block_data[block->num]; in compute_start_end() local
Dbrw_vec4_live_variables.cpp76 struct block_data *bd = &block_data[block->num]; in setup_def_use() local
151 struct block_data *bd = &block_data[block->num]; in compute_live_variables() local
202 const struct block_data &bd = block_data[block->num]; in compute_start_end() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp8rangedecoder.c24 BOOL_DECODER *const bd = BOOL_DECODER_CAST (rd); in gst_vp8_range_decoder_init() local
48 BOOL_DECODER *const bd = BOOL_DECODER_CAST (rd); in gst_vp8_range_decoder_get_pos() local
57 BOOL_DECODER *const bd = BOOL_DECODER_CAST (rd); in gst_vp8_range_decoder_get_state() local
/third_party/toybox/toys/other/
Dbzcat.c110 static unsigned int get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits()
161 static int read_block_header(struct bunzip_data *bd, struct bwdata *bw) in read_block_header()
319 static int read_huffman_data(struct bunzip_data *bd, struct bwdata *bw) in read_huffman_data()
443 static void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) in flush_bunzip_outbuf()
452 static void burrows_wheeler_prep(struct bunzip_data *bd, struct bwdata *bw) in burrows_wheeler_prep()
493 static int read_bunzip_data(struct bunzip_data *bd) in read_bunzip_data()
512 static int write_bunzip_data(struct bunzip_data *bd, struct bwdata *bw, in write_bunzip_data()
607 struct bunzip_data *bd; in start_bunzip() local
645 struct bunzip_data *bd; in bunzipStream() local
/third_party/exfatprogs/lib/
Dlibexfat.c120 static void exfat_set_default_cluster_size(struct exfat_blk_dev *bd, in exfat_set_default_cluster_size()
139 struct exfat_blk_dev *bd) in exfat_get_blk_dev_info()
350 off_t exfat_get_root_entry_offset(struct exfat_blk_dev *bd) in exfat_get_root_entry_offset()
494 int exfat_read_sector(struct exfat_blk_dev *bd, void *buf, unsigned int sec_off) in exfat_read_sector()
508 int exfat_write_sector(struct exfat_blk_dev *bd, void *buf, in exfat_write_sector()
524 int exfat_write_checksum_sector(struct exfat_blk_dev *bd, in exfat_write_checksum_sector()
585 static int exfat_update_boot_checksum(struct exfat_blk_dev *bd, bool is_backup) in exfat_update_boot_checksum()
625 int exfat_set_volume_serial(struct exfat_blk_dev *bd, in exfat_set_volume_serial()
688 unsigned int exfat_clus_to_blk_dev_off(struct exfat_blk_dev *bd, in exfat_clus_to_blk_dev_off()
/third_party/ffmpeg/doc/examples/
Davio_reading.c44 struct buffer_data *bd = (struct buffer_data *)opaque; in read_packet() local
67 struct buffer_data bd = { 0 }; in main() local
/third_party/exfatprogs/dump/
Ddump.c67 static int exfat_show_ondisk_all_info(struct exfat_blk_dev *bd) in exfat_show_ondisk_all_info()
221 struct exfat_blk_dev bd; in main() local

12345