Searched refs:driverKit (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/libkern/os/ |
| H A D | log.c | 205 void *dso, void *addr, bool driverKit) in firehose_ftid() argument 209 if (driverKit) { in firehose_ftid() 223 firehose_ftid_flags(const void *dso, bool driverKit) in firehose_ftid_flags() argument 239 if (mh->filetype == MH_EXECUTE && !driverKit) { in firehose_ftid_flags() 247 resolve_dso(const char *fmt, void *dso, void *addr, bool driverKit) in resolve_dso() argument 268 if (!driverKit && (dso != (void *)OSKextKextForAddress(addr))) { in resolve_dso() 281 bool driverKit, size_t *loc_size) in resolve_location() argument 290 return driverKit ? addr : VM_KERNEL_UNSLIDE(addr); in resolve_location() 724 uint64_t ts, void *addr, void *dso, bool driverKit) in _os_log_to_log_internal() argument 726 dso = resolve_dso(fmt, dso, addr, driverKit); in _os_log_to_log_internal() [all …]
|