Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dstartup.c246 startup_entry_cmp(const void *e1, const void *e2) in startup_entry_cmp() function
278 qsort(startup_entries, n, sizeof(struct startup_entry), startup_entry_cmp); in kernel_startup_bootstrap()