Searched refs:cnt (Results 476 - 500 of 889) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.h102 int *cnt);
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.h204 int *cnt);
/opensolaris-onvv-gate/usr/src/lib/libdiskmgt/common/
H A Dslice.c621 int cnt; local
646 for (cnt = 0, devp = desc->p.disk->aliases->devpaths; devp != NULL;
647 devp = devp->next, cnt++);
650 slices = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
/opensolaris-onvv-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h162 int cnt; /* Number of times that the step function has been called */ member in struct:sqlite_func
/opensolaris-onvv-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c612 int cnt = 0; local
618 while ((cnt < maxprops) &&
630 storelist[cnt] = strdup(tchr);
631 cnt++;
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c412 /* cnt(I) - number of elements in arrays items/itemsz/types */
418 int ipllog(dev, fin, items, itemsz, types, cnt, ifs)
423 int *types, cnt;
457 for (i = 0, len = sizeof(iplog_t); i < cnt; i++)
499 for (i = 0, ptr = buf + sizeof(*ipl); i < cnt; i++) {
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cfgrom.c464 * grow parsed dir leaf array by 'cnt' entries
467 av1394_cfgrom_grow_parsed_dir(av1394_cfgrom_parsed_dir_t *pd, int cnt) argument
472 ASSERT(cnt > 0);
474 new_size = (pd->pd_tl_size + cnt) * sizeof (av1394_cfgrom_text_leaf_t);
481 pd->pd_tl_size += cnt;
/opensolaris-onvv-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2028 size_t cnt, off; local
2110 cnt = MBLKL(m0);
2111 if (cnt) {
2112 (void) memcpy(m->b_rptr + off, m0->b_rptr, cnt);
2113 off += cnt;
2174 cnt = MBLKL(m0);
2175 if (cnt > (sizeof (wh) - off))
2176 cnt = sizeof (wh) - off;
2177 if (cnt) {
2178 (void) memcpy(hdat + off, m0->b_rptr, cnt);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c2242 int cnt = 0; local
2250 if ((cnt = mddb_getinvlb_devid(setno, count, size, &cptr)) == -1) {
2315 if (cnt++ > count) {
2335 for (i = 0; i < (cnt - 1); i++) {
2369 int cnt = 0; local
2378 if ((cnt = mddb_validate_lb(setno, &maxsz)) == -1) {
2400 return (cnt);
2407 return (cnt);
2414 return (cnt);
2447 cnt
2936 int cnt; local
3152 md_getnextkey( set_t setno, side_t side, mdkey_t key, uint_t *cnt) argument
4278 cnt; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_ioctl.c1606 int cnt; local
1647 cnt = 0;
1653 cnt++;
1660 rip->ri_percent_dirty = d ? (((u_longlong_t)cnt * 100) / d) : 0;
2183 int i, cnt; local
2198 for (cnt = 0, i = 0; i < un->un_totalcolumncnt; i++, cnt++) {
2199 if (cnt < mgdph->cnt) {
2208 (caddr_t)&udevs[cnt], sizeo
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c578 int cnt; local
646 for (cnt = 0; cnt < 5000; cnt++) {
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mgmt.h160 xge_hal_write_eeprom(xge_hal_device_h devh, int off, u32 data, int cnt);
/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h136 uint16_t cnt; /* dma descriptor blocks alloc count */ member in struct:hci1394_xfer_ctl
138 hci1394_xfer_ctl_dma_t dma[1]; /* addrs of descriptor blocks, cnt of */
254 uint32_t hcihdr; /* new hci descriptor hdr field (cmd,int,cnt) */
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/mgt/ibdm/
H A Dibdm_ibnex.h370 * : "cnt" contains pointer to number of hca's
373 void ibdm_ibnex_get_hca_list(ibdm_hca_list_t **hca, int *cnt);
/opensolaris-onvv-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru_priv.h131 const caddr_t data, const int cnt, char *buffer);
/opensolaris-onvv-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c435 htable_steal(uint_t cnt) argument
464 for (pass = 0; pass <= htable_steal_passes && stolen < cnt; ++pass) {
504 if (stolen == cnt) {
509 if (pass >= 1 && cnt == 1 &&
553 stolen < cnt) {
564 if (pass == 0 || stolen == cnt)
669 } while (stolen < cnt && h != h_start);
1351 * if we found the htable, increment its busy cnt
2134 int cnt = 1; local
2154 ++cnt;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x319 int cnt;
/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_tx.c149 static int text_readip(buf, cnt, ifn, dir)
151 int cnt, *dir;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h51 void (*Set_ptrcnt) (pTHX_ PerlIO *f, STDCHAR * ptr, SSize_t cnt);
188 extern void PerlIOBuf_set_ptrcnt(pTHX_ PerlIO *f, STDCHAR * ptr, SSize_t cnt);
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dsunwmove.c98 int i, cnt = mvp->m_repeat; local
100 for (i = 0; i < cnt; i++) {
/opensolaris-onvv-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1622 size_t cnt = 0; local
1628 ret = write(fd, cp + cnt, sz - cnt);
1630 ret = sendto(fd, cp + cnt, sz - cnt, flags, to, tolen);
1634 cnt += ret;
1635 } while ((cnt != sz) && (errno == EINTR));
1637 return ((cnt == sz) ? 0 : -1);
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c47 evConsIovec(void *buf, size_t cnt) { argument
52 ret.iov_len = cnt;
/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dfx.c803 uint_t cnt; local
822 for (cnt = 0; cnt < vaparmsp->pc_vaparmscnt; cnt++, vpp++) {
934 uint_t cnt; local
963 for (cnt = 0; cnt < vaparmsp->pc_vaparmscnt; cnt++, vpp++) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h460 int av1394_ic_alloc_pool(av1394_isoch_pool_t *pool, size_t segsz, int cnt,
467 void av1394_ic_dma_sync_frames(av1394_ic_t *icp, int idx, int cnt,
/opensolaris-onvv-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1062 int cnt; local
1106 for (cnt = chars_per_row; cnt-- > 0; )
1113 cnt = rows_to_move * TEXT_COLS + chars_per_row;
1114 to_row_start += cnt;
1115 from_row_start += cnt;
1122 for (cnt = chars_per_row; cnt-- > 0; )

Completed in 160 milliseconds

<<11121314151617181920>>