Home
last modified time | relevance | path

Searched refs:UINT8_MAX (Results 1 – 25 of 42) sorted by relevance

12

/xnu-11215.61.5/EXTERNAL_HEADERS/
H A Dstdint.h137 #define UINT8_MAX 255 macro
153 #define UINT_LEAST8_MAX UINT8_MAX
169 #define UINT_FAST8_MAX UINT8_MAX
/xnu-11215.61.5/bsd/netinet6/
H A Dah_output.c279 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 Desp_output.c735 VERIFY((extendsiz - 2) <= UINT8_MAX); in esp_output()
1102 VERIFY(extendsiz <= UINT8_MAX); in esp_kpipe_output()
/xnu-11215.61.5/san/coverage/
H A Dkcov_ksancov.h96 #define KSANCOV_MAX_HITS UINT8_MAX
/xnu-11215.61.5/san/tools/
H A Dksancov.h66 #define KSANCOV_MAX_HITS UINT8_MAX
/xnu-11215.61.5/bsd/net/classq/
H A Dif_classq.h212 #define IF_CLASSQ_ALL_GRPS UINT8_MAX
/xnu-11215.61.5/bsd/kern/
H A Dkern_malloc.c104 assert3u(size, <=, UINT8_MAX); in _MALLOC_external()
H A Dprocess_policy.c338 (uint8_t)MIN(cpuattr.ppattr_cpu_percentage, UINT8_MAX), in handle_cpuuse()
/xnu-11215.61.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c139 if (__improbable(len > UINT8_MAX)) { in netif_gso_get_frame_header_len()
738 VERIFY(lasthdr_off <= UINT8_MAX); in netif_gso_ipv6_tcp()
H A Dnx_netif_host.c647 if (len > UINT8_MAX) { in get_l2_hlen()
/xnu-11215.61.5/bsd/security/audit/
H A Daudit_arg.c467 KASSERT(number <= UINT8_MAX, in audit_arg_data()
471 number > UINT8_MAX) { in audit_arg_data()
/xnu-11215.61.5/bsd/sys/
H A Dsocketvar.h887 if (__improbable(size > UINT8_MAX)) { in __sized_by_or_null()
912 kheap_free_bounded(KHEAP_SONAME, (sa), 1, UINT8_MAX); \
/xnu-11215.61.5/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c191 #define _CHT_SLOT_INVAL UINT8_MAX
590 #define _CHT_BFS_QUEUE_LEN UINT8_MAX
/xnu-11215.61.5/libkern/os/
H A Dlog_encode.c121 assert(arg_size <= UINT8_MAX); in log_add_cmd()
/xnu-11215.61.5/bsd/netinet/
H A Draw_ip.c979 if (proto > UINT8_MAX) { in rip_attach()
993 VERIFY(proto <= UINT8_MAX); in rip_attach()
H A Dtcp_output.c1966 VERIFY(sackoptlen < UINT8_MAX); in tcp_output()
3109 if ((th->th_flags & TH_SYN) && tp->t_syn_sent < UINT8_MAX) { in tcp_output()
3112 if ((th->th_flags & TH_FIN) && tp->t_fin_sent < UINT8_MAX) { in tcp_output()
3115 if ((th->th_flags & TH_RST) && tp->t_rst_sent < UINT8_MAX) { in tcp_output()
H A Dip_output.c2387 if (optval > UINT8_MAX) { in ip_ctloutput()
2395 if (optval > UINT8_MAX) { in ip_ctloutput()
2848 if (optlen > UINT8_MAX) { in ip_pcbopts()
H A Din_arp.c1003 if (ret == 0 && broadcast_len <= UINT8_MAX) { in arp_rtrequest()
1336 if (result == 0 && broadcast_len <= UINT8_MAX) { in arp_lookup_ip()
H A Dip_icmp.c200 VERIFY(code <= UINT8_MAX); in icmp_error()
/xnu-11215.61.5/bsd/net/
H A Dpf_if.c789 VERIFY(b >= 0 && b <= UINT8_MAX); in pfi_unmask()
/xnu-11215.61.5/iokit/Kernel/
H A DIOKitDebug.cpp520 static_assert(kIOTrackingCallSiteBTs <= UINT8_MAX); in IOTrackingAddUser()
634 static_assert(kIOTrackingCallSiteBTs <= UINT8_MAX); in IOTrackingAdd()
/xnu-11215.61.5/osfmk/arm64/
H A Dkpc.c163 #define PMESR_PMC_MASK ((uint64_t)UINT8_MAX)
/xnu-11215.61.5/osfmk/vm/
H A Dvm_kern.c2483 #define KMEM_META_PRIMARY UINT8_MAX
2484 #define KMEM_META_START (UINT8_MAX - 1)
2485 #define KMEM_META_FREE (UINT8_MAX - 2)
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_xattr.c1870 if (namelen > UINT8_MAX) { in default_setxattr_vfs()
2808 if (namelen > UINT8_MAX) { in default_setxattr_doubleagent()
/xnu-11215.61.5/bsd/skywalk/packet/
H A Dpacket_common.h1397 if (__improbable(bdoff0 > UINT8_MAX)) { in __packet_finalize()

12