Searched refs:execsw (Results 1 – 13 of 13) sorted by relevance
99 struct execsw *execswp;171 struct execsw { struct186 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);
193 struct execsw;205 struct execsw *u_execsw; /* pointer to exec switch entry */
160 struct execsw *exec_execsw;
90 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 …]
74 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()
333 struct execsw *eswp; in do_core()
341 execsw[exectype].exec_lock = in mod_setup()343 rw_init(execsw[exectype].exec_lock, NULL, RW_DEFAULT, NULL); in mod_setup()
385 struct execsw execsw[] = { variable403 int nexectype = sizeof (execsw) / sizeof (execsw[0]); /* # of exec types */
67 static struct execsw nesw = {75 static struct execsw zesw = {83 static struct execsw oesw = {
94 static struct execsw esw = {
58 static struct execsw esw = {
179 static struct execsw jexecsw = {
2185 static struct execsw esw = {2209 static struct execsw esw32 = {