Searched refs:UIOMOVE (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | ip_compat.h | 289 # 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-8796.121.2/bsd/net/ |
| H A D | bpf.c | 142 #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()
|