IO
Function parameters
Parameters
- io_type:u8
- nr:u8
Type definitions in this namespace
Types
- AT_SUN
- Extensions to the ELF auxiliary vector.
- AF_SUN
- ELF auxiliary vector flags.
- FILE_EVENT
- User watchable file events.
- lifreq
- IP interface request.
Functions in this namespace
Functions
= 0
Values
- GETCONTEXT
- = 0
- SETCONTEXT
- = 1
- GETUSTACK
- = 2
- SETUSTACK
- = 3
- SIOCGLIFINDEX
- = IOWR('i', 133, lifreq)
Source
Implementation
pub fn IO(io_type: u8, nr: u8) i32 {
return ioImpl(.none, io_type, nr, void);
}