/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scalars/ |
H A D | err.D_ARR_LOCAL.thisarray.d | 4 * 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 D | err.D_OP_INCOMPAT.dupltype.d | 4 * 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 D | tst.16klocal.d | 4 * You may only use this file in accordance with the terms of version 7 * A full copy of the text of the CDDL should have accompanied this 20 this->j = probeprov; 21 this->j[0] = 'D'; 22 this->j[1] = 'T'; 27 trace(this->j); 28 exit(this->j == "DTrace" ? 0 : 1);
|
H A D | err.biglocal.d | 4 * You may only use this file in accordance with the terms of version 7 * A full copy of the text of the CDDL should have accompanied this 20 this struct mrbig mrbig; 24 this->mrbig.toomany[0] = '!';
|
H A D | err.D_DECL_CLASS.selfthis.d | 4 * 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 D | err.D_DECL_CLASS.thisself.d | 4 * 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 D | tst.this.d | 4 * 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;
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.neglquant.d | 4 * 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 D | tst.negquant.d | 4 * 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...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/ |
H A D | err.D_LLQUANT_FACTORTYPE.d | 4 * 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 D | err.D_LLQUANT_HIGHTYPE.d | 4 * 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 D | err.D_LLQUANT_LOWTYPE.d | 4 * 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 D | err.D_LLQUANT_NSTEPTYPE.d | 4 * 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);
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | statmch.c | 39 STATE_MACH_T *this; local 41 STP_MALLOC(this, STATE_MACH_T, "state machine"); 43 this->State = BEGIN; 44 this->name = (char*) strdup (name); 45 this->changeState = False; 47 this->debug = False; 48 this->ignoreHop2State = BEGIN; 50 this->concreteEnterState = concreteEnterState; 51 this->concreteCheckCondition = concreteCheckCondition; 52 this 59 STP_state_mach_delete(STATE_MACH_T *this) argument 66 STP_check_condition(STATE_MACH_T* this) argument 79 STP_change_state(STATE_MACH_T* this) argument 94 STP_hop_2_state(STATE_MACH_T* this, unsigned int new_state) argument [all...] |
H A D | port.c | 47 PORT_T* this; local 53 for (this = stpm->ports; this; this = this->next) { 54 if (this->port_index == port_index) { 59 STP_NEW_IN_LIST(this, PORT_T, stpm->ports, "port create"); 61 this->owner = stpm; 62 this->machines = NULL; 63 this 133 STP_port_init(PORT_T* this, STPM_T* stpm, Bool check_link) argument 164 STP_port_delete(PORT_T* this) argument 197 STP_port_rx_bpdu(PORT_T* this, BPDU_T* bpdu, size_t len) argument 205 STP_port_trace_state_machine(PORT_T* this, char* mach_name, int enadis) argument 234 STP_port_trace_flags(char* title, PORT_T* this) argument [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/assocs/ |
H A D | tst.this.d | 4 * 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 D | tst.diffprofile.d | 4 * 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 D | err.D_OP_INCOMPAT.this.d | 4 * 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 D | tst.initialize.d | 4 * 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);
|
/illumos-gate/usr/src/cmd/dtrace/demo/vars/ |
H A D | clause.d | 4 * The contents of this file are subject to the terms of the 6 * (the "License"). You may not use this file except in compliance 14 * When distributing Covered Code, include this CDDL HEADER in each 16 * If applicable, add the following below this CDDL HEADER, with the 28 this int foo; /* an integer clause-local variable */ 33 * Set foo to be 10 if and only if this is the first clause executed. 35 this->foo = (me % 3 == 0) ? 10 : this->foo; 36 printf("Clause 1 is number %d; foo is %d\n", me++ % 3, this->foo++); 42 * Set foo to be 20 if and only if this i [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.usdt.d | 4 * You may only use this file in accordance with the terms of version 7 * A full copy of the text of the CDDL should have accompanied this 28 this->value = (int *)alloca(sizeof (int)); 29 *this->value = 1; 30 copyout(this->value, arg0, sizeof (int)); 35 this->j = copyinstr(arg0); 39 /json(this->j, "finished") == NULL && json(this->j, "action") != "ignore"/ 41 this->index = strtoll(json(this [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/ |
H A D | tst.array.d | 4 * 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...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.shortstr.d | 4 * 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...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pointers/ |
H A D | tst.assigncast2.d | 6 * You may only use this file in accordance with the terms of version 9 * A full copy of the text of the CDDL should have accompanied this 22 this->a = alloca(4); 23 *((int *)this->a) = 1;
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.ddi_pathname.d | 4 * 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...] |