Searched refs:task_is_driver (Results 1 – 14 of 14) sorted by relevance
1308 if (task_is_driver(current_task())) { in host_set_special_port_from_user()1365 if (task && task_is_driver(task) && id > HOST_MAX_SPECIAL_KERNEL_PORT) { in host_get_special_port_from_user()
656 extern bool task_is_driver(task_t task);749 extern bool task_is_driver(task_t task);
2237 task_is_driver(task_t task) in task_is_driver() function
2232 if (task_is_driver(current_task())) { in task_set_special_port()
4656 …args.pid == -1) || (stackshot_args.pid == task_pid) || (include_drivers && task_is_driver(task))) { in kdp_stackshot_record_task()
358 bool include_iokit_memory = task_is_driver(task); in coredump()
1835 boolean_t driver = task_is_driver(task); in set_thread_extra_flags()3099 if (task_is_driver(proc_task(p))) { in postsig_locked()
2426 if (!task_is_driver(current_task())) { in log_data()
2012 if (task_is_driver(task) && PROC_HAS_EXITREASON(p)) { in proc_prepareexit()
2985 return task_is_driver(proc_task(p)); in proc_is_driver()
854 if (!task_is_driver(self_task)) { in _os_log_internal_driverKit()
1085 boolean_t is_driverkit = task_is_driver(current_task()); in shared_region_map_and_slide_setup()
1794 if (!task_is_driver(task)) { in iokit_task_terminate_phase1()
4105 if (!task_is_driver(owningTask)) { in OSDefineMetaClassAndStructors()