Home
last modified time | relevance | path

Searched refs:ibcs2_pathconf (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_isc_sysent.c28 …{ AS(ibcs2_pathconf_args), (sy_call_t *)ibcs2_pathconf, AUE_PATHCONF, NULL, 0, 0, 0, SY_THR_STATIC…
Dsyscalls.isc25 8 AUE_PATHCONF NOPROTO { int ibcs2_pathconf(char *path, int name); }
Dsyscalls.xenix64 46 AUE_PATHCONF STD { int ibcs2_pathconf(char *path, int name); }
Dibcs2_xenix.h112 int ibcs2_pathconf(struct thread *, struct ibcs2_pathconf_args *);
Dibcs2_xenix_sysent.c65 …{ AS(ibcs2_pathconf_args), (sy_call_t *)ibcs2_pathconf, AUE_PATHCONF, NULL, 0, 0, 0, SY_THR_STATIC…
Dibcs2_misc.c738 ibcs2_pathconf(struct thread *td, struct ibcs2_pathconf_args *uap) in ibcs2_pathconf() function