Searched refs:tl_info (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 2491 iscsi_target_list_t *idlp, tl_info; in get_target_oid_list() local 2499 (void) memset(&tl_info, 0, sizeof (tl_info)); in get_target_oid_list() 2500 tl_info.tl_vers = ISCSI_INTERFACE_VERSION; in get_target_oid_list() 2501 tl_info.tl_in_cnt = 0; in get_target_oid_list() 2502 tl_info.tl_tgt_list_type = targetListType; in get_target_oid_list() 2507 if (ioctl(fd, ISCSI_TARGET_OID_LIST_GET, &tl_info) != 0) { in get_target_oid_list() 2516 if (tl_info.tl_out_cnt > 1) { in get_target_oid_list() 2518 tl_info.tl_out_cnt - 1); in get_target_oid_list() 2528 idlp->tl_in_cnt = tl_info.tl_out_cnt; in get_target_oid_list()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tl.c | 438 static int tl_info(dev_info_t *, ddi_info_cmd_t, void *, void **); 737 nulldev, tl_info, D_MP, &tlinfo, ddi_quiesce_not_supported); 1110 tl_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) in tl_info() function
|