Searched refs:hfunc (Results 1 – 2 of 2) sorted by relevance
318 int (*hfunc)(struct ppc_ctx *); member
208 (ctx.op->hfunc == 0) || in disppc()209 ((*ctx.op->hfunc) (&ctx) == false)) { in disppc()