Home
last modified time | relevance | path

Searched refs:bool_value (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_csr.c127 bool bool_value; in _csr_is_iuou_or_iuos_device() local
130 (_csr_get_dt_bool(&entry, "internal-use-only-unit", &bool_value) && bool_value)) || in _csr_is_iuou_or_iuos_device()
132 (_csr_get_dt_bool(&entry, "iuos", &bool_value) && bool_value)); in _csr_is_iuou_or_iuos_device()
144 bool bool_value; in _csr_should_allow_device_configuration() local
148 _csr_get_dt_bool(&chosen, "csr-allow-device-configuration", &bool_value) && bool_value); in _csr_should_allow_device_configuration()
176 bool bool_value; in csr_bootstrap() local
214 if (_csr_get_dt_bool(&entry, "lp-sip1", &bool_value) && bool_value) { in csr_bootstrap()
224 csr_unsafe_kernel_text = _csr_get_dt_bool(&entry, "lp-sip2", &bool_value) && bool_value; in csr_bootstrap()
/xnu-11215/libkern/coreanalytics/
H A Dcoreanalytics_shim.cpp92 bool bool_value; in serialize_event_field() local
100 bool_value = *(const bool *)field_value; in serialize_event_field()
101 field = OSBoolean::withBoolean(bool_value); in serialize_event_field()