Home
last modified time | relevance | path

Searched refs:UIOMOVE (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/bsd/netinet/
H A Dip_compat.h289 # define UIOMOVE(a, b, c, d) uiomove((caddr_t)a,b,c,d)
330 # define UIOMOVE(a, b, c, d) uiomove(a,b,d)
648 # define UIOMOVE(a, b, c, d) uiomove(a,b,c,d)
/xnu-8792.61.2/bsd/net/
H A Dbpf.c142 #define UIOMOVE(cp, len, code, uio) uiomove(cp, len, uio) macro
420 error = UIOMOVE((caddr_t)sockp->sa_data, hlen, UIO_WRITE, uio); in bpf_movein()
425 error = UIOMOVE(mtod(m, caddr_t), len - hlen, UIO_WRITE, uio); in bpf_movein()
1310 error = UIOMOVE(hbuf, hbuf_len, UIO_READ, uio); in bpfread()