Home
last modified time | relevance | path

Searched refs:marr (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dmem.c50 vm_page_t marr; in memrw() local
114 marr = &m; in memrw()
115 uiomove_fromphys(&marr, off, cnt, uio); in memrw()
/freebsd/sys/riscv/riscv/
H A Dmem.c52 vm_page_t marr; in memrw() local
115 marr = &m; in memrw()
116 uiomove_fromphys(&marr, off, cnt, uio); in memrw()
/freebsd/sys/powerpc/powerpc/
H A Dmem.c96 vm_page_t marr; in memrw() local
132 marr = &m; in memrw()
133 error = uiomove_fromphys(&marr, off, cnt, uio); in memrw()
/freebsd/contrib/tcsh/nls/french/
H A Dset325 23 Ajoute aux arguments si démarré ou entre le chiffre
/freebsd/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base257 267 "Journal redémarré"
/freebsd/sys/net/
H A Diflib.c4341 mp = marr; in iflib_if_transmit()
4348 if (count > nitems(marr)) in iflib_if_transmit()