Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_sync.c430 err = UIOMOVE(&sh, sizeof(sh), UIO_WRITE, uio); in ipf_sync_write()
508 err = UIOMOVE(data, sh.sm_len, UIO_WRITE, uio); in ipf_sync_write()
597 err = UIOMOVE(sl, sizeof(*sl), UIO_READ, uio); in ipf_sync_read()
608 err = UIOMOVE(su, sizeof(*su), UIO_READ, uio); in ipf_sync_read()
H A Dip_compat.h354 # define UIOMOVE(a,b,c,d) ipfuiomove((caddr_t)a,b,c,d) macro
487 # define UIOMOVE(a,b,c,d) uiomove((caddr_t)a,b,d) macro
H A Dip_log.c719 error = UIOMOVE(ipl, dlen, UIO_READ, uio); in ipf_log_read()