Searched refs:_ioperm (Results 1 – 2 of 2) sorted by relevance
/sysdeps/unix/sysv/linux/ia64/ |
A D | ioperm.c | 59 _ioperm (unsigned long int from, unsigned long int num, int turn_on) in _ioperm() function 124 int retval = _ioperm (0, MAX_PORT, 1); in _iopl() 193 weak_alias (_ioperm, ioperm);
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | ioperm.c | 678 _ioperm (unsigned long int from, unsigned long int num, int turn_on) in _ioperm() function 766 return _ioperm (0, MAX_PORT, 1); in _iopl() 865 weak_alias (_ioperm, ioperm);
|
Completed in 5 milliseconds