Searched refs:UIOMOVE (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_sync.c | 449 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 D | ip_compat.h | 368 # 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 D | ip_log.c | 752 error = UIOMOVE(ipl, dlen, UIO_READ, uio);
|