Searched refs:sensor_status (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | exclaves_tests.c | 270 exclaves_sensor_status_t sensor_status = EXCLAVES_SENSOR_STATUS_DENIED; in exclaves_sensor_kpi_test() local 276 kr = exclaves_sensor_stop(bad, 0, &sensor_status); in exclaves_sensor_kpi_test() 279 kr = exclaves_sensor_start(bad, 0, &sensor_status); in exclaves_sensor_kpi_test() 282 kr = exclaves_sensor_status(bad, 0, &sensor_status); in exclaves_sensor_kpi_test() 287 kr = exclaves_sensor_stop(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test() 293 kr = exclaves_sensor_status(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test() 295 SENSOR_TEST(sensor_status == EXCLAVES_SENSOR_STATUS_ALLOWED); /* Not enforced */ in exclaves_sensor_kpi_test() 302 kr = exclaves_sensor_start(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test() 304 SENSOR_TEST(sensor_status == EXCLAVES_SENSOR_STATUS_ALLOWED); in exclaves_sensor_kpi_test() 305 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.101.15/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.101.15/libsyscall/wrappers/ |
| H A D | exclaves.c | 230 exclaves_sensor_status_t *sensor_status) in exclaves_sensor_start() argument 234 (uintptr_t) sensor_status, 0, 0, 0); in exclaves_sensor_start() 239 exclaves_sensor_status_t *sensor_status) in exclaves_sensor_stop() argument 243 (uintptr_t) sensor_status, 0, 0, 0); in exclaves_sensor_stop() 248 exclaves_sensor_status_t *sensor_status) in exclaves_sensor_status() argument 252 (uintptr_t) sensor_status, 0, 0, 0); in exclaves_sensor_status()
|