Home
last modified time | relevance | path

Searched refs:src_bytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/net/
H A Dbpf_buffer.c105 u_char *src_bytes; in bpf_buffer_append_bytes() local
107 src_bytes = (u_char *)src; in bpf_buffer_append_bytes()
108 bcopy(src_bytes, buf + offset, len); in bpf_buffer_append_bytes()
H A Dbpf_zerocopy.c252 u_char *src_bytes; in bpf_zerocopy_append_bytes() local
259 src_bytes = (u_char *)src; in bpf_zerocopy_append_bytes()
277 bcopy(src_bytes, ((u_char *)sf_buf_kva(zb->zb_pages[page])) + in bpf_zerocopy_append_bytes()
288 src_bytes += count; in bpf_zerocopy_append_bytes()
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_dp.c245 pack_aux(uint8_t *src, int src_bytes) in pack_aux() argument
250 if (src_bytes > 4) in pack_aux()
251 src_bytes = 4; in pack_aux()
252 for (i = 0; i < src_bytes; i++) in pack_aux()