Home
last modified time | relevance | path

Searched refs:uap_space (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dproc.h113 int sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space);
/f-stack/freebsd/amd64/amd64/
H A Dsys_machdep.c99 sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space) in sysarch_ldt() argument
110 if (uap_space == UIO_USERSPACE) { in sysarch_ldt()