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

  /src/sys/kern/
exec_script.c 127 struct exec_fakearg *shellargp; local in function:exec_script_makecmds
232 shellargp = NULL;
245 shellargp_len = 4 * sizeof(*shellargp);
246 shellargp = kmem_alloc(shellargp_len, KM_SLEEP);
247 tmpsap = shellargp;
313 epp->ep_fa = shellargp;
346 if ((tmpsap = shellargp) != NULL) {
351 kmem_free(shellargp, shellargp_len);

Completed in 64 milliseconds