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

12

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dnewproc.d10 proc:::exec-success { trace(curpsinfo->pr_psargs); }
H A Dsar-c.d19 * exec/s execs
59 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
73 "exec/s", "rchar/s", "wchar/s");
85 sysinfo:::sysexec { exec++; }
96 walltimestamp, scall, sread, swrit, fork, exec, rchar, wchar);
99 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
H A Dpidpersec.d48 proc:::exec-success
H A Dwoof.d53 proc:::exec-success
H A Dj_stat.d89 proc:::exec-success
H A Drb_stat.d87 proc:::exec-success
H A Dsh_stat.d84 proc:::exec-success
H A Dtcl_stat.d84 proc:::exec-success
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/cmd/dtrace_toolkit/DTT/Proc/
H A Dnewproc.d10 proc:::exec-success { trace(curpsinfo->pr_psargs); }
H A Dpidpersec.d48 proc:::exec-success
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetexecattr.c100 execstr_t *exec = ent; local
117 exec->next = NULL;
138 if ((exec->next = _dup_execstr(&nexec)) == NULL) {
145 exec->name = _strtok_escape(buf, sep, &last);
146 exec->policy = _strtok_escape(NULL, sep, &last);
147 exec->type = _strtok_escape(NULL, sep, &last);
148 exec->res1 = _strtok_escape(NULL, sep, &last);
149 exec->res2 = _strtok_escape(NULL, sep, &last);
150 exec->id = _strtok_escape(NULL, sep, &last);
151 exec
331 execstr_t *exec = argp->buf.result; local
435 _free_execstr(execstr_t *exec) argument
497 execstr_t exec; local
514 execstr_t exec; local
619 match_execattr(execattr_t *exec, const char *profname, const char *type, const char *id) argument
640 free_execattr(execattr_t *exec) argument
670 execattr_t *exec; local
721 get_tail(execattr_t *exec) argument
788 print_execattr(execattr_t *exec) argument
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/System/
H A Dsar-c.d19 * exec/s execs
59 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
73 "exec/s", "rchar/s", "wchar/s");
85 sysinfo:::sysexec { exec++; }
96 walltimestamp, scall, sread, swrit, fork, exec, rchar, wchar);
99 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
/osnet-11/usr/src/lib/libc/i386/crt/
H A D_rtboot.s30 / we get control from exec which has loaded our text and
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h27 * SPARCstorage Array exec.h file
50 * format of the exec header
53 struct exec { struct
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Misc/
H A Dwoof.d53 proc:::exec-success
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c57 execstr_t *exec = (execstr_t *)(argp->returnval); local
72 (strcmp(policy, exec->policy) != 0)) ||
73 (type && (strcmp(type, exec->type) != 0))) {
76 } else if ((policy && exec->policy &&
77 (strcmp(policy, exec->policy) != 0)) ||
78 (name && exec->name && (strcmp(name, exec->name) != 0)) ||
79 (type && exec->type && (strcmp(type, exec->type) != 0)) ||
80 (id && exec
96 execstr_t exec; local
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetexecattr.c84 _print_execstr(execstr_t *exec) argument
87 (void) fprintf(stdout, " exec-name: [%s]\n", exec->name);
88 if (exec->policy != (char *)NULL) {
89 (void) fprintf(stdout, " policy: [%s]\n", exec->policy);
91 if (exec->type != (char *)NULL) {
92 (void) fprintf(stdout, " type: [%s]\n", exec->type);
94 if (exec->res1 != (char *)NULL) {
95 (void) fprintf(stdout, " res1: [%s]\n", exec->res1);
97 if (exec
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dscript.c205 cmd->cmd.exec = grub_script_execute_cmdline;
230 cmd->cmd.exec = grub_script_execute_cmdif;
254 cmd->cmd.exec = grub_script_execute_cmdfor;
276 cmd->cmd.exec = grub_script_execute_cmdwhile;
306 list->exec = grub_script_execute_cmdlist;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_stat.d89 proc:::exec-success
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_stat.d87 proc:::exec-success
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_stat.d84 proc:::exec-success
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_stat.d84 proc:::exec-success
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h34 * from: @(#)exec.h 8.1 (Berkeley) 6/11/93
98 N_GETMAGIC_NET(ex) == ZMAGIC) ? 0 : sizeof(struct exec))
121 struct exec struct

Completed in 100 milliseconds

12