Searched refs:execsw (Results 1 – 13 of 13) sorted by relevance
70 struct execsw { struct83 int exec_register(const struct execsw *); argument84 int exec_unregister(const struct execsw *);101 struct execsw *exec = (struct execsw *)data; \
106 struct execsw *execswp;179 struct execsw { struct194 extern struct execsw execsw[];215 extern struct execsw *allocate_execsw(char *name, char *magic,217 extern struct execsw *findexecsw(char *magic);218 extern struct execsw *findexec_by_hdr(char *header);219 extern struct execsw *findexec_by_magic(char *magic);
213 struct execsw;225 struct execsw *u_execsw; /* pointer to exec switch entry */
161 struct execsw *exec_execsw;
95 static int hold_execsw(struct execsw *);666 struct execsw *eswp; in gexec()1017 struct execsw *1038 execsw[i].exec_magic = magicp; in allocate_execsw()1040 return (&execsw[i]); in allocate_execsw()1050 struct execsw *1053 struct execsw *eswp; in findexecsw()1055 for (eswp = execsw; eswp < &execsw[nexectype]; eswp++) { in findexecsw()1070 struct execsw *1073 struct execsw *eswp; in findexec_by_hdr()[all …]
79 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()
334 struct execsw *eswp; in do_core()
344 execsw[exectype].exec_lock = in mod_setup()346 rw_init(execsw[exectype].exec_lock, NULL, RW_DEFAULT, NULL); in mod_setup()
374 struct execsw execsw[] = { variable387 int nexectype = sizeof (execsw) / sizeof (execsw[0]); /* # of exec types */
93 static struct execsw esw = {
181 static struct execsw jexecsw = {
60 static struct execsw esw = {
2558 static struct execsw esw = {2582 static struct execsw esw32 = {