Searched defs:functions (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dmonv.h104 Index functions; member in struct:_prof_call_graph
/illumos-gate/usr/src/cmd/dis/
H A Ddis_main.c49 int g_doall; /* true if no functions or sections were given */
51 dis_namelist_t *g_funclist; /* list of functions to disassemble, if any */
468 * appropriate for the file. We then resolve any named sections or functions
477 dis_funclist_t *functions; local
621 * If sections or functions were explicitly specified,
627 functions = dis_namelist_resolve_functions(g_funclist,
631 dis_funclist_iter(functions, dis_named_function, &ca);
634 dis_funclist_destroy(functions);
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c250 * non-DDI compliant functions are listed here
1958 * for all functions on that socket
2972 * if there is one, return the number of functions
3077 int functions, lsocket; local
3081 * how many functions on the card?
3087 functions = pcmcia_num_funcs(lsocket,
3089 pcmcia_sockets[socket]->ls_functions = functions;
3090 if (functions > 1) {
3093 for (i = 0; i < functions; i++) {
3101 if (functions !
[all...]

Completed in 95 milliseconds