Searched refs:cnt (Results 426 - 450 of 889) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dmi.h46 #define MI_COPY_CASE(dir, cnt) (((cnt)<<2)|dir)
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c165 while (ixldepth < xferctlp->cnt) {
501 sizeof (hci1394_xfer_ctl_dma_t) * (delp->cnt - 1));
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/wusb_df/
H A Dwusb_df.c1002 uint_t cnt; /* # of xfered bytes */ local
1009 for (cnt = 0; cnt < size; cnt += data_len) {
1010 data_len = min(size - cnt, 512);
1017 bcopy(buffer + cnt, data->b_rptr, data_len);
1020 setup.wValue = (address + cnt) & 0xffff;
1021 setup.wIndex = ((address + cnt) >> 16) & 0xffff;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dacl.h291 extern int acl(const char *path, int cmd, int cnt, void *buf);
292 extern int facl(int fd, int cmd, int cnt, void *buf);
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c936 int cnt; local
980 for (cnt = chars_per_row; cnt-- > 0; )
987 cnt = rows_to_move * TEXT_COLS + chars_per_row;
988 to_row_start += cnt;
989 from_row_start += cnt;
996 for (cnt = chars_per_row; cnt-- > 0; )
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c1240 int cnt; local
1250 cnt = 1;
1252 cnt = dump_xpv_addr();
1254 return (cnt);
1279 int cnt; local
1286 cnt = 1;
1288 cnt = dump_xpv_data(dump_cbuf);
1290 return (cnt);
/opensolaris-onvv-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c110 static int cmdk_bbh_bsearch(struct alts_ent *buf, int cnt, daddr32_t key);
2061 int cnt; local
2108 for (idx = i, cnt = 0; idx < alts_used; idx++, altp++, cnt++) {
2113 if (!cnt) {
2119 cnt <<= 1;
2120 cnt++;
2124 (cnt * sizeof (*ckp))), KM_SLEEP);
2127 hp->h_totck = cnt;
2188 cmdk_bbh_bsearch(struct alts_ent *buf, int cnt, daddr32_ argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/bart/
H A Dcompare.c265 int cnt = 0; local
271 (*curr_pos < line_len) && (cnt < (buf_size-1))) {
272 buf[cnt] = line[*curr_pos];
274 cnt++;
276 buf[cnt] = '\0';
/opensolaris-onvv-gate/usr/src/cmd/cdrw/
H A Dbstream.c125 int cnt; local
128 cnt = read(h->bstr_fd, buf, size);
129 if (cnt > 0) {
133 for (i = 0; i < cnt; i += 2) {
139 return (cnt);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsadmin/
H A Dcfsadmin.c900 int cnt; local
979 cnt = rnew.r_fsize - rold.r_fsize;
980 assert((cnt % MAXBSIZE) == 0);
981 cnt /= MAXBSIZE;
982 while (cnt-- > 0) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c594 size_t cnt; local
621 for (cnt = 0; cnt < ptr; cnt++, arsym++) {
654 MSG_ORIG(MSG_FMT_INDEX), EC_XWORD(cnt));
/opensolaris-onvv-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c647 short cnt; local
650 adrm_short(&(ctx->adr), &cnt, 1);
652 for (i = 0; i < cnt; i++)
655 adrm_short(&(ctx->adr), &cnt, 1);
657 for (i = 0; i < cnt; i++)
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c823 int cnt, alg, len, major, minor, file_major, file_minor; local
850 if ((cnt = fread(in_buff, 1, sizeof(in_buff), fp)) < 5) {
860 len = cnt;
912 memset(in_buff, 0, cnt);
916 memset(in_buff, 0, cnt);
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java126 for (byte cnt = 0; cnt < nBlocks; cnt++) {
250 int cnt = 0;
254 desc = desc + " " + (cnt++) + ": " + ab.toString();
/opensolaris-onvv-gate/usr/src/lib/libsqlite/src/
H A Ddate.c100 int cnt = 0; local
111 return cnt;
117 return cnt;
121 cnt++;
123 return cnt;
H A Dvdbe.c1790 int i, cnt; local
1792 cnt = pOp->p1;
1793 if( cnt<0 ) cnt = -cnt;
1794 pTerm = &pTos[1-cnt];
1796 for(i=0; i<cnt; i++, pTerm++){
1802 if( pOp->p1>0 ) popStack(&pTos, cnt);
1813 int i, cnt; local
1814 cnt
2846 int res, rx, cnt, x; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_chan.c412 * Allocate isoch pool for at least 'mincnt' and at most 'cnt' frames
425 av1394_ic_alloc_pool(av1394_isoch_pool_t *pool, size_t framesz, int cnt, argument
437 totalsz = framesz * cnt;
450 nsegs = cnt;
606 av1394_ic_dma_sync_frames(av1394_ic_t *icp, int idx, int cnt, argument
615 nsegs = (cnt / fps) + 1;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c531 kerberos5_is(AuthInfo *ap, uchar_t *data, int cnt) argument
546 if (cnt-- < 1)
551 auth.length = cnt;
761 inbuf.length = cnt;
765 "RCVD KRB_FORWARD data (%d bytes)\n", cnt);
884 auth_name(uchar_t *data, int cnt) argument
888 if (cnt < 1) {
895 if (cnt > sizeof (namebuf)-1) {
902 (void) memcpy((void *)namebuf, (void *)data, cnt);
903 namebuf[cnt]
910 auth_is(uchar_t *data, int cnt) argument
1051 encrypt_is(uchar_t *data, int cnt) argument
1715 encrypt_support(char *data, int cnt) argument
2045 encrypt_enc_keyid(char *data, int cnt) argument
2061 encrypt_dec_keyid(char *data, int cnt) argument
4682 int cnt; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs185 QWORD cnt;
193 if (CheckOSError(DosTmrQueryTime(&cnt)))
196 g_start_cnt = toLongLong(cnt);
199 if (CheckOSError(DosTmrQueryTime(&cnt)))
202 return (t->tms_utime = (toLongLong(cnt) - g_start_cnt)/g_frequ);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c1781 Perl_PerlIO_set_cnt(pTHX_ PerlIO *f, int cnt) argument
1783 Perl_PerlIO_or_fail_void(f, Set_ptrcnt, (aTHX_ f, NULL, cnt));
1787 Perl_PerlIO_set_ptrcnt(pTHX_ PerlIO *f, STDCHAR * ptr, int cnt) argument
1789 Perl_PerlIO_or_fail_void(f, Set_ptrcnt, (aTHX_ f, ptr, cnt));
2226 int cnt = 0; local
2231 cnt = --PerlIO_fd_refcnt[fd];
2232 PerlIO_debug("fd %d refcnt=%d\n",fd,cnt);
2237 return cnt;
3000 SSize_t cnt = PerlIO_get_cnt(f); local
3011 PerlIO_set_ptrcnt(f,ptr,cnt
3163 PerlIOStdio_set_ptrcnt(pTHX_ PerlIO *f, STDCHAR * ptr, SSize_t cnt) argument
3227 SSize_t cnt = PerlSIO_get_cnt(stdio); local
3571 SSize_t cnt = avail; local
3832 PerlIOBuf_set_ptrcnt(pTHX_ PerlIO *f, STDCHAR * ptr, SSize_t cnt) argument
3933 PerlIOPending_set_ptrcnt(pTHX_ PerlIO *f, STDCHAR * ptr, SSize_t cnt) argument
4176 PerlIOCrlf_set_ptrcnt(pTHX_ PerlIO *f, STDCHAR * ptr, SSize_t cnt) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c1573 int cnt, i; local
1592 cnt = 0;
1597 cnt++;
1600 *(ch - cnt) = IPW2200_CHAN_5GHZ | (uint8_t)cnt;
1601 ch = (cnt > 0) ? (ch + 1) : (scan.channels);
1606 cnt = 0;
1611 cnt++;
1614 *(ch - cnt) = IPW2200_CHAN_2GHZ | cnt;
2181 size_t cnt, off; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1945 uint_t cnt = 0; local
1974 if (cnt++)
1992 if (cnt > info->dls_cnt) {
2014 info->dls_cnt = cnt;
2039 uint_t *cnt = (uint_t *)p; local
2041 *cnt = MMAPCNT(lmp);
2048 uint_t cnt = 0; local
2050 while ((cnt < mip->dlm_acnt) && (cnt < MMAPCNT(lmp))) {
2051 mip->dlm_maps[cnt]
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c164 int cnt = PATH_MAX + 1; /* number of characters in s2 */ local
168 if (cnt > 0) {
170 cnt--;
174 if (si != s && cnt > 0) {
176 cnt--;
178 while (*s2 && cnt > 0) {
180 cnt--;
/opensolaris-onvv-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c474 uint64_t cnt; local
490 cnt = count_pages(pghp, 0, PG_MODIFIED | PG_REFERENCED, 0);
491 if (cnt != 0 || lpc->lpc_rss != 0)
493 (int)lpc->lpc_pid, (unsigned long long)cnt,
527 cnt = count_pages(pghp, 0, PG_MODIFIED | PG_REFERENCED, 0);
528 if (cnt != 0 || lpc->lpc_rss != 0)
530 (int)lpc->lpc_pid, (unsigned long long)cnt,
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c3840 int cnt, i; local
3848 cnt = 0;
3850 while (cnt < Ninputs) {
3854 bound = (struct t_bind *)t_alloc(Nfd[cnt].fd, T_BIND, T_ADDR);
3855 bind.addr = *Myaddrs[cnt];
3858 if (t_bind(Nfd[cnt].fd, &bind, bound) == 0) {
3861 set_udp_buffer(Nfd[cnt].fd);
3862 cnt++;
3872 uap = taddr2uaddr(&Ncf[cnt], Myaddrs[cnt]);
4871 int cnt; local
4950 int cnt, loop, drops; local
[all...]

Completed in 312 milliseconds

<<11121314151617181920>>