Searched refs:ioperm (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dioport.c65 * If it's the first ioperm() call in this thread's lifetime, set the
66 * IO bitmap up. ioperm() is much less timing critical than clone(),
69 if (!t->ioperm) {
74 t->ioperm = 1;
H A Dprocess.c718 if (prev->ioperm || next->ioperm) {
719 if (next->ioperm) {
723 * This only affects processes which use ioperm().
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dprocessor.h387 int ioperm; member in struct:thread_struct
414 {~0, } /* ioperm */ \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dprocessor.h387 int ioperm; member in struct:thread_struct
414 {~0, } /* ioperm */ \
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/sound/
H A DMultiSound952 X if (ioperm(config_port, 2, 1)) {
953 X perror("ioperm");

Completed in 90 milliseconds