1iscsi_node_tpgt_get(3) API Manual iscsi_node_tpgt_get(3)
23
4
NAME
6iscsi_node_tpgt_get - Retrieve target portal group tag of specified
7iSCSI node.
8
SYNOPSIS
10int32_t iscsi_node_tpgt_get (struct iscsi_node *node);
11
ARGUMENTS
13node Pointer of 'struct iscsi_node'. If this pointer is NULL,
14your program will be terminated by assert.
15
DESCRIPTION
17Retrieve the target portal group tag of specified iSCSI node.
18
RETURN
20int32_t. -1 for unknown.
2122
23
24
July 2023 iscsi_node_tpgt_get iscsi_node_tpgt_get(3)