Searched refs:wfd (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/init/
H A Dinitramfs.c324 static __initdata int wfd; variable
341 wfd = sys_open(collected, openflags, mode); do_name()
343 if (wfd >= 0) { do_name()
344 sys_fchown(wfd, uid, gid); do_name()
345 sys_fchmod(wfd, mode); do_name()
347 sys_ftruncate(wfd, body_len); do_name()
372 if (xwrite(wfd, victim, body_len) != body_len) do_copy()
374 sys_close(wfd); do_copy()
381 if (xwrite(wfd, victim, byte_count) != byte_count) do_copy()
/linux-4.4.14/net/9p/
H A Dtrans_fd.c57 * @wfd: file descriptor for writing (trans=fd)
64 int wfd; member in struct:p9_fd_opts
736 opts->wfd = ~0; parse_opts()
772 opts->wfd = option; parse_opts()
786 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) p9_fd_open() argument
794 ts->wr = fget(wfd); p9_fd_open()
1020 if (opts.rfd == ~0 || opts.wfd == ~0) { p9_fd_create()
1025 err = p9_fd_open(client, opts.rfd, opts.wfd); p9_fd_create()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c2765 /* pbss_network->IEs will not include p2p_ie, wfd ie */ rtw_add_beacon()

Completed in 484 milliseconds