Searched refs:dev_hwpart_str (Results 1 – 1 of 1) sorted by relevance
364 int blk_get_device_by_str(const char *ifname, const char *dev_hwpart_str, in blk_get_device_by_str() argument372 hwpart_str = strchr(dev_hwpart_str, '.'); in blk_get_device_by_str()374 dup_str = strdup(dev_hwpart_str); in blk_get_device_by_str()375 dup_str[hwpart_str - dev_hwpart_str] = 0; in blk_get_device_by_str()379 dev_str = dev_hwpart_str; in blk_get_device_by_str()403 printf("** Bad device %s %s **\n", ifname, dev_hwpart_str); in blk_get_device_by_str()