Home
last modified time | relevance | path

Searched refs:free_iovec (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/mount/
H A DMakefile10 MLINKS+= mntopts.3 free_iovec.3
H A Dgetmntopts.c235 free_iovec(&iov, &iovlen);
294 free_iovec(struct iovec **iov, int *iovlen) in free_iovec() function
H A Dmntopts.h109 void free_iovec(struct iovec **iovec, int *iovlen);
/freebsd/tests/sys/fs/fusefs/
H A Dfallocate.cc305 free_iovec(&iov, &iovlen); in TEST_F()
688 free_iovec(&iov, &iovlen); in TEST_F()
H A Dmockfs.cc527 free_iovec(&iov, &iovlen); in MockFS()