Searched refs:dir_minor (Results 1 – 1 of 1) sorted by relevance
252 int dir_major = 0, dir_minor = 0; in LoadKernelModules() local253 if (sscanf(entry->d_name, "%d.%d", &dir_major, &dir_minor) != 2 || dir_major != major || in LoadKernelModules()254 dir_minor != minor) { in LoadKernelModules()