Searched defs:module_path (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootprop.c40 char *module_path; variable
90 "module-path", &module_path, 0,
/illumos-gate/usr/src/lib/libpam/
H A Dpam_impl.h184 char *module_path; /* module library */ member in struct:pamtab
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c71 char *module_path; /* path for kernel modules */ variable
1118 module_path = getmodpath(filename);
1120 if ((fd = openpath(module_path, rtld, O_RDONLY)) < 0) {
1269 module_path = getmodpath(filename);
1271 if ((fd = openpath(module_path, rtld, O_RDONLY)) < 0) {

Completed in 58 milliseconds