Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dmach_fat.c73 int grade; in fatfile_getarch() local
114 grade = grade_binary(testtype, testsubtype, testfeatures, TRUE); in fatfile_getarch()
119 if (grade > best_grade) { in fatfile_getarch()
120 best_grade = grade; in fatfile_getarch()
H A Dkern_exec.c1232 goto grade; in exec_mach_imgact()
1237 goto grade; in exec_mach_imgact()
1243 grade: in exec_mach_imgact()