Searched refs:maj (Results 1 – 2 of 2) sorted by relevance
28 unsigned int maj = major (d1); in do_test_split_combine() local30 dev_t d2 = makedev (maj, min); in do_test_split_combine()34 (uint64_t)d2, (uint64_t)d1, maj, min); in do_test_split_combine()75 unsigned int maj, min; in do_test() local83 for (maj = 0; maj <= 0xFF; maj++) in do_test()85 status |= do_test_combine_split (maj, min); in do_test()
62 #define makedev(maj, min) gnu_dev_makedev (maj, min) argument
Completed in 4 milliseconds