sys_pathconf
int sys_pathconf(struct lwp *, const struct sys_pathconf_args *, register_t *);
.sy_call = (sy_call_t *)sys_pathconf
int sys_pathconf(struct lwp *, const struct sys_pathconf_args *, register_t *);
.sy_call = (sy_call_t *)sys_pathconf
return sys_pathconf(l, &ua, retval);
int sys_pathconf(struct lwp *, const struct sys_pathconf_args *, register_t *);
.sy_call = (sy_call_t *)sys_pathconf
.sy_call = (sy_call_t *)sys_pathconf
{ 191, sys_pathconf },
extern sy_call_t sys_pathconf;
check_syscall_args(sys_pathconf)
int sys_pathconf(struct lwp *, const struct sys_pathconf_args *, register_t *);