Searched refs:cfunc (Results 1 – 3 of 3) sorted by relevance
| /titanic_54/usr/src/lib/libpkg/common/ |
| H A D | nhash.c | 77 int (*hfunc)(void *, int, int), int (*cfunc)(void *, void *, int)) in init_cache() 100 if (cfunc != (int (*)()) NULL) { in init_cache() 101 (*cp)->cfunc = cfunc; in init_cache() 103 (*cp)->cfunc = BCMP; in init_cache() 177 if (!(*cp->cfunc)((void *)bp->itempp[i]->key, datap, datalen)) { in lookup_cache()
|
| H A D | nhash.h | 59 int (*cfunc)(void *, void *, int); member 67 int (*hfunc)(void *, int, int), int (*cfunc)(void *, void *, int));
|
| /titanic_54/usr/src/uts/sun4u/starfire/io/ |
| H A D | idn_proto.c | 4324 int (*cfunc)(int, idn_msgtype_t *, idn_xdcargs_t); in idn_xphase_transition() local 4399 cfunc = xp->xt_trans[(int)o_xstate].t_check; in idn_xphase_transition() 4401 if (cfunc && ((err = (*cfunc)(domid, mtp, xargs)) < 0)) { in idn_xphase_transition()
|