Symbol: image_params
sys/kern/imgact_elf.c
1671
__elfN(check_note)(struct image_params *imgp, Elf_Brandnote *checknote,
sys/kern/imgact_elf.c
1721
check_PT_NOTE(struct image_params *imgp, Elf_Brandnote *checknote,
sys/kern/imgact_elf.c
1818
extract_interpreter(struct image_params *imgp, const Elf_Phdr *pinterpreter,
sys/kern/imgact_elf.c
412
struct image_params image_params;
sys/kern/imgact_elf.c
419
struct image_params *imgp;
sys/kern/imgact_elf.c
429
imgp = &tempdata->image_params;
sys/kern/imgact_elf.c
535
__elfN(get_brandinfo)(struct image_params *imgp, const char *interp,
sys/kern/imgact_elf.c
603
__CONCAT(exec_,__elfN(imgact))(struct image_params *imgp)
sys/kern/imgact_elf.c
77
static Elf_Brandinfo *__elfN(get_brandinfo)(struct image_params *imgp,
sys/kern/imgact_elf.c
85
static int __CONCAT(exec_, __elfN(imgact))(struct image_params *imgp);
sys/kern/imgact_elf.c
873
__elfN(dragonfly_fixup)(register_t **stack_base, struct image_params *imgp)
sys/kern/imgact_elf.c
88
static boolean_t __elfN(check_note)(struct image_params *imgp,
sys/kern/imgact_elf.c
92
static boolean_t check_PT_NOTE(struct image_params *imgp,
sys/kern/imgact_elf.c
94
static boolean_t extract_interpreter(struct image_params *imgp,
sys/kern/imgact_resident.c
166
exec_resident_imgact(struct image_params *imgp)
sys/kern/imgact_shell.c
48
exec_shell_imgact(struct image_params *imgp)
sys/kern/kern_exec.c
1143
exec_copyout_strings(struct image_params *imgp)
sys/kern/kern_exec.c
1273
exec_check_permissions(struct image_params *imgp, struct mount *topmnt)
sys/kern/kern_exec.c
212
struct image_params image_params, *imgp;
sys/kern/kern_exec.c
218
int (*img_first) (struct image_params *);
sys/kern/kern_exec.c
227
imgp = &image_params;
sys/kern/kern_exec.c
770
exec_map_page(struct image_params *imgp, vm_pindex_t pageno,
sys/kern/kern_exec.c
85
static register_t *exec_copyout_strings(struct image_params *);
sys/kern/kern_exec.c
851
exec_map_first_page(struct image_params *imgp)
sys/kern/kern_exec.c
884
exec_unmap_first_page(struct image_params *imgp)
sys/kern/kern_exec.c
899
exec_new_vmspace(struct image_params *imgp, struct vmspace *vmcopy)
sys/sys/eventhandler.h
158
struct image_params;
sys/sys/eventhandler.h
170
typedef void (*execlist_fn)(void *, struct image_params *);
sys/sys/exec.h
63
struct image_params;
sys/sys/exec.h
66
int (*ex_imgact) (struct image_params *);
sys/sys/exec.h
76
int exec_map_page(struct image_params *, vm_pindex_t, struct lwbuf **,
sys/sys/exec.h
79
int exec_map_first_page (struct image_params *);
sys/sys/exec.h
80
void exec_unmap_first_page (struct image_params *);
sys/sys/imgact.h
74
int exec_resident_imgact (struct image_params *);
sys/sys/imgact.h
75
int exec_check_permissions (struct image_params *, struct mount *);
sys/sys/imgact.h
76
int exec_new_vmspace (struct image_params *, struct vmspace *vmres);
sys/sys/imgact.h
77
int exec_shell_imgact (struct image_params *);
sys/sys/imgact_elf.h
92
int __elfN(dragonfly_fixup) (register_t **, struct image_params *);
sys/sys/sysent.h
51
struct image_params;
sys/sys/sysent.h
65
int (*sv_fixup) (register_t **, struct image_params *);
sys/sys/sysent.h
77
int (*sv_imgact_try) (struct image_params *);