Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/s390/char/
A Dhmcdrv_cache.c83 if (len > ftp->len) in hmcdrv_cache_get()
84 len = ftp->len; in hmcdrv_cache_get()
94 memcpy(ftp->buf, in hmcdrv_cache_get()
124 if ((ftp->len > 0) && (hmcdrv_cache_file.len >= ftp->len)) { in hmcdrv_cache_do()
138 len, ftp->fname); in hmcdrv_cache_do()
140 if (len > ftp->len) in hmcdrv_cache_do()
141 len = ftp->len; in hmcdrv_cache_do()
159 hmcdrv_cache_file.id = ftp->id; in hmcdrv_cache_do()
161 ftp->id, hmcdrv_cache_file.fsize, ftp->fname); in hmcdrv_cache_do()
184 (ftp->id == HMCDRV_FTP_GET)) { in hmcdrv_cache_cmd()
[all …]
A Dhmcdrv_ftp.c117 ftp->id = HMCDRV_FTP_NOOP; in hmcdrv_ftp_parse()
118 ftp->fname = NULL; 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()
169 ftp->id, ftp->fname, (long long) ftp->ofs, ftp->len); in hmcdrv_ftp_do()
198 if (!ftp.buf) in hmcdrv_ftp_probe()
206 rc = hmcdrv_ftp_do(&ftp); in hmcdrv_ftp_probe()
248 order = get_order(ftp.len); in hmcdrv_ftp_cmd()
251 if (!ftp.buf) in hmcdrv_ftp_cmd()
254 switch (ftp.id) { in hmcdrv_ftp_cmd()
[all …]
A Dsclp_ftp.c75 sclp_ftp_ldflg = diag->mdd.ftp.ldflg; in sclp_ftp_rxcb()
110 sccb->evbuf.mdd.ftp.srcflg = 0; in sclp_ftp_et7()
111 sccb->evbuf.mdd.ftp.pgsize = 0; in sclp_ftp_et7()
114 sccb->evbuf.mdd.ftp.fsize = 0; in sclp_ftp_et7()
115 sccb->evbuf.mdd.ftp.cmd = ftp->id; in sclp_ftp_et7()
116 sccb->evbuf.mdd.ftp.offset = ftp->ofs; in sclp_ftp_et7()
117 sccb->evbuf.mdd.ftp.length = ftp->len; in sclp_ftp_et7()
118 sccb->evbuf.mdd.ftp.bufaddr = virt_to_phys(ftp->buf); in sclp_ftp_et7()
120 len = strscpy(sccb->evbuf.mdd.ftp.fident, ftp->fname, in sclp_ftp_et7()
181 ftp->id, ftp->fname, (long long) ftp->ofs, ftp->len); in sclp_ftp_cmd()
[all …]
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()
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,
A Dsclp_ftp.h20 ssize_t sclp_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize);
A Ddiag_ftp.h20 ssize_t diag_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize);
A Dhmcdrv_ftp.h60 ssize_t hmcdrv_ftp_do(const struct hmcdrv_ftp_cmdspec *ftp);
A Dsclp_diag.h75 struct sclp_diag_ftp ftp; member
/linux-6.3-rc2/Documentation/hwmon/
A Dftsteutates.rst41 - ftp://ftp.ts.fujitsu.com/pub/Mainboard-OEM-Sales/Services/Software&Tools/Linux_SystemMonitoring&W…
42 - ftp://ftp.ts.fujitsu.com/pub/Mainboard-OEM-Sales/Services/Software&Tools/Linux_SystemMonitoring&W…
/linux-6.3-rc2/net/netfilter/
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()
/linux-6.3-rc2/Documentation/translations/zh_CN/cpu-freq/
A Dindex.rst38 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
/linux-6.3-rc2/Documentation/translations/zh_TW/cpu-freq/
A Dindex.rst37 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
/linux-6.3-rc2/fs/sysv/
A DKconfig16 available via FTP (user: ftp) from
17 <ftp://ftp.openlinux.org/pub/people/hch/linux-abi/>).
/linux-6.3-rc2/Documentation/cpu-freq/
A Dindex.rst30 * ftp://ftp.linux.org.uk/pub/linux/cpufreq/
/linux-6.3-rc2/Documentation/ABI/testing/
A Ddebugfs-ec13 ftp://ftp.suse.com/pub/people/trenn/sources/ec/
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/smsc/
A Dsmc9.rst43 ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz
44 ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz
/linux-6.3-rc2/arch/ia64/
A DMakefile37 ftp://ftp.hpl.hp.com/pub/linux-ia64/gas-030124.tar.gz)
/linux-6.3-rc2/Documentation/arm/sa1100/
A Dassabet.rst55 - ftp://ftp.netwinder.org/users/n/nico/
56 - ftp://ftp.arm.linux.org.uk/pub/linux/arm/people/nico/
57 - ftp://ftp.handhelds.org/pub/linux/arm/sa-1100-patches/
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dchanges.rst367 - <ftp://ftp.gnu.org/gnu/gcc/>
377 - <ftp://ftp.gnu.org/gnu/make/>
382 - <ftp://ftp.gnu.org/gnu/bash/>
397 - <ftp://ftp.gnu.org/gnu/bison/>
/linux-6.3-rc2/Documentation/
A DChanges391 - <ftp://ftp.gnu.org/gnu/gcc/>
411 - <ftp://ftp.gnu.org/gnu/make/>
416 - <ftp://ftp.gnu.org/gnu/bash/>
431 - <ftp://ftp.gnu.org/gnu/bison/>
/linux-6.3-rc2/Documentation/process/
A Dchanges.rst391 - <ftp://ftp.gnu.org/gnu/gcc/>
411 - <ftp://ftp.gnu.org/gnu/make/>
416 - <ftp://ftp.gnu.org/gnu/bash/>
431 - <ftp://ftp.gnu.org/gnu/bison/>
/linux-6.3-rc2/Documentation/filesystems/
A Disofs.rst60 - ftp://ftp.ecma.ch/ecma-st/Ecma-119.pdf
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dactive_mm.rst80 总之,我刚才在ftp.kernel.org上放了一个pre-patch-2.3.13-1,因为它稍微改
/linux-6.3-rc2/drivers/net/slip/
A DKconfig22 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
55 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which

Completed in 31 milliseconds

123