17 lines
577 B
Groff
17 lines
577 B
Groff
|
.TH "nvme_mi_admin_fw_commit" 9 "nvme_mi_admin_fw_commit" "October 2022" "libnvme API manual" LINUX
|
||
|
.SH NAME
|
||
|
nvme_mi_admin_fw_commit \- Commit firmware using the specified action
|
||
|
.SH SYNOPSIS
|
||
|
.B "int" nvme_mi_admin_fw_commit
|
||
|
.BI "(nvme_mi_ctrl_t ctrl " ","
|
||
|
.BI "struct nvme_fw_commit_args *args " ");"
|
||
|
.SH ARGUMENTS
|
||
|
.IP "ctrl" 12
|
||
|
Controller to send firmware data to
|
||
|
.IP "args" 12
|
||
|
\fIstruct nvme_fw_download_args\fP argument structure
|
||
|
.SH "DESCRIPTION"
|
||
|
The Firmware Commit command modifies the firmware image or Boot Partitions.
|
||
|
.SH "RETURN"
|
||
|
0 on success, non-zero on failure
|