OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ep_emul_arg_free
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
exec.h
220
void (*
ep_emul_arg_free
)(void *);
member in struct:exec_package
/src/sys/kern/
kern_exec.c
834
epp->
ep_emul_arg_free
= NULL;
2953
if (epp->
ep_emul_arg_free
!= NULL) {
2955
(*epp->
ep_emul_arg_free
)(epp->ep_emul_arg);
2956
epp->
ep_emul_arg_free
= NULL;
exec_elf.c
874
epp->
ep_emul_arg_free
= elf_free_emul_arg;
Completed in 14 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025