Searched defs:image_args (Results 1 – 1 of 1) sorted by relevance
43 struct image_args { struct44 char *buf; /* pointer to string buffer */45 void *bufkva; /* cookie for string buffer KVA */46 char *begin_argv; /* beginning of argv in buf */47 char *begin_envv; /* (interal use only) beginning of envv in buf,72 struct image_args *args; /* system call arguments */ argument