Searched refs:self (Results 126 - 150 of 528) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dsh_calltime.d49 self->depth++;
50 self->exclude[self->depth] = 0;
51 self->function[self->depth] = timestamp;
55 /self->function[self->depth]/
57 this->elapsed_incl = timestamp - self->function[self->depth];
58 this->elapsed_excl = this->elapsed_incl - self
[all...]
H A Dsh_cpudist.d51 self->depth++;
52 self->function[self->depth] = vtimestamp;
53 self->exclude[self->depth] = 0;
57 /self->function[self->depth]/
59 this->oncpu_incl = vtimestamp - self->function[self->depth];
60 this->oncpu_excl = this->oncpu_incl - self
[all...]
H A Dsh_cputime.d49 self->depth++;
50 self->function[self->depth] = vtimestamp;
51 self->exclude[self->depth] = 0;
55 /self->function[self->depth]/
57 this->oncpu_incl = vtimestamp - self->function[self->depth];
58 this->oncpu_excl = this->oncpu_incl - self
[all...]
H A Dtcl_insflow.d54 self int depth;
66 /self->last == 0/
68 self->last = timestamp;
73 this->delta = (timestamp - self->last) / 1000;
75 this->delta, "proc", self->depth * 2, "", copyinstr(arg0));
76 self->depth++;
77 self->last = timestamp;
82 this->delta = (timestamp - self->last) / 1000;
83 self->depth -= self
[all...]
H A Dsh_syscolors.d51 self int depth;
71 /self->last == 0 && pid == $target/
73 self->last = timestamp;
78 this->delta = (timestamp - self->last) / 1000;
81 self->depth * 2, "", copyinstr(arg1), color_off);
82 self->depth++;
83 self->last = timestamp;
88 this->delta = (timestamp - self->last) / 1000;
89 self->depth -= self
[all...]
H A Dpy_syscolors.d49 self int depth;
57 self->depth = 0;
66 /self->last == 0 && pid == $target/
68 self->last = timestamp;
73 this->delta = (timestamp - self->last) / 1000;
76 self->depth * 2, "", copyinstr(arg1), color_off);
77 self->depth++;
78 self->last = timestamp;
83 this->delta = (timestamp - self->last) / 1000;
85 self
[all...]
H A Dsh_flowtime.d63 self int depth;
65 self uint64_t last;
77 /self->last == 0/
79 self->last = timestamp;
84 this->elapsed = (timestamp - self->last) / 1000;
86 basename(copyinstr(arg0)), this->elapsed, self->depth * 2, "",
88 self->depth++;
89 self->last = timestamp;
94 this->elapsed = (timestamp - self->last) / 1000;
95 self
[all...]
H A Dsh_pidcolors.d58 self int depth;
81 /self->last == 0 && pid == $target/
83 self->last = timestamp;
88 this->delta = (timestamp - self->last) / 1000;
91 self->depth * 2, "", copyinstr(arg1), color_off);
92 self->depth++;
93 self->last = timestamp;
98 this->delta = (timestamp - self->last) / 1000;
99 self->depth -= self
[all...]
H A Dphp_calltime.d50 self->depth++;
51 self->exclude[self->depth] = 0;
52 self->function[self->depth] = timestamp;
56 /arg0 && self->function[self->depth]/
58 this->elapsed_incl = timestamp - self->function[self->depth];
59 this->elapsed_excl = this->elapsed_incl - self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_calldist.d51 self->depth++;
52 self->exclude[self->depth] = 0;
53 self->function[self->depth] = timestamp;
57 /self->function[self->depth]/
59 this->elapsed_incl = timestamp - self->function[self->depth];
60 this->elapsed_excl = this->elapsed_incl - self
[all...]
H A Drb_calltime.d49 self->depth++;
50 self->exclude[self->depth] = 0;
51 self->function[self->depth] = timestamp;
55 /self->function[self->depth]/
57 this->elapsed_incl = timestamp - self->function[self->depth];
58 this->elapsed_excl = this->elapsed_incl - self
[all...]
H A Drb_cpudist.d51 self->depth++;
52 self->exclude[self->depth] = 0;
53 self->function[self->depth] = vtimestamp;
57 /self->function[self->depth]/
59 this->oncpu_incl = vtimestamp - self->function[self->depth];
60 this->oncpu_excl = this->oncpu_incl - self
[all...]
H A Drb_cputime.d49 self->depth++;
50 self->exclude[self->depth] = 0;
51 self->function[self->depth] = vtimestamp;
55 /self->function[self->depth]/
57 this->oncpu_incl = vtimestamp - self->function[self->depth];
58 this->oncpu_excl = this->oncpu_incl - self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_calltime.d49 self->depth++;
50 self->exclude[self->depth] = 0;
51 self->function[self->depth] = timestamp;
55 /self->function[self->depth]/
57 this->elapsed_incl = timestamp - self->function[self->depth];
58 this->elapsed_excl = this->elapsed_incl - self
[all...]
H A Dsh_cpudist.d51 self->depth++;
52 self->function[self->depth] = vtimestamp;
53 self->exclude[self->depth] = 0;
57 /self->function[self->depth]/
59 this->oncpu_incl = vtimestamp - self->function[self->depth];
60 this->oncpu_excl = this->oncpu_incl - self
[all...]
H A Dsh_cputime.d49 self->depth++;
50 self->function[self->depth] = vtimestamp;
51 self->exclude[self->depth] = 0;
55 /self->function[self->depth]/
57 this->oncpu_incl = vtimestamp - self->function[self->depth];
58 this->oncpu_excl = this->oncpu_incl - self
[all...]
H A Dsh_syscolors.d51 self int depth;
71 /self->last == 0 && pid == $target/
73 self->last = timestamp;
78 this->delta = (timestamp - self->last) / 1000;
81 self->depth * 2, "", copyinstr(arg1), color_off);
82 self->depth++;
83 self->last = timestamp;
88 this->delta = (timestamp - self->last) / 1000;
89 self->depth -= self
[all...]
H A Dsh_flowtime.d63 self int depth;
65 self uint64_t last;
77 /self->last == 0/
79 self->last = timestamp;
84 this->elapsed = (timestamp - self->last) / 1000;
86 basename(copyinstr(arg0)), this->elapsed, self->depth * 2, "",
88 self->depth++;
89 self->last = timestamp;
94 this->elapsed = (timestamp - self->last) / 1000;
95 self
[all...]
H A Dsh_pidcolors.d58 self int depth;
81 /self->last == 0 && pid == $target/
83 self->last = timestamp;
88 this->delta = (timestamp - self->last) / 1000;
91 self->depth * 2, "", copyinstr(arg1), color_off);
92 self->depth++;
93 self->last = timestamp;
98 this->delta = (timestamp - self->last) / 1000;
99 self->depth -= self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_insflow.d54 self int depth;
66 /self->last == 0/
68 self->last = timestamp;
73 this->delta = (timestamp - self->last) / 1000;
75 this->delta, "proc", self->depth * 2, "", copyinstr(arg0));
76 self->depth++;
77 self->last = timestamp;
82 this->delta = (timestamp - self->last) / 1000;
83 self->depth -= self
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm76 my($self, $value) = @_;
81 $self->add_formatter_option( $option, $option_value );
89 my($self, $classes) = @_;
103 unshift @{ $self->{'formatter_classes'} }, @classes_to_add;
107 . "making them @{ $self->{'formatter_classes'} }.\n"
128 my $self = shift;
129 $self->opt_o_with('text') if @_ and $_[0];
130 return $self->_elem('opt_t', @_);
134 my $self = shift;
135 $self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_syscolors.d49 self int depth;
57 self->depth = 0;
66 /self->last == 0 && pid == $target/
68 self->last = timestamp;
73 this->delta = (timestamp - self->last) / 1000;
76 self->depth * 2, "", copyinstr(arg1), color_off);
77 self->depth++;
78 self->last = timestamp;
83 this->delta = (timestamp - self->last) / 1000;
85 self
[all...]
/osnet-11/usr/src/lib/pyzfs/common/
H A Ddataset.py46 def __init__(self, t):
51 self.name = t[0]
52 self.number = t[1]
53 self.type = t[2]
54 if self.type == "string":
55 self.default = t[3]
57 self.default = t[4]
58 self.attr = t[5]
59 self.validtypes = t[6]
60 self
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootloader.py110 def dirty(self):
111 return self._dirty
116 def dirty(self, value):
119 if value != self._dirty:
120 self._debug('dirty => %s', value)
121 self._dirty = value
125 def config_dir(self):
130 def __init__(self, **kwargs):
131 self._dirty = False
132 self
[all...]
/osnet-11/usr/src/tools/onbld/Checks/
H A DDbLookups.py45 def __str__(self):
46 return "Bug %s does not exist" % (Exception.__str__(self))
49 def __str__(self):
50 return "Unknown bug database: %s" % (Exception.__str__(self))
66 def __init__(self, priority = ("bugster",), forceBoo=False):
73 self.__validBugDB = ["bugster"]
74 self.__onSWAN = not forceBoo and onSWAN()
76 if database not in self.__validBugDB:
78 self.__priority = priority
81 def __boobug(self, c
[all...]

Completed in 79 milliseconds

1234567891011>>