Home
last modified time | relevance | path

Searched defs:ioctl (Results 1 – 8 of 8) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Dblk_types.h18 long (*ioctl)(long cmd, long arg); member
/DragonOS-0.1.8/kernel/src/net/
Dmod.rs171 fn ioctl( in ioctl() method
Dsocket.rs588 fn ioctl( in ioctl() method
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
DVFS.h190 …long (*ioctl)(struct vfs_index_node_t *inode, struct vfs_file_t *file_ptr, uint64_t cmd, uint64_t … member
Dmount.rs311 fn ioctl(&self, cmd: u32, data: usize) -> Result<usize, SystemError> { in ioctl() method
Dmod.rs309 fn ioctl(&self, _cmd: u32, _data: usize) -> Result<usize, SystemError> { in ioctl() method
/DragonOS-0.1.8/kernel/src/filesystem/sysfs/
Dmod.rs265 fn ioctl(&self, _cmd: u32, _data: usize) -> Result<usize, SystemError> { in ioctl() method
/DragonOS-0.1.8/kernel/src/filesystem/devfs/
Dmod.rs425 fn ioctl(&self, _cmd: u32, _data: usize) -> Result<usize, SystemError> { in ioctl() method