Searched refs:str_part (Results 1 – 2 of 2) sorted by relevance
93 static int str_to_partitions(const char *str_part, int blksz, in str_to_partitions() argument105 if (str_part == NULL) in str_to_partitions()108 str = strdup(str_part); in str_to_partitions()
381 const char *str_part, in set_gpt_info() argument399 if (str_part == NULL) in set_gpt_info()402 str = strdup(str_part); in set_gpt_info()560 static int gpt_default(struct blk_desc *blk_dev_desc, const char *str_part) in gpt_default() argument568 ret = set_gpt_info(blk_dev_desc, str_part, in gpt_default()588 static int gpt_verify(struct blk_desc *blk_dev_desc, const char *str_part) in gpt_verify() argument599 ret = set_gpt_info(blk_dev_desc, str_part, in gpt_verify()
Completed in 6 milliseconds