Searched refs:OS_ANALYZER_SUPPRESS (Results 1 – 11 of 11) sorted by relevance
| /xnu-8020.101.4/libkern/os/ |
| H A D | base.h | 155 #define OS_ANALYZER_SUPPRESS(RADAR) __attribute__((analyzer_suppress)) macro 157 #define OS_ANALYZER_SUPPRESS(RADAR) macro
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | clock.c | 1120 OS_ANALYZER_SUPPRESS("82347749") monotonic_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_initialize_calendar() 1301 …OS_ANALYZER_SUPPRESS("82347749") os_log(OS_LOG_DEFAULT, "UTC time %lu s %d u\n", (unsigned long)va… in clock_wakeup_calendar_legacy()
|
| H A D | thread.c | 3357 OS_ANALYZER_SUPPRESS("81787115") return KERN_NOT_SUPPORTED; in thread_swap_mach_voucher()
|
| H A D | task.c | 8071 OS_ANALYZER_SUPPRESS("81787115") return KERN_NOT_SUPPORTED; in task_swap_mach_voucher()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | netboot.c | 666 OS_ANALYZER_SUPPRESS("12641116") printf("netboot: IP address " IP_FORMAT, IP_LIST(&iaddr)); in netboot_mountroot()
|
| H A D | tty_dev.c | 881 OS_ANALYZER_SUPPRESS("80961525") (*linesw[tp->t_line].l_rint)(*cp++, tp);
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 276 OS_ANALYZER_SUPPRESS("77508635") OSSafeReleaseNULL(machPort); in noMoreSendersForObject() 312 OS_ANALYZER_SUPPRESS("77508635") OSSafeReleaseNULL(machPort); in releasePortForObject() 388 OS_ANALYZER_SUPPRESS("77508635") OSSafeReleaseNULL(machPort); in destroyUserReferences() 392 OS_ANALYZER_SUPPRESS("77508635") OSSafeReleaseNULL(machPort); in destroyUserReferences() 2359 OS_ANALYZER_SUPPRESS("77307290") meta = OSMetaClass::copyMetaClassWithName(name); in is_io_object_get_superclass() 2410 OS_ANALYZER_SUPPRESS("77307290") meta = OSMetaClass::copyMetaClassWithName(name); in is_io_object_get_bundle_identifier()
|
| H A D | IORegistryEntry.cpp | 1099 OS_ANALYZER_SUPPRESS("82033761") registryTable()->setObject( key, (OSObject *) name); in setName()
|
| H A D | IOUserServer.cpp | 3800 OS_ANALYZER_SUPPRESS("82033761") inst->PMinit(); in OSDefineMetaClassAndStructors()
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_attrlist.c | 1283 OS_ANALYZER_SUPPRESS("80178956") ATTR_PACK4(ab, va.va_encoding); in getvolattrlist() 1328 OS_ANALYZER_SUPPRESS("80178956") ATTR_PACK4(ab, va.va_uid); in getvolattrlist() 1332 OS_ANALYZER_SUPPRESS("80178956") ATTR_PACK4(ab, va.va_gid); in getvolattrlist() 1336 OS_ANALYZER_SUPPRESS("80178956") ATTR_PACK_CAST(&ab, uint32_t, va.va_mode); in getvolattrlist() 1340 OS_ANALYZER_SUPPRESS("80178956") ATTR_PACK4(ab, va.va_flags); in getvolattrlist()
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | content_filter.c | 1083 OS_ANALYZER_SUPPRESS("81031590") if (queuesize != cfq->q_end - cfq->q_start) { in cfil_queue_verify()
|