HomeSort by: relevance | last modified time | path
    Searched defs:ioctl (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/lib/libsa/
ioctl.c 1 /* $NetBSD: ioctl.c,v 1.11 2007/12/02 04:59:25 tsutsui Exp $ */
34 * @(#)ioctl.c 8.1 (Berkeley) 6/11/93
66 ioctl(int fd, u_long cmd, char *arg) function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_client.c 32 #include <nvif/ioctl.h>
40 return client->driver->ioctl(client->object.priv, client->super, data, size, NULL);
72 struct nvif_ioctl_v0 ioctl; member in struct:nvif_client_init::__anon3a61dfc60108
nouveau_nvif_notify.c 34 #include <nvif/ioctl.h>
42 struct nvif_ioctl_v0 ioctl; member in struct:nvif_notify_put_::__anon62118ee00108
45 .ioctl.type = NVIF_IOCTL_V0_NTFY_PUT,
73 struct nvif_ioctl_v0 ioctl; member in struct:nvif_notify_get_::__anon62118ee00208
76 .ioctl.type = NVIF_IOCTL_V0_NTFY_GET,
154 struct nvif_ioctl_v0 ioctl; member in struct:nvif_notify_fini::__anon62118ee00408
157 .ioctl.type = NVIF_IOCTL_V0_NTFY_DEL,
175 struct nvif_ioctl_v0 ioctl; member in struct:nvif_notify_init::__anon62118ee00508
197 args->ioctl.version = 0;
198 args->ioctl.type = NVIF_IOCTL_V0_NTFY_NEW
    [all...]
nouveau_nvif_object.c 33 #include <nvif/ioctl.h>
52 return client->driver->ioctl(client->object.priv, client->super,
67 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_sclass_get::__anon4e009b3e0208
77 args->ioctl.version = 0;
78 args->ioctl.type = NVIF_IOCTL_V0_SCLASS;
111 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_rd::__anon4e009b3e0308
114 .ioctl.type = NVIF_IOCTL_V0_RD,
130 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_wr::__anon4e009b3e0408
133 .ioctl.type = NVIF_IOCTL_V0_WR,
148 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_mthd::__anon4e009b3e0508
177 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_unmap_handle::__anon4e009b3e0608
194 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_map_handle::__anon4e009b3e0708
298 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_fini::__anon4e009b3e0808
317 struct nvif_ioctl_v0 ioctl; member in struct:nvif_object_init::__anon4e009b3e0908
    [all...]
  /src/games/warp/
config.h.SH 101 /* IOCTL:
102 * This symbol, if defined, indicates that sys/ioctl.h exists and should
105 #$d_ioctl IOCTL /**/
146 * ioctl() calls that depend on the value of this symbol. function
  /src/include/
rmt.h 6 * Added routines to replace open(), close(), lseek(), ioctl(), etc.
53 #define ioctl rmtioctl macro
  /src/sys/dev/hdmicec/
hdmicec_if.h 37 int (*ioctl)(void *, u_long, void *, int, lwp_t *); member in struct:hdmicec_hw_if
  /src/sys/dev/wscons/
wsmousevar.h 45 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:wsmouse_accessops
wskbdvar.h 50 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:wskbd_accessops
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
driver.h 21 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack); member in struct:nvif_driver
  /src/sys/dev/hpc/
hpcfbvar.h 43 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:hpcfb_accessops
  /src/sys/dev/
midi_if.h 57 * ioctl -
71 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:midi_hw_if
midisynvar.h 54 int (*ioctl) (midisyn *, u_long, void *, int, struct lwp *); member in struct:midisyn_methods
  /src/lib/librefuse/refuse/
v28.h 87 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v28
v29.h 89 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v29
v30.h 94 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v30
v34.h 81 int (*ioctl) (const char *, int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v34
v35.h 81 /* ioctl() changed on FUSE 3.5. */
82 int (*ioctl) (const char *, unsigned int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v35
v38.h 81 int (*ioctl) (const char *, unsigned int, void *, struct fuse_file_info *, unsigned int, void *); member in struct:fuse_operations_v38
  /src/sys/arch/zaurus/stand/zbsdmod/
compat_linux.h 43 void (*ioctl) (void); member in struct:file_operations
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_drv.c 33 * open/close, and ioctl dispatch.
958 /* drm_ioctl is called whenever a process performs an ioctl on /dev/drm.
965 drm_ioctl_desc_t *ioctl; local in function:drm_ioctl
1027 DRM_DEBUG("Bad ioctl group 0x%x\n", (int)IOCGROUP(cmd));
1031 ioctl = &drm_ioctls[nr];
1032 /* It's not a core DRM ioctl, try driver-specific. */
1033 if (ioctl->func == NULL && nr >= DRM_COMMAND_BASE) {
1034 /* The array entries begin at DRM_COMMAND_BASE ioctl nr */
1037 DRM_DEBUG("Bad driver ioctl number, 0x%x (of 0x%x)\n",
1041 ioctl = &dev->driver->ioctls[nr]
    [all...]
  /src/sys/rump/include/rump/
rump_syscallshotgun.h 55 #include <sys/ioctl.h>
56 #define ioctl(...) rump_sys_ioctl(__VA_ARGS__) macro
  /src/tests/net/net/
t_ip_reass.c 42 #include <sys/ioctl.h>
67 #define ioctl rump_sys_ioctl macro
190 error = ioctl(fd, BIOCSETIF, &ifr);
191 ATF_REQUIRE_MSG(error == 0, "ioctl(BIOCSETIF): %s", strerror(errno));
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioctl.c 69 * - GET_UNIQUE ioctl, implemented by drm_getunique is wrapped up in libdrm
71 * - The libdrm drmSetBusid function is backed by the SET_UNIQUE ioctl. All
74 * exclusively use by the SET_VERSION ioctl, because only drm 1.0 (which is
75 * nerved) allowed userspace to set the busid through the above ioctl.
97 * name returned by that ioctl. Note that SET_VERSION is not called, which
215 * Hollowed-out getclient ioctl to keep some dead old drm tests/tools
410 * Setversion ioctl.
466 * drm_noop - DRM no-op ioctl implemntation
467 * @dev: DRM device for the ioctl
468 * @data: data pointer for the ioctl
934 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/common/lib/libprop/
prop_kern.c 36 #include <sys/ioctl.h>
49 #define ioctl(a,b,c) rump_sys_ioctl(a,b,c) macro
108 * Send an array to the kernel using the specified ioctl.
121 if (ioctl(fd, cmd, &pref) == -1)
251 * Receive an array from the kernel using the specified ioctl.
260 rv = ioctl(fd, cmd, &pref);
295 * the specified ioctl.
312 if (ioctl(fd, cmd, &pref) == -1)
361 /* Arbitrary limit ioctl input to 128KB */

Completed in 58 milliseconds

1 2