Home
last modified time | relevance | path

Searched refs:i386_get_ioperm (Results 1 – 5 of 5) sorted by relevance

/trueos/lib/libc/i386/sys/
HDMakefile.inc7 SRCS+= i386_get_fsbase.c i386_get_gsbase.c i386_get_ioperm.c i386_get_ldt.c \
22 MAN+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
25 MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2
HDi386_get_ioperm.c33 i386_get_ioperm(unsigned int start, unsigned int *length, int *enable) in i386_get_ioperm() function
/trueos/sys/x86/include/
HDsysarch.h108 int i386_get_ioperm(unsigned int, unsigned int *, int *);
129 int i386_get_ioperm(struct thread *, struct i386_ioperm_args *);
/trueos/lib/libc/i386/
HDSymbol.map38 i386_get_ioperm;
/trueos/sys/i386/i386/
HDsys_machdep.c187 error = i386_get_ioperm(td, &kargs.iargs);
388 i386_get_ioperm(td, uap) in i386_get_ioperm() function