Lines Matching refs:dev_str
405 const char *dev_str, *hwpart_str; in blk_get_device_by_str() local
412 dev_str = dup_str; in blk_get_device_by_str()
415 dev_str = dev_hwpart_str; in blk_get_device_by_str()
419 dev = simple_strtoul(dev_str, &ep, 16); in blk_get_device_by_str()
422 ifname, dev_str); in blk_get_device_by_str()
468 const char *dev_str; in blk_get_device_part_str() local
537 dev_str = dup_str; in blk_get_device_part_str()
540 dev_str = dev_part_str; in blk_get_device_part_str()
544 dev = blk_get_device_by_str(ifname, dev_str, dev_desc); in blk_get_device_part_str()
575 dev_str); in blk_get_device_part_str()
586 dev_str); in blk_get_device_part_str()