Searched defs:svctype_ (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/smf-old/com/oracle/solaris/scf/common/
H A DFMRI.java69 private FMRIType svctype_; field in class:FMRI
91 svctype_ = FMRIType.SCOPE;
101 svctype_ = FMRIType.SERVICE;
108 svctype_ = FMRIType.INSTANCE;
118 svctype_ = FMRIType.PGROUP;
126 svctype_ = FMRIType.PROPERTY;
169 svctype_ = FMRIType.NONE;
172 svctype_ = type;
176 switch (svctype_) {
216 return (svctype_);
[all...]

Completed in 428 milliseconds