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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_stats.c532 stat64_copyout(struct stat *buf, void *ubuf) function
583 return (stat64_copyout(&buf, args->statbuf));
604 return (stat64_copyout(&sb, args->statbuf));
621 error = stat64_copyout(&buf, args->statbuf);
648 error = stat64_copyout(&buf, args->statbuf);

Completed in 134 milliseconds