Searched refs:ncnt (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/lib/libc/net/
H A Dgetifaddrs.c82 int ncnt = 0; local
150 ncnt += dl->sdl_nlen + 1;
198 if (icnt + dcnt + ncnt == 1) {
203 data = malloc(sizeof(struct ifaddrs) * icnt + dcnt + ncnt);
/freebsd-11-stable/sys/sys/
H A Dgmon.h44 int ncnt; /* size of sample buffer (plus this header) */ member in struct:gmonhdr
/freebsd-11-stable/usr.bin/gprof/
H A Dgprof.c272 tmp.hpc != gmonhdr.hpc || tmp.ncnt != gmonhdr.ncnt ) )
301 sampbytes = gmonhdr.ncnt - size;
305 printf( "[openpfile] hdr.lpc 0x%lx hdr.hpc 0x%lx hdr.ncnt %d\n",
306 gmonhdr.lpc , gmonhdr.hpc , gmonhdr.ncnt );
H A Dgprof.h191 * and then an array of ncnt samples representing the
199 int ncnt; member in struct:ophdr
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dgmon-sol2.c73 int ncnt; member in struct:phdr
171 ( (struct phdr *) buffer ) -> ncnt = ssiz;
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dgmon-sol2.c47 int ncnt; member in struct:phdr
143 ( (struct phdr *) buffer ) -> ncnt = ssiz;
/freebsd-11-stable/lib/libc/gmon/
H A Dgmon.c177 hdr->ncnt = p->kcountsize + sizeof(gmonhdr);
/freebsd-11-stable/sbin/tunefs/
H A Dtunefs.c871 int ncnt; local
889 ncnt = indir_fill(nblk, level - 1, resid);
890 if (ncnt <= 0)
892 cnt += ncnt;
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c139 gm.ncnt = (pgf->pgf_nbuckets * hc_sz) + sizeof(struct gmonhdr);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c864 int ncnt; local
885 for (ncnt = 0; n->m_next; n = n->m_next)
886 ncnt++;
894 if (M_WRITABLE(n) && ncnt + cnt < SDP_MAX_SEND_SGES &&
/freebsd-11-stable/usr.sbin/kgmon/
H A Dkgmon.c369 h.ncnt = kvp->gpm.kcountsize + sizeof(h);

Completed in 100 milliseconds