Lines Matching full:firmware
53 static cmd_fn_t firmware; variable
71 "Attempt to activate firmware"),
73 "Slot to activate and/or download firmware to"),
74 OPT("firmware", 'f', arg_path, opt, fw_img,
75 "Firmware image to download"),
86 .name = "firmware",
87 .fn = firmware,
88 .descr = "Download firmware image to controller",
130 * The NVMe spec does not explicitly state a maximum firmware image in read_image_file()
132 * for the size and offset fields in the Firmware Image Download in read_image_file()
189 err(EX_IOERR, "firmware download request failed"); in update_firmware()
192 errx(EX_IOERR, "firmware download request returned error"); in update_firmware()
212 err(EX_IOERR, "firmware activate request failed"); in activate_firmware()
222 errx(EX_IOERR, "firmware activate request returned error"); in activate_firmware()
228 firmware(const struct cmd *f, int argc, char *argv[]) in firmware() function
259 "activate ([-a]) firmware image action\n" in firmware()
285 "controller does not support firmware activate/download"); in firmware()
302 "slot %d does not contain valid firmware,\n" in firmware()
312 "firmware image (%s) to controller %s.\n" in firmware()
314 "overwrite an existing firmware image.\n", in firmware()
317 printf("You are about to activate a new firmware " in firmware()
322 printf("You are about to download firmware image " in firmware()
325 "overwrite an existing firmware image.\n", in firmware()
352 printf("New firmware image activated but requires " in firmware()
356 printf("New firmware image activated and will take " in firmware()