Home
last modified time | relevance | path

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

12

/third_party/rust/crates/linux-raw-sys/src/
Dlib.rs146 pub mod ioctl; module
162 pub mod ioctl; module
178 pub mod ioctl; module
194 pub mod ioctl; module
210 pub mod ioctl; module
226 pub mod ioctl; module
242 pub mod ioctl; module
258 pub mod ioctl; module
274 pub mod ioctl; module
290 pub mod ioctl; module
[all …]
/third_party/rust/crates/nix/src/sys/
Dmod.rs51 pub mod ioctl; module
/third_party/rust/crates/rustix/tests/io/
Dmain.rs22 mod ioctl; module
/third_party/rust/crates/rustix/src/io/
Dmod.rs15 mod ioctl; module
/third_party/libdrm/tests/nouveau/
Dthreaded.c40 int ioctl(int fd, unsigned long request, ...) in ioctl() function
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Dusb_handle.h70 int (*ioctl)(struct usb_handle *handle, int cmd, void *arg); member
/third_party/alsa-lib/src/hwdep/
Dhwdep_local.h31 int (*ioctl)(snd_hwdep_t *hwdep, unsigned int request, void * arg); member
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_loop02.c34 int ioctl; member
/third_party/NuttX/fs/vfs/include/
Ddriver.h76 int (*ioctl)(struct Vnode *vnode, int cmd, unsigned long arg); member
Dfile.h135 int (*ioctl)(struct file *filep, int cmd, unsigned long arg); member
/third_party/libfuse/include/
Dcuse_lowlevel.h61 void (*ioctl) (fuse_req_t req, int cmd, void *arg, member
Dfuse_lowlevel.h1029 void (*ioctl) (fuse_req_t req, fuse_ino_t ino, int cmd, member
1061 void (*ioctl) (fuse_req_t req, fuse_ino_t ino, unsigned int cmd, member
Dfuse.h706 int (*ioctl) (const char *, int cmd, void *arg, member
725 int (*ioctl) (const char *, unsigned int cmd, void *arg, member
/third_party/libdrm/nouveau/
Dnouveau.c113 struct nvif_ioctl_v0 ioctl; in nouveau_object_mthd() member
155 struct nvif_ioctl_v0 ioctl; in nouveau_object_sclass_get() member
230 struct nvif_ioctl_v0 ioctl; in nouveau_object_fini() member
253 struct nvif_ioctl_v0 ioctl; in nouveau_object_init() member
/third_party/lwip/src/include/netif/ppp/
Dpppapi.h96 } ioctl; member
/third_party/musl/src/misc/
Dioctl.c128 int ioctl(int fd, int req, ...) in ioctl() function
/third_party/ntfs-3g/include/ntfs-3g/
Ddevice.h114 int (*ioctl)(struct ntfs_device *dev, unsigned long request, member
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.h86 } ioctl; member
/third_party/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c381 ioctl(int fd, unsigned long request, ...) in ioctl() function
/third_party/toybox/porting/liteos_a/toys/net/
Difconfig.c167 int flag, ioctl; in display_ifconfig() member
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h439 int (*ioctl) (const char *, int cmd, void *arg, member
Dfuse_lowlevel.h836 void (*ioctl) (fuse_req_t req, fuse_ino_t ino, int cmd, void *arg, member
/third_party/toybox/toys/net/
Difconfig.c168 int flag, ioctl; in display_ifconfig() member
/third_party/python/Lib/asyncio/
Dtrsock.py109 def ioctl(self, *args, **kwargs): member in TransportSocket
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.h209 gint (*ioctl) (gint fd, ioctl_req_t request, ...); member

12