1iscsi_node_dump_config(3)         API Manual         iscsi_node_dump_config(3)
2
3
4

NAME

6       iscsi_node_dump_config  -  Dump  all  configurations of specified iSCSI
7       node.
8

SYNOPSIS

10       const char *  iscsi_node_dump_config  (struct  iscsi_node  *node,  bool
11       show_secret);
12

ARGUMENTS

14       node        Pointer  of  'struct iscsi_node'.  If this pointer is NULL,
15                   your program will be terminated by assert.
16
17       show_secret Whether show CHAP secret. If set as false, will show  pass‐
18                   word as "********"
19

DESCRIPTION

21       Dump  all  configurations of specified iSCSI node. Will skip empty con‐
22       figuration.
23

RETURN

25       const char *.  Need to free this memory by free.
26
27
28
29July 2023                   iscsi_node_dump_config   iscsi_node_dump_config(3)
Impressum