Searched refs:nfuncs (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
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...]
H A Dlookup.c41 size_t low = 0, middle, high = module->nfuncs - 1;
H A Dprofv.h111 size_t nfuncs; /* number of functions in `nl' */ member in struct:mod_info
H A Dprofv.c363 total_funcs += mi->nfuncs;
375 for (i = 0; i < mi->nfuncs; i++) {
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c960 * sp->nfuncs - set to 0x0
967 * sp->nfuncs - set to number of functions specified in
972 * sp->cis[0..sp->nfuncs-1] - contains function-specific CIS lists
973 * sp->cis[0..sp->nfuncs-1].cis_flags - CW_VALID_CIS &
1040 sp->nfuncs = 0;
1066 sp->nfuncs = mfc->nregs;
1076 for (fn = 0; fn < sp->nfuncs; fn++) {
1343 sp->nfuncs = 0;
H A Dcis_handlers.c2044 cs->nfuncs = cs->nregs;
/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
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2990 count = mfc.nfuncs;

Completed in 108 milliseconds