Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c106 static struct modlexec modlexec = { variable
111 MODREV_1, (void *)&modlexec, NULL
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c73 static struct modlexec modlexec = { variable
78 MODREV_1, (void *)&modlexec, NULL
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c216 static int mod_infoexec(struct modlexec *, struct modlinkage *, int *);
217 static int mod_installexec(struct modlexec *, struct modlinkage *);
218 static int mod_removeexec(struct modlexec *, struct modlinkage *);
1298 mod_infoexec(struct modlexec *modl, struct modlinkage *modlp, int *p0) in mod_infoexec()
1314 mod_installexec(struct modlexec *modl, struct modlinkage *modlp) in mod_installexec()
1357 mod_removeexec(struct modlexec *modl, struct modlinkage *modlp) in mod_removeexec()
/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c189 static struct modlexec jmodlexec = {
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h157 struct modlexec { struct
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2571 static struct modlexec modlexec = { variable
2591 static struct modlexec modlexec32 = {
2598 (void *)&modlexec,