Searched refs:wfd (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/init/ |
| D | initramfs.c | 318 static __initdata int wfd; variable 335 wfd = ksys_open(collected, openflags, mode); in do_name() 337 if (wfd >= 0) { in do_name() 338 ksys_fchown(wfd, uid, gid); in do_name() 339 ksys_fchmod(wfd, mode); in do_name() 341 ksys_ftruncate(wfd, body_len); in do_name() 366 if (xwrite(wfd, victim, body_len) != body_len) in do_copy() 368 ksys_close(wfd); in do_copy() 375 if (xwrite(wfd, victim, byte_count) != byte_count) in do_copy()
|
| /Linux-v5.4/net/9p/ |
| D | trans_fd.c | 53 int wfd; member 725 if (clnt->trans_opts.fd.wfd != ~0) in p9_fd_show_options() 726 seq_printf(m, ",wfd=%u", clnt->trans_opts.fd.wfd); in p9_fd_show_options() 748 opts->wfd = ~0; in parse_opts() 784 opts->wfd = option; in parse_opts() 798 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open() argument 806 ts->wr = fget(wfd); in p9_fd_open() 1044 client->trans_opts.fd.wfd = opts.wfd; in p9_fd_create() 1046 if (opts.rfd == ~0 || opts.wfd == ~0) { in p9_fd_create() 1051 err = p9_fd_open(client, opts.rfd, opts.wfd); in p9_fd_create()
|
| /Linux-v5.4/drivers/media/platform/mtk-vcodec/venc/ |
| D | venc_h264_if.c | 85 u32 wfd; member 611 inst->vsi->config.wfd = 0; in h264_enc_set_param()
|
| /Linux-v5.4/include/net/9p/ |
| D | client.h | 117 int wfd; member
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | nettest.c | 1252 fd_set wfd; in wait_for_connect() local 1256 FD_ZERO(&wfd); in wait_for_connect() 1257 FD_SET(sd, &wfd); in wait_for_connect() 1262 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
|