/src/sys/sys/ |
exec.h | 152 struct execsw { struct 216 const struct execsw *ep_esch;/* execsw entry */ 290 int exec_add(struct execsw *, int); 291 int exec_remove(struct execsw *, int);
|
exec.h | 152 struct execsw { struct 216 const struct execsw *ep_esch;/* execsw entry */ 290 int exec_add(struct execsw *, int); 291 int exec_remove(struct execsw *, int);
|
/src/sys/kern/ |
kern_exec.c | 178 static const struct execsw **execsw = NULL; variable in typeref:typename:const struct execsw ** 183 /* list of dynamically loaded execsw entries */ 189 const struct execsw *ex_sw; 249 * Exec lock. Used to control access to execsw[] structures. 475 epp->ep_esch = execsw[i]; 476 newerror = (*execsw[i]->es_makecmds)(l, epp); 628 * If no execsw entries are present, we load those likely to be needed 1811 * Add execsw[] entries. 1814 exec_add(struct execsw *esp, int count [all...] |
kern_exec.c | 178 static const struct execsw **execsw = NULL; variable in typeref:typename:const struct execsw ** 183 /* list of dynamically loaded execsw entries */ 189 const struct execsw *ex_sw; 249 * Exec lock. Used to control access to execsw[] structures. 475 epp->ep_esch = execsw[i]; 476 newerror = (*execsw[i]->es_makecmds)(l, epp); 628 * If no execsw entries are present, we load those likely to be needed 1811 * Add execsw[] entries. 1814 exec_add(struct execsw *esp, int count [all...] |