Searched refs:cfunc (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h59 int (*cfunc)(void *, void *, int); member in struct:cache_t
67 int (*hfunc)(void *, int, int), int (*cfunc)(void *, void *, int));
H A Dnhash.c77 int (*hfunc)(void *, int, int), int (*cfunc)(void *, void *, int))
100 if (cfunc != (int (*)()) NULL) {
101 (*cp)->cfunc = cfunc;
103 (*cp)->cfunc = BCMP;
177 if (!(*cp->cfunc)((void *)bp->itempp[i]->key, datap, datalen)) {
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h54 int (*cfunc)(void *, void *, int); member in struct:cache_t
65 int (*cfunc)(void *, void *, int),
H A Dmed_hash.c67 int (*cfunc)(void *, void *, int),
97 if (cfunc != (int (*)()) NULL)
98 (*cp)->cfunc = cfunc;
100 (*cp)->cfunc = BCMP;
183 if (!(*cp->cfunc)((void *)bp->itempp[i]->key, datap, datalen))
303 if (!(*cp->cfunc)((void *)bp->itempp[iidx]->key, datap,
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c4324 int (*cfunc)(int, idn_msgtype_t *, idn_xdcargs_t);
4399 cfunc = xp->xt_trans[(int)o_xstate].t_check;
4401 if (cfunc && ((err = (*cfunc)(domid, mtp, xargs)) < 0)) {

Completed in 83 milliseconds