Searched refs:mySize (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | LinkEvent.h | 45 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 D | LinkEventListener.cc | 44 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 D | HelpDialog.java | 103 Dimension mySize = getSize(); in setLocationBesideParent() local 105 p.y += parentSize.height/2 - mySize.height/2; in setLocationBesideParent()
|