Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dstat.h105 struct ostat { struct
H A Dsysproto.h2258 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
2262 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
2275 char sb_l_[PADL_(struct ostat *)]; struct ostat * sb; char sb_r_[PADR_(struct ostat *)];
2383 int ostat(struct thread *, struct ostat_args *);
H A Dvnode.h621 struct ostat;
669 void cvtstat(struct stat *st, struct ostat *ost);
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c2142 struct ostat *ub;
2146 ostat(struct thread *td, struct ostat_args *uap) in ostat() function
2149 struct ostat osb; in ostat()
2166 struct ostat *ub;
2173 struct ostat osb; in olstat()
2189 cvtstat(struct stat *st, struct ostat *ost) in cvtstat()
H A Dkern_descrip.c1470 struct ostat *sb;
1477 struct ostat oub; in ofstat()