tl_info
iscsi_target_list_t *idlp, tl_info;
(void) memset(&tl_info, 0, sizeof (tl_info));
tl_info.tl_vers = ISCSI_INTERFACE_VERSION;
tl_info.tl_in_cnt = 0;
tl_info.tl_tgt_list_type = targetListType;
if (ioctl(fd, ISCSI_TARGET_OID_LIST_GET, &tl_info) != 0) {
if (tl_info.tl_out_cnt > 1) {
tl_info.tl_out_cnt - 1);
idlp->tl_in_cnt = tl_info.tl_out_cnt;
static int tl_info(dev_info_t *, ddi_info_cmd_t, void *, void **);
nulldev, tl_info, D_MP, &tlinfo, ddi_quiesce_not_supported);