Searched refs:hwpart_str (Results 1 – 1 of 1) sorted by relevance
375 const char *dev_str, *hwpart_str; in blk_get_device_by_str() local378 hwpart_str = strchr(dev_hwpart_str, '.'); in blk_get_device_by_str()379 if (hwpart_str) { in blk_get_device_by_str()381 dup_str[hwpart_str - dev_hwpart_str] = 0; in blk_get_device_by_str()383 hwpart_str++; in blk_get_device_by_str()397 if (hwpart_str) { in blk_get_device_by_str()398 hwpart = simple_strtoul(hwpart_str, &ep, 16); in blk_get_device_by_str()401 ifname, hwpart_str); in blk_get_device_by_str()