Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c1696 char *device_start_pos; in parse_ctd() local
1712 device_start_pos = strrchr(partial_ctd_str, 'd'); in parse_ctd()
1713 if (device_start_pos == NULL) { in parse_ctd()
1720 target_str_len = device_start_pos - partial_ctd_str + 2; in parse_ctd()
1735 cl = strlen(device_start_pos); in parse_ctd()
1736 if (sscanf(device_start_pos, "d%us%u%n", &device, slice, &l) != 2 || in parse_ctd()
1739 if (sscanf(device_start_pos, "d%up%u%n", &device, slice, &l) in parse_ctd()