Searched refs:iops (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkdebug.c134 int kdbg_cpumap_init_internal(kd_iop_t* iops, uint32_t cpu_count, uint8_t** cpumap, uint32_t* cpumap_size);
221 * number of active cpus. We capture the iops list head at initialization
520 * kdebug_iops. Any iops registered after this enabling will not be
1415 * NOTE: It may seem redundant to pass both iops and a cpu_count.
1422 * If we do not pass both iops and cpu_count, and iops is NULL, this function
1428 kdbg_cpumap_init_internal(kd_iop_t* iops, uint32_t cpu_count, uint8_t** cpumap, uint32_t* cpumap_size) argument
1433 assert(!iops || iops->cpu_id + 1 == cpu_count);
1455 while (iops) {
[all...]

Completed in 106 milliseconds