Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dexec.h99 struct execsw *execswp;
171 struct execsw { struct
186 extern struct execsw execsw[];
217 extern struct execsw *allocate_execsw(char *name, char *magic,
219 extern struct execsw *findexecsw(char *magic);
220 extern struct execsw *findexec_by_hdr(char *header);
221 extern struct execsw *findexec_by_magic(char *magic);
H A Duser.h193 struct execsw;
205 struct execsw *u_execsw; /* pointer to exec switch entry */
H A Dmodctl.h160 struct execsw *exec_execsw;
/titanic_44/usr/src/uts/common/os/
H A Dexec.c90 static int hold_execsw(struct execsw *);
551 struct execsw *eswp; in gexec()
889 struct execsw *
910 execsw[i].exec_magic = magicp; in allocate_execsw()
912 return (&execsw[i]); in allocate_execsw()
922 struct execsw *
925 struct execsw *eswp; in findexecsw()
927 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++) { in findexecsw()
942 struct execsw *
945 struct execsw *eswp; in findexec_by_hdr()
[all …]
H A Dmodconf.c74 extern struct execsw execsw[];
1297 struct execsw *eswp; in mod_infoexec()
1302 *p0 = eswp - execsw; in mod_infoexec()
1313 struct execsw *eswp; in mod_installexec()
1356 struct execsw *eswp; in mod_removeexec()
H A Dcore.c333 struct execsw *eswp; in do_core()
H A Dmodctl.c341 execsw[exectype].exec_lock = in mod_setup()
343 rw_init(execsw[exectype].exec_lock, NULL, RW_DEFAULT, NULL); in mod_setup()
/titanic_44/usr/src/uts/common/conf/
H A Dparam.c385 struct execsw execsw[] = { variable
403 int nexectype = sizeof (execsw) / sizeof (execsw[0]); /* # of exec types */
/titanic_44/usr/src/uts/common/exec/aout/
H A Daout.c67 static struct execsw nesw = {
75 static struct execsw zesw = {
83 static struct execsw oesw = {
/titanic_44/usr/src/uts/common/exec/shbin/
H A Dshbin.c94 static struct execsw esw = {
/titanic_44/usr/src/uts/common/exec/intp/
H A Dintp.c58 static struct execsw esw = {
/titanic_44/usr/src/uts/common/exec/java/
H A Djava.c179 static struct execsw jexecsw = {
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c2185 static struct execsw esw = {
2209 static struct execsw esw32 = {