Searched refs:count2 (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/ |
H A D | lists_delete.c | 117 int count1, count2; in main() local 165 count2 = get_count(); in main() 166 if (count1 - 1 != count2) { in main() 168 "was %d, now %d", count1, count2)); in main()
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regcomp.c | 359 int count2; in p_ere_exp() local 487 count2 = p_count(p); in p_ere_exp() 488 (void) REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() 490 count2 = INFINITY; in p_ere_exp() 492 count2 = count; in p_ere_exp() 493 repeat(p, pos, count, count2); in p_ere_exp() 703 int count2; in p_simp_re() local 806 count2 = p_count(p); in p_simp_re() 807 (void) REQUIRE(count <= count2, REG_BADBR); in p_simp_re() 809 count2 = INFINITY; in p_simp_re() [all …]
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | adm.c | 136 int count1, count2; in memstrstr() local 139 count1 = size1; count2 = size2; in memstrstr() 147 if (--count2 == 0) in memstrstr() 151 count2 = size2; in memstrstr()
|
H A D | qlgcupdate.c | 937 int count1, count2; in memstrstr() local 940 count1 = size1; count2 = size2; in memstrstr() 948 if (--count2 == 0) { in memstrstr() 953 count2 = size2; in memstrstr()
|
/illumos-gate/usr/src/uts/common/sys/scsi/impl/ |
H A D | commands.h | 177 #define g4_count2 cdb_un.sg.g4.count2 196 uchar_t count2; member 228 #define scc5_count2 cdb_un.sg.g5.count2 243 uchar_t count2; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 3084 int count2; in fctl_ulp_statec_cb() local 3091 for (count2 = count+1; in fctl_ulp_statec_cb() 3092 count2 < clist->clist_len; in fctl_ulp_statec_cb() 3093 count2++) { in fctl_ulp_statec_cb() 3095 pd2 = clist->clist_map[count2].map_pd; in fctl_ulp_statec_cb()
|
/illumos-gate/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 4424 int count1, count2; in iwp_eep_sem_down() local 4432 for (count2 = 0; count2 < 2; count2++) { in iwp_eep_sem_down()
|
/illumos-gate/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 4684 int count1, count2; in iwh_eep_sem_down() local 4692 for (count2 = 0; count2 < 2; count2++) { in iwh_eep_sem_down()
|
/illumos-gate/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 4062 int count1, count2; in iwk_eep_sem_down() local 4070 for (count2 = 0; count2 < 2; count2++) { in iwk_eep_sem_down()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.p5m | 195 file path=opt/SUNWdtrt/tst/common/aggs/tst.count2.d mode=0444 196 file path=opt/SUNWdtrt/tst/common/aggs/tst.count2.d.out mode=0444
|