Home
last modified time | relevance | path

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

/external/u-boot/disk/
Dpart.c364 int blk_get_device_by_str(const char *ifname, const char *dev_hwpart_str, in blk_get_device_by_str() argument
372 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()