Lines Matching defs:func_name
3965 const char *lib = NULL, *func_name = NULL;
4003 err = snd_config_get_string(n, &func_name);
4013 if (!func_name) {
4022 func_name = buf;
4025 func = h ? snd_dlsym(h, func_name, SND_DLSYM_VERSION(SND_CONFIG_DLSYM_VERSION_HOOK)) : NULL;
4031 SNDERR("symbol %s is not defined inside %s", func_name, lib);
4042 SNDERR("function %s returned error: %s", func_name, snd_strerror(err));
5125 const char *lib = NULL, *func_name = NULL;
5162 err = snd_config_get_string(n, &func_name);
5172 if (!func_name) {
5181 func_name = buf;
5185 func = snd_dlsym(h, func_name, SND_DLSYM_VERSION(SND_CONFIG_DLSYM_VERSION_EVALUATE));
5192 SNDERR("symbol %s is not defined inside %s", func_name, lib);
5204 SNDERR("function %s returned error: %s", func_name, snd_strerror(err));