Searched refs:mod_execops (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 104 extern struct mod_ops mod_execops; 107 &mod_execops, "exec mod for shell binaries (ksh93)", &esw
|
/illumos-gate/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 71 extern struct mod_ops mod_execops; 74 &mod_execops, "exec mod for interp", &esw
|
/illumos-gate/usr/src/uts/common/exec/java/ |
H A D | java.c | 190 &mod_execops, "exec for Java", &jexecsw
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | modctl.h | 68 extern struct mod_ops mod_execops;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modconf.c | 220 struct mod_ops mod_execops = { variable
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 2572 &mod_execops, "exec module for elf", &esw 2592 &mod_execops, "32-bit exec module for elf", &esw32
|