Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/efcode/fcdriver/
H A Dphandle.c98 revert_phandle(fcode_env_t *env, device_t *d) in revert_phandle() function
163 pd->parent = (fc_phandle_t) revert_phandle(env, current->parent); in allocate_phandle()
200 env->revert_phandle = revert_phandle; in _init()
/titanic_44/usr/src/lib/efcode/include/fcode/
H A Dengine.h225 fstack_t (*revert_phandle)(fcode_env_t *, device_t *); member
298 #define REVERT_PHANDLE(e, x, y) x = env->revert_phandle(e, y)
/titanic_44/usr/src/lib/efcode/engine/
H A Dpackage.c1017 env->revert_phandle = safe_revert_phandle; in _init()