Searched refs:_cb (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/lms/ |
H A D | PortForwardRequest.h | 60 _cb(cb), in PortForwardRequest() 70 if (_cb != NULL) { in IsConnectionPermitted() 71 return _cb(param, s); in IsConnectionPermitted() 97 const IsConnectionPermittedCallback _cb; variable
|
H A D | LMEConnection.cpp | 58 _cb(NULL), in LMEConnection() 86 _cb = cb; in Init() 637 _cb(_cbParam, &disconnectMessage, sizeof(disconnectMessage), &status); in _doRX() 651 _cb(_cbParam, &serviceRequestMessage, sizeof(serviceRequestMessage), &status); in _doRX() 676 _cb(_cbParam, &channelOpenReply, sizeof(channelOpenReply), &status); in _doRX() 689 _cb(_cbParam, &channelOpenReply, sizeof(channelOpenReply), &status); in _doRX() 700 _cb(_cbParam, &channelClose, sizeof(channelClose), &status); in _doRX() 711 _cb(_cbParam, &channelData, sizeof(channelData), &status); in _doRX() 723 _cb(_cbParam, &channelWindowAdjust, sizeof(channelWindowAdjust), &status); in _doRX() 737 _cb(_cbParam, &protVersion, sizeof(protVersion), &status); in _doRX() [all …]
|
H A D | LMEConnectionCompat.cpp | 256 _cb(_cbParam, rxBuffer, bytesRead, &status); in _doRXCompat() 280 _cb(_cbParam, rxBuffer, bytesRead, &status); in _doRXCompat() 286 _cb(_cbParam, rxBuffer, bytesRead, &status); in _doRXCompat()
|
H A D | LMEConnection.h | 377 HECICallback _cb; variable
|
/titanic_41/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 331 #define kmem_cache_set_move(_c, _cb) /* nothing */ argument
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 326 #define CL22_WR_OVER_CL45(_cb, _phy, _bank, _addr, _val) \ argument 327 elink_cl45_write(_cb, _phy, \ 332 #define CL22_RD_OVER_CL45(_cb, _phy, _bank, _addr, _val) \ argument 333 elink_cl45_read(_cb, _phy, \
|