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

/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_ustat.h28 * $FreeBSD: releng/10.3/sys/compat/svr4/svr4_ustat.h 139743 2005-01-05 22:34:37Z imp $
36 struct svr4_ustat { struct
H A Dsvr4_stat.c58 #include <compat/svr4/svr4_ustat.h>
77 struct svr4_ustat * name;
82 int svr4_ustat(struct thread *, struct svr4_ustat_args *);
370 svr4_ustat(td, uap) function
374 struct svr4_ustat us;
381 * How do we translate dev -> fstat? (and then to svr4_ustat)
549 return svr4_ustat(td, &ua);

Completed in 45 milliseconds