Searched refs:count1 (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | nblk.c | 43 fsblkcnt_t tot, count, count1, d_indirect, t_indirect, ind; in nblk() local 60 count1 = (tot - ind * ind - (DIRECT + 1)) / ind; in nblk() 61 count = count1 + count1 / ind + ind + 3; in nblk()
|
/titanic_41/usr/src/uts/common/sys/scsi/impl/ |
H A D | commands.h | 130 #define g1_count1 cdb_un.sg.g1.count1 /* msb */ 143 uchar_t count1; /* transfer length (msb) */ member 178 #define g4_count1 cdb_un.sg.g4.count1 197 uchar_t count1; member 229 #define scc5_count1 cdb_un.sg.g5.count1 244 uchar_t count1; member
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 937 int count1, count2; in memstrstr() local 940 count1 = size1; count2 = size2; in memstrstr() 946 for (count1 = 0; count1 < (size1 - size2 + 1); count1++) { in memstrstr() 949 return (count1 - size2 + 1); in memstrstr()
|
H A D | adm.c | 142 int count1, count2; in memstrstr() local 145 count1 = size1; count2 = size2; in memstrstr() 151 while (count1--) { in memstrstr()
|
/titanic_41/usr/src/cmd/login/ |
H A D | login.c | 697 int retval, count1, fildes; in badlogin() local 711 for (count1 = 0; count1 < trys; count1++) in badlogin() 712 (void) write(fildes, log_entry[count1], in badlogin() 713 (unsigned)strlen(log_entry[count1])); in badlogin()
|
/titanic_41/usr/src/cmd/egrep/ |
H A D | egrep.y | 792 long count1, count2; in execute() local 859 if((count1 = read(fileno(f), p, EBUFSIZ)) > 0) { in execute() 860 count += count1; in execute() 861 blkno += count1; in execute()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 3285 int count1; in mac_rx_srs_process() local 3343 count1 = 0; in mac_rx_srs_process() 3352 count1++; in mac_rx_srs_process() 3361 mp_chain, tail, count1, chain_sz); in mac_rx_srs_process() 3363 count -= count1; in mac_rx_srs_process()
|
/titanic_41/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 4420 int count1, count2; in iwp_eep_sem_down() local 4423 for (count1 = 0; count1 < 1000; count1++) { in iwp_eep_sem_down()
|
/titanic_41/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 4683 int count1, count2; in iwh_eep_sem_down() local 4686 for (count1 = 0; count1 < 1000; count1++) { in iwh_eep_sem_down()
|
/titanic_41/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 4062 int count1, count2; in iwk_eep_sem_down() local 4065 for (count1 = 0; count1 < 1000; count1++) { in iwk_eep_sem_down()
|