Searched defs:s_fd (Results 1 – 6 of 6) sorted by relevance
/external/sg3_utils/examples/ |
D | scsi_inquiry.c | 55 int s_fd, res, k, to; in main() local
|
/external/liburing/test/ |
D | connect-rep.c | 144 int ret, clientfd, s_fd, i; in test() local
|
D | accept.c | 56 static void close_sock_fds(int s_fd[], int c_fd[], int nr, bool fixed) in close_sock_fds() 274 int i, ret, s_fd[MAX_FDS], c_fd[MAX_FDS], done = 0; in test_loop() local
|
/external/libnl/include/nl-priv-dynamic-core/ |
D | nl-core.h | 18 int s_fd; member
|
/external/v4l-utils/utils/common/ |
D | cv4l-helpers.h | 50 int s_fd(int fd, const char *devname, bool direct) { return v4l_s_fd(this, fd, devname, direct); } in s_fd() function 762 void s_fd(unsigned index, unsigned plane, int fd) { v4l_queue_s_fd(this, index, plane, fd); } in s_fd() function
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 1451 SOCKET s_fd = (SOCKET)fd; in select_epoll_fromfd_impl() local 2243 SOCKET s_fd = (SOCKET)fd; in select_kqueue_fromfd_impl() local
|