Home
last modified time | relevance | path

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

/xnu-12377.81.4/libsyscall/wrappers/
H A Dexclaves.c269 struct exclaves_resource_user notification_resource_user; in exclaves_notification_create() local
276 strlcpy(notification_resource_user.r_name, name, MAXCONCLAVENAME); in exclaves_notification_create()
278 (mach_vm_address_t)&notification_resource_user, in exclaves_notification_create()
279 sizeof(notification_resource_user), 0, 0, 0); in exclaves_notification_create()
281 *notification_id = notification_resource_user.r_port; in exclaves_notification_create()
/xnu-12377.81.4/osfmk/kern/
H A Dexclaves.c700 struct exclaves_resource_user *notification_resource_user = NULL; in _exclaves_ctl_trap() local
709 notification_resource_user = (struct exclaves_resource_user *) in _exclaves_ctl_trap()
712 error = copyin(ubuffer, notification_resource_user, usize); in _exclaves_ctl_trap()
718 const size_t name_buf_len = sizeof(notification_resource_user->r_name); in _exclaves_ctl_trap()
719 if (strnlen(notification_resource_user->r_name, name_buf_len) in _exclaves_ctl_trap()
727 notification_resource_user->r_name, &notification_resource); in _exclaves_ctl_trap()
737 notification_resource_user->r_type = notification_resource->r_type; in _exclaves_ctl_trap()
738 notification_resource_user->r_id = notification_resource->r_id; in _exclaves_ctl_trap()
739 notification_resource_user->r_port = port_name; in _exclaves_ctl_trap()
740 error = copyout(notification_resource_user, ubuffer, usize); in _exclaves_ctl_trap()
[all …]