Searched refs:dev_hwpart_str (Results 1 – 1 of 1) sorted by relevance
370 int blk_get_device_by_str(const char *ifname, const char *dev_hwpart_str, in blk_get_device_by_str() argument378 hwpart_str = strchr(dev_hwpart_str, '.'); in blk_get_device_by_str()380 dup_str = strdup(dev_hwpart_str); in blk_get_device_by_str()381 dup_str[hwpart_str - dev_hwpart_str] = 0; in blk_get_device_by_str()385 dev_str = dev_hwpart_str; in blk_get_device_by_str()409 debug("** Bad device %s %s **\n", ifname, dev_hwpart_str); in blk_get_device_by_str()