Searched refs:driverKit (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.81.2/libkern/os/ |
| H A D | log.c | 275 void *dso, void *addr, bool driverKit) in firehose_ftid() argument 279 if (driverKit) { in firehose_ftid() 293 firehose_ftid_flags(const void *dso, bool driverKit) in firehose_ftid_flags() argument 309 if (mh->filetype == MH_EXECUTE && !driverKit) { in firehose_ftid_flags() 317 resolve_dso(const char *fmt, void *dso, void *addr, bool driverKit) in resolve_dso() argument 338 if (!driverKit && (dso != (void *)OSKextKextForAddress(addr))) { in resolve_dso() 351 bool driverKit, size_t *loc_size) in resolve_location() argument 360 return driverKit ? addr : VM_KERNEL_UNSLIDE(addr); in resolve_location() 378 uint64_t ts, void *addr, void *dso, bool driverKit) in _os_log_to_log_internal() argument 382 dso = resolve_dso(fmt, dso, addr, driverKit); in _os_log_to_log_internal() [all …]
|