Searched defs:image_args (Results 1 – 1 of 1) sorted by relevance
45 struct image_args { struct46 char *buf; /* pointer to string buffer */47 void *bufkva; /* cookie for string buffer KVA */48 char *begin_argv; /* beginning of argv in buf */49 char *begin_envv; /* (interal use only) beginning of envv in buf,51 char *endp; /* current `end' pointer of arg & env strings */52 char *fname; /* pointer to filename of executable (system space) */53 char *fname_buf; /* pointer to optional malloc(M_TEMP) buffer */54 int stringspace; /* space left in arg & env buffer */55 int argc; /* count of argument strings */[all …]