Searched refs:modfile (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/dev/digi/ |
| HD | digi.c | 774 char *modfile, *sym; in digi_loadmoduledata() local 784 modfile = malloc(modlen + 6, M_TEMP, M_WAITOK); in digi_loadmoduledata() 785 snprintf(modfile, modlen + 6, "digi_%s", sc->module); in digi_loadmoduledata() 786 if ((res = linker_reference_module(modfile, NULL, &lf)) != 0) in digi_loadmoduledata() 787 printf("%s: Failed %d to autoload module\n", modfile, res); in digi_loadmoduledata() 788 free(modfile, M_TEMP); in digi_loadmoduledata()
|