Home
last modified time | relevance | path

Searched refs:cfd (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dsocket-helpers.c43 int lfd = -1, cfd = -1, afd = -1; in socket_can_bind_connect() local
74 cfd = qemu_socket(res->ai_family, res->ai_socktype, res->ai_protocol); in socket_can_bind_connect()
75 if (cfd < 0) { in socket_can_bind_connect()
91 qemu_socket_set_nonblock(cfd); in socket_can_bind_connect()
92 if (connect(cfd, (struct sockaddr *)&ss, sslen) < 0) { in socket_can_bind_connect()
107 if (getsockopt(cfd, SOL_SOCKET, SO_ERROR, &soerr, &soerrlen) < 0) { in socket_can_bind_connect()
122 if (cfd != -1) { in socket_can_bind_connect()
123 close(cfd); in socket_can_bind_connect()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan-1.9/
H A D0001-Add-printf-format-and-silence-format-security-warnin.patch20 index 5057cfd..83137ba 100644
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dfuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch52 static void send_reply(int cfd, struct message *msg)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch59 int cfd;
646 if (!msg_handle->cache || msg_handle->cfd < 0)
657 - ret = lseek64(msg_handle->cfd, offset, whence);
659 + ret = lseek(msg_handle->cfd, offset, whence);
855 *len = read(msg_handle.cfd, buf, offset);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/
H A D0001-bundle-own-base64-encode-decode-functions.patch24 index 8247cfd..b8d8547 100644
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff1981 write(cfd,&separator, 1);