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

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_stat.c223 error = kern_fstat(td, uap->fd, &st);
296 error = kern_fstat(td, uap->fd, &st);
365 error = kern_fstat(td, uap->fd, &st);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_stat.c194 error = kern_fstat(td, uap->fd, &st);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_stats.c215 error = kern_fstat(td, args->fd, &buf);
618 error = kern_fstat(td, args->fd, &buf);
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h117 int kern_fstat(struct thread *td, int fd, struct stat *sbp);
/freebsd-11-stable/sys/kern/
H A Dkern_descrip.c1302 error = kern_fstat(td, uap->fd, &ub);
1327 error = kern_fstat(td, uap->fd, &ub);
1334 kern_fstat(struct thread *td, int fd, struct stat *sbp) function
1374 error = kern_fstat(td, uap->fd, &ub);
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1865 error = kern_fstat(td, uap->fd, &ub);
1881 error = kern_fstat(td, uap->fd, &ub);

Completed in 160 milliseconds