Home
last modified time | relevance | path

Searched refs:r_id (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.c411 resource->r_id = id; in exclaves_resource_alloc()
449 id_item->i_key = &resource->r_id; in exclaves_resource_alloc()
450 id_item->i_key_len = sizeof(resource->r_id); in exclaves_resource_alloc()
503 (uint32_t)resource->r_id); in populate_conclave_services()
509 (uint32_t)resource->r_id); in populate_conclave_services()
567 assert3u(resource->r_id, <, CONCLAVE_SERVICE_MAX); in exclaves_resource_init()
808 __assert_only kern_return_t kr = exclaves_conclave_launcher_init(resource->r_id, in exclaves_conclave_init()
1304 (exclaves_sensor_type_t)resource->r_id, 0, &status); in exclaves_resource_sensor_reset()
1348 (exclaves_sensor_type_t)resource->r_id, flags, status); in exclaves_resource_sensor_start()
1364 (exclaves_sensor_type_t)resource->r_id, flags, status); in exclaves_resource_sensor_status()
[all …]
H A Dexclaves_resource.h141 uint64_t r_id; member
H A Dexclaves.c503 uresource.r_id = id; in _exclaves_ctl_trap()
728 notification_resource_user->r_id = notification_resource->r_id; in _exclaves_ctl_trap()
/xnu-11417.121.6/libsyscall/wrappers/
H A Dexclaves.c159 *resource_id = conclave_resource_user.r_id; in exclaves_lookup_service()
/xnu-11417.121.6/osfmk/mach/
H A Dexclaves.h1080 exclaves_id_t r_id; member