Searched refs:wfd (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/util/ |
H A D | event_notifier-posix.c | 30 e->wfd = fd; in event_notifier_init_fd() 47 e->rfd = e->wfd = ret; in event_notifier_init() 64 e->wfd = fds[1]; in event_notifier_init() 84 if (e->rfd != e->wfd) { in event_notifier_cleanup() 89 close(e->wfd); in event_notifier_cleanup() 90 e->wfd = -1; in event_notifier_cleanup() 101 return e->wfd; in event_notifier_get_wfd() 114 ret = write(e->wfd, &value, sizeof(value)); in event_notifier_set()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | utils.cpp | 108 fd_set wfd; in writeToUnixSocket() local 113 FD_ZERO(&wfd); in writeToUnixSocket() 114 FD_SET(sock, &wfd); in writeToUnixSocket() 117 int retval = select(nfd, nullptr, &wfd, nullptr, &tv); in writeToUnixSocket() 131 if ((retval > 0) && (FD_ISSET(sock, &wfd))) in writeToUnixSocket()
|
/openbmc/linux/net/9p/ |
H A D | trans_fd.c | 50 int wfd; member 750 if (clnt->trans_opts.fd.wfd != ~0) in p9_fd_show_options() 751 seq_printf(m, ",wfd=%u", clnt->trans_opts.fd.wfd); in p9_fd_show_options() 773 opts->wfd = ~0; in parse_opts() 809 opts->wfd = option; in parse_opts() 823 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open() argument 844 ts->wr = fget(wfd); in p9_fd_open() 1092 client->trans_opts.fd.wfd = opts.wfd; in p9_fd_create() 1094 if (opts.rfd == ~0 || opts.wfd == ~0) { in p9_fd_create() 1099 err = p9_fd_open(client, opts.rfd, opts.wfd); in p9_fd_create()
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | compression.py | 42 rfd, wfd = os.pipe() 43 with open(rfd, "rb") as r, open(wfd, "wb") as w:
|
/openbmc/qemu/include/qemu/ |
H A D | event_notifier.h | 26 int wfd;
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
H A D | venc_h264_if.c | 93 u32 wfd; member 164 u32 wfd; member 725 inst->vsi->config.wfd = 0; in h264_enc_set_vsi_configs() 744 inst->vsi_34->config.wfd = 0; in h264_enc_set_vsi_34_configs()
|
/openbmc/qemu/contrib/ivshmem-server/ |
H A D | ivshmem-server.c | 192 peer->vectors[i].wfd); in ivshmem_server_handle_new_conn() 200 other_peer->vectors[i].wfd); in ivshmem_server_handle_new_conn()
|
/openbmc/linux/include/net/9p/ |
H A D | client.h | 114 int wfd; member
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | nettest.c | 1671 fd_set wfd; in wait_for_connect() local 1675 FD_ZERO(&wfd); in wait_for_connect() 1676 FD_SET(sd, &wfd); in wait_for_connect() 1681 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
|