Home
last modified time | relevance | path

Searched refs:dev_hwpart_str (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/disk/
H A Dpart.c370 int blk_get_device_by_str(const char *ifname, const char *dev_hwpart_str, in blk_get_device_by_str() argument
378 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()