Home
last modified time | relevance | path

Searched defs:fds (Results 226 - 250 of 270) sorted by relevance

1234567891011

/third_party/backends/backend/
H A Dagfafocus.c1909 int fds[2]; in sane_start() local
H A Dcoolscan.c3991 int fds[2]; in sane_start() local
H A Dmagicolor.c247 struct pollfd fds[1]; in sanei_magicolor_net_read() local
2080 int fds = 0, block = 0; in mc_network_discovery() local
H A Dkodakaio.c703 struct pollfd fds[1]; in kodakaio_net_read() local
H A Dartec_eplus48u.c4207 int fds[2]; in sane_start() local
H A Dmustek.c6230 int fds[2]; in sane_start() local
H A Dpie.c3517 int fds[2]; in sane_start() local
H A Dumax.c7282 int fds[2]; in sane_start() local
/third_party/backends/frontend/
H A Dsaned.c2099 struct pollfd fds[1]; local
2169 struct pollfd fds[1]; local
2476 saned_avahi (struct pollfd *fds, in argument
2836 do_bindings_family(int family, int *nfds, struct pollfd **fds, struct addrinfo *res) global() argument
2947 do_bindings(int *nfds, struct pollfd **fds) global() argument
3011 do_bindings(int *nfds, struct pollfd **fds) global() argument
3192 struct pollfd *fds = NULL; global() local
[all...]
/third_party/backends/backend/pixma/
H A Dpixma.c1248 int fds[2]; in start_reader_task() local
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c1724 int pcmjob_pollfds_init(struct loopback *loop, struct pollfd *fds) in pcmjob_pollfds_init() argument
1856 int pcmjob_pollfds_handle(struct loopback *loop, struct pollfd *fds) in pcmjob_pollfds_handle() argument
[all...]
/third_party/libuv/src/win/
H A Dpipe.c349 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { in uv_pipe() argument
/third_party/mesa3d/src/egl/main/
H A Deglapi.c2400 eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImage image, int *fds, EGLint *strides, EGLint *offsets) eglExportDMABUFImageMESA() argument
/third_party/ltp/lib/
H A Dtst_cgroup.c1363 safe_cg_open(const char *const file, const int lineno, const struct tst_cg_group *cg, const char *const file_name, int flags, int *fds) safe_cg_open() argument
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c1046 dri2_create_image_from_fd(__DRIscreen *_screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, unsigned bind, unsigned *error, void *loaderPrivate) dri2_create_image_from_fd() argument
1564 dri2_from_fds(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, int *strides, int *offsets, void *loaderPrivate) dri2_from_fds() argument
1574 dri2_from_fds2(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, uint32_t flags, int *strides, int *offsets, void *loaderPrivate) dri2_from_fds2() argument
1652 dri2_from_dma_bufs(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs() argument
1681 dri2_from_dma_bufs2(__DRIscreen *screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs2() argument
1710 dri2_from_dma_bufs3(__DRIscreen *screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, uint32_t flags, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs3() argument
[all...]
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c1820 int *fds; in loader_dri3_create_image() local
1866 int *fds; in loader_dri3_create_image_from_buffers() local
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c1688 int fds[4] = { -1, -1, -1, -1 }; in x11_image_init() local
/third_party/libdrm/tests/modetest/
H A Dmodetest.c1812 fd_set fds; in test_page_flip() local
/third_party/lwip/src/api/
H A Dsockets.c2270 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan() argument
2361 lwip_poll_inc_sockets_used(struct pollfd *fds, nfds_t nfds) lwip_poll_inc_sockets_used() argument
2376 lwip_poll_dec_sockets_used(struct pollfd *fds, nfds_t nfds) lwip_poll_dec_sockets_used() argument
2396 lwip_poll(struct pollfd *fds, nfds_t nfds, int timeout) lwip_poll() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dpipe.c341 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { in uv_pipe() argument
/third_party/python/Modules/
H A Dselectmodule.c769 struct pollfd *fds; member
1094 struct pollfd *fds; newDevPollObject() local
[all...]
/third_party/rust/crates/nix/src/
H A Dunistd.rs1149 let mut fds = mem::MaybeUninit::<[c_int; 2]>::uninit(); in pipe() variables
1182 let mut fds = mem::MaybeUninit::<[c_int; 2]>::uninit(); in pipe2() variables
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket.cpp417 pollfd fds[1] = {{.fd = sockFd_, .events = POLLIN}}; in ReadMessage() local
1213 pollfd fds[1] = {{.fd = sockfd, .events = POLLOUT}}; in SendRetry() local
1252 pollfd fds[1] = {{.fd = sockfd, .events = POLLOUT}}; in PollSend() local
/third_party/glfw/src/
H A Dwl_window.c1214 struct pollfd fds[] = in handleEvents() local
1304 int fds[ in readDataOfferAsString() local
[all...]
/third_party/alsa-utils/aplay/
H A Daplay.c3369 static void playbackv_go(int* fds, unsigned int channels, size_t loaded, off_t count, int rtype, char **names) argument
3423 static void capturev_go(int* fds, unsigned int channels, off_t count, int rtype, char **names) argument
3466 int fds[channels]; local
3519 int fds[channels]; global() local
[all...]

Completed in 84 milliseconds

1234567891011