Home
last modified time | relevance | path

Searched refs:execsw (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dexec.h70 struct execsw { struct
83 int exec_register(const struct execsw *); argument
84 int exec_unregister(const struct execsw *);
101 struct execsw *exec = (struct execsw *)data; \
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h104 struct execsw *execswp;
177 struct execsw { struct
192 extern struct execsw execsw[];
213 extern struct execsw *allocate_execsw(char *name, char *magic,
215 extern struct execsw *findexecsw(char *magic);
216 extern struct execsw *findexec_by_hdr(char *header);
217 extern struct execsw *findexec_by_magic(char *magic);
H A Duser.h211 struct execsw;
223 struct execsw *u_execsw; /* pointer to exec switch entry */
H A Dmodctl.h160 struct execsw *exec_execsw;
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c651 struct execsw *eswp; in gexec()
1002 struct execsw *
1035 struct execsw *
1038 struct execsw *eswp; in findexecsw()
1040 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++) { in findexecsw()
1055 struct execsw *
1058 struct execsw *eswp; in findexec_by_hdr()
1060 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++) { in findexec_by_hdr()
1077 struct execsw *
1080 struct execsw *eswp; in findexec_by_magic()
[all …]
H A Dmodconf.c79 extern struct execsw execsw[];
1300 struct execsw *eswp; in mod_infoexec()
1305 *p0 = eswp - execsw; in mod_infoexec()
1316 struct execsw *eswp; in mod_installexec()
1359 struct execsw *eswp; in mod_removeexec()
H A Dcore.c334 struct execsw *eswp; in do_core()
H A Dmodctl.c346 execsw[exectype].exec_lock = in mod_setup()
348 rw_init(execsw[exectype].exec_lock, NULL, RW_DEFAULT, NULL); in mod_setup()
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c375 struct execsw execsw[] = { variable
388 int nexectype = sizeof (execsw) / sizeof (execsw[0]); /* # of exec types */
/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c93 static struct execsw esw = {
/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c181 static struct execsw jexecsw = {
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c60 static struct execsw esw = {
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2559 static struct execsw esw = {
2583 static struct execsw esw32 = {