Home
last modified time | relevance | path

Searched refs:ccount (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/boot/libsa/
H A Dread.c97 size_t ccount, cresid; in read() local
99 ccount = imin(f->f_ralen, resid); in read()
100 if (ccount > 0) { in read()
101 bcopy(f->f_rabuf + f->f_raoffset, dest, ccount); in read()
102 f->f_raoffset += ccount; in read()
103 f->f_ralen -= ccount; in read()
104 resid -= ccount; in read()
107 dest = (char *)dest + ccount; in read()
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c126 int ccount; in execute() local
130 ccount = instr ? inct : 0; in execute()
143 if (--ccount <= 0) { in execute()
150 if ((ccount = read(f, p, in execute()
158 sprintf(xx, "they are %%.%ds\n", ccount); in execute()
194 p, nlp, ccount, buf, buf+2*BUFSIZ); in execute()
201 if (--ccount <= 0) { in execute()
205 if ((ccount = read(f, p, in execute()
209 } else if ((ccount = read(f, p, in execute()
213 fprintf(stderr, " read %d bytes\n", ccount); in execute()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c1532 if (i != ccount) { in map_current_window()
1623 uint_t ccount = 0; in amd_iommu_bindhdl() local
1656 ccount = 0; in amd_iommu_bindhdl()
1708 uint_t ccount = 0; in amd_iommu_unbindhdl() local
1715 ccount = 0; in amd_iommu_unbindhdl()
1760 uint_t ccount = 0; in amd_iommu_sync() local
1765 ccount = 0; in amd_iommu_sync()
1792 ccount = 0; in amd_iommu_sync()
1823 ccount = 0; in amd_iommu_win()
1852 ccount = 0; in amd_iommu_win()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h187 uint8_t mtype, uint8_t perm, ldc_mem_cookie_t *cookie, uint32_t *ccount);
192 ldc_mem_cookie_t *cookies, uint32_t ccount, uint8_t direction);
196 uint32_t ccount, uint8_t mtype, uint8_t perm, caddr_t *vaddr,
206 uint8_t mtype, uint8_t perm, ldc_mem_cookie_t *dcookie, uint32_t *ccount);
212 uint32_t ccount, uint32_t len, uint32_t dsize, uint8_t mtype,
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c77 uint32_t *ccount);
341 cookie, ccount)); in ldc_mem_bind_handle()
371 *ccount = 0; in i_ldc_mem_bind_handle()
556 *ccount = 0; in i_ldc_mem_bind_handle()
654 *ccount = memseg->ncookies; in i_ldc_mem_bind_handle()
901 for (i = 0; i < ccount; i++) in ldc_mem_copy()
1373 ASSERT(idx < ccount); in i_ldc_mem_map()
1489 memseg->ncookies = ccount; in i_ldc_mem_map()
1912 if (*ccount > 1) { in ldc_mem_dring_bind()
1918 *ccount = 0; in ldc_mem_dring_bind()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.c106 uint_t ccount = 0; in rxbuf_ctor() local
128 DDI_DMA_READ | DDI_DMA_STREAMING, NULL, NULL, &cookie, &ccount); in rxbuf_ctor()
139 if (ccount != 1) { in rxbuf_ctor()
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1521 uint_t ccount; in scsa1394_cmd_buf_dma_alloc() local
1549 callback, arg, &dmac, &ccount); in scsa1394_cmd_buf_dma_alloc()
1606 if (scsa1394_cmd_dmac2seg(sp, cmd, &dmac, ccount, kf) != in scsa1394_cmd_buf_dma_alloc()
1653 ddi_dma_cookie_t *dmac, uint_t ccount, int kf) in scsa1394_cmd_dmac2seg() argument
1692 i = ccount; in scsa1394_cmd_dmac2seg()
1702 cmd->sc_buf_nsegs_alloc + ccount, in scsa1394_cmd_dmac2seg()
1706 cmd->sc_buf_nsegs_alloc += ccount; in scsa1394_cmd_dmac2seg()
1751 uint_t ccount; in scsa1394_cmd_pt_dma_alloc() local
1780 ASSERT(ccount == 1); /* because dma_attr_sgllen is 1 */ in scsa1394_cmd_pt_dma_alloc()
1886 uint_t ccount; in scsa1394_cmd_buf_dma_move() local
[all …]
H A Dsbp2_bus.c319 uint_t ccount; /* cookie count */ in scsa1394_bus_alloc_buf_phys() local
347 &cookie, &ccount) != DDI_DMA_MAPPED) { in scsa1394_bus_alloc_buf_phys()
353 ASSERT(ccount == 1); in scsa1394_bus_alloc_buf_phys()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c525 uint64_t *p, *src, pcount __attribute__((unused)), ccount, i; in vdev_raidz_generate_parity_p() local
533 ccount = rm->rm_col[c].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_p()
536 ASSERT(ccount == pcount); in vdev_raidz_generate_parity_p()
537 for (i = 0; i < ccount; i++, src++, p++) { in vdev_raidz_generate_parity_p()
541 ASSERT(ccount <= pcount); in vdev_raidz_generate_parity_p()
542 for (i = 0; i < ccount; i++, src++, p++) { in vdev_raidz_generate_parity_p()
968 uint64_t ccount; in vdev_raidz_matrix_reconstruct() local
1002 ccount = rm->rm_col[c].rc_size; in vdev_raidz_matrix_reconstruct()
1013 ASSERT(ccount >= rm->rm_col[missing[0]].rc_size || i > 0); in vdev_raidz_matrix_reconstruct()
1015 for (x = 0; x < ccount; x++, src++) { in vdev_raidz_matrix_reconstruct()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxsnd.c77 uint_t ccount; in bnx_xmit_frag_map() local
88 &cookie, &ccount); in bnx_xmit_frag_map()
102 if (fraglist->cnt + ccount > BNX_MAX_SGL_ENTRIES) { in bnx_xmit_frag_map()
110 fraglist->cnt += ccount; in bnx_xmit_frag_map()
112 for (i = 0; i < ccount-1; i++) { in bnx_xmit_frag_map()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c364 cindex[i] = ccount; in cclinter()
373 ccount++; in cclinter()
386 cindex[k] = ccount; in cclinter()
392 ccount++; in cclinter()
H A Donce.h78 int ccount = 1; variable
H A Dldefs.h229 extern int ccount;
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c52 int ccount, xcount; member
402 m->ccount++; in main()
912 m->c_age= m->x_age= m->lasttime= m->locked= m->ccount= m->xcount= 0;
926 if (m->ccount == 0
935 if (m->ccount)
936 printf("%3dC", m->ccount);
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c176 uint_t ccount; in ehci_allocate_isoc_pools() local
232 &ccount); in ehci_allocate_isoc_pools()
240 if (ccount != 1) { in ehci_allocate_isoc_pools()
354 uint_t ccount; /* Cookie count */ in ehci_allocate_itw() local
431 &ccount); in ehci_allocate_itw()
435 if (ccount != 1) { in ehci_allocate_itw()
H A Dehci_util.c395 uint_t ccount; in ehci_allocate_pools() local
441 &ccount); in ehci_allocate_pools()
449 if (ccount != 1) { in ehci_allocate_pools()
511 &ccount); in ehci_allocate_pools()
519 if (ccount != 1) { in ehci_allocate_pools()
1525 uint_t ccount; in ehci_init_periodic_frame_lst_table() local
1565 DDI_DMA_SLEEP, NULL, &ehcip->ehci_pflt_cookie, &ccount); in ehci_init_periodic_frame_lst_table()
1569 if (ccount != 1) { in ehci_init_periodic_frame_lst_table()
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c159 int mcount, ccount = 0; in encryptkeys() local
171 ccount++; in encryptkeys()
189 ccount++; in encryptkeys()
192 if (!ccount) { in encryptkeys()
/illumos-gate/usr/src/uts/intel/sys/
H A Diommulib.h154 ddi_dma_cookie_t *cookiep, uint_t ccount);
287 ddi_dma_cookie_t *cookiep, uint_t ccount);
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c847 uint_t result, ccount; in uhci_polled_create_tw() local
888 DDI_DMA_DONTWAIT, NULL, &tw->tw_cookie, &ccount)) != in uhci_polled_create_tw()
898 if (ccount != 1) { in uhci_polled_create_tw()
H A Duhciutil.c230 uint_t ccount; in uhci_allocate_pools() local
270 if (ccount != 1) { in uhci_allocate_pools()
312 &uhcip->uhci_qh_pool_cookie, &ccount); in uhci_allocate_pools()
317 if (ccount != 1) { in uhci_allocate_pools()
844 uint_t ccount; in uhci_init_frame_lst_table() local
883 &uhcip->uhci_flt_cookie, &ccount); in uhci_init_frame_lst_table()
887 if (ccount != 1) { in uhci_init_frame_lst_table()
3113 uint_t ccount, num; in uhci_alloc_memory_for_tds() local
3197 &td_pool_ptr1->cookie, &ccount); in uhci_alloc_memory_for_tds()
3781 uint_t i, j, ccount; in uhci_create_isoc_transfer_wrapper() local
[all …]
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c294 int c, ccount, lcount; in transmit() local
338 ccount = 0; in transmit()
352 while ((++ccount % 8) != 0) in transmit()
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c1151 uint_t ccount; in efe_ring_alloc() local
1173 NULL, &rp->r_dmac, &ccount) != DDI_DMA_MAPPED) { in efe_ring_alloc()
1230 uint_t ccount; in efe_buf_alloc() local
1250 &bp->b_dmac, &ccount) != DDI_DMA_MAPPED) { in efe_buf_alloc()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c234 ddi_dma_cookie_t *cookiep, uint_t ccount);
2448 ddi_dma_cookie_t *cookiep, uint_t ccount) in rootnex_coredma_set_cookies() argument
2456 ASSERT(ccount != 0); in rootnex_coredma_set_cookies()
2463 ASSERT(ccount == window->wd_cookie_cnt); in rootnex_coredma_set_cookies()
2469 ASSERT(ccount == dma->dp_sglinfo.si_sgl_size); in rootnex_coredma_set_cookies()
2489 uint_t ccount; in rootnex_coredma_clear_cookies() local
2502 ccount = window->wd_cookie_cnt; in rootnex_coredma_clear_cookies()
2509 ccount = dma->dp_sglinfo.si_sgl_size; in rootnex_coredma_clear_cookies()
2514 kmem_free(cookie_array, sizeof (ddi_dma_cookie_t) * ccount); in rootnex_coredma_clear_cookies()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c352 static long ccount; variable
1430 ccount = count; in getfile()
1434 count = ccount; in getfile()
1456 ccount = count; in putfile()
1459 count = ccount; in putfile()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c954 uint_t ccount; in ohci_allocate_pools() local
1000 &ccount); in ohci_allocate_pools()
1008 if (ccount != 1) { in ohci_allocate_pools()
1068 &ccount); in ohci_allocate_pools()
1076 if (ccount != 1) { in ohci_allocate_pools()
1707 uint_t mask, ccount; in ohci_init_hcca() local
1791 &ccount); in ohci_init_hcca()
1795 if (ccount != 1) { in ohci_init_hcca()
7005 uint_t ccount; in ohci_create_isoc_transfer_wrapper() local
9390 uint_t ccount; in ohci_tw_rebind_cookie() local
[all …]

12