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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm/
ioctl.h 12 #include <asm-generic/ioctl.h>
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
ioctl.h 15 #include <asm/ioctl.h>
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm/
ioctl.h 12 #include <asm-generic/ioctl.h>
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
ioctl.h 15 #include <asm/ioctl.h>
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
ioctl.h 15 #include <asm/ioctl.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
ioctl.h 15 #include <asm/ioctl.h>
  /system/extras/tests/crypto/
get_dm_versions.c 4 #include <sys/ioctl.h>
5 #include <linux/dm-ioctl.h>
43 if (ioctl(fd, DM_LIST_VERSIONS, io)) {
44 fprintf(stderr, "ioctl(DM_LIST_VERSIONS) returned an error\n");
  /system/sepolicy/
mediadrmserver.te 54 # only allow unprivileged socket ioctl commands
56 ioctl { unpriv_sock_ioctls unpriv_tty_ioctls };
66 # do not allow privileged socket ioctl commands
67 neverallowxperm mediadrmserver domain:{ rawip_socket tcp_socket udp_socket } ioctl priv_sock_ioctls;
  /bionic/libc/include/android/
legacy_termios_inlines.h 34 #include <sys/ioctl.h>
40 return ioctl(fd, TCGETS, s);
44 return ioctl(fd, __opt, (void *)s);
48 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
52 return ioctl(fd, TCFLSH, (void *)(intptr_t)__queue);
57 return ioctl(fd, TIOCGSID, &_pid) ? (pid_t)-1 : _pid;
61 return ioctl(fd, TCSBRKP, (void *)(uintptr_t)__duration);
  /bionic/libc/bionic/
termios.cpp 69 // The drain is a side-effect of the ioctl!
70 return ioctl(fd, TCSBRK, static_cast<unsigned long>(1));
74 return ioctl(fd, TCXONC, static_cast<unsigned long>(action));
78 return ioctl(fd, TCFLSH, static_cast<unsigned long>(queue));
82 return ioctl(fd, TCGETS, s);
87 if (ioctl(fd, TIOCGSID, &sid) == -1) {
94 return ioctl(fd, TCSBRKP, static_cast<unsigned long>(duration));
105 return ioctl(fd, cmd, s);
110 if (ioctl(fd, TIOCGPGRP, &pid) == -1) {
117 return ioctl(fd, TIOCSPGRP, &pid)
    [all...]
  /external/libnfc-nxp/inc/
phNfcIoctlCode.h 20 * \brief IOCTL Code Definition.
22 * This file contains control codes for the IOCTL function.
39 * \name IOCTL Codes
51 /* The Return Status for the IOCTL Operation */
70 /* Ioctl codes for PN544 System Tests */
  /hardware/akm/AK8975_FS/akmdfs/
AK8975Driver.c 99 if (ioctl(s_fdDev, ECS_IOCTL_WRITE, buf) < 0) {
100 AKMERROR_STR("ioctl");
149 if (ioctl(s_fdDev, ECS_IOCTL_READ, buf) < 0) {
150 AKMERROR_STR("ioctl");
184 if (ioctl(s_fdDev, ECS_IOCTL_GETDATA, data) < 0) {
185 AKMERROR_STR("ioctl");
205 if (ioctl(s_fdDev, ECS_IOCTL_SET_YPR, buf) < 0) {
206 AKMERROR_STR("ioctl");
219 if (ioctl(s_fdDev, ECS_IOCTL_GET_OPEN_STATUS, status) < 0) {
220 AKMERROR_STR("ioctl");
    [all...]
  /external/libpcap/
pcap-enet.c 17 #include <sys/ioctl.h>
128 if (ioctl(fd, EIOSTATS, &es) == -1) {
129 perror("tcpdump: enet ioctl EIOSTATS error");
170 if (ioctl(if_fd, EIOCGETP, (char *)&ctl) == -1) {
171 perror("tcpdump: enet ioctl EIOCGETP error");
186 if (ioctl(if_fd, EIOCSETP, &ctl) == -1) {
187 perror("tcpdump: enet ioctl EIOCSETP error");
195 if (ioctl(if_fd, EIOCFLUSH) == -1) {
196 perror("tcpdump: enet ioctl EIOCFLUSH error");
203 if (ioctl(if_fd, EIOCSETW, &maxwaiting) == -1)
    [all...]
  /external/libdrm/include/drm/
vmwgfx_drm.h 66 * Does the driver support the overlay ioctl.
82 * Argument to the DRM_VMW_GET_PARAM Ioctl.
100 * @driver_ioctl_offset: Ioctl number of the first ioctl in the extension.
107 * Output argument to the DRM_VMW_EXTENSION Ioctl.
126 * Argument to the DRM_VMW_EXTENSION Ioctl.
147 * Output argument to the DRM_VMW_CREATE_CONTEXT Ioctl.
148 * Input argument to the DRM_VMW_UNREF_CONTEXT Ioctl.
190 * Input data to the DRM_VMW_CREATE_SURFACE Ioctl.
191 * Output data from the DRM_VMW_REF_SURFACE Ioctl
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 64 * Does the driver support the overlay ioctl.
80 * Argument to the DRM_VMW_GET_PARAM Ioctl.
98 * @driver_ioctl_offset: Ioctl number of the first ioctl in the extension.
105 * Output argument to the DRM_VMW_EXTENSION Ioctl.
124 * Argument to the DRM_VMW_EXTENSION Ioctl.
145 * Output argument to the DRM_VMW_CREATE_CONTEXT Ioctl.
146 * Input argument to the DRM_VMW_UNREF_CONTEXT Ioctl.
188 * Input data to the DRM_VMW_CREATE_SURFACE Ioctl.
189 * Output data from the DRM_VMW_REF_SURFACE Ioctl
    [all...]
  /external/kernel-headers/original/uapi/linux/
userfaultfd.h 31 * Valid ioctl command number range with this API is from 0x00 to
34 * same UFFD_API more ioctl can be added and userland will be aware of
35 * which ioctl the running kernel implements through the ioctl command
45 /* userfaultfd ioctl ids */
129 * kernel answers which ioctl commands are available for the
142 * available if the wrprotection ioctl are implemented for the
149 * "copy" is written by the ioctl and must be at the end: the
161 * "zeropage" is written by the ioctl and must be at the end:
  /external/toybox/toys/pending/
openvt.c 51 if (!ioctl(fd, KDGKBTYPE, &arg)) return fd;
59 if (0 == ioctl(fd, KDGKBTYPE, &arg)) return fd;
69 ret = ioctl(fd, VT_OPENQRY, (int *)&TT.vt_num);
84 if (!ioctl(fd, VT_GETSTATE, &vstate)) {
104 ioctl(vt_fd, VT_ACTIVATE, TT.vt_num);
105 ioctl(vt_fd, VT_WAITACTIVE, TT.vt_num);
118 ioctl(vt_fd, TIOCSCTTY, 0);
126 ioctl(fd, VT_ACTIVATE, vstate.v_active);
127 ioctl(fd, VT_WAITACTIVE, vstate.v_active);
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_vidc_enc.h 5 #include <linux/ioctl.h>
160 /*IOCTL timeout values*/
168 /*IOCTL BASE CODES Not to be used directly by the client.*/
181 /*IOCTL params:SET: InputData - unsigned long, OutputData - NULL*/
185 /*IOCTL params:CMD: InputData - venc_timeout, OutputData - venc_msg*/
189 /*IOCTL params:CMD: InputData - NULL, OutputData - NULL*/
192 /*IOCTL params:SET: InputData - venc_allocatorproperty, OutputData - NULL
199 /*IOCTL params:CMD: InputData - venc_bufferpayload, OutputData - NULL*/
203 /*IOCTL params:CMD: InputData - venc_bufferpayload, OutputData - NULL*/
207 /*IOCTL params: CMD: InputData - venc_bufferpayload, OutputData - NULL*
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_vidc_enc.h 5 #include <linux/ioctl.h>
160 /*IOCTL timeout values*/
168 /*IOCTL BASE CODES Not to be used directly by the client.*/
181 /*IOCTL params:SET: InputData - unsigned long, OutputData - NULL*/
185 /*IOCTL params:CMD: InputData - venc_timeout, OutputData - venc_msg*/
189 /*IOCTL params:CMD: InputData - NULL, OutputData - NULL*/
192 /*IOCTL params:SET: InputData - venc_allocatorproperty, OutputData - NULL
199 /*IOCTL params:CMD: InputData - venc_bufferpayload, OutputData - NULL*/
203 /*IOCTL params:CMD: InputData - venc_bufferpayload, OutputData - NULL*/
207 /*IOCTL params: CMD: InputData - venc_bufferpayload, OutputData - NULL*
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 5 #include <linux/ioctl.h>
160 /*IOCTL timeout values*/
168 /*IOCTL BASE CODES Not to be used directly by the client.*/
181 /*IOCTL params:SET: InputData - unsigned long, OutputData - NULL*/
185 /*IOCTL params:CMD: InputData - venc_timeout, OutputData - venc_msg*/
189 /*IOCTL params:CMD: InputData - NULL, OutputData - NULL*/
192 /*IOCTL params:SET: InputData - venc_allocatorproperty, OutputData - NULL
199 /*IOCTL params:CMD: InputData - venc_bufferpayload, OutputData - NULL*/
203 /*IOCTL params:CMD: InputData - venc_bufferpayload, OutputData - NULL*/
207 /*IOCTL params: CMD: InputData - venc_bufferpayload, OutputData - NULL*
    [all...]
  /system/core/libsync/
sync.c 27 #include <sys/ioctl.h>
35 return ioctl(fd, SYNC_IOC_WAIT, &to);
46 err = ioctl(fd1, SYNC_IOC_MERGE, &data);
63 err = ioctl(fd, SYNC_IOC_FENCE_INFO, info);
101 return ioctl(fd, SW_SYNC_IOC_INC, &arg);
112 err = ioctl(fd, SW_SYNC_IOC_CREATE_FENCE, &data);
  /hardware/qcom/display/msm8960/liboverlay/
mdpWrapper.h 40 #include <sys/ioctl.h>
102 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) < 0) {
103 ALOGE("Failed to call ioctl FBIOGET_FSCREENINFO err=%s",
111 if (ioctl(fd, FBIOGET_VSCREENINFO, &vinfo) < 0) {
112 ALOGE("Failed to call ioctl FBIOGET_VSCREENINFO err=%s",
120 if (ioctl(fd, FBIOPUT_VSCREENINFO, &vinfo) < 0) {
121 ALOGE("Failed to call ioctl FBIOPUT_VSCREENINFO err=%s",
129 if (ioctl(fd, MSM_ROTATOR_IOCTL_START, &rot) < 0){
130 ALOGE("Failed to call ioctl MSM_ROTATOR_IOCTL_START err=%s",
138 if (ioctl(fd, MSM_ROTATOR_IOCTL_ROTATE, &rot) < 0)
    [all...]
  /development/ndk/platforms/android-3/include/
termios.h 32 #include <sys/ioctl.h>
39 /* Redefine these to match their ioctl number */
51 return ioctl(fd, TCGETS, s);
56 return ioctl(fd, __opt, (void *)s);
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
66 return ioctl(fd, TCFLSH, (void *)(intptr_t)__queue);
72 return ioctl(fd, TIOCGSID, &_pid) ? (pid_t)-1 : _pid;
77 return ioctl(fd, TCSBRKP, (void *)(uintptr_t)__duration);
  /device/google/marlin/sepolicy/
cnss-daemon.te 14 # whitelist socket ioctl commands
17 allowxperm cnss-daemon self:socket ioctl msm_sock_ipc_ioctls;
ims.te 27 allowxperm ims self:udp_socket ioctl RMNET_IOCTL_EXTENDED;
28 allowxperm ims self:socket ioctl msm_sock_ipc_ioctls;

Completed in 1883 milliseconds

1 2 3 4 56 7 8 91011>>