Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructInside.d43 struct InnerMost IMost; member
77 OMost.OMore.O.I.IMore.IMost.position = 5;
78 OMost.OMore.O.I.IMore.IMost.content = 'e';
93 OMost.OMore.O.I.IMore.IMost.position);
96 OMost.OMore.O.I.IMore.IMost.content);
107 (5 != OMost.OMore.O.I.IMore.IMost.position) ||
108 ('e' != OMost.OMore.O.I.IMore.IMost.content)/
118 (5 != OMostCopy.OMore.O.I.IMore.IMost.position) ||
119 ('e' != OMostCopy.OMore.O.I.IMore.IMost.content)/
H A Derr.D_DECL_INCOMPLETE.order2.d39 struct InnerMost IMost; member
77 OMost.OMore.O.I.IMore.IMost.position = 5;
78 OMost.OMore.O.I.IMore.IMost.content = 'e';
90 OMost.OMore.O.I.IMore.IMost.position);
93 OMost.OMore.O.I.IMore.IMost.content);
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.d42 union InnerMost IMost; 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/