Home
last modified time | relevance | path

Searched refs:ibcs2_chdir (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_sysent.c31 …{ AS(ibcs2_chdir_args), (sy_call_t *)ibcs2_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12…
Dibcs2_proto.h285 int ibcs2_chdir(struct thread *, struct ibcs2_chdir_args *);
Dibcs2_misc.c1081 ibcs2_chdir(struct thread *td, struct ibcs2_chdir_args *uap) in ibcs2_chdir() function