Searched refs:builtin (Results 1 - 25 of 45) sorted by relevance

12

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c61 /* Find the builtin whose command name is COMMAND and return the
63 struct builtin *
68 struct builtin **builtin; local
78 /* Seek out the builtin whose command name is COMMAND. */
79 for (builtin = builtin_table; *builtin != 0; builtin++)
81 int ret = grub_strcmp (command, (*builtin)->name);
85 /* Find the builtin fo
137 struct builtin *builtin; local
195 struct builtin *builtin; local
[all...]
H A Dbuiltins.c1 /* builtins.c - the GRUB builtin commands */
282 static struct builtin builtin_blocklist =
393 static struct builtin builtin_boot =
437 static struct builtin builtin_bootp =
474 static struct builtin builtin_cat =
547 static struct builtin builtin_chainloader =
637 static struct builtin builtin_cmp =
762 static struct builtin builtin_color =
813 static struct builtin builtin_configfile =
842 static struct builtin builtin_debu
2063 struct builtin **builtin; local
2108 struct builtin **builtin; local
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dsh_calldist.d18 * 2 Type of call (func/builtin/cmd)
75 sh*:::builtin-entry
77 self->builtin = timestamp;
80 sh*:::builtin-return
81 /self->builtin/
83 this->elapsed = timestamp - self->builtin;
84 self->builtin = 0;
86 @types[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] =
H A Dsh_syscalls.d12 * TYPE Type of call (func/builtin/cmd/syscall)
50 sh$target:::builtin-entry,
62 sh$target:::builtin-entry
64 @calls[self->filename, "builtin", copyinstr(arg1)] = count();
H A Dsh_calltime.d15 * TYPE Type of call (func/builtin/cmd/total)
74 sh*:::builtin-entry
76 self->builtin = timestamp;
79 sh*:::builtin-return
80 /self->builtin/
82 this->elapsed = timestamp - self->builtin;
83 self->builtin = 0;
87 @num[this->file, "builtin", this->name] = count();
89 @types[this->file, "builtin", this->name] = sum(this->elapsed);
H A Dsh_cpudist.d18 * 2 Type of call (func/builtin/cmd)
75 sh*:::builtin-entry
77 self->builtin = vtimestamp;
80 sh*:::builtin-return
81 /self->builtin/
83 this->oncpu = vtimestamp - self->builtin;
84 self->builtin = 0;
86 @types[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] =
H A Dsh_cputime.d15 * TYPE Type of call (func/builtin/cmd/total)
74 sh*:::builtin-entry
76 self->builtin = vtimestamp;
79 sh*:::builtin-return
80 /self->builtin/
82 this->oncpu = vtimestamp - self->builtin;
83 self->builtin = 0;
87 @num[this->file, "builtin", this->name] = count();
89 @types[this->file, "builtin", this->name] = sum(this->oncpu);
H A Dsh_calls.d3 * sh_calls.d - count Bourne calls (func/builtin/cmd/subsh) using DTrace.
15 * TYPE Type of call (func/builtin/cmd/subsh)
52 sh*:::builtin-entry
54 @calls[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] = count();
H A Dsh_flowinfo.d22 * TYPE Type of call (func/builtin/cmd/subsh)
23 * NAME Shell function, builtin or command name
61 sh*:::builtin-entry,
62 sh*:::builtin-return,
92 sh*:::builtin-entry
96 this->delta, basename(copyinstr(arg0)), arg2, "builtin",
102 sh*:::builtin-return
107 this->delta, basename(copyinstr(arg0)), "builtin",
H A Dsh_flowtime.d20 * NAME Shell function or builtin name
25 * > builtin
31 * > previous line to the end of this builtin
75 sh*:::builtin-return,
102 sh*:::builtin-return
H A Dsh_flow.d20 * NAME Shell function, builtin or command name
25 * > builtin
75 sh*:::builtin-entry
H A Dsh_syscolors.d19 * TYPE Type of call (func/builtin/cmd/line/shell)
20 * NAME Shell function, builtin or command name
66 sh$target:::builtin-entry,
96 sh$target:::builtin-entry
100 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
106 sh$target:::builtin-return
111 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
H A Dsh_stat.d95 sh*:::builtin-entry
H A Dsh_pidcolors.d26 * TYPE Type of call (func/builtin/cmd/line/shell)
27 * NAME Shell function, builtin or command name
74 sh$target:::builtin-entry,
106 sh$target:::builtin-entry
110 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
116 sh$target:::builtin-return
121 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_calldist.d18 * 2 Type of call (func/builtin/cmd)
75 sh*:::builtin-entry
77 self->builtin = timestamp;
80 sh*:::builtin-return
81 /self->builtin/
83 this->elapsed = timestamp - self->builtin;
84 self->builtin = 0;
86 @types[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] =
H A Dsh_syscalls.d12 * TYPE Type of call (func/builtin/cmd/syscall)
50 sh$target:::builtin-entry,
62 sh$target:::builtin-entry
64 @calls[self->filename, "builtin", copyinstr(arg1)] = count();
H A Dsh_calltime.d15 * TYPE Type of call (func/builtin/cmd/total)
74 sh*:::builtin-entry
76 self->builtin = timestamp;
79 sh*:::builtin-return
80 /self->builtin/
82 this->elapsed = timestamp - self->builtin;
83 self->builtin = 0;
87 @num[this->file, "builtin", this->name] = count();
89 @types[this->file, "builtin", this->name] = sum(this->elapsed);
H A Dsh_cpudist.d18 * 2 Type of call (func/builtin/cmd)
75 sh*:::builtin-entry
77 self->builtin = vtimestamp;
80 sh*:::builtin-return
81 /self->builtin/
83 this->oncpu = vtimestamp - self->builtin;
84 self->builtin = 0;
86 @types[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] =
H A Dsh_cputime.d15 * TYPE Type of call (func/builtin/cmd/total)
74 sh*:::builtin-entry
76 self->builtin = vtimestamp;
79 sh*:::builtin-return
80 /self->builtin/
82 this->oncpu = vtimestamp - self->builtin;
83 self->builtin = 0;
87 @num[this->file, "builtin", this->name] = count();
89 @types[this->file, "builtin", this->name] = sum(this->oncpu);
H A Dsh_calls.d3 * sh_calls.d - count Bourne calls (func/builtin/cmd/subsh) using DTrace.
15 * TYPE Type of call (func/builtin/cmd/subsh)
52 sh*:::builtin-entry
54 @calls[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] = count();
H A Dsh_flowinfo.d22 * TYPE Type of call (func/builtin/cmd/subsh)
23 * NAME Shell function, builtin or command name
61 sh*:::builtin-entry,
62 sh*:::builtin-return,
92 sh*:::builtin-entry
96 this->delta, basename(copyinstr(arg0)), arg2, "builtin",
102 sh*:::builtin-return
107 this->delta, basename(copyinstr(arg0)), "builtin",
H A Dsh_flowtime.d20 * NAME Shell function or builtin name
25 * > builtin
31 * > previous line to the end of this builtin
75 sh*:::builtin-return,
102 sh*:::builtin-return
H A Dsh_flow.d20 * NAME Shell function, builtin or command name
25 * > builtin
75 sh*:::builtin-entry
H A Dsh_syscolors.d19 * TYPE Type of call (func/builtin/cmd/line/shell)
20 * NAME Shell function, builtin or command name
66 sh$target:::builtin-entry,
96 sh$target:::builtin-entry
100 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
106 sh$target:::builtin-return
111 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
H A Dsh_stat.d95 sh*:::builtin-entry

Completed in 89 milliseconds

12