Lines Matching refs:tl_info
2491 iscsi_target_list_t *idlp, tl_info;
2499 (void) memset(&tl_info, 0, sizeof (tl_info));
2500 tl_info.tl_vers = ISCSI_INTERFACE_VERSION;
2501 tl_info.tl_in_cnt = 0;
2502 tl_info.tl_tgt_list_type = targetListType;
2507 if (ioctl(fd, ISCSI_TARGET_OID_LIST_GET, &tl_info) != 0) {
2516 if (tl_info.tl_out_cnt > 1) {
2518 tl_info.tl_out_cnt - 1);
2528 idlp->tl_in_cnt = tl_info.tl_out_cnt;