Home
last modified time | relevance | path

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

/openbsd-src/sys/kern/
H A Dexec_conf.c39 const struct execsw execsw[] = { variable
49 int nexecs = (sizeof execsw / sizeof(*execsw));
63 if (execsw[i].es_check != NULL && in init_exec()
64 execsw[i].es_hdrsz > exec_maxhdrsz) in init_exec()
65 exec_maxhdrsz = execsw[i].es_hdrsz; in init_exec()
H A Dkern_exec.c196 if (execsw[i].es_check == NULL) in check_exec()
198 newerror = (*execsw[i].es_check)(p, epp); in check_exec()
/openbsd-src/sys/sys/
H A Dexec.h78 struct execsw { struct
190 extern const struct execsw execsw[];
79 es_hdrszexecsw global() argument
80 es_checkexecsw global() argument