Searched refs:Init (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.h54 bool Init(bool checkEnabled = true);
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 DProtocol.h86 bool Init(EventLogCallback cb, void *param);
H A Dmain.cpp343 if (!prot.Init(log, NULL)) {
H A DLMEConnection.h320 bool Init(HECICallback cb, void *param);
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.h42 virtual bool Init(unsigned char reqProtocolVersion = 0);
H A Dheci.h67 virtual bool Init(unsigned char maxProtocolVersion = 0) = 0;
H A DHECIUnix.cpp108 bool HECILinux::Init(unsigned char reqProtocolVersion) function in class:HECILinux
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Darm_init.S79 mov sp, r1 @; Init stack SYS
82 mov sp, r1 @ ; Init stack SYS
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h101 HASH##Init(&((mac_ctx)->hc_icontext)); \
104 HASH##Init(&((mac_ctx)->hc_ocontext)); \
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt69 for ata, without using "Init Drive Parameters", since the driver
125 If you don't like this geometry then issue an Init Drv Params with
136 2c) Issue a Init Drv Params and set your favorite heads and sectors.
146 drive capacity. Issue an Init Drv Params to set the default geometry
147 from [3] and [6] -or- issue an Init Drv Params with your favorite
156 And one final thing... If you used Init Drv Params you must now verify
/illumos-gate/usr/src/common/lzma/
H A DLzFind.h91 Mf_Init_Func Init; member in struct:_IMatchFinder
H A DLzFind.c732 vTable->Init = (Mf_Init_Func)MatchFinder_Init;
H A DLzmaEnc.c505 /* Stream.Init(); */
1759 p->matchFinder.Init(p->matchFinderObj);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dskein_mod.c515 SKEIN_OP(SKEIN_CTX(ctx), Init, SKEIN_CTX(ctx)->sc_digest_bitlen);
655 /* Init */
662 SKEIN_OP(&skein_ctx, Init, skein_ctx.sc_digest_bitlen);
/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) {
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt211 * Removed SATA Init Failure defines for DiscoveryStatus
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c482 #pragma mark ***** Init and Term

Completed in 152 milliseconds