Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h79 int (*KeySize)(BtCursor*, int *pSize); member
130 #define sqliteBtreeKeySize(pCur, pSize) (btCOps(pCur)->KeySize(pCur, pSize) )
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DKms.h179 UINT32 KeySize; member
/illumos-gate/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);
/illumos-gate/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()