Searched refs:tftp_open (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/lib/libsa/ |
H A D | tftp.h | 106 int tftp_open(char *, struct open_file *);
|
H A D | tftp.c | 257 tftp_open(char *path, struct open_file *f) in tftp_open() function
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | efipxe.c | 117 tftp_open, tftp_close, tftp_read, tftp_write, tftp_seek, 122 tftp_open(char *path, struct open_file *f) in tftp_open() function
|
H A D | conf.c | 67 { tftp_open, tftp_close, tftp_read, tftp_write, tftp_seek,
|
/openbsd/sys/arch/i386/stand/cdboot/ |
H A D | conf.c | 74 { tftp_open, tftp_close, tftp_read, tftp_write, tftp_seek,
|
/openbsd/sys/arch/amd64/stand/cdboot/ |
H A D | conf.c | 73 { tftp_open, tftp_close, tftp_read, tftp_write, tftp_seek,
|
/openbsd/sys/arch/amd64/stand/pxeboot/ |
H A D | conf.c | 82 { tftp_open, tftp_close, tftp_read, tftp_write, tftp_seek,
|
/openbsd/sys/arch/i386/stand/pxeboot/ |
H A D | conf.c | 84 { tftp_open, tftp_close, tftp_read, tftp_write, tftp_seek,
|
/openbsd/usr.sbin/tftpd/ |
H A D | tftpd.c | 171 void tftp_open(struct tftp_client *, const char *); 544 tftp_open(client, filename); in rewrite_res() 925 tftp_open(client, filename); in tftp() 934 tftp_open(struct tftp_client *client, const char *filename) in tftp_open() function
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | efipxe.c | 302 return tftp_open(path, f); in efitftp_open()
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | efipxe.c | 302 return tftp_open(path, f); in efitftp_open()
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | efipxe.c | 302 return tftp_open(path, f); in efitftp_open()
|