libnvme_exec_admin_passthru(9) libnvme API manual NAME libnvme_exec_admin_passthru - Submit an admin passthru command and wait SYNOPSIS int libnvme_exec_admin_passthru (struct libnvme_transport_handle *hdl , struct libnvme_passthru_cmd *cmd ); ARGUMENTS hdl Transport handle cmd The nvme admin command to send DESCRIPTION Synchronous command execution. RETURN The nvme command status if a response was received (see enum nvme_status_field), or negative error code otherwise. September 2026 libnvme_exec_admin_passthru libnvme_exec_admin_passthru(9)