Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c624 hdr.ncnt = (pctype32)h.ncnt; in dumpsum_ostyle()
1656 tmp.ncnt = hdrsize + l_hdr64.hd_psize; in openpfile()
1680 tmp.ncnt = hdrsize + l_hdr.hd_psize; in openpfile()
1701 tmp.ncnt = hdr32.ncnt; in openpfile()
1721 tmp.highpc != h.highpc || tmp.ncnt != h.ncnt)) { in openpfile()
1732 sampbytes = h.ncnt > hdrsize ? h.ncnt - hdrsize : 0; in openpfile()
1739 h.lowpc, h.highpc, h.ncnt); in openpfile()
H A Dgprof.h278 pctype ncnt; member
284 pctype32 ncnt; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c253 int ncnt, n; in build_seclist_nodups() local
256 ncnt = 0; in build_seclist_nodups()
265 for (n = 0; n < ncnt; n++) { in build_seclist_nodups()
280 if (n == ncnt) { in build_seclist_nodups()
282 ncnt++; in build_seclist_nodups()
285 return (ncnt); in build_seclist_nodups()