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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c695 if (pg_list->pg_out_cnt > 0) {
696 pg_sz += (pg_list->pg_out_cnt - 1) *
726 if (pg_list->pg_out_cnt > 0) {
727 pg_sz += (pg_list->pg_out_cnt - 1) *
737 if (pg_list->pg_out_cnt > 0) {
738 pg_sz += (pg_list->pg_out_cnt - 1) *
1009 for (i = 0; i < pg_list->pg_out_cnt; i++) {
1035 if (pg_list->pg_out_cnt > 0) {
1036 pg_sz += (pg_list->pg_out_cnt - 1) *
1954 for (i = 0; i < pg_list->pg_out_cnt;
[all...]
H A Disns_client.c1103 combined_num_of_pgs += tmp_pg_list->pg_out_cnt;
1141 combined_pg_list->pg_out_cnt = combined_num_of_pgs;
1147 for (j = 0; j < tmp_pg_lists[i]->pg_out_cnt; j++) {
1154 if (tmp_pg_lists[i]->pg_out_cnt > 0) {
1155 tmp_pg_list_sz += (tmp_pg_lists[i]->pg_out_cnt - 1) *
2544 (*pg_list)->pg_out_cnt = 0;
2560 pg = &((*pg_list)->pg_list[(*pg_list)->pg_out_cnt]);
2669 (*pg_list)->pg_out_cnt++;
2681 ((*pg_list)->pg_out_cnt == num_of_pgs)) {
H A Discsi.c4235 if (pg_list->pg_out_cnt > 0) {
4236 pg_list_sz += (pg_list->pg_out_cnt - 1) *
4244 * if pg_out_cnt > pg_in_cnt, pg_out_cnt will be returned with
4247 * if pg_out_cnt < pg_in_cnt, pg_out_cnt will be the number
4250 if (pg_list->pg_in_cnt < pg_list->pg_out_cnt) {
4266 if (pg_list->pg_out_cnt > 0) {
4267 server_pg_list_sz += (pg_list->pg_out_cnt - 1) *
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c2906 if (pg_list->pg_in_cnt < pg_list->pg_out_cnt) {
2909 ((pg_list->pg_out_cnt - 1) *
2918 pg_list->pg_in_cnt = pg_list->pg_out_cnt;
2930 pg_list->pg_out_cnt = pg_list->pg_in_cnt;
2939 pg_list->pg_out_cnt * sizeof (SUN_IMA_DISC_ADDRESS_KEY));
2945 (*ppList)->keyCount = pg_list->pg_out_cnt;
2947 for (ctr = 0; ctr < pg_list->pg_out_cnt; ctr++) {
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h607 pg_out_cnt; member in struct:isns_portal_group_list
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h582 pg_out_cnt; member in struct:isns_portal_group_list

Completed in 110 milliseconds