Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/disk/
H A Dpart.c405 const char *dev_str, *hwpart_str; in blk_get_device_by_str() local
408 hwpart_str = strchr(dev_hwpart_str, '.'); in blk_get_device_by_str()
409 if (hwpart_str) { in blk_get_device_by_str()
411 dup_str[hwpart_str - dev_hwpart_str] = 0; in blk_get_device_by_str()
413 hwpart_str++; in blk_get_device_by_str()
427 if (hwpart_str) { in blk_get_device_by_str()
428 hwpart = simple_strtoul(hwpart_str, &ep, 16); in blk_get_device_by_str()
431 ifname, hwpart_str); in blk_get_device_by_str()