Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsysarch.h133 int i386_set_ioperm(unsigned int, unsigned int, int);
159 int i386_set_ioperm(struct thread *, struct i386_ioperm_args *);
/f-stack/freebsd/i386/i386/
H A Dsys_machdep.c226 error = i386_set_ioperm(td, &kargs.iargs); in sysarch()
335 i386_set_ioperm(td, uap) in i386_set_ioperm() function
/f-stack/freebsd/i386/linux/
H A Dlinux_machdep.c378 error = i386_set_ioperm(td, &iia); in linux_ioperm()