Changeset View
Changeset View
Standalone View
Standalone View
sys/sys/sysent.h
| Show First 20 Lines • Show All 334 Lines • ▼ Show 20 Lines | |||||
| void exec_sysvec_init_secondary(struct sysentvec *sv, struct sysentvec *sv2); | void exec_sysvec_init_secondary(struct sysentvec *sv, struct sysentvec *sv2); | ||||
| void exec_inittk(void); | void exec_inittk(void); | ||||
| void exit_onexit(struct proc *p); | void exit_onexit(struct proc *p); | ||||
| void exec_free_abi_mappings(struct proc *p); | void exec_free_abi_mappings(struct proc *p); | ||||
| void exec_onexec_old(struct thread *td); | void exec_onexec_old(struct thread *td); | ||||
| #define INIT_SYSENTVEC(name, sv) \ | #define INIT_SYSENTVEC(name, sv) \ | ||||
| SYSINIT(name, SI_SUB_EXEC, SI_ORDER_ANY, \ | SYSINIT(name, SI_SUB_EXEC, SI_ORDER_ANY, exec_sysvec_init, sv) | ||||
| (sysinit_cfunc_t)exec_sysvec_init, sv); | |||||
| #endif /* _KERNEL */ | #endif /* _KERNEL */ | ||||
| #endif /* !_SYS_SYSENT_H_ */ | #endif /* !_SYS_SYSENT_H_ */ | ||||