Searched refs:combined_num_of_pgs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_client.c1049 int combined_num_of_pgs, combined_pg_lst_sz, local
1081 combined_num_of_pgs = 0;
1103 combined_num_of_pgs += tmp_pg_list->pg_out_cnt;
1134 if (combined_num_of_pgs > 0) {
1135 combined_pg_lst_sz += (combined_num_of_pgs - 1) *
1141 combined_pg_list->pg_out_cnt = combined_num_of_pgs;

Completed in 247 milliseconds