Lines Matching refs:dev_str
369 const char *dev_str, *hwpart_str; in blk_get_device_by_str() local
376 dev_str = dup_str; in blk_get_device_by_str()
379 dev_str = dev_hwpart_str; in blk_get_device_by_str()
383 dev = simple_strtoul(dev_str, &ep, 16); in blk_get_device_by_str()
386 ifname, dev_str); in blk_get_device_by_str()
432 const char *dev_str; in blk_get_device_part_str() local
501 dev_str = dup_str; in blk_get_device_part_str()
504 dev_str = dev_part_str; in blk_get_device_part_str()
508 dev = blk_get_device_by_str(ifname, dev_str, dev_desc); in blk_get_device_part_str()
539 dev_str); in blk_get_device_part_str()
550 dev_str); in blk_get_device_part_str()