Searched refs:self (Results 76 - 100 of 528) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dpy_flowinfo.d53 self int depth;
63 /self->last == 0/
65 self->last = timestamp;
70 this->delta = (timestamp - self->last) / 1000;
72 basename(copyinstr(arg0)), arg2, "func", self->depth * 2, "",
74 self->depth++;
75 self->last = timestamp;
80 this->delta = (timestamp - self->last) / 1000;
81 self->depth -= self
[all...]
H A Drb_flowtime.d51 self int depth;
61 /self->last == 0/
63 self->last = timestamp;
68 this->delta = (timestamp - self->last) / 1000;
70 basename(copyinstr(arg2)), this->delta, self->depth * 2, "",
72 self->depth++;
73 self->last = timestamp;
78 this->delta = (timestamp - self->last) / 1000;
79 self->depth -= self
[all...]
H A Drb_malloc.d42 self string filename;
51 self->file = basename(copyinstr(arg2));
52 self->type = "method";
53 self->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
58 self->file = basename(copyinstr(arg1));
59 self->type = "objnew";
60 self->name = copyinstr(arg0);
64 /self->file != NULL/
66 @mallocs[self->file, self
[all...]
H A Drfileio.d40 self int trace;
50 /self->trace == 0 && args[0]->v_path/
52 self->pathname = cleanpath(args[0]->v_path);
53 @rio[self->pathname, "logical"] = count();
55 self->size = args[1]->uio_resid;
56 self->uiop = args[1];
60 /self->size/
62 @rbytes[self->pathname, "logical"] =
63 sum(self->size - self
[all...]
H A Dsetuids.d57 self->uid = uid;
58 self->suid = arg0;
59 self->ok = 1;
66 /arg0 == 0 && self->ok/
69 self->uid, self->suid, ppid, pid,
79 self->uid = 0;
80 self->suid = 0;
81 self->ok = 0;
H A Dtcl_calldist.d54 self->depth++;
55 self->exclude[self->depth] = 0;
56 self->proc[self->depth] = timestamp;
60 /self->proc[self->depth]/
62 this->elapsed_incl = timestamp - self->proc[self->depth];
63 this->elapsed_excl = this->elapsed_incl - self
[all...]
H A Dtcl_calltime.d55 self->depth++;
56 self->exclude[self->depth] = 0;
57 self->proc[self->depth] = timestamp;
61 /self->proc[self->depth]/
63 this->elapsed_incl = timestamp - self->proc[self->depth];
64 this->elapsed_excl = this->elapsed_incl - self
[all...]
H A Dtcl_cpudist.d54 self->depth++;
55 self->exclude[self->depth] = 0;
56 self->proc[self->depth] = vtimestamp;
60 /self->proc[self->depth]/
62 this->oncpu_incl = vtimestamp - self->proc[self->depth];
63 this->oncpu_excl = this->oncpu_incl - self
[all...]
H A Dtcl_cputime.d55 self->depth++;
56 self->exclude[self->depth] = 0;
57 self->proc[self->depth] = vtimestamp;
61 /self->proc[self->depth]/
63 this->oncpu_incl = vtimestamp - self->proc[self->depth];
64 this->oncpu_excl = this->oncpu_incl - self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/
H A Djs_flowinfo.d53 self int depth;
63 /self->last == 0/
65 self->last = timestamp;
70 this->delta = (timestamp - self->last) / 1000;
73 self->depth * 2, "", copyinstr(arg2));
74 self->depth++;
75 self->last = timestamp;
80 this->delta = (timestamp - self->last) / 1000;
81 self->depth -= self
[all...]
H A Djs_flowtime.d51 self int depth;
61 /self->last == 0/
63 self->last = timestamp;
68 this->delta = (timestamp - self->last) / 1000;
70 basename(copyinstr(arg0)), this->delta, self->depth * 2, "",
72 self->depth++;
73 self->last = timestamp;
78 this->delta = (timestamp - self->last) / 1000;
79 self->depth -= self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Perl/
H A Dpl_flowinfo.d53 self int depth;
63 /self->last == 0/
65 self->last = timestamp;
70 this->delta = (timestamp - self->last) / 1000;
72 basename(copyinstr(arg1)), arg2, "sub", self->depth * 2, "",
74 self->depth++;
75 self->last = timestamp;
80 this->delta = (timestamp - self->last) / 1000;
81 self->depth -= self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Php/
H A Dphp_flowinfo.d53 self int depth;
63 /self->last == 0/
65 self->last = timestamp;
71 this->delta = (timestamp - self->last) / 1000;
74 self->depth * 2, "", copyinstr(arg0));
75 self->depth++;
76 self->last = timestamp;
82 this->delta = (timestamp - self->last) / 1000;
83 self->depth -= self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_flowinfo.d53 self int depth;
63 /self->last == 0/
65 self->last = timestamp;
70 this->delta = (timestamp - self->last) / 1000;
72 basename(copyinstr(arg0)), arg2, "func", self->depth * 2, "",
74 self->depth++;
75 self->last = timestamp;
80 this->delta = (timestamp - self->last) / 1000;
81 self->depth -= self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_flowtime.d51 self int depth;
61 /self->last == 0/
63 self->last = timestamp;
68 this->delta = (timestamp - self->last) / 1000;
70 basename(copyinstr(arg2)), this->delta, self->depth * 2, "",
72 self->depth++;
73 self->last = timestamp;
78 this->delta = (timestamp - self->last) / 1000;
79 self->depth -= self
[all...]
H A Drb_malloc.d42 self string filename;
51 self->file = basename(copyinstr(arg2));
52 self->type = "method";
53 self->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
58 self->file = basename(copyinstr(arg1));
59 self->type = "objnew";
60 self->name = copyinstr(arg0);
64 /self->file != NULL/
66 @mallocs[self->file, self
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgfxwidgets.h36 void (*draw) (grub_gfxmenu_box_t self, int x, int y);
37 void (*set_content_size) (grub_gfxmenu_box_t self,
39 int (*get_border_width) (grub_gfxmenu_box_t self);
40 int (*get_left_pad) (grub_gfxmenu_box_t self);
41 int (*get_top_pad) (grub_gfxmenu_box_t self);
42 int (*get_right_pad) (grub_gfxmenu_box_t self);
43 int (*get_bottom_pad) (grub_gfxmenu_box_t self);
44 void (*destroy) (grub_gfxmenu_box_t self);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/FS/
H A Drfileio.d40 self int trace;
50 /self->trace == 0 && args[0]->v_path/
52 self->pathname = cleanpath(args[0]->v_path);
53 @rio[self->pathname, "logical"] = count();
55 self->size = args[1]->uio_resid;
56 self->uiop = args[1];
60 /self->size/
62 @rbytes[self->pathname, "logical"] =
63 sum(self->size - self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_calldist.d54 self->depth++;
55 self->exclude[self->depth] = 0;
56 self->proc[self->depth] = timestamp;
60 /self->proc[self->depth]/
62 this->elapsed_incl = timestamp - self->proc[self->depth];
63 this->elapsed_excl = this->elapsed_incl - self
[all...]
H A Dtcl_calltime.d55 self->depth++;
56 self->exclude[self->depth] = 0;
57 self->proc[self->depth] = timestamp;
61 /self->proc[self->depth]/
63 this->elapsed_incl = timestamp - self->proc[self->depth];
64 this->elapsed_excl = this->elapsed_incl - self
[all...]
H A Dtcl_cpudist.d54 self->depth++;
55 self->exclude[self->depth] = 0;
56 self->proc[self->depth] = vtimestamp;
60 /self->proc[self->depth]/
62 this->oncpu_incl = vtimestamp - self->proc[self->depth];
63 this->oncpu_excl = this->oncpu_incl - self
[all...]
H A Dtcl_cputime.d55 self->depth++;
56 self->exclude[self->depth] = 0;
57 self->proc[self->depth] = vtimestamp;
61 /self->proc[self->depth]/
63 this->oncpu_incl = vtimestamp - self->proc[self->depth];
64 this->oncpu_excl = this->oncpu_incl - self
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/User/
H A Dsetuids.d57 self->uid = uid;
58 self->suid = arg0;
59 self->ok = 1;
66 /arg0 == 0 && self->ok/
69 self->uid, self->suid, ppid, pid,
79 self->uid = 0;
80 self->suid = 0;
81 self->ok = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DNDBM_File.pm32 my $self = shift;
35 for ($k = $self->FIRSTKEY(); defined $k; $k = $self->NEXTKEY($k)) {
38 $keylist{$self} = \%fakehash;
43 my $self = shift;
44 _backhash($self) unless exists $keylist{$self};
45 my $r = exists $keylist{$self}{$_[0]};
52 my $self = shift;
53 _backhash($self) unles
[all...]
H A DSDBM_File.pm32 my $self = shift;
35 for ($k = $self->FIRSTKEY(); defined $k; $k = $self->NEXTKEY($k)) {
38 $keylist{$self} = \%fakehash;
43 my $self = shift;
44 _backhash($self) unless exists $keylist{$self};
45 my $r = exists $keylist{$self}{$_[0]};
52 my $self = shift;
53 _backhash($self) unles
[all...]

Completed in 105 milliseconds

1234567891011>>