Searched refs:sensor_status (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | exclaves_tests.c | 142 exclaves_sensor_status_t sensor_status = EXCLAVES_SENSOR_STATUS_DENIED; in exclaves_sensor_kpi_test() local 148 kr = exclaves_sensor_stop(bad, 0, &sensor_status); in exclaves_sensor_kpi_test() 151 kr = exclaves_sensor_start(bad, 0, &sensor_status); in exclaves_sensor_kpi_test() 154 kr = exclaves_sensor_status(bad, 0, &sensor_status); in exclaves_sensor_kpi_test() 159 kr = exclaves_sensor_stop(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test() 165 kr = exclaves_sensor_status(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test() 167 SENSOR_TEST(sensor_status == EXCLAVES_SENSOR_STATUS_ALLOWED); /* Not enforced */ in exclaves_sensor_kpi_test() 174 kr = exclaves_sensor_start(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test() 176 SENSOR_TEST(sensor_status == EXCLAVES_SENSOR_STATUS_ALLOWED); in exclaves_sensor_kpi_test() 177 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-11215.81.4/libsyscall/wrappers/ |
| H A D | exclaves.c | 216 exclaves_sensor_status_t *sensor_status) in exclaves_sensor_start() argument 220 (uintptr_t) sensor_status, 0, 0, 0, 0); in exclaves_sensor_start() 225 exclaves_sensor_status_t *sensor_status) in exclaves_sensor_stop() argument 229 (uintptr_t) sensor_status, 0, 0, 0, 0); in exclaves_sensor_stop() 234 exclaves_sensor_status_t *sensor_status) in exclaves_sensor_status() argument 238 (uintptr_t) sensor_status, 0, 0, 0, 0); in exclaves_sensor_status()
|
| /xnu-11215.81.4/osfmk/mach/ |
| H A D | exclaves.h | 612 exclaves_sensor_status_t *sensor_status); 638 exclaves_sensor_status_t *sensor_status); 661 exclaves_sensor_status_t *sensor_status); 904 exclaves_sensor_status_t *sensor_status); 928 exclaves_sensor_status_t *sensor_status); 948 exclaves_sensor_status_t *sensor_status);
|