HomeSort by: relevance | last modified time | path
    Searched defs:exec_sigcode_map (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_exec.c 143 static int exec_sigcode_map(struct proc *, const struct emul *);
1363 if ((error = exec_sigcode_map(p, epp->ep_esch->es_emul)) != 0) {
2080 exec_sigcode_map(struct proc *p, const struct emul *e) function in typeref:typename:int
kern_exec.c 143 static int exec_sigcode_map(struct proc *, const struct emul *);
1363 if ((error = exec_sigcode_map(p, epp->ep_esch->es_emul)) != 0) {
2080 exec_sigcode_map(struct proc *p, const struct emul *e) function in typeref:typename:int
kern_exec.c 143 static int exec_sigcode_map(struct proc *, const struct emul *);
1363 if ((error = exec_sigcode_map(p, epp->ep_esch->es_emul)) != 0) {
2080 exec_sigcode_map(struct proc *p, const struct emul *e) function in typeref:typename:int

Completed in 153 milliseconds