Searched refs:device_start_pos (Results 1 – 1 of 1) sorted by relevance
1696 char *device_start_pos; in parse_ctd() local1712 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()