Searched refs:cnt2 (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_svc.c | 569 size_t cnt1, cnt2, index1, index2; in cachefsd_fs_unmounted_1_svc() local 604 cnt2 = cache_object_p->i_fscachecount; in cachefsd_fs_unmounted_1_svc() 605 for (index2 = 0; index2 < cnt2; index2++) { in cachefsd_fs_unmounted_1_svc() 666 size_t cnt1, cnt2, index1, index2; in cachefsd_disconnection_1_svc() local 693 cnt2 = cache_object_p->i_fscachecount; in cachefsd_disconnection_1_svc() 694 for (index2 = 0; index2 < cnt2; index2++) { in cachefsd_disconnection_1_svc()
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_txc.c | 300 uint32_t cnt1, cnt2; in nxge_txc_regs_dump() local 318 &cnt1, &cnt2); in nxge_txc_regs_dump() 321 cnt1, cnt2)); in nxge_txc_regs_dump() 324 &cnt1, &cnt2); in nxge_txc_regs_dump() 327 cnt1 & 0xffff, cnt2 & 0xffff)); in nxge_txc_regs_dump()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfclib.h | 1832 uint32_t cnt2; member 1837 #define SCSI_SNS_CNT(x) x->cnt2 1839 #define FC_RSP_CNT(x) x->cnt2
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 1978 uint16_t qlnt, retries, cnt, cnt2; in ql_scsi_passthru() local 2466 cnt2 = (uint16_t)(((uintptr_t)pkt + sizeof (sts_24xx_entry_t)) - in ql_scsi_passthru() 2468 for (cnt = 0; cnt < cnt2; cnt = (uint16_t)(cnt + 4)) { in ql_scsi_passthru()
|