Searched refs:hwpart_str (Results 1 – 1 of 1) sorted by relevance
369 const char *dev_str, *hwpart_str; in blk_get_device_by_str() local372 hwpart_str = strchr(dev_hwpart_str, '.'); in blk_get_device_by_str()373 if (hwpart_str) { in blk_get_device_by_str()375 dup_str[hwpart_str - dev_hwpart_str] = 0; in blk_get_device_by_str()377 hwpart_str++; in blk_get_device_by_str()391 if (hwpart_str) { in blk_get_device_by_str()392 hwpart = simple_strtoul(hwpart_str, &ep, 16); in blk_get_device_by_str()395 ifname, hwpart_str); in blk_get_device_by_str()