Home
last modified time | relevance | path

Searched defs:ioctl (Results 26 - 50 of 240) sorted by relevance

12345678910

/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_cdev.c48 static long rproc_device_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in rproc_device_ioctl() argument
/kernel/linux/linux-6.6/rust/kernel/
H A Dlib.rs36 pub mod ioctl; modules
/third_party/libfuse/include/
H A Dcuse_lowlevel.h61 void (*ioctl) (fuse_req_t req, int cmd, void *arg, member
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_loop02.c37 int ioctl; member
/third_party/libdrm/tests/nouveau/
H A Dthreaded.c40 int ioctl(int fd, unsigned long request, ...) in ioctl() function
/third_party/python/Lib/
H A Dpty.py74 from fcntl import ioctl, I_PUSH namespace
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DSocket.h43 #define ioctl ioctlsocket macro
/kernel/linux/linux-6.6/arch/riscv/kvm/
H A Dvm.c212 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in kvm_arch_vm_ioctl() argument
/kernel/linux/linux-5.10/include/linux/
H A Dtty_ldisc.h192 int (*ioctl)(struct tty_struct *tty, struct file *file, member
/kernel/linux/linux-5.10/include/sound/
H A Dhwdep.h27 int (*ioctl)(struct snd_hwdep *hw, struct file *file, member
H A Dseq_oss.h41 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg); member
/kernel/linux/linux-6.6/include/linux/
H A Dtty_ldisc.h245 int (*ioctl)(struct tty_struct *tty, unsigned int cmd, member
/kernel/linux/linux-6.6/include/sound/
H A Dhwdep.h27 int (*ioctl)(struct snd_hwdep *hw, struct file *file, member
H A Dseq_oss.h41 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg); member
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_files.h65 int (*ioctl)(struct File *, int, unsigned long); member
/kernel/uniproton/src/fs/vfs/
H A Dvfs_files.h44 S32 (*ioctl)(struct TagFile *, S32, uintptr_t); member
/kernel/linux/linux-6.6/tools/crypto/ccp/
H A Dtest_dbc.py9 import ioctl_opt as ioctl namespace
11 ioctl = None variable
[all...]
/third_party/musl/src/misc/
H A Dioctl.c128 int ioctl(int fd, int req, ...) in ioctl() function
/third_party/lwip/src/include/netif/ppp/
H A Dpppapi.h96 } ioctl; member
/third_party/rust/crates/linux-raw-sys/src/
H A Dlib.rs146 pub mod ioctl; modules
162 pub mod ioctl; modules
178 pub mod ioctl; modules
194 pub mod ioctl; global() modules
210 pub mod ioctl; global() modules
226 pub mod ioctl; global() modules
242 pub mod ioctl; global() modules
258 pub mod ioctl; global() modules
274 pub mod ioctl; global() modules
290 pub mod ioctl; global() modules
306 pub mod ioctl; global() modules
322 pub mod ioctl; global() modules
338 pub mod ioctl; global() modules
354 pub mod ioctl; global() modules
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dmod.rs51 pub mod ioctl; modules
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_ioctl.c808 const struct drm_ioctl_desc *ioctl = NULL; drm_ioctl() local
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Dloop.h46 int (*ioctl)(struct loop_device *, int cmd, member
87 int (*ioctl)(struct loop_device *, int cmd, unsigned long arg); member
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Duser_syms.c94 EXPORT_SYMBOL_PROTO(ioctl); variable
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Dudmabuf.c298 static long udmabuf_ioctl(struct file *filp, unsigned int ioctl, in udmabuf_ioctl() argument

Completed in 9 milliseconds

12345678910