Home
last modified time | relevance | path

Searched refs:IMore (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructInside.d48 struct InnerMore IMore; member
76 OMost.OMore.O.I.IMore.dummy_More = 4;
77 OMost.OMore.O.I.IMore.IMost.position = 5;
78 OMost.OMore.O.I.IMore.IMost.content = 'e';
90 OMost.OMore.O.I.IMore.dummy_More);
93 OMost.OMore.O.I.IMore.IMost.position);
96 OMost.OMore.O.I.IMore.IMost.content);
106 (4 != OMost.OMore.O.I.IMore.dummy_More) ||
107 (5 != OMost.OMore.O.I.IMore.IMost.position) ||
108 ('e' != OMost.OMore.O.I.IMore.IMost.content)/
[all …]
H A Derr.D_DECL_INCOMPLETE.order2.d49 struct InnerMore IMore; member
76 OMost.OMore.O.I.IMore.dummy_More = 4;
77 OMost.OMore.O.I.IMore.IMost.position = 5;
78 OMost.OMore.O.I.IMore.IMost.content = 'e';
87 OMost.OMore.O.I.IMore.dummy_More);
90 OMost.OMore.O.I.IMore.IMost.position);
93 OMost.OMore.O.I.IMore.IMost.content);
101 (4 != OMost.OMore.O.I.IMore.dummy_More)
102 (5 != OMost.OMore.O.I.IMore.IMost.position)
103 ('e' != OMost.OMore.O.I.IMore.IMost.content)/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionInside.d47 union InnerMore IMore; member
70 OMost.OMore.O.I.IMore.IMost.position = 5;
71 OMost.OMore.O.I.IMore.IMost.content = 'e';
74 OMost.OMore.O.I.IMore.IMost.content);
80 /'e' != OMost.OMore.O.I.IMore.IMost.content/