Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_sync.c449 err = UIOMOVE(&sh, sizeof(sh), UIO_WRITE, uio);
527 err = UIOMOVE(data, sh.sm_len, UIO_WRITE, uio);
618 err = UIOMOVE(sl, sizeof(*sl), UIO_READ, uio);
629 err = UIOMOVE(su, sizeof(*su), UIO_READ, uio);
H A Dip_compat.h368 # define UIOMOVE(a,b,c,d) ipfuiomove((caddr_t)a,b,c,d) macro
501 # define UIOMOVE(a,b,c,d) uiomove((caddr_t)a,b,d) macro
H A Dip_log.c752 error = UIOMOVE(ipl, dlen, UIO_READ, uio);