Home
last modified time | relevance | path

Searched refs:funcptr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_trap.c32 prom_montrap(void (*funcptr)()) in prom_montrap() argument
34 ((*funcptr)()); in prom_montrap()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/decls/
H A Dtst.funcs.d36 extern int *(*funcptr)(void);
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c1009 ctf_diff_func_t *funcptr; in ctf_diff_func_fill_cb() local
1015 funcptr = cds->cds_ifuncs + *next; in ctf_diff_func_fill_cb()
1019 funcptr = cds->cds_ofuncs + *next; in ctf_diff_func_fill_cb()
1024 funcptr->cdf_name = name; in ctf_diff_func_fill_cb()
1025 funcptr->cdf_symidx = symidx; in ctf_diff_func_fill_cb()
1026 funcptr->cdf_matchidx = ULONG_MAX; in ctf_diff_func_fill_cb()
/illumos-gate/usr/src/uts/sun/sys/
H A Dpromif.h241 extern void prom_montrap(void (*funcptr)());
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c4310 static void *fr_resolvelookup(type, number, funcptr, ifs) in fr_resolvelookup() argument
4312 lookupfunc_t *funcptr;
4333 *funcptr = NULL;
4340 *funcptr = ip_pool_search;
4349 *funcptr = fr_iphmfindip;
4353 *funcptr = NULL;
4877 static ipfunc_t fr_findfunc(funcptr) in fr_findfunc() argument
4878 ipfunc_t funcptr; in fr_findfunc()
4883 if (ft->ipfu_addr == funcptr)
4884 return funcptr;