Searched refs:useraddr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/ti/
H A Dif_ti.c504 caddr_t buf, int useraddr, int readdata)
569 if (useraddr) {
603 if (useraddr) {
655 if (useraddr) {
673 if (useraddr) {
694 caddr_t buf, int useraddr, int readdata, int cpu)
763 if (useraddr)
768 if (useraddr)
503 ti_copy_mem(struct ti_softc *sc, uint32_t tigon_addr, uint32_t len, caddr_t buf, int useraddr, int readdata) argument
693 ti_copy_scratch(struct ti_softc *sc, uint32_t tigon_addr, uint32_t len, caddr_t buf, int useraddr, int readdata, int cpu) argument
/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_main.c2821 uint8_t *useraddr; local
2856 useraddr = (uint8_t *)t->buf;
2863 if (copyout(buf, useraddr, chunk))
2865 useraddr += chunk;

Completed in 108 milliseconds