Searched refs:task_is_driver (Results 1 – 9 of 9) sorted by relevance
584 extern bool task_is_driver(task_t task);674 extern bool task_is_driver(task_t task);
1271 if (task_is_driver(current_task())) { in host_set_special_port_from_user()1328 if (task && task_is_driver(task) && id > HOST_MAX_SPECIAL_KERNEL_PORT) { in host_get_special_port_from_user()
2138 task_is_driver(task_t task) in task_is_driver() function
2078 if (task_is_driver(current_task())) { in task_set_special_port()
396 #define proc_is_driver(p) (task_is_driver((p)->task))
2494 if (!task_is_driver(current_task())) { in log_data()
228 if (!task_is_driver(self_task)) { in _os_log_internal_driverKit()
2174 boolean_t is_driverkit = task_is_driver(current_task()); in shared_region_map_and_slide_setup()
3789 if (!task_is_driver(owningTask)) { in OSDefineMetaClassAndStructors()