Home
last modified time | relevance | path

Searched refs:pfunc (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/netstat/
H A Dif.c272 intpr(void (*pfunc)(char *), int af) in intpr()
309 if (!pfunc) { in intpr()
336 if (pfunc) { in intpr()
338 (*pfunc)(name); in intpr()
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-davinci.txt25 - ti,has-pfunc: boolean; if defined, it indicates that SoC supports PFUNC
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c618 StkId pfunc = (ci+1)->func; /* previous function index */ in luaV_execute() local
620 L->base = ci->base = ci->func + ((ci+1)->base - pfunc); in luaV_execute()
621 for (aux = 0; pfunc+aux < L->top; aux++) /* move frame down */ in luaV_execute()
622 setobjs2s(L, func+aux, pfunc+aux); in luaV_execute()