Searched refs:boot_tasks (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | exclaves_boot.c | 108 exclaves_boot_task_entry_t boot_tasks[count]; in exclaves_boot_tasks() local 109 memcpy(boot_tasks, exclaves_boot_task_entries, count * sizeof(boot_tasks[0])); in exclaves_boot_tasks() 113 qsort(boot_tasks, count, sizeof(boot_tasks[0]), ebt_cmp); in exclaves_boot_tasks() 117 "exclaves: boot task started, %s\n", boot_tasks[i].ebt_name); in exclaves_boot_tasks() 121 kern_return_t ret = boot_tasks[i].ebt_func(); in exclaves_boot_tasks() 126 "exclaves: boot task done, %s\n", boot_tasks[i].ebt_name); in exclaves_boot_tasks() 130 boot_tasks[i].ebt_name, &boot_tasks[i]); in exclaves_boot_tasks()
|