Home
last modified time | relevance | path

Searched refs:search_for_fcode_file (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dload_node.c204 search_for_fcode_file(fcode_env_t *env, char *basename) in search_for_fcode_file() function
218 } else if ((fname = search_for_fcode_file(env, name)) != NULL) { in load_appropriate_file()
H A Dget_req.c226 if ((path = search_for_fcode_file(env, fc_name)) != NULL) { in get_fcode_from_filesystem()
/titanic_41/usr/src/lib/efcode/packages/
H A Dpopulate.c154 if ((path = search_for_fcode_file(env, method)) != NULL) { in builtin_driver_method_hook()
252 if ((path = search_for_fcode_file(env, method)) != NULL) { in exec_builtin_driver()
H A Dmapfile-extern44 search_for_fcode_file { FLAGS = EXTERN };
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h254 char *search_for_fcode_file(fcode_env_t *, char *);