Symbol: getType
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Component.java
124
if (type.compareTo(other.getType()) != 0 ||
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Resource.java
188
if (type.compareTo(other.getType()) != 0 ||
usr/src/lib/libslp/javalib/com/sun/slp/AuthBlock.java
1041
new Object[] {cert.getType(), e.getMessage()});
usr/src/lib/libslp/javalib/com/sun/slp/AuthBlock.java
905
new Object[] { chain[i].getType(), e.getMessage() });
usr/src/lib/sun_fc/common/AdapterDeviceEvent.h
51
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/AdapterDeviceEventListener.cc
68
callback(getData(), wwn, e->getType(), e->getAffectedPortID());
usr/src/lib/sun_fc/common/AdapterEvent.h
53
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/AdapterEventListener.cc
69
callback(getData(), wwn, e->getType());
usr/src/lib/sun_fc/common/AdapterPortEvent.h
54
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/AdapterPortEventListener.cc
69
callback(getData(), wwn, e->getType(), e->getAffectedPortID());
usr/src/lib/sun_fc/common/AdapterPortStatEvent.h
51
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/AdapterPortStatEventListener.cc
66
callback(getData(), wwn, e->getType());
usr/src/lib/sun_fc/common/LinkEvent.h
50
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/LinkEventListener.cc
66
callback(getData(), wwn, e->getType(), e->getBuf(), e->getSize());
usr/src/lib/sun_fc/common/TargetEvent.h
55
EVENT_TYPE getType() { return (type); }
usr/src/lib/sun_fc/common/TargetEventListener.cc
81
callback(getData(), hbawwn, tgtwwn, e->getType());