Home
last modified time | relevance | path

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

/disk/
A Dpart.c393 int blk_get_device_by_str(const char *ifname, const char *dev_hwpart_str, in blk_get_device_by_str() argument
401 hwpart_str = strchr(dev_hwpart_str, '.'); in blk_get_device_by_str()
403 dup_str = strdup(dev_hwpart_str); in blk_get_device_by_str()
404 dup_str[hwpart_str - dev_hwpart_str] = 0; in blk_get_device_by_str()
408 dev_str = dev_hwpart_str; in blk_get_device_by_str()
432 debug("** Bad device %s %s **\n", ifname, dev_hwpart_str); in blk_get_device_by_str()

Completed in 8 milliseconds