Searched refs:search_proto (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | load_node.c | 47 static char search_proto[] = variable 76 len = strlen(search_proto) + strlen(platform) + strlen(utsname.machine); in build_default_search_path() 82 sprintf(default_search_path, search_proto, platform, arch, in build_default_search_path() 89 sprintf(p, search_proto, platform, "", utsname.machine, "", ""); in build_default_search_path()
|