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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c67 kern_return_t kmod_start_or_stop(kmod_t id, int start, kmod_args_t *data,
952 kmod_start_or_stop( function
1121 rc = kmod_start_or_stop(id, (flavor == KMOD_CNTL_START),
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.c117 kmod_start_or_stop(
2407 mach_result = kmod_start_or_stop(entry->kmod_id, 1, &kmod_args, &arg_size);
2409 mach_result = kmod_start_or_stop(entry->kmod_id, 1, 0, 0);
H A Dkext.cpp68 kmod_start_or_stop(
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCatalogue.cpp122 kmod_start_or_stop(
525 * consumed by a call to vm_map_copyout() in kmod_start_or_stop().
629 kr = kmod_start_or_stop(kmod_info->id, 1, 0, 0);

Completed in 26 milliseconds