Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/modload/
H A Dadd_drv.c115 char *drvelf_desc = NULL; in main() local
305 path_driver_name_size, &drvelf_desc, &drvelf_type) == in main()
319 if (correct_location(path_driver_name, &drvelf_desc, in main()
329 drvelf_desc, driver_name, kelf_desc); in main()
341 kelf_desc, driver_name, drvelf_desc); in main()
343 drvelf_desc, driver_name, kelf_desc); in main()
493 char **drvelf_desc, int *drvelf_type_ptr) in module_not_found() argument
519 if (elf_type(foundpath, drvelf_desc, in module_not_found()
911 correct_location(char *drv_path, char **drvelf_desc, int *drvelf_type_ptr) in correct_location() argument
919 if (elf_type(drv_path, drvelf_desc, drvelf_type_ptr) == ERROR) { in correct_location()
[all …]