Home | History | Annotate | Download | only in nvmectl

Lines Matching defs:firmware

1 /*	$NetBSD: firmware.c,v 1.6 2023/07/05 10:58:46 riastradh Exp $	*/
36 __RCSID("$NetBSD: firmware.c,v 1.6 2023/07/05 10:58:46 riastradh Exp $");
38 __FBSDID("$FreeBSD: head/sbin/nvmecontrol/firmware.c 329824 2018-02-22 13:32:31Z wma $");
91 * The NVMe spec does not explicitly state a maximum firmware image
93 * for the size and offset fields in the Firmware Image Download
143 err(1, "firmware download request failed");
146 errx(1, "firmware download request returned error");
164 err(1, "firmware activate request failed");
171 errx(1, "firmware activate request returned error");
185 firmware(int argc, char *argv[])
240 "activate ([-a]) firmware image action\n"
257 "controller does not support firmware activate/download");
270 "slot %d does not contain valid firmware,\n"
280 "firmware image (%s) to controller %s.\n"
282 "overwrite an existing firmware image.\n",
285 printf("You are about to activate a new firmware "
290 printf("You are about to download firmware image "
293 "overwrite an existing firmware image.\n",
320 printf("New firmware image activated but requires "
324 printf("New firmware image activated and will take "