Searched refs:self (Results 1 - 25 of 471) sorted by relevance

1234567891011>>

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfarray.d32 * Declare a self variable and assign appropriate value.
38 self int y;
39 self int z;
40 self int res;
44 self->x[self->y, self->z] = 123;
45 self->res = self->x[self
[all...]
H A Derr.D_OP_INCOMPAT.dupttype.d40 self->x = `kmem_flags;
41 self->x = *`rootvp;
H A Derr.D_DECL_CLASS.selfthis.d36 self this int x;
H A Derr.D_DECL_CLASS.thisself.d37 this self int x;
H A Dtst.self.d31 * Declare self a variable and assign appropriate value.
36 self x;
/freebsd-10-stable/contrib/ntp/scripts/monitoring/
H A Dlr.pl45 my $self = shift;
47 $self->{n} = 0;
48 $self->{sx} = 0.0;
49 $self->{sx2} = 0.0;
50 $self->{sxy} = 0.0;
51 $self->{sy} = 0.0;
52 $self->{sy2} = 0.0;
57 my $self = shift;
60 ++($self->{n});
61 $self
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.ExitAftDiscard.d39 self->i = 0;
40 self->spec = speculation();
44 /self->spec/
46 speculate(self->spec);
47 self->i++;
48 printf("self->i: %d\n", self->i);
52 /self->i/
54 discard(self->spec);
H A Derr.D_DREC_COMM.DataRecAftCommit.d42 self->speculateFlag = 0;
47 self->spec = speculation();
51 /self->spec/
53 speculate(self->spec);
54 printf("Called speculate with id: %d\n", self->spec);
55 self->speculateFlag++;
59 /(self->spec) && (self->speculateFlag)/
61 commit(self->spec);
H A Dtst.DataRecAftDiscard.d41 self->speculateFlag = 0;
42 self->discardFlag = 0;
43 self->spec = speculation();
47 /self->spec/
49 speculate(self->spec);
50 printf("Called speculate with id: %d\n", self->spec);
51 self->speculateFlag++;
55 /(self->spec) && (self->speculateFlag)/
57 discard(self
[all...]
H A Dtst.SpeculationCommit.d42 self->var = speculation();
43 printf("Speculation ID: %d\n", self->var);
44 self->speculate = 0;
45 self->commit = 0;
49 /1 > self->speculate/
51 speculate(self->var);
52 self->speculate++;
53 printf("Called speculate on id: %d\n", self->var);
57 /1 <= self->speculate/
59 commit(self
[all...]
H A Dtst.SpeculationDiscard.d41 self->var = speculation();
42 printf("Speculation ID: %d\n", self->var);
43 self->speculate = 0;
44 self->discard = 0;
48 /1 > self->speculate/
50 speculate(self->var);
51 self->speculate++;
52 printf("Called speculate on id: %d\n", self->var);
56 /1 <= self->speculate/
58 discard(self
[all...]
H A Derr.D_DREC_COMM.ExitAfterCommit.d39 self->i = 0;
40 self->spec = speculation();
44 /self->spec/
46 speculate(self->spec);
47 self->i++;
48 printf("self->i: %d\n", self->i);
52 /self->i/
54 commit(self->spec);
H A Dtst.SpeculationWithZero.d41 self->speculateFlag = 0;
42 self->spec = speculation();
43 self->spec = speculation();
44 printf("Speculative buffer ID: %d\n", self->spec);
49 speculate(self->spec);
50 self->speculateFlag++;
54 /1 == self->speculateFlag/
61 /1 != self->speculateFlag/
H A Derr.D_COMM_DREC.CommitAftDataRec.d40 self->speculateFlag = 0;
41 self->spec = speculation();
42 printf("Speculative buffer ID: %d\n", self->spec);
49 commit(self->spec);
H A Derr.NegativeNspec.d42 self->speculateFlag = 0;
43 self->commitFlag = 0;
44 self->spec = speculation();
45 printf("Speculative buffer ID: %d\n", self->spec);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Apps/
H A Dweblatency.d74 * are used: self->fd, self->read.
82 self->buf = arg1;
83 self->fd = arg0 + 1;
84 self->nam = "";
88 /self->fd/
90 this->str = (char *)copyin(self->buf, MAX_REQ);
92 self->fd = stringof(this->str) == "GET " ? self->fd : 0;
96 /self
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dweblatency.d74 * are used: self->fd, self->read.
82 self->buf = arg1;
83 self->fd = arg0 + 1;
84 self->nam = "";
88 /self->fd/
90 this->str = (char *)copyin(self->buf, MAX_REQ);
92 self->fd = stringof(this->str) == "GET " ? self->fd : 0;
96 /self
[all...]
H A Dtcpsnoop.d91 self->sop = args[0];
95 /self->sop/
97 self->nsop = (struct sonode *)arg1;
101 /self->nsop/
103 this->tcpp = (tcp_t *)self->nsop->so_priv;
104 self->connp = (conn_t *)this->tcpp->tcp_connp;
105 tname[(int)self->connp] = execname;
106 tpid[(int)self->connp] = pid;
107 tuid[(int)self->connp] = uid;
112 self
[all...]
H A Dtcpsnoop_snv.d93 self->sop = args[0];
97 /self->sop/
99 self->nsop = (struct sonode *)arg1;
103 /self->nsop/
105 this->tcpp = (tcp_t *)self->nsop->so_priv;
106 self->connp = (conn_t *)this->tcpp->tcp_connp;
107 tname[(int)self->connp] = execname;
108 tpid[(int)self->connp] = pid;
109 tuid[(int)self->connp] = uid;
114 self
[all...]
H A Dpathopens.d50 self->pathp = arg0;
51 self->ok = 1;
55 /self->ok && arg0 != -1/
57 self->file = copyinstr(self->pathp);
58 self->char0 = copyin(self->pathp, 1);
72 self->join = *(char *)(this->path + this->len - 1) == '/' ? "" : "/";
73 self->dir = strjoin(cwd, self
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Net/
H A Dtcpsnoop.d91 self->sop = args[0];
95 /self->sop/
97 self->nsop = (struct sonode *)arg1;
101 /self->nsop/
103 this->tcpp = (tcp_t *)self->nsop->so_priv;
104 self->connp = (conn_t *)this->tcpp->tcp_connp;
105 tname[(int)self->connp] = execname;
106 tpid[(int)self->connp] = pid;
107 tuid[(int)self->connp] = uid;
112 self
[all...]
H A Dtcpsnoop_snv.d93 self->sop = args[0];
97 /self->sop/
99 self->nsop = (struct sonode *)arg1;
103 /self->nsop/
105 this->tcpp = (tcp_t *)self->nsop->so_priv;
106 self->connp = (conn_t *)this->tcpp->tcp_connp;
107 tname[(int)self->connp] = execname;
108 tpid[(int)self->connp] = pid;
109 tuid[(int)self->connp] = uid;
114 self
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Proc/
H A Dpathopens.d50 self->pathp = arg0;
51 self->ok = 1;
55 /self->ok && arg0 != -1/
57 self->file = copyinstr(self->pathp);
58 self->char0 = copyin(self->pathp, 1);
72 self->join = *(char *)(this->path + this->len - 1) == '/' ? "" : "/";
73 self->dir = strjoin(cwd, self
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Derr.D_OP_INCOMPAT.dupttype.d40 self->x[123] = `kmem_flags;
41 self->x[456] = *`rootvp;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Duserfunc.d42 self->trace = 1;
46 /self->trace/
48 self->trace = 0;
53 /self->trace/

Completed in 179 milliseconds

1234567891011>>