Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/prof/common/
H A Drdelf.c74 rm_dups(nltype *nl, size_t *nfuncs) in rm_dups() argument
79 for (i = 1; i < *nfuncs; i++) { in rm_dups()
130 for (i = 0; (i < *nfuncs) && (nl[i].name != NULL); i++) in rm_dups()
134 for (i = ndx + 1; i < *nfuncs; i++) { in rm_dups()
141 *nfuncs = ndx; in rm_dups()
215 size_t i, nsyms, nfuncs; in fetch_symtab() local
302 nfuncs = 0; in fetch_symtab()
332 nfuncs++; in fetch_symtab()
349 qsort(nl, nfuncs, sizeof (nltype), cmp_by_address); in fetch_symtab()
350 rm_dups(nl, &nfuncs); in fetch_symtab()
[all …]
H A Dprofv.h111 size_t nfuncs; /* number of functions in `nl' */ member
H A Dlookup.c41 size_t low = 0, middle, high = module->nfuncs - 1; in nllookup()
H A Dprofv.c363 total_funcs += mi->nfuncs; in collect_profsyms()
375 for (i = 0; i < mi->nfuncs; i++) { in collect_profsyms()
/titanic_44/usr/src/uts/common/pcmcia/cis/
H A Dcis.c1040 sp->nfuncs = 0; in cis_list_create()
1066 sp->nfuncs = mfc->nregs; in cis_list_create()
1076 for (fn = 0; fn < sp->nfuncs; fn++) { in cis_list_create()
1343 sp->nfuncs = 0; in cis_list_destroy()
H A Dcis_handlers.c2044 cs->nfuncs = cs->nregs;
/titanic_44/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h488 uint32_t nfuncs; /* number of functions */ member
H A Dcis_handlers.h951 uint32_t nfuncs; /* number of functions */ member
/titanic_44/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2990 count = mfc.nfuncs; in pcmcia_num_funcs()