Home
last modified time | relevance | path

Searched refs:get_partition_table (Results 1 – 1 of 1) sorted by relevance

/openbsd/sbin/fdisk/
H A Dgpt.c53 int get_partition_table(void);
263 get_partition_table(void) in get_partition_table() function
330 if (error != 0 || get_partition_table() != 0) in GPT_read()
338 error = get_partition_table(); in GPT_read()