Home
last modified time | relevance | path

Searched refs:max_bytes (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/osfmk/kdp/
H A Dkdp_protocol.h302 uint32_t max_bytes; member
H A Dkdp.c672 rp->max_bytes = MAX_KDP_DATA_SIZE; in kdp_maxbytes()
/xnu-10063.101.15/bsd/net/
H A Dkpi_interface.h1425 u_int32_t max_bytes, mbuf_t *first_packet, mbuf_t *last_packet,
H A Dbpf.c3875 get_common_prefix_size(const void *a, const void *b, uint8_t max_bytes) in get_common_prefix_size() argument
3877 uint8_t max_words = max_bytes >> 2; in get_common_prefix_size()