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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_stats.c135 newstat_copyout(struct stat *buf, void *ubuf) function
179 return (newstat_copyout(&buf, args->buf));
200 return (newstat_copyout(&sb, args->buf));
218 error = newstat_copyout(&buf, args->buf);
678 error = newstat_copyout(&buf, args->statbuf);

Completed in 54 milliseconds