logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

iscsi_iface_dump_config - Dump all configurations of specified iSCSI interface.

Arguments

iface Pointer of 'struct iscsi_iface'. If this pointer is NULL, your program will be terminated by assert.

Description

Dump all configurations of specified iSCSI interface. Will skip empty configuration so that output string could be saved directly to /etc/iscsi/ifaces/<iface_name> file.

Name

iscsi_iface_dump_config - Dump all configurations of specified iSCSI interface.

Return

const char *. Need to free this memory by free. July 2025 iscsi_iface_dump_config iscsi_iface_dump_config(3)

Synopsis

constchar*iscsi_iface_dump_config(structiscsi_iface*iface);

See Also