Home
last modified time | relevance | path

Searched refs:ccnt (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/cmd/cpc/common/
H A Dcpustat.c319 int ccnt; in print_sample() local
328 ccnt = snprintf(line, sizeof (line), "%7.3f %3d %5s ", in print_sample()
331 ccnt += snprintf(line + ccnt, sizeof (line) - ccnt, in print_sample()
335 ccnt += snprintf(line + ccnt, sizeof (line) - ccnt, in print_sample()
339 ccnt += snprintf(line + ccnt, sizeof (line) - ccnt, in print_sample()
342 ccnt += snprintf(line + ccnt, sizeof (line) - ccnt, "\n"); in print_sample()
359 ccnt = strlen(line); in print_sample()
360 ccnt += snprintf(line + ccnt, sizeof (line) - ccnt, in print_sample()
367 if (ccnt > sizeof (line)) in print_sample()
368 ccnt = sizeof (line); in print_sample()
[all …]
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c243 int ccnt, c; in build_seclist_nodups() local
248 ccnt = exd->ex_seccnt; in build_seclist_nodups()
251 for (c = 0; c < ccnt; c++) { in build_seclist_nodups()
291 int ccnt, c; /* sec count in current data - curdata */ in srv_secinfo_add() local
299 ccnt = *pcurcnt; in srv_secinfo_add()
302 tcnt = ccnt + newcnt; in srv_secinfo_add()
305 for (c = 0; c < ccnt; c++) { in srv_secinfo_add()
318 if (tcnt == ccnt) in srv_secinfo_add()
324 for (c = 0; c < ccnt; c++) in srv_secinfo_add()
328 mcnt = ccnt; in srv_secinfo_add()
[all …]
/titanic_41/usr/src/lib/libslp/clib/
H A Dslp_auth.c727 int icert, ccnt; in do_verify() local
757 if ((ami_err = dld_ami_get_cert(amih, spi, &certs, &ccnt)) != AMI_OK) { in do_verify()
784 dld_ami_free_cert_list(&certs, ccnt); in do_verify()
802 int ccnt; in alias2dn() local
807 if ((status = dld_ami_get_cert(amih, NULL, &certs, &ccnt)) != AMI_OK) { in alias2dn()
814 if (ccnt == 0) { in alias2dn()
838 dld_ami_free_cert_list(&certs, ccnt); in alias2dn()
848 int ccnt; in check_spis() local
896 &chain, &ccnt); in check_spis()
909 dld_ami_free_cert_list(&chain, ccnt); in check_spis()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c616 uint64_t *p, *q, *src, pcnt, ccnt, mask, i; in vdev_raidz_generate_parity_pq() local
628 ccnt = rm->rm_col[c].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_pq()
631 ASSERT(ccnt == pcnt || ccnt == 0); in vdev_raidz_generate_parity_pq()
632 for (i = 0; i < ccnt; i++, src++, p++, q++) { in vdev_raidz_generate_parity_pq()
641 ASSERT(ccnt <= pcnt); in vdev_raidz_generate_parity_pq()
647 for (i = 0; i < ccnt; i++, src++, p++, q++) { in vdev_raidz_generate_parity_pq()
668 uint64_t *p, *q, *r, *src, pcnt, ccnt, mask, i; in vdev_raidz_generate_parity_pqr() local
683 ccnt = rm->rm_col[c].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_pqr()
686 ASSERT(ccnt == pcnt || ccnt == 0); in vdev_raidz_generate_parity_pqr()
687 for (i = 0; i < ccnt; i++, src++, p++, q++, r++) { in vdev_raidz_generate_parity_pqr()
[all …]
/titanic_41/usr/src/uts/sun4/os/
H A Ddvma.c125 uint_t ccnt; in dvma_kaddr_load() local
151 DDI_DMA_RDWR, DDI_DMA_SLEEP, NULL, cp, &ccnt); in dvma_kaddr_load()
/titanic_41/usr/src/lib/libkvm/common/
H A Dtest.c90 int envc, ccnt; in main() local
95 ccnt = (*envp - *argv) + strlen(*envp) + 1; in main()
97 getpid(), argc, envc, ccnt, in main()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connect.c200 int mcnt, ccnt; in __s_api_requestServer() local
374 ccnt = 0; in __s_api_requestServer()
419 sizeof (char *) * (ccnt+2)); in __s_api_requestServer()
431 cptr[ccnt] = strdup(dptr); in __s_api_requestServer()
432 if (cptr[ccnt] == NULL) { in __s_api_requestServer()
443 ccnt++; in __s_api_requestServer()
444 cptr[ccnt] = NULL; in __s_api_requestServer()
/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c157 unsigned_UNIT ccnt; in asgnsamples() local
172 ccnt = samples[i]; in asgnsamples()
173 if (ccnt == 0) in asgnsamples()
179 time = ccnt; in asgnsamples()
184 pcl, pch, ccnt); in asgnsamples()
/titanic_41/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.c1959 uint_t ccnt; in audiocs_alloc_engine() local
2016 DDI_DMA_SLEEP, NULL, &dmac, &ccnt); in audiocs_alloc_engine()
2017 if ((rc != DDI_DMA_MAPPED) || (ccnt != 1)) { in audiocs_alloc_engine()
/titanic_41/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c717 unsigned ccnt; in audioens_init() local
761 &c, &ccnt) != DDI_DMA_MAPPED) { in audioens_init()
/titanic_41/usr/src/uts/common/io/audio/drv/audiocmi/
H A Daudiocmi.c729 unsigned ccnt; in cmpci_init() local
804 rlen, dmaflags, DDI_DMA_DONTWAIT, NULL, &c, &ccnt) != in cmpci_init()
/titanic_41/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c303 uint_t ccnt; in pfc_dma_map_in() local
343 &c, &ccnt); in pfc_dma_map_in()
344 if ((error != DDI_DMA_MAPPED) || (ccnt != 1)) { in pfc_dma_map_in()
/titanic_41/usr/src/uts/common/io/audio/drv/audiopci/
H A Daudiopci.c614 unsigned ccnt; in audiopci_init() local
662 &c, &ccnt) != DDI_DMA_MAPPED) { in audiopci_init()
/titanic_41/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c1256 unsigned ccnt; in solo_alloc_engine() local
1314 dflags, DDI_DMA_SLEEP, NULL, &c, &ccnt) != DDI_DMA_MAPPED) { in solo_alloc_engine()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1723 int e, ccnt = 0; in topo_xml_range_process() local
1799 ccnt++; in topo_xml_range_process()
1829 ccnt++; in topo_xml_range_process()
/titanic_41/usr/src/uts/common/io/pcn/
H A Dpcn.c1545 unsigned ccnt; in pcn_allocbuf() local
1565 &ccnt) != DDI_DMA_MAPPED) { in pcn_allocbuf()
/titanic_41/usr/src/uts/common/io/hme/
H A Dhme.c2819 unsigned ccnt; in hmeallocbuf() local
2838 &dmac, &ccnt) != DDI_DMA_MAPPED) { in hmeallocbuf()
2846 if (ccnt > 1) { in hmeallocbuf()
/titanic_41/usr/src/uts/common/io/afe/
H A Dafe.c1601 unsigned ccnt; in afe_allocrxbuf() local
1620 &ccnt) != DDI_DMA_MAPPED) { in afe_allocrxbuf()
/titanic_41/usr/src/uts/sun/io/eri/
H A Deri.c1670 uint32_t ccnt; in eri_init_rxbufs() local
1693 &dma_cookie, &ccnt) != DDI_DMA_MAPPED) in eri_init_rxbufs()
3653 uint_t ccnt; in eri_read_dma() local
3790 DDI_DMA_DONTWAIT, 0, &c, &ccnt); in eri_read_dma()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c2796 int ccnt = 0; in vfs_freecancelopt() local
2801 ccnt++; in vfs_freecancelopt()
2803 kmem_free(moc, (ccnt + 1) * sizeof (char *)); in vfs_freecancelopt()
/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme.c2643 int ccnt = 0; in nvme_intr() local
2665 ccnt++; in nvme_intr()
2669 return (ccnt > 0 ? DDI_INTR_CLAIMED : DDI_INTR_UNCLAIMED); in nvme_intr()
/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfe.c1947 unsigned ccnt; in mxfe_allocrxbuf() local
1966 &ccnt) != DDI_DMA_MAPPED) { in mxfe_allocrxbuf()