Home
last modified time | relevance | path

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

/xnu-10063.101.15/libsyscall/wrappers/
H A Dexclaves.c260 struct exclaves_resource_user notification_resource_user; in exclaves_notification_create() local
267 strlcpy(notification_resource_user.r_name, name, MAXCONCLAVENAME); in exclaves_notification_create()
269 (mach_vm_address_t)&notification_resource_user, in exclaves_notification_create()
270 sizeof(notification_resource_user), 0, 0); in exclaves_notification_create()
272 *notification_id = notification_resource_user.r_port; in exclaves_notification_create()
/xnu-10063.101.15/osfmk/kern/
H A Dexclaves.c657 struct exclaves_resource_user *notification_resource_user = NULL; in _exclaves_ctl_trap() local
666 notification_resource_user = (struct exclaves_resource_user *) in _exclaves_ctl_trap()
669 error = copyin(ubuffer, notification_resource_user, usize); in _exclaves_ctl_trap()
675 const size_t name_buf_len = sizeof(notification_resource_user->r_name); in _exclaves_ctl_trap()
676 if (strnlen(notification_resource_user->r_name, name_buf_len) in _exclaves_ctl_trap()
691 notification_resource_user->r_name, &notification_resource); in _exclaves_ctl_trap()
701 notification_resource_user->r_type = notification_resource->r_type; in _exclaves_ctl_trap()
702 notification_resource_user->r_id = notification_resource->r_id; in _exclaves_ctl_trap()
703 notification_resource_user->r_port = port_name; in _exclaves_ctl_trap()
704 error = copyout(notification_resource_user, ubuffer, usize); in _exclaves_ctl_trap()
[all …]