Searched defs:ioctl (Results 1 - 19 of 19) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Dioctl.c23 #undef ioctl macro
25 ioctl(int fd, ulong cmd, ...) function
/haiku/src/bin/debug/strace/
H A Dioctl.cpp191 Syscall *ioctl = get_syscall("_kern_ioctl"); local
/haiku/headers/private/net/
H A Dnet_stack_interface.h69 status_t (*ioctl)(net_socket* socket, uint32 op, void *buffer, member in struct:net_stack_interface_module_info
/haiku/src/add-ons/kernel/drivers/misc/
H A Dpoke.cpp147 port_io_args ioctl; local
175 port_io_args ioctl; local
200 port_io_args ioctl; local
216 port_io_args ioctl; local
229 pci_io_args ioctl; local
244 pci_io_args ioctl; local
257 pci_info_args ioctl; local
275 mem_map_args ioctl; local
294 mem_map_args ioctl; local
315 mem_map_args ioctl; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h114 int (*ioctl)(struct ntfs_device *dev, unsigned long request, member in struct:ntfs_device_operations
/haiku/headers/private/drivers/
H A Dscsi_periph.h117 status_t (*ioctl)(scsi_periph_handle handle, int op, void *buffer, member in struct:scsi_periph_interface
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A Dvirtio_scsi.cpp122 ioctl(scsi_sim_cookie cookie, uint8 targetID, uint32 op, void *buffer, function
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h896 void (*ioctl) (fuse_req_t req, fuse_ino_t ino, int cmd, void *arg, member in struct:fuse_lowlevel_ops
H A Dfuse.h509 int (*ioctl) (const char *, int cmd, void *arg, member in struct:fuse_operations
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h192 op_ioctl *ioctl; member in struct:vnode_ops
/haiku/headers/os/drivers/
H A Dfs_interface.h145 status_t (*ioctl)(fs_volume* volume, fs_vnode* vnode, void* cookie, member in struct:fs_vnode_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h159 fssh_status_t (*ioctl)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member in struct:fssh_fs_vnode_ops
H A Dfssh_api_wrapper.h1683 #define ioctl fssh_ioctl macro
/haiku/headers/private/firewire/
H A Dfirewirereg.h207 int (*ioctl) (struct cdev *, u_long, caddr_t, int, fw_proc *); member in struct:firewire_comm
209 int (*ioctl) (void *cookie, uint32 cmd, void *arg, size_t len); member in struct:firewire_comm
/haiku/headers/os/drivers/bus/
H A DSCSI.h323 status_t (*ioctl)(scsi_device device, uint32 op, void *buffer, size_t length); member in struct:scsi_device_interface
461 status_t (*ioctl)(scsi_sim_cookie, uint8 targetID, uint32 op, void *buffer, size_t length); member in struct:scsi_sim_interface
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h211 beos_op_ioctl *ioctl; member in struct:beos_vnode_ops
/haiku/headers/posix/
H A Dunistd.h370 #define ioctl(a, b, c...) __ioctl(a, b, (struct ioctl_args){ c }) macro
374 ioctl(int fd, unsigned long op, void* argument = NULL, size_t size = 0) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1924 void ioctl() {} function
H A Dlibroot_stubs_legacy.c1890 void ioctl() {} function

Completed in 250 milliseconds