Searched refs:task_is_driver (Results 1 – 9 of 9) sorted by relevance
582 extern bool task_is_driver(task_t task);670 extern bool task_is_driver(task_t task);
1270 if (task_is_driver(current_task())) { in host_set_special_port_from_user()1327 if (task && task_is_driver(task) && id > HOST_MAX_SPECIAL_KERNEL_PORT) { in host_get_special_port_from_user()
2126 task_is_driver(task_t task) in task_is_driver() function
2057 if (task_is_driver(current_task())) { in task_set_special_port()
388 #define proc_is_driver(p) (task_is_driver((p)->task))
2703 if (!task_is_driver(current_task())) { in log_data()
223 if (!task_is_driver(self_task)) { in _os_log_internal_driverKit()
2158 boolean_t is_driverkit = task_is_driver(current_task()); in shared_region_map_and_slide_setup()
3785 if (!task_is_driver(owningTask)) { in OSDefineMetaClassAndStructors()