Searched refs:_cb (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DPortForwardRequest.h60 _cb(cb),
70 if (_cb != NULL) {
71 return _cb(param, s);
97 const IsConnectionPermittedCallback _cb; member in class:PortForwardRequest
H A DLMEConnection.cpp58 _cb(NULL),
86 _cb = cb;
637 _cb(_cbParam, &disconnectMessage, sizeof(disconnectMessage), &status);
651 _cb(_cbParam, &serviceRequestMessage, sizeof(serviceRequestMessage), &status);
676 _cb(_cbParam, &channelOpenReply, sizeof(channelOpenReply), &status);
689 _cb(_cbParam, &channelOpenReply, sizeof(channelOpenReply), &status);
700 _cb(_cbParam, &channelClose, sizeof(channelClose), &status);
711 _cb(_cbParam, &channelData, sizeof(channelData), &status);
723 _cb(_cbParam, &channelWindowAdjust, sizeof(channelWindowAdjust), &status);
737 _cb(_cbPara
[all...]
H A DLMEConnectionCompat.cpp256 _cb(_cbParam, rxBuffer, bytesRead, &status);
280 _cb(_cbParam, rxBuffer, bytesRead, &status);
286 _cb(_cbParam, rxBuffer, bytesRead, &status);
H A DLMEConnection.h377 HECICallback _cb; member in class:LMEConnection
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h334 #define kmem_cache_set_move(_c, _cb) /* nothing */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c326 #define CL22_WR_OVER_CL45(_cb, _phy, _bank, _addr, _val) \
327 elink_cl45_write(_cb, _phy, \
332 #define CL22_RD_OVER_CL45(_cb, _phy, _bank, _addr, _val) \
333 elink_cl45_read(_cb, _phy, \

Completed in 98 milliseconds