Searched refs:maj (Results 1 – 1 of 1) sorted by relevance
223 unsigned maj, min; in name_to_dev_t() local225 if (sscanf(name, "%u:%u", &maj, &min) == 2) { in name_to_dev_t()226 res = MKDEV(maj, min); in name_to_dev_t()227 if (maj != MAJOR(res) || min != MINOR(res)) in name_to_dev_t()