Home | History | Annotate | Download | only in gpt-utils

Lines Matching refs:partname

1054 //through the /dev/block/bootdevice/by-name/ tree for partname, and resolve
1056 static int get_dev_path_from_partition_name(const char *partname,
1062 if (!partname || !buf || buflen < ((PATH_TRUNCATE_LOC) + 1)) {
1067 //Need to find the lun that holds partition partname
1071 partname);
1182 //Read out the GPT header for the disk that contains the partition partname
1183 static uint8_t* gpt_get_header(const char *partname, enum gpt_instance instance)
1190 if (!partname) {
1194 if (get_dev_path_from_partition_name(partname, devpath, sizeof(devpath))
1198 partname);
1214 partname);
1449 const char *partname,
1453 if (!disk || !partname || disk->is_initialized != GPT_DISK_INIT_MAGIC) {
1459 return (gpt_pentry_seek(partname, ptn_arr,