Home
last modified time | relevance | path

Searched refs:sglist_append_uio (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sys/
HDsglist.h93 int sglist_append_uio(struct sglist *sg, struct uio *uio);
/freebsd-11-stable/sys/kern/
HDsubr_sglist.c464 sglist_append_uio(struct sglist *sg, struct uio *uio) in sglist_append_uio() function
/freebsd-11-stable/share/man/man9/
HDMakefile1598 sglist.9 sglist_append_uio.9 \
/freebsd-11-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.c250 error = sglist_append_uio(sg, (struct uio *)crp->crp_buf); in ccr_populate_sglist()