Searched refs:tftp_argv (Results 1 - 3 of 3) sorted by relevance

/u-boot/boot/
H A Dbootmeth_pxe.c119 char *tftp_argv[] = {"tftp", NULL, NULL, NULL}; local
126 tftp_argv[1] = file_addr;
127 tftp_argv[2] = (void *)file_path;
129 if (do_tftpb(ctx->cmdtp, 0, 3, tftp_argv))
H A Dbootmeth_efi.c286 char *tftp_argv[] = {"tftp", file_addr, fname, NULL}; local
351 if (!do_tftpb(&cmdtp, 0, 3, tftp_argv)) {
/u-boot/cmd/
H A Dpxe.c32 char *tftp_argv[] = {"tftp", NULL, NULL, NULL}; local
36 tftp_argv[1] = file_addr;
37 tftp_argv[2] = (void *)file_path;
39 tftp_argv[3] = USE_IP6_CMD_PARAM;
45 if (do_tftpb(ctx->cmdtp, 0, num_args, tftp_argv))

Completed in 45 milliseconds