Searched defs:tftpfile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c399 struct tftp_handle *tftpfile; local
417 tftpfile = (struct tftp_handle *) malloc(sizeof(*tftpfile));
418 if (!tftpfile)
421 memset(tftpfile, 0, sizeof(*tftpfile));
422 tftpfile->tftp_blksize = TFTP_REQUESTED_BLKSIZE;
423 tftpfile->iodesc = io = socktodesc(*(int *) (f->f_devdata));
428 tftpfile->off = 0;
430 tftpfile
463 struct tftp_handle *tftpfile; local
533 struct tftp_handle *tftpfile; local
556 struct tftp_handle *tftpfile; local
570 struct tftp_handle *tftpfile; local
[all...]

Completed in 58 milliseconds