Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dproc.h100 int sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space);
/freebsd/sys/amd64/amd64/
H A Dsys_machdep.c98 sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space) in sysarch_ldt() argument
109 if (uap_space == UIO_USERSPACE) { in sysarch_ldt()