Searched refs:gpt_device_release (Results 1 – 6 of 6) sorted by relevance
57 void gpt_device_release(gpt_device_t* dev);
201 gpt_device_release(gpt); in dump_partitions()248 gpt_device_release(gpt); in init_gpt()275 gpt_device_release(gpt); in add_partition()285 gpt_device_release(gpt); in tear_down_gpt()454 gpt_device_release(gpt); in remove_partition()848 gpt_device_release(gpt); in repartition()
90 gpt_device_release(gpt_); in ~GptDevicePartitioner()
350 auto releaser = fbl::MakeAutoCall([&]() { gpt_device_release(gpt); }); in InitializeGpt()
468 void gpt_device_release(gpt_device_t* dev) { in gpt_device_release() function648 gpt_device_release(*gpt_out); in gpt_device_read_gpt()
138 gpt_device_release(device_); in ReleaseGpt()
Completed in 13 milliseconds