Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/exec/shbin/
H A Dshbin.c105 extern struct mod_ops mod_execops;
108 &mod_execops, "exec mod for shell binaries (ksh93)", &esw
/titanic_41/usr/src/uts/common/exec/intp/
H A Dintp.c69 extern struct mod_ops mod_execops;
72 &mod_execops, "exec mod for interp", &esw
/titanic_41/usr/src/uts/common/exec/aout/
H A Daout.c95 &mod_execops, "exec for NMAGIC", &nesw
99 &mod_execops, "exec for ZMAGIC", &zesw
103 &mod_execops, "exec for OMAGIC", &oesw
/titanic_41/usr/src/uts/common/exec/java/
H A Djava.c188 &mod_execops, "exec for Java", &jexecsw
/titanic_41/usr/src/uts/common/sys/
H A Dmodctl.h67 extern struct mod_ops mod_execops;
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c2198 &mod_execops, "exec module for elf", &esw
2218 &mod_execops, "32-bit exec module for elf", &esw32
/titanic_41/usr/src/uts/common/os/
H A Dmodconf.c215 struct mod_ops mod_execops = { variable