Home
last modified time | relevance | path

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

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