Home
last modified time | relevance | path

Searched refs:fnip (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dnetmain.c132 static int tftp_load(filename_ip_t *fnip, void *buffer, int len) in tftp_load() argument
137 rc = tftp(fnip, buffer, len, DEFAULT_TFTP_RETRIES, &tftp_err); in tftp_load()
145 printf(" TFTP: Received %s (%d KBytes)\n", fnip->filename, rc / 1024); in tftp_load()
147 printf(" TFTP: Received %s (%d Bytes)\n", fnip->filename, rc); in tftp_load()
151 tftp_get_error_info(fnip, &tftp_err, rc, &errstr, &ecode); in tftp_load()