.TH "iscsi_node_dump_config" 3 "iscsi_node_dump_config" "June 2023" "API Manual" LINUX .SH NAME iscsi_node_dump_config \- Dump all configurations of specified iSCSI node. .SH SYNOPSIS .B "const char *" iscsi_node_dump_config .BI "(struct iscsi_node *" node "," .BI "bool " show_secret ");" .SH ARGUMENTS .IP "node" 12 Pointer of 'struct iscsi_node'. If this pointer is NULL, your program will be terminated by assert. .IP "show_secret" 12 Whether show CHAP secret. If set as false, will show password as "********" .SH "DESCRIPTION" Dump all configurations of specified iSCSI node. Will skip empty configuration. .SH "RETURN" const char *. Need to free this memory by \fBfree\fP.