Home
last modified time | relevance | path

Searched refs:sensor_status (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dexclaves_tests.c143 exclaves_sensor_status_t sensor_status = EXCLAVES_SENSOR_STATUS_DENIED; in exclaves_sensor_kpi_test() local
149 kr = exclaves_sensor_stop(bad, 0, &sensor_status); in exclaves_sensor_kpi_test()
152 kr = exclaves_sensor_start(bad, 0, &sensor_status); in exclaves_sensor_kpi_test()
155 kr = exclaves_sensor_status(bad, 0, &sensor_status); in exclaves_sensor_kpi_test()
160 kr = exclaves_sensor_stop(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test()
166 kr = exclaves_sensor_status(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test()
168 SENSOR_TEST(sensor_status == EXCLAVES_SENSOR_STATUS_DENIED); in exclaves_sensor_kpi_test()
175 kr = exclaves_sensor_start(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test()
177 SENSOR_TEST(sensor_status == EXCLAVES_SENSOR_STATUS_ALLOWED); in exclaves_sensor_kpi_test()
178 kr = exclaves_sensor_status(sensors[i], 0, &sensor_status); in exclaves_sensor_kpi_test()
[all …]
H A Dexclaves_sensor.h70 exclaves_sensor_status_t *sensor_status);
/xnu-12377.81.4/libsyscall/wrappers/
H A Dexclaves.c216 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-12377.81.4/osfmk/mach/
H A Dexclaves.h624 exclaves_sensor_status_t *sensor_status);
650 exclaves_sensor_status_t *sensor_status);
673 exclaves_sensor_status_t *sensor_status);
996 exclaves_sensor_status_t *sensor_status);
1020 exclaves_sensor_status_t *sensor_status);
1041 exclaves_sensor_status_t *sensor_status);