Searched refs:exec (Results 26 - 44 of 44) sorted by relevance

12

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_cpudist.d103 proc:::exec-success
108 * exec() away just yet. Store the vtimestamp in case it is needed.
H A Dsh_cputime.d106 proc:::exec-success
111 * exec() away just yet. Store the vtimestamp in case it is needed.
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c57 pctx_sysc_execfn_t *exec; member in struct:__pctx
264 pctx->exec = (pctx_sysc_execfn_t *)
303 if (pctx->exec == NULL)
304 pctx->exec = (pctx_sysc_execfn_t *)default_int;
331 * exec causes termination of all but the exec-ing lwp,
334 if (pctx->exec != (pctx_sysc_execfn_t *)default_int ||
668 * its child releases it via an exec.
714 * The exec failed completely.
716 * at exec entranc
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dboot.c52 struct exec *aout;
62 pu.aout = (struct exec *) buffer;
168 pu.aout = (struct exec *) buffer;
172 else if (len > sizeof (struct exec) && !N_BADMAG ((*(pu.aout))))
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c35 * user and group id correctly, and then exec the shell.
84 static const char badexec[] = "cannot exec";
144 goto exec;
233 exec:
360 * Finally, the clone is exec'ed. This file is unlinked by a grandchild
460 * clone is not setuid, we won't exec it as root. Also, don't
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist125 87 Can not exec a shared library directly
/osnet-11/usr/src/lib/libshell/common/data/
H A Dbuiltins.c55 "exec", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(exec),
575 "[-1c?\n@(#)$Id: exec (AT&T Research) 1999-07-10 $\n]"
577 "[+NAME?exec - execute command, open/close and duplicate file descriptors]"
585 "uses the exec mechanism internally whenever possible.]"
590 "close-on-exec flags will be set on file descriptor numbers "
/osnet-11/usr/src/lib/efcode/engine/
H A Dpackage.c368 open_instance_chain(fcode_env_t *env, device_t *phandle, int exec) argument
374 parent = open_instance_chain(env, phandle->parent, exec);
379 close_instance_chain(fcode_env_t *env, instance_t *ihandle, int exec) argument
385 close_instance_chain(env, parent, exec);
855 check_my_self(env, "exec-parent-method");
862 check_my_self(env, "exec-parent-method");
870 debug_msg(DEBUG_FIND_FCODE, "exec-parent-method: '%s'/%x"
875 debug_msg(DEBUG_FIND_FCODE, "exec-parent-method: '%s'"
1057 FORTH(0, "exec-parent-method", exec_parent_method);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscript_sh.h34 grub_err_t (*exec) (struct grub_script_cmd *cmd); member in struct:grub_script_cmd
/osnet-11/usr/src/grub/grub2/util/
H A Dmisc.c237 return script->cmd->exec (script->cmd);
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c42 * like -exec except that command will be invoked
66 "[+EXIT STATUS?If no commands were executed (\b-exec\b, \b-xargs\b) the exit"
292 "exec", EXEC, Exec, 1, "command ... ; | command ... {} +", 0,
387 "Like \b-exec\b except a prompt is written to the terminal."
494 "Like \b-exec\b except as many file args as permitted are"
1217 error(ERROR_SYSTEM|2, "cpio: cannot exec");
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h516 Exec_t exec; /* re.re_exec() args */ member in union:Rex_s::__anon1178
539 Stk_pos_t stk; /* exec stack pos */
553 unsigned char stack; /* hard comp or exec */
H A Dregcomp.c2477 e->re.exec.text = (const char*)p;
2478 e->re.exec.size = env->cursor - p - 2;
2480 e->re.exec.data = 0;
2482 e->re.exec.data = (*env->disc->re_compf)(env->regex, e->re.exec.text, e->re.exec.size, env->disc);
H A Dregnexec.c1737 r = (*env->disc->re_execf)(env->regex, rex->re.exec.data, rex->re.exec.text, rex->re.exec.size, (const char*)s, env->end - s, &u, env->disc);
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s30 ! from exec() upon invocation of a dynamically linked program specifying our
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.c69 * and handles exec and fork (by always following the parent). The control
324 * attaching to a process or after a victim process completes an exec(2).
327 dt_proc_attach(dt_proc_t *dpr, int exec) argument
335 if (exec) {
337 return; /* exec failed: nothing needs to be done */
495 * We must trace exit from exec() system calls so that if the exec is
834 "failed to control pid %d: process exec'd "
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dexecute.c462 ret = cmd->exec (cmd);
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c60 #include <exec.h>
4088 struct exec the_exec;
4096 /* read exec header */
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c2362 # include <sys/exec.h>

Completed in 192 milliseconds

12