Home
last modified time | relevance | path

Searched refs:notification_resource (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_driverkit.c524 exclaves_resource_t *notification_resource = variable
529 if (notification_resource != NULL) {
533 exclaves_notification_signal(notification_resource, mask);
1064 exclaves_resource_t *notification_resource = variable
1069 if (notification_resource != NULL) {
1073 exclaves_notification_signal(notification_resource, mask);
H A Dexclaves.c696 exclaves_resource_t *notification_resource = NULL; in _exclaves_ctl_trap() local
726 notification_resource_user->r_name, &notification_resource); in _exclaves_ctl_trap()
731 kr = exclaves_resource_create_port_name(notification_resource, in _exclaves_ctl_trap()
736 notification_resource_user->r_type = notification_resource->r_type; in _exclaves_ctl_trap()
737 notification_resource_user->r_id = notification_resource->r_id; in _exclaves_ctl_trap()