Searched defs:Init (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.cpp73 if (_fwulCommand.FWULClient.Init()) {
90 bool ConfigConnection::Init(bool checkEnabled) function in class:ConfigConnection
100 if (!(_pthiCommand.PTHIClient.Init(1))) {
H A DLMEConnection.cpp77 bool LMEConnection::Init(HECICallback cb, void *param) function in class:LMEConnection
89 if (_heci.Init(LMS_PROCOL_VERSION)) {
92 } else if (_heciCompat.Init()) {
H A DProtocol.cpp106 bool Protocol::Init(EventLogCallback cb, void *param) function in class:Protocol
118 if (!_lme.Init(_LmeCallback, this)) {
139 if (!_cfg.Init(true)) {
/illumos-gate/usr/src/cmd/lms/heci/
H A DHECIUnix.cpp108 bool HECILinux::Init(unsigned char reqProtocolVersion) function in class:HECILinux
/illumos-gate/usr/src/common/lzma/
H A DLzFind.h91 Mf_Init_Func Init; member in struct:_IMatchFinder
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c115 CK_RV (*Init)(CK_SESSION_HANDLE, CK_MECHANISM_PTR, CK_OBJECT_HANDLE); member in struct:CommandInfo
901 if ((rv = cmd->Init(hSession, &mech, key)) != CKR_OK) {

Completed in 67 milliseconds