Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dexclaves_tests.c142 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 Dexclaves_sensor.h70 exclaves_sensor_status_t *sensor_status);
/xnu-11215.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-11215.81.4/osfmk/mach/
H A Dexclaves.h612 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);