Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/disk/
H A Dpart.c400 int blk_get_device_by_str(const char *ifname, const char *dev_hwpart_str, in blk_get_device_by_str() argument
408 hwpart_str = strchr(dev_hwpart_str, '.'); in blk_get_device_by_str()
410 dup_str = strdup(dev_hwpart_str); in blk_get_device_by_str()
411 dup_str[hwpart_str - dev_hwpart_str] = 0; in blk_get_device_by_str()
415 dev_str = dev_hwpart_str; in blk_get_device_by_str()
439 printf("** Bad device %s %s **\n", ifname, dev_hwpart_str); in blk_get_device_by_str()