Searched refs:this (Results 1 - 25 of 1045) sorted by relevance

1234567891011>>

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Derr.D_ARR_LOCAL.thisarray.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
31 * Use 'this' variables in associative array.
37 this int y;
38 this int z;
39 this int res;
43 this->x[this
[all...]
H A Derr.D_OP_INCOMPAT.dupltype.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
39 this->x = `kmem_flags;
40 this->x = *`rootvp;
H A Derr.D_DECL_CLASS.selfthis.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
36 self this int x;
H A Derr.D_DECL_CLASS.thisself.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
37 this self int x;
H A Dtst.this.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
32 * Simple 'this' declaration.
37 this x;
H A Dtst.selfthis.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
32 * Declare a this variable and assign value of self variable to it.
38 this int y;
42 this->x = 123;
43 self->y = this->x;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.neglquant.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
70 this->i = 1;
71 this->val = (1 << 63) - 1;
73 @["f-market"] = lquantize(this->i, 0, 10, 1, this->val);
74 this->i++;
75 this
[all...]
H A Dtst.negquant.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
70 this->i = 1;
71 this->val = (1 << 63) - 1;
73 @["f-market"] = quantize(this->i, this->val);
74 this->i <<= 1;
75 this
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Derr.D_LLQUANT_FACTORTYPE.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
28 this->doogle = 10;
29 @ = llquantize(0, this->doogle, 0, 10, 10);
H A Derr.D_LLQUANT_HIGHTYPE.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
28 this->doogle = 10;
29 @ = llquantize(0, 10, 0, this->doogle, 10);
H A Derr.D_LLQUANT_LOWTYPE.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
28 this->doogle = 0;
29 @ = llquantize(0, 10, this->doogle, 10, 10);
H A Derr.D_LLQUANT_NSTEPTYPE.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
28 this->doogle = 10;
29 @ = llquantize(0, 10, 0, 10, this->doogle);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.this.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
32 * To test Clause Local Variables ' this'.
41 this int x;
42 this char c;
46 this->x = 123;
47 this->c = 'D';
H A Dtst.diffprofile.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
32 * To test Clause Local Variables ' this' across different profiles.
41 this int x;
42 this char c;
46 this->x = 123;
47 this->c = 'D';
48 printf("The value of x is %d\n", this
[all...]
H A Derr.D_OP_INCOMPAT.this.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
33 * Declare 'this int' variable and assign inappropriate data type.
42 this int x;
46 this->x = "dummy";
H A Dtst.initialize.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
41 this int x;
45 printf("the value of x is %d\n", this->x);
H A Dtst.cpyarray.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
41 this int x;
50 this->x = a["abc", 123]++;
51 printf("The value of x is %d\n", this->x);
56 this->x = a["abc", 123]++;
57 printf("The value of x is %d\n", this->x);
62 this
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dswapinfo.d40 * The contents of this file are subject to the terms of the
42 * (the "License"). You may not use this file except in compliance
54 * 11-Jun-2005 Brendan Gregg Created this.
67 this->ani_max = `k_anoninfo.ani_max;
68 this->ani_phys_resv = `k_anoninfo.ani_phys_resv;
69 this->ani_mem_resv = `k_anoninfo.ani_mem_resv;
70 this->ani_locked = `k_anoninfo.ani_locked_swap;
71 this->availrmem = `availrmem;
74 this->ram_total = `physinstalled;
75 this
[all...]
H A Dloads.d6 * The purpose of this script is to demonstrate fetching these values
24 * The contents of this file are subject to the terms of the
26 * (the "License"). You may not use this file except in compliance
36 * 10-Jun-2005 Brendan Gregg Created this.
45 this->load1a = `hp_avenrun[0] / 65536;
46 this->load5a = `hp_avenrun[1] / 65536;
47 this->load15a = `hp_avenrun[2] / 65536;
48 this->load1b = ((`hp_avenrun[0] % 65536) * 100) / 65536;
49 this->load5b = ((`hp_avenrun[1] % 65536) * 100) / 65536;
50 this
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Mem/
H A Dswapinfo.d40 * The contents of this file are subject to the terms of the
42 * (the "License"). You may not use this file except in compliance
54 * 11-Jun-2005 Brendan Gregg Created this.
67 this->ani_max = `k_anoninfo.ani_max;
68 this->ani_phys_resv = `k_anoninfo.ani_phys_resv;
69 this->ani_mem_resv = `k_anoninfo.ani_mem_resv;
70 this->ani_locked = `k_anoninfo.ani_locked_swap;
71 this->availrmem = `availrmem;
74 this->ram_total = `physinstalled;
75 this
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
41 this->f = (foo_t *)alloca(sizeof (foo_t));
43 this->f->a[0] = 1;
44 this->f->a[1] = 2;
45 this->f->a[2] = 3;
46 this->f->b[0] = 'a';
47 this
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.shortstr.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
34 this->str = ",,,Carrots,,Barley,Oatmeal,,,,,,,,,,,,,,,,,,Beans,";
39 strtok(this->str, ",");
44 this->str = ",,,,,,,,,,,,,,,,,,,,,,Carrots,";
45 strtok(this->str, ",");
50 strtok(this->str, "a");
55 printf("%s\n", substr(this
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
33 this->dev = (struct dev_info *)alloca(sizeof (struct dev_info));
34 this->minor1 =
36 this->minor2 =
38 this->minor3 =
41 this->minor1->d_minor.dev = 0;
42 this
[all...]
H A Dtst.system.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
34 this->a = 9;
35 this->b = -2;
37 system("echo %s %d %d", "foo", this->a, this->b);
39 system("echo %d", ++this->a);
41 system("echo %d", ++this
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Cpu/
H A Dloads.d6 * The purpose of this script is to demonstrate fetching these values
24 * The contents of this file are subject to the terms of the
26 * (the "License"). You may not use this file except in compliance
36 * 10-Jun-2005 Brendan Gregg Created this.
45 this->load1a = `hp_avenrun[0] / 65536;
46 this->load5a = `hp_avenrun[1] / 65536;
47 this->load15a = `hp_avenrun[2] / 65536;
48 this->load1b = ((`hp_avenrun[0] % 65536) * 100) / 65536;
49 this->load5b = ((`hp_avenrun[1] % 65536) * 100) / 65536;
50 this
[all...]

Completed in 139 milliseconds

1234567891011>>