Searched refs:modlexec (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 107 static struct modlexec modlexec = { variable 112 MODREV_1, (void *)&modlexec, NULL
|
/titanic_44/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 71 static struct modlexec modlexec = { variable 76 MODREV_1, (void *)&modlexec, NULL
|
/titanic_44/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 94 static struct modlexec nexec = { 98 static struct modlexec zexec = { 102 static struct modlexec oexec = {
|
/titanic_44/usr/src/uts/common/os/ |
H A D | modconf.c | 211 static int mod_infoexec(struct modlexec *, struct modlinkage *, int *); 212 static int mod_installexec(struct modlexec *, struct modlinkage *); 213 static int mod_removeexec(struct modlexec *, struct modlinkage *); 1295 mod_infoexec(struct modlexec *modl, struct modlinkage *modlp, int *p0) in mod_infoexec() 1311 mod_installexec(struct modlexec *modl, struct modlinkage *modlp) in mod_installexec() 1354 mod_removeexec(struct modlexec *modl, struct modlinkage *modlp) in mod_removeexec()
|
/titanic_44/usr/src/uts/common/exec/java/ |
H A D | java.c | 187 static struct modlexec jmodlexec = {
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | modctl.h | 157 struct modlexec { struct
|
/titanic_44/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 2197 static struct modlexec modlexec = { variable 2217 static struct modlexec modlexec32 = { 2224 (void *)&modlexec,
|