HomeSort by relevance Sort by last modified time
    Searched defs:ioctl (Results 1 - 23 of 23) sorted by null

  /bionic/libc/bionic/
ioctl.cpp 29 #include <sys/ioctl.h>
34 int ioctl(int fd, int request, ...) { function
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
syscall.go 14 //go:cgo_import_dynamic libc_ioctl ioctl "libc.so"
22 func ioctl(s, ioc uintptr, arg unsafe.Pointer) error { func
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
syscall.go 14 //go:cgo_import_dynamic libc_ioctl ioctl "libc.so"
22 func ioctl(s, ioc uintptr, arg unsafe.Pointer) error { func
  /hardware/nxp/nfc/extns/impl/
NxpNfc.cpp 32 Return<void> NxpNfc::ioctl(uint64_t ioctlType, function in class:vendor::nxp::nxpnfc::V1_0::implementation::NxpNfc
45 /*copy data and additional fields indicating status of ioctl operation
hal_nxpnfc.h 31 * Data structures provided below are used of Hal Ioctl calls
35 * in ioctl
51 * InputData_t :ioctl has multiple subcommands
80 * outputData_t :ioctl has multiple commands/responses
81 * This contains the output types for each ioctl.
98 * For ex (context, result of the operation , type of ioctl which was
117 * to be sent for ioctl command. input is populated by client/proxy side
128 * -ioctl(manage sync between and DWP & SPI)
134 * (*ioctl)() For P61 power management synchronization
137 int (*ioctl)(const struct nxpnfc_nci_device* p_dev, long arg, void* p_data) member in struct:nxpnfc_nci_device
    [all...]
  /hardware/nxp/secure_element/extns/impl/
NxpEse.cpp 28 Return<void> NxpEse::ioctl(uint64_t ioctlType, function in class:vendor::nxp::nxpese::V1_0::implementation::NxpEse
40 /*copy data and additional fields indicating status of ioctl operation
  /external/libdrm/tests/nouveau/
threaded.c 27 #include <sys/ioctl.h>
38 static typeof(ioctl) *old_ioctl;
43 int ioctl(int fd, unsigned long request, ...) function
83 old_ioctl = dlsym(RTLD_NEXT, "ioctl");
  /prebuilts/go/darwin-x86/src/syscall/
exec_solaris.go 36 func ioctl(fd uintptr, req uintptr, arg uintptr) (err Errno) func
133 err1 = ioctl(uintptr(sys.Ctty), uintptr(TIOCSPGRP), uintptr(unsafe.Pointer(&pgrp)))
237 err1 = ioctl(0, uintptr(TIOCNOTTY), 0)
245 err1 = ioctl(uintptr(sys.Ctty), uintptr(TIOCSCTTY), 0)
  /prebuilts/go/linux-x86/src/syscall/
exec_solaris.go 36 func ioctl(fd uintptr, req uintptr, arg uintptr) (err Errno) func
133 err1 = ioctl(uintptr(sys.Ctty), uintptr(TIOCSPGRP), uintptr(unsafe.Pointer(&pgrp)))
237 err1 = ioctl(0, uintptr(TIOCNOTTY), 0)
245 err1 = ioctl(uintptr(sys.Ctty), uintptr(TIOCSCTTY), 0)
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen.h 79 } ioctl; member in struct:vmw_winsys_screen
  /hardware/nxp/nfc/halimpl/src/include/
ese_hal_api.h 99 tHAL_SPIAPI_IOCTL* ioctl; member in struct:__anon48610
  /hardware/qcom/display/msm8909/sdm/include/utils/
sys.h 53 typedef int (*ioctl)(int, unsigned long int, ...); // NOLINT typedef in class:sdm::Sys
55 typedef int (*ioctl)(int, int, ...); typedef in class:sdm::Sys
71 static ioctl ioctl_;
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
sys.h 53 typedef int (*ioctl)(int, unsigned long int, ...); // NOLINT typedef in class:sdm::Sys
55 typedef int (*ioctl)(int, int, ...); typedef in class:sdm::Sys
71 static ioctl ioctl_;
  /hardware/qcom/display/msm8996/sdm/include/utils/
sys.h 52 typedef int (*ioctl)(int, int, ...); typedef in class:sdm::Sys
66 static ioctl ioctl_;
  /hardware/qcom/display/msm8998/sdm/include/utils/
sys.h 53 typedef int (*ioctl)(int, unsigned long int, ...); // NOLINT typedef in class:sdm::Sys
55 typedef int (*ioctl)(int, int, ...); typedef in class:sdm::Sys
71 static ioctl ioctl_;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 1078 ioctl( function
    [all...]
  /external/curl/lib/
curl_setup.h 296 # include <sys/socket.h> /* for select and ioctl*/
454 # include <sys/ioctl.h>
456 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z)) macro
  /external/libdrm/nouveau/
nouveau.c 50 #include "nvif/ioctl.h"
101 struct nvif_ioctl_v0 ioctl; member in struct:__anon24672
117 args->ioctl.version = 0;
118 args->ioctl.type = NVIF_IOCTL_V0_MTHD;
143 struct nvif_ioctl_v0 ioctl; member in struct:__anon24673
157 args->ioctl.version = 0;
158 args->ioctl.type = NVIF_IOCTL_V0_SCLASS;
218 struct nvif_ioctl_v0 ioctl; member in struct:__anon24674
221 .ioctl.type = NVIF_IOCTL_V0_DEL,
241 struct nvif_ioctl_v0 ioctl; member in struct:__anon24675
    [all...]
  /external/toybox/toys/net/
ifconfig.c 113 if (ioctl(TT.sockfd, SIOCGIFFLAGS, &ifre)<0) perror_exit_raw(name);
118 i = ioctl(TT.sockfd, SIOCGIFHWADDR, &ifre);
137 ioctl(TT.sockfd, SIOCGIFADDR, &ifre);
145 int flag, ioctl; member in struct:__anon40262
158 if (addr[i].ioctl && ioctl(TT.sockfd, addr[i].ioctl, &ifre))
225 if (ioctl(TT.sockfd, SIOCGIFMTU, &ifre) < 0) ifre.ifr_mtu = 0;
227 if (ioctl(TT.sockfd, SIOCGIFMETRIC, &ifre) < 0) ifre.ifr_metric = 0;
242 if (ioctl(TT.sockfd, SIOCGIFTXQLEN, &ifre) >= 0) val[16] = ifre.ifr_qlen
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smb3.py 1126 def ioctl(self, treeId, fileId = None, ctlCode = -1, flags = 0, inputBlob = '', maxInputResponse = None, maxOutputResponse = None, waitAnswer = 1): member in class:SMB3
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 406 struct radeon_ioctl ioctl; member in struct:r100_context
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.h 589 struct radeon_ioctl ioctl; member in struct:r200_context
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 592 #define ioctl(...) (pthread_testcancel(), ioctl(__VA_ARGS__)) macro
    [all...]

Completed in 2016 milliseconds