Home
last modified time | relevance | path

Searched refs:stat_args (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dsysunion.h250 struct stat_args stat;
H A Dsysproto.h1055 struct stat_args { struct
1705 int sys_stat (struct sysmsg *sysmsg, const struct stat_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c492 { AS(stat_args), 4, (sy_call_t *)sys_stat }, /* 475 = stat */
H A Dvfs_syscalls.c3098 sys_stat(struct sysmsg *sysmsg, const struct stat_args *uap) in sys_stat()