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

1 2 3

  /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
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_compat.h 38 #define ioctl(fd, ioc, zc) zcmd_ioctl((fd), (ioc), (zc)) macro
  /src/lib/libossaudio/
internal.h 32 #include <sys/ioctl.h>
34 #undef ioctl macro
  /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:__anon5266
nouveau_nvif_notify.c 34 #include <nvif/ioctl.h>
42 struct nvif_ioctl_v0 ioctl; member in struct:__anon5271
45 .ioctl.type = NVIF_IOCTL_V0_NTFY_PUT,
73 struct nvif_ioctl_v0 ioctl; member in struct:__anon5272
76 .ioctl.type = NVIF_IOCTL_V0_NTFY_GET,
154 struct nvif_ioctl_v0 ioctl; member in struct:__anon5274
157 .ioctl.type = NVIF_IOCTL_V0_NTFY_DEL,
175 struct nvif_ioctl_v0 ioctl; member in struct:__anon5275
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:__anon5277
77 args->ioctl.version = 0;
78 args->ioctl.type = NVIF_IOCTL_V0_SCLASS;
111 struct nvif_ioctl_v0 ioctl; member in struct:__anon5278
114 .ioctl.type = NVIF_IOCTL_V0_RD,
130 struct nvif_ioctl_v0 ioctl; member in struct:__anon5279
133 .ioctl.type = NVIF_IOCTL_V0_WR,
148 struct nvif_ioctl_v0 ioctl; member in struct:__anon5280
177 struct nvif_ioctl_v0 ioctl; member in struct:__anon5281
194 struct nvif_ioctl_v0 ioctl; member in struct:__anon5282
298 struct nvif_ioctl_v0 ioctl; member in struct:__anon5283
317 struct nvif_ioctl_v0 ioctl; member in struct:__anon5284
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
proc-utils.h 107 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__) macro
ser-tcp.c 35 #include <sys/ioctl.h>
50 #define ioctl ioctlsocket macro
193 ioctl (sock, FIONBIO, &ioarg);
377 ioctl (scb->fd, FIONBIO, &ioarg);
  /src/external/gpl3/gdb/dist/gdb/
proc-utils.h 107 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__) macro
ser-tcp.c 35 #include <sys/ioctl.h>
50 #define ioctl ioctlsocket macro
193 ioctl (sock, FIONBIO, &ioarg);
377 ioctl (scb->fd, FIONBIO, &ioarg);
  /src/include/
rmt.h 6 * Added routines to replace open(), close(), lseek(), ioctl(), etc.
53 #define ioctl rmtioctl macro
  /src/sys/arch/i386/stand/lib/test/
sanamespace.h 12 #undef ioctl 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/tests/lib/libc/ttyio/
t_ttyio.c 63 ATF_TC(ioctl); variable
64 ATF_TC_HEAD(ioctl, tc)
67 "Checks that ioctl calls are restarted "
78 ATF_TC_BODY(ioctl, tc)
161 ATF_TP_ADD_TC(tp, ioctl);
  /src/external/bsd/ntp/dist/libntp/
socket.c 19 * Windows C runtime ioctl() can't deal properly with sockets,
23 #define ioctl(fd, opt, val) ioctlsocket(fd, opt, (u_long *)(val)) macro
169 if (ioctl(fd, FIONBIO, &on) < 0) {
171 "ioctl(FIONBIO) fails on fd #%d: %m",
177 if (ioctl(fd, FIOSNBIO, &on) < 0) {
179 "ioctl(FIOSNBIO) fails on fd #%d: %m", fd);
  /src/sys/dev/hpc/
hpcfbvar.h 43 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:hpcfb_accessops
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
socket_wrapper.h 111 #ifdef ioctl
112 #undef ioctl macro
114 #define ioctl(s,req,ptr) swrap_ioctl(s,req,ptr) macro
  /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/external/bsd/openldap/dist/include/ac/
socket.h 93 # define ioctl( s, c, a ) ioctlsocket( (s), (c), (a) ) macro
  /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 */
  /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

Completed in 25 milliseconds

1 2 3