Home
last modified time | relevance | path

Searched refs:notification_type (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/device/
H A Ddevice.defs253 in notification_type : uint32_t;
476 in notification_type : io_name_t;
502 in notification_type : natural_t;
559 in notification_type : io_name_t;
654 in notification_type : uint32_t;
661 in notification_type : io_name_t;
678 in notification_type : io_name_t;
778 in notification_type : io_name_t;
791 in notification_type : io_name_t;
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp1893 IOUserClient::getNotificationSemaphore( UInt32 notification_type, in getNotificationSemaphore() argument
2770 io_name_t notification_type, in internal_io_service_add_notification() argument
2798 if (!(sym = OSSymbol::withCString( notification_type ))) { in internal_io_service_add_notification()
2868 io_name_t notification_type, in is_io_service_add_notification() argument
2882 io_name_t notification_type, in is_io_service_add_notification_64() argument
2897 io_name_t notification_type, in is_io_service_add_notification_bin() argument
2913 return internal_io_service_add_notification(master_port, notification_type, in is_io_service_add_notification_bin()
2923 io_name_t notification_type, in is_io_service_add_notification_bin_64() argument
2939 return internal_io_service_add_notification(master_port, notification_type, in is_io_service_add_notification_bin_64()
2947 io_name_t notification_type, in internal_io_service_add_notification_ool() argument
[all …]
/xnu-8019.80.24/iokit/IOKit/
H A DIOUserClient.h390 MIG_SERVER_ROUTINE virtual IOReturn getNotificationSemaphore( UInt32 notification_type,