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

  /src/sys/arch/sparc/stand/ofwboot/
boot.c 259 long newargs[4]; local in function:jump_to_kernel
340 newargs[0] = SPARC_MACHINE_OPENFIRMWARE;
341 newargs[1] = (long)esym;
342 newargs[2] = (long)ssym;
343 newargs[3] = (long)(void*)bootinfo;
344 args = (char *)newargs;
345 l = sizeof(newargs);
  /src/bin/sh/
exec.c 274 #define NEWARGS 5
285 char *newargs[NEWARGS]; local in function:execinterp
292 ap = newargs;
300 if (ap == &newargs[NEWARGS])
310 if (ap == newargs + 1) { /* if no args, maybe no exec is needed */
311 p = newargs[0];
325 i = (char *)ap - (char *)newargs; /* size in bytes */
330 ap = newargs, ap2 = new
    [all...]
  /src/sys/kern/
kern_exec.c 1558 char *newargs = STACK_ALLOC( local in function:copyoutargs
1562 &data->ed_arginfo, &newargs, data->ed_argp);

Completed in 14 milliseconds