Home
last modified time | relevance | path

Searched refs:read_cnt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/smartpqi/
H A Dsmartpqi.c225 int read_cnt, tmplen; in display_cmd() local
244 read_cnt = mdb_vread(&pqi_io, sizeof (pqi_io_request_t), in display_cmd()
246 if (read_cnt == -1) { in display_cmd()
251 } else if (read_cnt != sizeof (pqi_io_request_t)) { in display_cmd()
254 read_cnt, cmdp->pc_io_rqst); in display_cmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c2604 uint32_t read_value, loop_cnt, read_cnt; in ql_8021_md_L2Cache() local
2620 read_cnt = cacheEntry->c.rac.read_addr_cnt; in ql_8021_md_L2Cache()
2658 for (k = 0; k < read_cnt; k++) { in ql_8021_md_L2Cache()
2665 i = (int)(read_cnt * loop_cnt * sizeof (uint32_t)); in ql_8021_md_L2Cache()
2679 uint32_t read_cnt, loop_cnt; in ql_8021_md_L1Cache() local
2693 read_cnt = cacheEntry->c.rac.read_addr_cnt; in ql_8021_md_L1Cache()
2699 for (k = 0; k < read_cnt; k++) { in ql_8021_md_L1Cache()
2706 i = (int)(read_cnt * loop_cnt * sizeof (uint32_t)); in ql_8021_md_L1Cache()
2858 uint32_t queue_id, loop_cnt, read_cnt; in ql_8021_md_rdqueue() local
2860 read_cnt = queueEntry->b.rac.read_addr_cnt; in ql_8021_md_rdqueue()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1976 int read_cnt; in temp_trend() local
1987 for (read_cnt = 0; read_cnt < L2_SZ - 1; read_cnt++) { in temp_trend()
1993 switch (read_cnt) { in temp_trend()
2006 for (ii = 1; ii < read_cnt; ii++) { in temp_trend()
2021 for (ii = 1; ii < read_cnt; ii++) { in temp_trend()