Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dbtree.h82 int (*KeySize)(BtCursor*, int *pSize); member
133 #define sqliteBtreeKeySize(pCur, pSize) (btCOps(pCur)->KeySize(pCur, pSize) )
/titanic_44/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h505 xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key);
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c7092 xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key) in xge_hal_device_rts_rth_key_set() argument
7101 while( KeySize ) { in xge_hal_device_rts_rth_key_set()
7110 KeySize--; in xge_hal_device_rts_rth_key_set()