logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iscsi_node_dump_config - Dump all configurations of specified iSCSI node.

Arguments

node Pointer of 'struct iscsi_node'. If this pointer is NULL, your program will be terminated by assert. show_secret Whether show CHAP secret. If set as false, will show password as "********"

Description

Dump all configurations of specified iSCSI node. Will skip empty configuration.

Name

iscsi_node_dump_config - Dump all configurations of specified iSCSI node.

Return

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

Synopsis

constchar*iscsi_node_dump_config(structiscsi_node*node,boolshow_secret);

See Also