Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsysunion.h130 struct pathconf_args pathconf;
HDsysproto.h514 struct pathconf_args { struct
1589 int sys_pathconf (struct sysmsg *sysmsg, const struct pathconf_args *);
/dragonfly/sys/kern/
HDinit_sysent.c208 { AS(pathconf_args), 4, (sy_call_t *)sys_pathconf }, /* 191 = pathconf */
HDvfs_syscalls.c3153 sys_pathconf(struct sysmsg *sysmsg, const struct pathconf_args *uap) in sys_pathconf()