H A D | firmware.c | 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 Imag in read_image_file() 227 firmware(const struct cmd *f, int argc, char *argv[]) firmware() function [all...] |