Home
last modified time | relevance | path

Searched refs:OS_ANALYZER_SUPPRESS (Results 1 – 11 of 11) sorted by relevance

/xnu-11215.1.10/EXTERNAL_HEADERS/image4/shim/
H A Dbase.h154 #define OS_ANALYZER_SUPPRESS(RADAR) __attribute__((analyzer_suppress)) macro
156 #define OS_ANALYZER_SUPPRESS(RADAR) macro
/xnu-11215.1.10/libkern/os/
H A Dbase.h155 #define OS_ANALYZER_SUPPRESS(RADAR) __attribute__((analyzer_suppress)) macro
157 #define OS_ANALYZER_SUPPRESS(RADAR) macro
/xnu-11215.1.10/bsd/kern/
H A Dnetboot.c624 OS_ANALYZER_SUPPRESS("12641116") printf("netboot: IP address " IP_FORMAT, IP_LIST(&iaddr)); in netboot_mountroot()
H A Dtty_dev.c919 OS_ANALYZER_SUPPRESS("80961525") (*linesw[tp->t_line].l_rint)(*cp++, tp);
/xnu-11215.1.10/osfmk/kern/
H A Dclock.c1124 OS_ANALYZER_SUPPRESS("82347749") monotonic_sec = monotonic_usec_total / (clock_sec_t)USEC_PER_SEC; in clock_initialize_calendar()
1305OS_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 Dthread.c3522 OS_ANALYZER_SUPPRESS("81787115") return KERN_NOT_SUPPORTED; in thread_swap_mach_voucher()
H A Dtask.c8626 OS_ANALYZER_SUPPRESS("81787115") return KERN_NOT_SUPPORTED; in task_swap_mach_voucher()
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_attrlist.c1295 OS_ANALYZER_SUPPRESS("80178956") ATTR_PACK4(ab, va.va_encoding); in getvolattrlist()
1340 OS_ANALYZER_SUPPRESS("80178956") ATTR_PACK4(ab, va.va_uid); in getvolattrlist()
1344 OS_ANALYZER_SUPPRESS("80178956") ATTR_PACK4(ab, va.va_gid); in getvolattrlist()
1348 OS_ANALYZER_SUPPRESS("80178956") ATTR_PACK_CAST(&ab, uint32_t, va.va_mode); in getvolattrlist()
1352 OS_ANALYZER_SUPPRESS("80178956") ATTR_PACK4(ab, va.va_flags); in getvolattrlist()
/xnu-11215.1.10/iokit/Kernel/
H A DIOUserClient.cpp280 OS_ANALYZER_SUPPRESS("77508635") OSSafeReleaseNULL(machPort); in noMoreSendersForObject()
330 OS_ANALYZER_SUPPRESS("77508635") OSSafeReleaseNULL(machPort); in releasePortForObject()
396 OS_ANALYZER_SUPPRESS("77508635") OSSafeReleaseNULL(machPort); in destroyUserReferences()
H A DIOUserServer.cpp4107 OS_ANALYZER_SUPPRESS("82033761") inst->PMinit(); in OSDefineMetaClassAndStructors()
/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.c1115 OS_ANALYZER_SUPPRESS("81031590") if (queuesize != cfq->q_end - cfq->q_start) { in cfil_queue_verify()