Home
last modified time | relevance | path

Searched refs:ftp (Results 1 – 25 of 236) sorted by relevance

12345678910

/openbmc/linux/drivers/s390/char/
H A Dhmcdrv_cache.c62 static ssize_t hmcdrv_cache_get(const struct hmcdrv_ftp_cmdspec *ftp) in hmcdrv_cache_get() argument
67 if ((ftp->id != hmcdrv_cache_file.id) || in hmcdrv_cache_get()
68 strcmp(hmcdrv_cache_file.fname, ftp->fname)) in hmcdrv_cache_get()
71 if (ftp->ofs >= hmcdrv_cache_file.fsize) /* EOF ? */ in hmcdrv_cache_get()
81 len = hmcdrv_cache_file.fsize - ftp->ofs; in hmcdrv_cache_get()
83 if (len > ftp->len) in hmcdrv_cache_get()
84 len = ftp->len; in hmcdrv_cache_get()
89 pos = ftp->ofs - hmcdrv_cache_file.ofs; in hmcdrv_cache_get()
94 memcpy(ftp->buf, in hmcdrv_cache_get()
114 static ssize_t hmcdrv_cache_do(const struct hmcdrv_ftp_cmdspec *ftp, in hmcdrv_cache_do() argument
[all …]
H A Dhmcdrv_ftp.c34 ssize_t (*transfer)(const struct hmcdrv_ftp_cmdspec *ftp,
39 static int hmcdrv_ftp_parse(char *cmd, struct hmcdrv_ftp_cmdspec *ftp);
112 static int hmcdrv_ftp_parse(char *cmd, struct hmcdrv_ftp_cmdspec *ftp) in hmcdrv_ftp_parse() argument
117 ftp->id = HMCDRV_FTP_NOOP; in hmcdrv_ftp_parse()
118 ftp->fname = NULL; in hmcdrv_ftp_parse()
134 ftp->id = hmcdrv_ftp_cmd_getid(start, cmd - start); in hmcdrv_ftp_parse()
139 ftp->fname = start; in hmcdrv_ftp_parse()
149 if (!ftp->fname || (ftp->id == HMCDRV_FTP_NOOP)) in hmcdrv_ftp_parse()
161 ssize_t hmcdrv_ftp_do(const struct hmcdrv_ftp_cmdspec *ftp) in hmcdrv_ftp_do() argument
169 ftp->id, ftp->fname, (long long) ftp->ofs, ftp->len); in hmcdrv_ftp_do()
[all …]
H A Dsclp_ftp.c61 diag->mdd.ftp.pcx != SCLP_DIAG_FTP_XPCX || in sclp_ftp_rxcb()
75 sclp_ftp_ldflg = diag->mdd.ftp.ldflg; in sclp_ftp_rxcb()
76 sclp_ftp_fsize = diag->mdd.ftp.fsize; in sclp_ftp_rxcb()
77 sclp_ftp_length = diag->mdd.ftp.length; in sclp_ftp_rxcb()
88 static int sclp_ftp_et7(const struct hmcdrv_ftp_cmdspec *ftp) in sclp_ftp_et7() argument
109 sccb->evbuf.mdd.ftp.pcx = SCLP_DIAG_FTP_XPCX; in sclp_ftp_et7()
110 sccb->evbuf.mdd.ftp.srcflg = 0; in sclp_ftp_et7()
111 sccb->evbuf.mdd.ftp.pgsize = 0; in sclp_ftp_et7()
112 sccb->evbuf.mdd.ftp.asce = _ASCE_REAL_SPACE; in sclp_ftp_et7()
113 sccb->evbuf.mdd.ftp.ldflg = SCLP_DIAG_FTP_LDFAIL; in sclp_ftp_et7()
[all …]
H A Ddiag_ftp.c143 ssize_t diag_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize) in diag_ftp_cmd() argument
151 ftp->fname, ftp->len); in diag_ftp_cmd()
162 len = strscpy(ldfpl->fident, ftp->fname, sizeof(ldfpl->fident)); in diag_ftp_cmd()
170 ldfpl->offset = ftp->ofs; in diag_ftp_cmd()
171 ldfpl->buflen = ftp->len; in diag_ftp_cmd()
172 ldfpl->bufaddr = virt_to_phys(ftp->buf); in diag_ftp_cmd()
174 len = diag_ftp_2c4(ldfpl, ftp->id); in diag_ftp_cmd()
H A Dhmcdrv_cache.h17 typedef ssize_t (*hmcdrv_cache_ftpfunc)(const struct hmcdrv_ftp_cmdspec *ftp,
20 ssize_t hmcdrv_cache_cmd(const struct hmcdrv_ftp_cmdspec *ftp,
/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass12 ${DEBIAN_MIRROR} http://ftp.de.debian.org/debian/pool \
13 ${DEBIAN_MIRROR} http://ftp.au.debian.org/debian/pool \
14 ${DEBIAN_MIRROR} http://ftp.cl.debian.org/debian/pool \
15 ${DEBIAN_MIRROR} http://ftp.hr.debian.org/debian/pool \
16 ${DEBIAN_MIRROR} http://ftp.fi.debian.org/debian/pool \
17 ${DEBIAN_MIRROR} http://ftp.hk.debian.org/debian/pool \
18 ${DEBIAN_MIRROR} http://ftp.hu.debian.org/debian/pool \
19 ${DEBIAN_MIRROR} http://ftp.ie.debian.org/debian/pool \
20 ${DEBIAN_MIRROR} http://ftp.it.debian.org/debian/pool \
21 ${DEBIAN_MIRROR} http://ftp.jp.debian.org/debian/pool \
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/
H A Dtnftp_20230507.bb1 SUMMARY = "Enhanced NetBSD ftp client"
9 SOCKS support, TIS FWTK gate-ftp server support, and transfer rate \
17 SRC_URI = "https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \
27 ALTERNATIVE:${PN} = "ftp"
28 ALTERNATIVE_LINK_NAME[ftp] = "${bindir}/ftp"
29 ALTERNATIVE_TARGET[ftp] = "${bindir}/tnftp"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A D0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch24 …message(FATAL_ERROR "You need to install a working iconv implementation, such as ftp://ftp.gnu.org…
35 - message(FATAL_ERROR "You need to install a working iconv implementation, such as ftp://ftp.gnu.or…
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c1080 struct sparx5_tc_flower_template *ftp; in sparx5_tc_flower_use_template() local
1082 list_for_each_entry(ftp, &port->tc_templates, list) { in sparx5_tc_flower_use_template()
1083 if (ftp->cid != fco->common.chain_index) in sparx5_tc_flower_use_template()
1086 vcap_set_rule_set_keyset(vrule, ftp->keyset); in sparx5_tc_flower_use_template()
1087 sparx5_tc_flower_simplify_rule(admin, vrule, ftp->l3_proto); in sparx5_tc_flower_use_template()
1368 struct sparx5_tc_flower_template *ftp; in sparx5_tc_flower_template_create() local
1388 ftp = kzalloc(sizeof(*ftp), GFP_KERNEL); in sparx5_tc_flower_template_create()
1389 if (!ftp) in sparx5_tc_flower_template_create()
1392 ftp->cid = fco->common.chain_index; in sparx5_tc_flower_template_create()
1393 ftp->orig = VCAP_KFS_NO_VALUE; in sparx5_tc_flower_template_create()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/
H A Dclose-RequireValidShell-check.patch6 for ftp user
18 # We want clients to be able to login with "anonymous" as well as "ftp"
19 UserAlias anonymous ftp
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/
H A Dgvfs_1.56.1.bb30 PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"
44 FILES:gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount"
48 RRECOMMENDS:gvfsd-ftp += "openssh-sftp openssh-ssh"
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/
H A Dinetutils_2.5.bb3 networking utilities and servers including ftp, ftpd, rcp, \
27 PACKAGECONFIG ??= "ftp uucpd \
31 PACKAGECONFIG[ftp] = "--enable-ftp,--disable-ftp,readline"
112 ${PN}-ftp ${PN}-ftpd ${PN}-tftpd ${PN}-telnet ${PN}-telnetd ${PN}-inetd \
132 ALTERNATIVE:${PN}-ftp = "ftp"
182 FILES:${PN}-ftp = "${bindir}/ftp.${BPN}"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dchange-secure_chroot_dir.patch35 2c) For anonymous FTP, you will need the user "ftp" to exist, and have a
36 valid home directory (which is NOT owned or writable by the user "ftp").
47 install_str_setting("ftp", &tunable_ftp_username);
55 directory should not be writable by the ftp user. This directory is used
H A Dinit15 FTPDIR=/var/lib/ftp
26 chown ftp $FTPDIR -R
/openbmc/openbmc/meta-openembedded/meta-networking/files/
H A Dstatic-group-meta-networking1 ftp:x:630:
10 ftp:x:640:
H A Dstatic-passwd-meta-networking1 ftp:x:630:630::/:/bin/nologin
8 ftp:x:640:640::/:/bin/nologin
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ftp.c549 struct nf_ct_ftp_master *ftp = nfct_help_data(ct); in nf_ct_ftp_from_nlattr() local
555 ftp->flags[IP_CT_DIR_ORIGINAL] |= NF_CT_FTP_SEQ_PICKUP; in nf_ct_ftp_from_nlattr()
556 ftp->flags[IP_CT_DIR_REPLY] |= NF_CT_FTP_SEQ_PICKUP; in nf_ct_ftp_from_nlattr()
560 static struct nf_conntrack_helper ftp[MAX_PORTS * 2] __read_mostly; variable
569 nf_conntrack_helpers_unregister(ftp, ports_c * 2); in nf_conntrack_ftp_fini()
584 nf_ct_helper_init(&ftp[2 * i], AF_INET, IPPROTO_TCP, in nf_conntrack_ftp_init()
588 nf_ct_helper_init(&ftp[2 * i + 1], AF_INET6, IPPROTO_TCP, in nf_conntrack_ftp_init()
594 ret = nf_conntrack_helpers_register(ftp, ports_c * 2); in nf_conntrack_ftp_init()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dbench/
H A Ddbench_4.0.bb4 HOMEPAGE = "http://samba.org/ftp/tridge/dbench/"
11 http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \
/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/
H A Dindex.rst38 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/
H A Dindex.rst37 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch30 example/ftp-inband | 2 +-
31 example/ftp-rfc | 2 +-
160 diff --git a/example/ftp-inband b/example/ftp-inband
162 --- a/example/ftp-inband
163 +++ b/example/ftp-inband
173 diff --git a/example/ftp-rfc b/example/ftp-rfc
175 --- a/example/ftp-rfc
176 +++ b/example/ftp-rfc
/openbmc/linux/fs/sysv/
H A DKconfig17 available via FTP (user: ftp) from
18 <ftp://ftp.openlinux.org/pub/people/hch/linux-abi/>).
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/proxy-libintl/
H A Dproxy-libintl_20100902.bb2 HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/"
10 http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${BPN}-dev_${PV}_win32.zip \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.8c.bb87 FTPUSER = "ftp"
88 FTPGROUP = "ftp"
94 sed -i '/ *User[ \t]*/s/ftp/${FTPUSER}/' ${D}${sysconfdir}/proftpd.conf
95 sed -i '/ *Group[ \t]*/s/ftp/${FTPGROUP}/' ${D}${sysconfdir}/proftpd.conf
112 install -m 644 ${S}/contrib/dist/rpm/ftp.pamd ${D}${sysconfdir}/pam.d/proftpd
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libutempter/
H A Dlibutempter_1.2.2-alt1.bb5 HOMEPAGE = "ftp://ftp.altlinux.org/pub/people/ldv/utempter"

12345678910