Lines Matching refs:gpt_device_t
102 gpt_device_t* init(const char* dev, int* out_fd) { in init()
119 gpt_device_t* gpt; in init()
141 void dump(const gpt_device_t* gpt, int* count) { in dump()
179 gpt_device_t* gpt = init(dev, &fd); in dump_partitions()
205 zx_status_t commit(gpt_device_t* gpt, int fd, const char* dev) { in commit()
242 gpt_device_t* gpt = init(dev, &fd); in init_gpt()
257 gpt_device_t* gpt = init(dev, &fd); in add_partition()
283 void tear_down_gpt(int fd, gpt_device_t* gpt) { in tear_down_gpt()
375 gpt_device_t** gpt_out, in get_gpt_and_part()
382 gpt_device_t* gpt = init(path_device, &fd); in get_gpt_and_part()
435 gpt_device_t* gpt = init(dev, &fd); in remove_partition()
460 gpt_device_t* gpt = NULL; in adjust_partition()
518 gpt_device_t* gpt = NULL; in edit_partition()
561 gpt_device_t* gpt = NULL; in edit_cros_partition()
674 gpt_device_t* gpt = NULL; in set_visibility()
749 gpt_device_t* gpt = init(dev, &fd); in repartition()