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

12

/src/sys/lib/libsa/
H A Dioctl.c66 ioctl(int fd, u_long cmd, char *arg) function in typeref:typename:int
/src/sys/dev/hdmicec/
H A Dhdmicec_if.h37 int (*ioctl)(void *, u_long, void *, int, lwp_t *); member in struct:hdmicec_hw_if
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Ddriver.h21 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack); member in struct:nvif_driver
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_client.c72 struct nvif_ioctl_v0 ioctl; member in struct:nvif_client_init::__anon98f8a3ec0108
H A Dnouveau_nvif_notify.c42 struct nvif_ioctl_v0 ioctl; member in struct:nvif_notify_put_::__anonc0a853060108
73 struct nvif_ioctl_v0 ioctl; member in struct:nvif_notify_get_::__anonc0a853060208
154 struct nvif_ioctl_v0 ioctl; member in struct:nvif_notify_fini::__anonc0a853060408
175 struct nvif_ioctl_v0 ioctl; member in struct:nvif_notify_init::__anonc0a853060508
[all...]
H A Dnouveau_nvif_object.c67 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_sclass_get::__anonac975f640208
111 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_rd::__anonac975f640308
130 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_wr::__anonac975f640408
148 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_mthd::__anonac975f640508
177 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_unmap_handle::__anonac975f640608
194 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_map_handle::__anonac975f640708
298 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_fini::__anonac975f640808
317 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_init::__anonac975f640908
[all...]
/src/games/warp/
H A Dconfig.h.SH146 * ioctl() calls that depend on the value of this symbol. function
/src/include/
H A Drmt.h53 #define ioctl rmtioctl macro
/src/sys/dev/wscons/
H A Dwsmousevar.h45 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:wsmouse_accessops
H A Dwskbdvar.h50 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:wskbd_accessops
/src/sys/dev/hpc/
H A Dhpcfbvar.h43 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:hpcfb_accessops
/src/sys/dev/
H A Dmidi_if.h71 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:midi_hw_if
H A Dbio.c204 bio_register(device_t dev, int (*ioctl)(device_t, u_long, void *)) argument
H A Dmidisynvar.h54 int (*ioctl) (midisyn *, u_long, void *, int, struct lwp *); member in struct:midisyn_methods
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_ioctl.c934 const struct drm_ioctl_desc *ioctl; local in function:drm_ioctl
1005 const struct drm_ioctl_desc *ioctl = NULL; local in function:drm_ioctl
[all...]
/src/sys/arch/zaurus/stand/zbsdmod/
H A Dcompat_linux.h43 void (*ioctl) (void); member in struct:file_operations
/src/lib/librefuse/refuse/
H A Dv28.h87 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v28
H A Dv29.h89 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v29
H A Dv30.h94 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v30
H A Dv34.h81 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v34
H A Dv35.h82 int (*ioctl) (const char *, unsigned int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v35
H A Dv38.h81 int (*ioctl) (const char *, unsigned int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v38
/src/common/lib/libprop/
H A Dprop_kern.c49 #define ioctl(a,b,c) rump_sys_ioctl(a,b,c) macro
/src/sys/rump/include/rump/
H A Drump_syscallshotgun.h56 #define ioctl(...) rump_sys_ioctl(__VA_ARGS__) macro
/src/tests/net/net/
H A Dt_ip_reass.c67 #define ioctl rump_sys_ioctl macro

Completed in 12 milliseconds

12