Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dphandle.c134 allocate_phandle(fcode_env_t *env) in allocate_phandle() function
201 env->allocate_phandle = allocate_phandle; in _init()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dengine.h226 void (*allocate_phandle)(fcode_env_t *); member
299 #define ALLOCATE_PHANDLE(e) env->allocate_phandle(e)
/titanic_41/usr/src/lib/efcode/engine/
H A Dpackage.c1018 env->allocate_phandle = safe_allocate_phandle; in _init()