Searched refs:elf_type (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/modload/ |
H A D | add_drv.c | 80 static int elf_type(char *, char **, int *); 299 if (elf_type("/dev/ksyms", &kelf_desc, &kelf_type) == ERROR) { in main() 519 if (elf_type(foundpath, drvelf_desc, in module_not_found() 870 elf_type(char *file, char **elfdesc, int *elf_type_ptr) in elf_type() function 919 if (elf_type(drv_path, drvelf_desc, drvelf_type_ptr) == ERROR) { in correct_location()
|