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

NAME

6       iscsi_node_target_name_get  -  Retrieve  target name of specified iSCSI
7       node.
8

SYNOPSIS

10       const char * iscsi_node_target_name_get (struct iscsi_node *node);
11

ARGUMENTS

13       node        Pointer of 'struct iscsi_node'.  If this pointer  is  NULL,
14                   your program will be terminated by assert.
15

DESCRIPTION

17       Retrieve the target name of specified iSCSI node.
18

EXAMPLES

20       "iqn.2003-01.org.linux-iscsi.org:iscsi-targetcli"
21

RETURN

23       const  char  *.   No  need  to free this memory, the resources will get
24       freed by iscsi_node_free or iscsi_nodes_free.
25
26
27
28July 2023                 iscsi_node_target_name_giestcsi_node_target_name_get(3)
Impressum