Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sun_fc/common/
H A DLinkEvent.h45 LinkEvent(uint64_t myWwn, void *myBuf, uint32_t mySize, EVENT_TYPE myType) : in LinkEvent() argument
46 wwn(myWwn), buf(myBuf), size(mySize), type(myType) { } in LinkEvent()
H A DLinkEventListener.cc44 void *data, void *myBuf, uint32_t mySize) : in LinkEventListener() argument
45 Listener(data), callback(myCallback), buf(myBuf), size(mySize) { in LinkEventListener()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/util/
H A DHelpDialog.java103 Dimension mySize = getSize(); in setLocationBesideParent() local
105 p.y += parentSize.height/2 - mySize.height/2; in setLocationBesideParent()