Home
last modified time | relevance | path

Searched refs:ncnt (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c588 hdr.ncnt = (pctype32)h.ncnt; in dumpsum_ostyle()
1619 tmp.ncnt = hdrsize + l_hdr64.hd_psize; in openpfile()
1643 tmp.ncnt = hdrsize + l_hdr.hd_psize; in openpfile()
1664 tmp.ncnt = hdr32.ncnt; in openpfile()
1684 tmp.highpc != h.highpc || tmp.ncnt != h.ncnt)) { in openpfile()
1695 sampbytes = h.ncnt > hdrsize ? h.ncnt - hdrsize : 0; in openpfile()
1702 h.lowpc, h.highpc, h.ncnt); in openpfile()
H A Dgprof.h282 pctype ncnt; member
288 pctype32 ncnt; member
/titanic_50/usr/src/lib/libbc/csu/common/
H A Dmon.h30 int ncnt; member
H A Dmon.c180 php->ncnt = cntsiz; in monitor()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c244 int ncnt, n; in build_seclist_nodups() local
247 ncnt = 0; in build_seclist_nodups()
256 for (n = 0; n < ncnt; n++) { in build_seclist_nodups()
271 if (n == ncnt) { in build_seclist_nodups()
273 ncnt++; in build_seclist_nodups()
276 return (ncnt); in build_seclist_nodups()