HomeSort by relevance Sort by last modified time
    Searched full:ioctl (Results 276 - 300 of 5025) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 68 * Does the driver support the overlay ioctl.
85 * Argument to the DRM_VMW_GET_PARAM Ioctl.
107 * Output argument to the DRM_VMW_CREATE_CONTEXT Ioctl.
108 * Input argument to the DRM_VMW_UNREF_CONTEXT Ioctl.
150 * Input data to the DRM_VMW_CREATE_SURFACE Ioctl.
151 * Output data from the DRM_VMW_REF_SURFACE Ioctl.
168 * Output data from the DRM_VMW_CREATE_SURFACE Ioctl.
169 * Input argument to the DRM_VMW_UNREF_SURFACE Ioctl.
170 * Input argument to the DRM_VMW_REF_SURFACE Ioctl.
179 * struct drm_vmw_size ioctl
    [all...]
  /external/autotest/client/deps/lansim/src/py/
tuntap.py 40 The struct ifreq is used to call ioctl() on network devices. The argument
44 list of possible arguments and ioctl() commands.
59 The result returned from a ioctl() on network devices has the same format
85 @param mode: This argument is passed to the TUNSETIFF ioctl() to create
112 ifs = fcntl.ioctl(fd, pyiftun.TUNSETIFF,
117 # Socket used for ioctl() operations over the network device.
129 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCGIFMTU,
136 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCGIFFLAGS,
143 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCSIFFLAGS,
154 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCGIFADDR
    [all...]
  /external/kernel-headers/original/uapi/linux/
scif_ioctl.h 55 * SCIF IOCTL interface information
74 * struct scifioctl_connect - used for SCIF_CONNECT IOCTL
84 * struct scifioctl_accept - used for SCIF_ACCEPTREQ IOCTL
96 * struct scifioctl_msg - used for SCIF_SEND/SCIF_RECV IOCTL
110 * struct scifioctl_reg - used for SCIF_REG IOCTL
128 * struct scifioctl_unreg - used for SCIF_UNREG IOCTL
149 * and SCIF_VREADFROM IOCTL's.
160 * struct scifioctl_fence_mark - used for SCIF_FENCE_MARK IOCTL
170 * struct scifioctl_fence_signal - used for SCIF_FENCE_SIGNAL IOCTL
186 * struct scifioctl_node_ids - used for SCIF_GET_NODEIDS IOCTL
    [all...]
  /external/kernel-headers/original/uapi/video/
sisfb.h 25 #include <asm/ioctl.h>
76 /* Structure argument for SISFB_GET_INFO ioctl */
147 /* Argument for SISFB_CMD ioctl */
157 /* ioctl for identifying and giving some info (esp. memory heap start) */
164 /* ioctl to enable/disable panning auto-maximize (like nomax parameter) */
172 /* ioctl for internal sisfb commands (sisfbctrl) */
175 /* ioctl for locking sisfb (no register access during lock) */
186 /* ioctl for identifying and giving some info (esp. memory heap start) */
190 /* ioctl to enable/disable panning auto-maximize (like nomax parameter) */
194 /* End of deprecated ioctl numbers *
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
ionalloc.cpp 31 #include <sys/ioctl.h>
86 if(ioctl(mIonFd, ION_IOC_ALLOC, &ionAllocData)) {
94 if(ioctl(mIonFd, ION_IOC_MAP, &fd_data)) {
98 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
109 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
116 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
187 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) {
216 if(ioctl(mIonFd, ION_IOC_CUSTOM, &d)) {
221 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
224 ioctl(mIonFd, ION_IOC_FREE, &handle_data)
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
ionalloc.cpp 31 #include <sys/ioctl.h>
86 if(ioctl(mIonFd, ION_IOC_ALLOC, &ionAllocData)) {
94 if(ioctl(mIonFd, ION_IOC_MAP, &fd_data)) {
98 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
109 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
116 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
191 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) {
220 if(ioctl(mIonFd, ION_IOC_CUSTOM, &d)) {
225 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
228 ioctl(mIonFd, ION_IOC_FREE, &handle_data)
    [all...]
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.cpp 31 #include <linux/ioctl.h>
86 if(ioctl(mIonFd, ION_IOC_ALLOC, &ionAllocData)) {
94 if(ioctl(mIonFd, ION_IOC_MAP, &fd_data)) {
98 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
109 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
120 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
191 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) {
219 if(ioctl(mIonFd, ION_IOC_CUSTOM, &d)) {
224 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
227 ioctl(mIonFd, ION_IOC_FREE, &handle_data)
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
ionalloc.cpp 32 #include <sys/ioctl.h>
85 if(ioctl(mIonFd, ION_IOC_ALLOC, &ionAllocData)) {
93 if(ioctl(mIonFd, ION_IOC_MAP, &fd_data)) {
97 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
108 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
115 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
195 if (ioctl(mIonFd, ION_IOC_IMPORT, &fd_data)) {
224 if(ioctl(mIonFd, ION_IOC_CUSTOM, &d)) {
229 ioctl(mIonFd, ION_IOC_FREE, &handle_data);
232 ioctl(mIonFd, ION_IOC_FREE, &handle_data)
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.cpp 32 #include <sys/ioctl.h>
82 if (ioctl(ion_dev_fd_, INT(ION_IOC_ALLOC), &ion_alloc_data)) {
90 if (ioctl(ion_dev_fd_, INT(ION_IOC_MAP), &fd_data)) {
93 ioctl(ion_dev_fd_, INT(ION_IOC_FREE), &handle_data);
102 ioctl(ion_dev_fd_, INT(ION_IOC_FREE), &handle_data);
109 ioctl(ion_dev_fd_, INT(ION_IOC_FREE), &handle_data);
170 if (ioctl(ion_dev_fd_, INT(ION_IOC_IMPORT), &fd_data)) {
197 if (ioctl(ion_dev_fd_, INT(ION_IOC_CUSTOM), &d)) {
200 ioctl(ion_dev_fd_, INT(ION_IOC_FREE), &handle_data);
204 ioctl(ion_dev_fd_, INT(ION_IOC_FREE), &handle_data)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/video/
sisfb.h 25 #include <asm/ioctl.h>
76 /* Structure argument for SISFB_GET_INFO ioctl */
147 /* Argument for SISFB_CMD ioctl */
157 /* ioctl for identifying and giving some info (esp. memory heap start) */
164 /* ioctl to enable/disable panning auto-maximize (like nomax parameter) */
172 /* ioctl for internal sisfb commands (sisfbctrl) */
175 /* ioctl for locking sisfb (no register access during lock) */
186 /* ioctl for identifying and giving some info (esp. memory heap start) */
190 /* ioctl to enable/disable panning auto-maximize (like nomax parameter) */
194 /* End of deprecated ioctl numbers *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/video/
sisfb.h 25 #include <asm/ioctl.h>
76 /* Structure argument for SISFB_GET_INFO ioctl */
147 /* Argument for SISFB_CMD ioctl */
157 /* ioctl for identifying and giving some info (esp. memory heap start) */
164 /* ioctl to enable/disable panning auto-maximize (like nomax parameter) */
172 /* ioctl for internal sisfb commands (sisfbctrl) */
175 /* ioctl for locking sisfb (no register access during lock) */
186 /* ioctl for identifying and giving some info (esp. memory heap start) */
190 /* ioctl to enable/disable panning auto-maximize (like nomax parameter) */
194 /* End of deprecated ioctl numbers *
    [all...]
  /external/iproute2/ip/
iptuntap.c 20 #include <sys/ioctl.h>
62 if (ioctl(fd, TUNSETIFF, ifr)) {
63 perror("ioctl(TUNSETIFF)");
66 if (uid != -1 && ioctl(fd, TUNSETOWNER, uid)) {
67 perror("ioctl(TUNSETOWNER)");
70 if (gid != -1 && ioctl(fd, TUNSETGROUP, gid)) {
71 perror("ioctl(TUNSETGROUP)");
74 if (ioctl(fd, TUNSETPERSIST, 1)) {
75 perror("ioctl(TUNSETPERSIST)");
93 if (ioctl(fd, TUNSETIFF, ifr))
    [all...]
  /system/vold/
Devmapper.cpp 26 #include <sys/ioctl.h>
68 if (ioctl(fd, DM_LIST_DEVICES, io)) {
69 SLOGE("DM_LIST_DEVICES ioctl failed (%s)", strerror(errno));
91 if (ioctl(fd, DM_DEV_STATUS, io2)) {
93 SLOGE("DM_DEV_STATUS ioctl failed (%s)", strerror(errno));
150 if (ioctl(fd, DM_DEV_STATUS, io)) {
152 SLOGE("DM_DEV_STATUS ioctl failed for lookup (%s)", strerror(errno));
186 if (ioctl(fd, DM_DEV_CREATE, io)) {
201 if (ioctl(fd, DM_DEV_SET_GEOMETRY, io)) {
210 if (ioctl(fd, DM_DEV_STATUS, io))
    [all...]
  /external/autotest/client/profilers/powertop/src/
ethernet.c 35 #include <sys/ioctl.h>
68 ret = ioctl(sock, SIOCGIFFLAGS, &ifr);
83 ioctl(sock, SIOCETHTOOL, &ifr);
86 ioctl(sock, SIOCETHTOOL, &ifr);
109 ret = ioctl(sock, SIOCGIFFLAGS, &ifr);
124 ioctl(sock, SIOCETHTOOL, &ifr);
  /external/libdrm/tests/
setversion.c 30 #include <sys/ioctl.h>
58 ret = ioctl(fd, DRM_IOCTL_SET_VERSION, &version);
68 ret = ioctl(fd, DRM_IOCTL_SET_VERSION, &sv);
74 ret = ioctl(fd, DRM_IOCTL_SET_VERSION, &sv);
80 ret = ioctl(fd, DRM_IOCTL_SET_VERSION, &sv);
86 ret = ioctl(fd, DRM_IOCTL_SET_VERSION, &sv);
updatedraw.c 28 #include <sys/ioctl.h>
42 ret = ioctl(fd, DRM_IOCTL_UPDATE_DRAW, &update);
57 ret = ioctl(fd, DRM_IOCTL_UPDATE_DRAW, &update);
83 ret = ioctl(fd, DRM_IOCTL_UPDATE_DRAW, &update);
96 ret = ioctl(fd, DRM_IOCTL_ADD_DRAW, &drawarg);
110 ret = ioctl(fd, DRM_IOCTL_RM_DRAW, &drawarg);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 36 /* Linux network driver ioctl encoding */
38 uint cmd; /* common ioctl definition */
56 /* bump this number if you change the ioctl interface */
59 #define DHD_IOCTL_MAXLEN 8192 /* max length ioctl buffer required */
60 #define DHD_IOCTL_SMLEN 256 /* "small" length ioctl buffer required */
62 /* common ioctl definitions */
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_rmnet.h 18 /* IOCTL command enum
64 /* Return values for the RMNET_IOCTL_GET_SUPPORTED_FEATURES IOCTL */
76 /* Input values for the RMNET_IOCTL_SET_EGRESS_DATA_FORMAT IOCTL */
82 /* Input values for the RMNET_IOCTL_SET_INGRESS_DATA_FORMAT IOCTL */
103 /* Input values for the RMNET_IOCTL_ADD_MUX_CHANNEL IOCTL */
109 /* Input values for the RMNET_IOCTL_FLOW_CONTROL IOCTL */
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_rmnet.h 18 /* IOCTL command enum
66 /* Return values for the RMNET_IOCTL_GET_SUPPORTED_FEATURES IOCTL */
78 /* Input values for the RMNET_IOCTL_SET_EGRESS_DATA_FORMAT IOCTL */
84 /* Input values for the RMNET_IOCTL_SET_INGRESS_DATA_FORMAT IOCTL */
106 /* Input values for the RMNET_IOCTL_ADD_MUX_CHANNEL IOCTL */
112 /* Input values for the RMNET_IOCTL_FLOW_CONTROL IOCTL */
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_rmnet.h 18 /* IOCTL command enum
64 /* Return values for the RMNET_IOCTL_GET_SUPPORTED_FEATURES IOCTL */
76 /* Input values for the RMNET_IOCTL_SET_EGRESS_DATA_FORMAT IOCTL */
82 /* Input values for the RMNET_IOCTL_SET_INGRESS_DATA_FORMAT IOCTL */
103 /* Input values for the RMNET_IOCTL_ADD_MUX_CHANNEL IOCTL */
109 /* Input values for the RMNET_IOCTL_FLOW_CONTROL IOCTL */
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_rmnet.h 18 /* IOCTL command enum
62 /* Return values for the RMNET_IOCTL_GET_SUPPORTED_FEATURES IOCTL */
74 /* Input values for the RMNET_IOCTL_SET_EGRESS_DATA_FORMAT IOCTL */
80 /* Input values for the RMNET_IOCTL_SET_INGRESS_DATA_FORMAT IOCTL */
101 /* Input values for the RMNET_IOCTL_ADD_MUX_CHANNEL IOCTL */
107 /* Input values for the RMNET_IOCTL_FLOW_CONTROL IOCTL */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
hdspm.h 26 /* -------------------- IOCTL Peak/RMS Meters -------------------- */
31 to user on ioctl call now an dont change anything
63 /* use indirect access due to the limit of ioctl bit size */
67 /* ------------ CONFIG block IOCTL ---------------------- */
96 /* ------------- get Matrix Mixer IOCTL --------------- */
124 /* use indirect access due to the limit of ioctl bit size */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ioctl.py 15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
82 # test both with a positive and potentially negative ioctl code
83 new_winsz = fcntl.ioctl(mfd, set_winsz_opcode_pos, our_winsz)
84 new_winsz = fcntl.ioctl(mfd, set_winsz_opcode_maybe_neg, our_winsz)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ioctl.py 15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
82 # test both with a positive and potentially negative ioctl code
83 new_winsz = fcntl.ioctl(mfd, set_winsz_opcode_pos, our_winsz)
84 new_winsz = fcntl.ioctl(mfd, set_winsz_opcode_maybe_neg, our_winsz)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
82 # test both with a positive and potentially negative ioctl code
83 new_winsz = fcntl.ioctl(mfd, set_winsz_opcode_pos, our_winsz)
84 new_winsz = fcntl.ioctl(mfd, set_winsz_opcode_maybe_neg, our_winsz)

Completed in 1133 milliseconds

<<11121314151617181920>>