.TH "iscsi_node_print_config" 3 "iscsi_node_print_config" "June 2023" "API Manual" LINUX .SH NAME iscsi_node_print_config \- Print all configurations of specified iSCSI node to STDOUT. .SH SYNOPSIS .B "void" iscsi_node_print_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" Print all configurations of specified iSCSI node. For empty configuration, it will be shown as "name = ". .SH "RETURN" void