Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/link_audit/common/
H A Ddumpbind.c218 int ent_cnt = 0; in main() local
235 ent_cnt++; in main()
238 (void) printf("bkt[%d] - %d entries\n", i, ent_cnt); in main()
/titanic_41/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c556 int ent_cnt = 0; /* valid cf file entry count */ in __nis_get_mechanisms() local
593 ent_cnt++; in __nis_get_mechanisms()
596 ent_cnt, (void (*)())sf_free_mech_ent); in __nis_get_mechanisms()
1005 uint_t ent_cnt = 0; /* valid cf file entry count */ in mf_get_mechs() local
1029 ent_cnt++; in mf_get_mechs()
1031 (void **)tmechs, ent_cnt, (void (*)()) mf_free_ent); in mf_get_mechs()
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c2938 uint32_t ent_cnt; in qlt_handle_atio_queue_update() local
2940 ent_cnt = (uint32_t)(atio[1]); in qlt_handle_atio_queue_update()
2941 if (ent_cnt > total_ent) { in qlt_handle_atio_queue_update()
2958 (qlt->atio_ndx_to_fw + ent_cnt) & (ATIO_QUEUE_ENTRIES - 1)); in qlt_handle_atio_queue_update()
2959 total_ent -= ent_cnt; in qlt_handle_atio_queue_update()
3002 uint32_t ent_cnt; in qlt_handle_resp_queue_update() local
3004 ent_cnt = (uint32_t)(resp[0] == 0x51 ? resp[1] : 1); in qlt_handle_resp_queue_update()
3005 if (ent_cnt > total_ent) { in qlt_handle_resp_queue_update()
3053 qlt->resp_ndx_to_fw = (qlt->resp_ndx_to_fw + ent_cnt) & in qlt_handle_resp_queue_update()
3055 total_ent -= ent_cnt; in qlt_handle_resp_queue_update()