| /xnu-10002.41.9/EXTERNAL_HEADERS/ |
| H A D | stdint.h | 137 #define UINT8_MAX 255 macro 153 #define UINT_LEAST8_MAX UINT8_MAX 169 #define UINT_FAST8_MAX UINT8_MAX
|
| /xnu-10002.41.9/bsd/netinet6/ |
| H A D | ah_output.c | 279 VERIFY((plen >> 2) <= UINT8_MAX); in ah4_output() 290 VERIFY(((plen >> 2) + 1) <= UINT8_MAX); in ah4_output() 491 VERIFY((plen >> 2) <= UINT8_MAX); in ah6_output() 503 VERIFY(((plen >> 2) + 1) <= UINT8_MAX); in ah6_output()
|
| H A D | esp_output.c | 735 VERIFY((extendsiz - 2) <= UINT8_MAX); in esp_output() 1102 VERIFY(extendsiz <= UINT8_MAX); in esp_kpipe_output()
|
| /xnu-10002.41.9/san/coverage/ |
| H A D | kcov_ksancov.h | 96 #define KSANCOV_MAX_HITS UINT8_MAX
|
| /xnu-10002.41.9/bsd/net/classq/ |
| H A D | if_classq.h | 212 #define IF_CLASSQ_ALL_GRPS UINT8_MAX
|
| /xnu-10002.41.9/san/tools/ |
| H A D | ksancov.h | 66 #define KSANCOV_MAX_HITS UINT8_MAX
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | kern_malloc.c | 101 assert3u(size, <=, UINT8_MAX); in _MALLOC_external()
|
| H A D | process_policy.c | 338 (uint8_t)MIN(cpuattr.ppattr_cpu_percentage, UINT8_MAX), in handle_cpuuse()
|
| H A D | uipc_socket2.c | 1237 #if _MSIZE <= UINT8_MAX in sbconcat_mbufs() 2794 VERIFY((size) <= UINT8_MAX); in alloc_sockaddr()
|
| /xnu-10002.41.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_gso.c | 139 if (__improbable(len > UINT8_MAX)) { in netif_gso_get_frame_header_len() 722 VERIFY(lasthdr_off <= UINT8_MAX); in netif_gso_ipv6_tcp()
|
| H A D | nx_netif_host.c | 551 if (len > UINT8_MAX) { in get_l2_hlen()
|
| /xnu-10002.41.9/tests/ktrace/ |
| H A D | kpc_tests.c | 428 T_QUIET; T_EXPECT_EQ(config & UINT8_MAX, 429 (uint64_t)CYCLES_EVENT & UINT8_MAX,
|
| /xnu-10002.41.9/bsd/security/audit/ |
| H A D | audit_arg.c | 467 KASSERT(number <= UINT8_MAX, in audit_arg_data() 471 number > UINT8_MAX) { in audit_arg_data()
|
| /xnu-10002.41.9/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable.c | 191 #define _CHT_SLOT_INVAL UINT8_MAX 590 #define _CHT_BFS_QUEUE_LEN UINT8_MAX
|
| /xnu-10002.41.9/libkern/os/ |
| H A D | log_encode.c | 122 assert(arg_size <= UINT8_MAX); in log_add_cmd()
|
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | raw_ip.c | 970 if (proto > UINT8_MAX) { in rip_attach() 984 VERIFY(proto <= UINT8_MAX); in rip_attach()
|
| H A D | tcp_output.c | 1884 VERIFY(sackoptlen < UINT8_MAX); in tcp_output() 3010 if ((th->th_flags & TH_SYN) && tp->t_syn_sent < UINT8_MAX) { in tcp_output() 3013 if ((th->th_flags & TH_FIN) && tp->t_fin_sent < UINT8_MAX) { in tcp_output() 3016 if ((th->th_flags & TH_RST) && tp->t_rst_sent < UINT8_MAX) { in tcp_output()
|
| H A D | ip_output.c | 2327 if (optval > UINT8_MAX) { in ip_ctloutput() 2335 if (optval > UINT8_MAX) { in ip_ctloutput() 2779 if (optlen > UINT8_MAX) { in ip_pcbopts()
|
| H A D | in_arp.c | 1016 if (ret == 0 && broadcast_len <= UINT8_MAX) { in arp_rtrequest() 1346 if (result == 0 && broadcast_len <= UINT8_MAX) { in arp_lookup_ip()
|
| H A D | ip_icmp.c | 199 VERIFY(code <= UINT8_MAX); in icmp_error()
|
| /xnu-10002.41.9/bsd/net/ |
| H A D | pf_if.c | 785 VERIFY(b >= 0 && b <= UINT8_MAX); in pfi_unmask()
|
| /xnu-10002.41.9/iokit/Kernel/ |
| H A D | IOKitDebug.cpp | 520 static_assert(kIOTrackingCallSiteBTs <= UINT8_MAX); in IOTrackingAddUser() 634 static_assert(kIOTrackingCallSiteBTs <= UINT8_MAX); in IOTrackingAdd()
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | socketvar.h | 893 kheap_free_bounded(KHEAP_SONAME, (sa), 1, UINT8_MAX); \
|
| /xnu-10002.41.9/osfmk/vm/ |
| H A D | vm_kern.c | 2162 #define KMEM_META_PRIMARY UINT8_MAX 2163 #define KMEM_META_START (UINT8_MAX - 1) 2164 #define KMEM_META_FREE (UINT8_MAX - 2)
|
| /xnu-10002.41.9/bsd/skywalk/packet/ |
| H A D | packet_common.h | 1335 if (__improbable(bdoff0 > UINT8_MAX)) { in __packet_finalize()
|