Searched refs:sensor_status (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | exclaves_tests.c | 275 exclaves_sensor_status_t sensor_status = EXCLAVES_SENSOR_STATUS_DENIED; in exclaves_sensor_kpi_test() local 281 kr = exclaves_sensor_stop(bad, 0, &sensor_status); in exclaves_sensor_kpi_test() 284 kr = exclaves_sensor_start(bad, 0, &sensor_status); in exclaves_sensor_kpi_test() 287 kr = exclaves_sensor_status(bad, 0, &sensor_status); in exclaves_sensor_kpi_test() 292 kr = exclaves_sensor_stop(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test() 298 kr = exclaves_sensor_status(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test() 300 SENSOR_TEST(sensor_status == EXCLAVES_SENSOR_STATUS_ALLOWED); /* Not enforced */ in exclaves_sensor_kpi_test() 307 kr = exclaves_sensor_start(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test() 309 SENSOR_TEST(sensor_status == EXCLAVES_SENSOR_STATUS_ALLOWED); in exclaves_sensor_kpi_test() 310 kr = exclaves_sensor_status(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test() [all …]
|
| H A D | exclaves_sensor.h | 70 exclaves_sensor_status_t *sensor_status);
|
| /xnu-10063.141.1/osfmk/mach/ |
| H A D | exclaves.h | 484 exclaves_sensor_status_t *sensor_status); 510 exclaves_sensor_status_t *sensor_status); 533 exclaves_sensor_status_t *sensor_status); 770 exclaves_sensor_status_t *sensor_status); 794 exclaves_sensor_status_t *sensor_status); 814 exclaves_sensor_status_t *sensor_status);
|
| /xnu-10063.141.1/libsyscall/wrappers/ |
| H A D | exclaves.c | 232 exclaves_sensor_status_t *sensor_status) in exclaves_sensor_start() argument 236 (uintptr_t) sensor_status, 0, 0, 0); in exclaves_sensor_start() 241 exclaves_sensor_status_t *sensor_status) in exclaves_sensor_stop() argument 245 (uintptr_t) sensor_status, 0, 0, 0); in exclaves_sensor_stop() 250 exclaves_sensor_status_t *sensor_status) in exclaves_sensor_status() argument 254 (uintptr_t) sensor_status, 0, 0, 0); in exclaves_sensor_status()
|