Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_object.c67 struct nvif_ioctl_v0 ioctl; in nvif_object_sclass_get() member
111 struct nvif_ioctl_v0 ioctl; in nvif_object_rd() member
130 struct nvif_ioctl_v0 ioctl; in nvif_object_wr() member
148 struct nvif_ioctl_v0 ioctl; in nvif_object_mthd() member
177 struct nvif_ioctl_v0 ioctl; in nvif_object_unmap_handle() member
194 struct nvif_ioctl_v0 ioctl; in nvif_object_map_handle() member
298 struct nvif_ioctl_v0 ioctl; in nvif_object_fini() member
317 struct nvif_ioctl_v0 ioctl; in nvif_object_init() member
H A Dnouveau_nvif_notify.c42 struct nvif_ioctl_v0 ioctl; in nvif_notify_put_() member
73 struct nvif_ioctl_v0 ioctl; in nvif_notify_get_() member
154 struct nvif_ioctl_v0 ioctl; in nvif_notify_fini() member
175 struct nvif_ioctl_v0 ioctl; in nvif_notify_init() member
H A Dnouveau_nvif_client.c72 struct nvif_ioctl_v0 ioctl; in nvif_client_init() member
/netbsd-src/tests/lib/libc/ttyio/
H A Dt_ttyio.c64 ATF_TC_HEAD(ioctl, tc) in ATF_TC_HEAD() argument
78 ATF_TC_BODY(ioctl, tc) in ATF_TC_BODY() argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_ioctl.c599 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument
608 #define DRM_LEGACY_IOCTL_DEF(ioctl, _func, _flags) DRM_IOCTL_DEF(ioctl, _func, _flags) argument
610 #define DRM_LEGACY_IOCTL_DEF(ioctl, _func, _flags) DRM_IOCTL_DEF(ioctl, drm_invalid_op, _flags) argument
934 const struct drm_ioctl_desc *ioctl; in drm_ioctl() local
1005 const struct drm_ioctl_desc *ioctl = NULL; in drm_ioctl() local
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_compat.h38 #define ioctl(fd, ioc, zc) zcmd_ioctl((fd), (ioc), (zc)) macro
/netbsd-src/sys/lib/libsa/
H A Dioctl.c66 ioctl(int fd, u_long cmd, char *arg) in ioctl() function
/netbsd-src/sys/arch/vax/boot/boot/
H A Dvaxstand.h33 #define SADEV(name,strategy,open,close,ioctl) \ argument
/netbsd-src/games/warp/
H A Dconfig.h.SH146 * ioctl() calls that depend on the value of this symbol. function
/netbsd-src/include/
H A Drmt.h53 #define ioctl rmtioctl macro
/netbsd-src/sys/dev/wscons/
H A Dwsmousevar.h45 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member
H A Dwskbdvar.h50 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member
/netbsd-src/sys/dev/hdmicec/
H A Dhdmicec_if.h37 int (*ioctl)(void *, u_long, void *, int, lwp_t *); member
/netbsd-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
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_ioctl.h170 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
/netbsd-src/sys/dev/
H A Dmidi_if.h71 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member
H A Dmidisynvar.h54 int (*ioctl) (midisyn *, u_long, void *, int, struct lwp *); member
/netbsd-src/sys/dev/hpc/
H A Dhpcfbvar.h43 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.h114 #define ioctl(s,req,ptr) swrap_ioctl(s,req,ptr) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_drv.c169 #define VMW_IOCTL_DEF(ioctl, func, flags) \ argument
1156 const struct drm_ioctl_desc *ioctl = in vmw_generic_ioctl() local
/netbsd-src/lib/librefuse/refuse/
H A Dv30.h94 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member
H A Dv34.h81 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member
H A Dv35.h82 int (*ioctl) (const char *, unsigned int, void *, struct fuse_file_info *, unsigned int, void *); member
H A Dv28.h87 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member
H A Dv38.h81 int (*ioctl) (const char *, unsigned int, void *, struct fuse_file_info *, unsigned int, void *); member

12