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_print_config - Print all configurations of specified iSCSI node to STDOUT.

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

Print all configurations of specified iSCSI node. For empty configuration, it will be shown as "name = <empty>".

Name

iscsi_node_print_config - Print all configurations of specified iSCSI node to STDOUT.

Return

void July 2025 iscsi_node_print_config iscsi_node_print_config(3)

Synopsis

voidiscsi_node_print_config(structiscsi_node*node,boolshow_secret);

See Also