Searched defs:nfuncs (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h111 size_t nfuncs; /* number of functions in `nl' */ member in struct:mod_info
H A Drdelf.c74 rm_dups(nltype *nl, size_t *nfuncs) argument
79 for (i = 1; i < *nfuncs; i++) {
130 for (i = 0; (i < *nfuncs) && (nl[i].name != NULL); i++)
134 for (i = ndx + 1; i < *nfuncs; i++) {
141 *nfuncs = ndx;
215 size_t i, nsyms, nfuncs; local
302 nfuncs = 0;
332 nfuncs++;
349 qsort(nl, nfuncs, sizeof (nltype), cmp_by_address);
350 rm_dups(nl, &nfuncs);
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h488 uint32_t nfuncs; /* number of functions */ member in struct:cs_socket_t
H A Dcis_handlers.h951 uint32_t nfuncs; /* number of functions */ member in struct:cistpl_longlink_mfc_t

Completed in 122 milliseconds