Searched refs:image_params (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.h75 struct image_params;
77 struct image_params *imgp,
H A Dkern_exec.c235 struct image_params; /* Forward */
236 static int exec_activate_image(struct image_params *imgp);
237 static int exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp);
239 static int execargs_alloc(struct image_params *imgp);
240 static int execargs_free(struct image_params *imgp);
241 static int exec_check_permissions(struct image_params *imgp);
242 static int exec_extract_strings(struct image_params *imgp);
243 static int exec_add_apple_strings(struct image_params *imgp);
244 static int exec_handle_sugid(struct image_params *imgp);
249 static void exec_resettextvp(proc_t, struct image_params *);
[all...]
H A Dmach_loader.c289 struct image_params *imgp,
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dimgact.h75 struct image_params { struct
/macosx-10.10.1/ruby-106/ruby/test/rss/
H A Dtest_2.0.rb154 image_params = {
162 image = Rss::Channel::Image.new(image_params[:url],
163 image_params[:title],
164 image_params[:link],
165 image_params[:width],
166 image_params[:height],
167 image_params[:description])
172 image_params.each do |name, value|
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_framework.h95 struct image_params;
186 int mac_execve_enter(user_addr_t mac_p, struct image_params *imgp);
475 struct image_params *imgp);
H A Dmac_process.c204 mac_execve_enter(user_addr_t mac_p, struct image_params *imgp)
H A Dmac_vfs.c759 struct image_params *imgp)

Completed in 385 milliseconds