Home
last modified time | relevance | path

Searched refs:tmpBuffer (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c65 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in smGetRequirements() local
87 buffer = tmpBuffer; in smGetRequirements()
88 buffLen = sizeof(tmpBuffer); in smGetRequirements()
177 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in smInitialize() local
256 buffer = tmpBuffer; in smInitialize()
257 buffLen = sizeof(tmpBuffer); in smInitialize()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdinit.c257 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in itdssGetOperatingOptionParams() local
275 buffer = &tmpBuffer[0]; in itdssGetOperatingOptionParams()
276 buffLen = sizeof (tmpBuffer); in itdssGetOperatingOptionParams()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdinit.c87 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in ttdssInit() local
98 buffer = &tmpBuffer[0]; in ttdssInit()
99 buffLen = sizeof (tmpBuffer); in ttdssInit()
182 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in ttdssGetOperatingOptionParams() local
200 buffer = &tmpBuffer[0]; in ttdssGetOperatingOptionParams()
201 buffLen = sizeof (tmpBuffer); in ttdssGetOperatingOptionParams()
/freebsd-13.1/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c61 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in dmGetRequirements() local
106 buffer = tmpBuffer; in dmGetRequirements()
107 buffLen = sizeof(tmpBuffer); in dmGetRequirements()
235 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in dmInitialize() local
322 buffer = tmpBuffer; in dmInitialize()
323 buffLen = sizeof(tmpBuffer); in dmInitialize()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c492 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdsaGetEsglPagesInfo() local
502 buffer = tmpBuffer; in tdsaGetEsglPagesInfo()
503 buffLen = sizeof(tmpBuffer); in tdsaGetEsglPagesInfo()
H A Dtdinit.c761 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdsaLoLevelGetResource() local
852 buffer = tmpBuffer; in tdsaLoLevelGetResource()
853 buffLen = sizeof(tmpBuffer); in tdsaLoLevelGetResource()
3375 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdssGetMaxTargetsParams() local
3390 buffer = &tmpBuffer[0]; in tdssGetMaxTargetsParams()
3391 buffLen = sizeof (tmpBuffer); in tdssGetMaxTargetsParams()
3443 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdssGetSATAOnlyModeParams() local
3458 buffer = &tmpBuffer[0]; in tdssGetSATAOnlyModeParams()
3459 buffLen = sizeof (tmpBuffer); in tdssGetSATAOnlyModeParams()
H A Dtdport.c167 buffer = tmpBuffer; in tdsaGetSwConfigParams()
168 buffLen = sizeof(tmpBuffer); in tdsaGetSwConfigParams()
2609 buffer = tmpBuffer; in tdsaGetHwConfigParams()
2610 buffLen = sizeof(tmpBuffer); in tdsaGetHwConfigParams()
3193 buffer = tmpBuffer; in tdsaGetCardPhyParams()
3194 buffLen = sizeof(tmpBuffer); in tdsaGetCardPhyParams()
3551 buffer = tmpBuffer; in tdsaGetGlobalPhyParams()
3552 buffLen = sizeof(tmpBuffer); in tdsaGetGlobalPhyParams()
3780 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdsaGetPortParams() local
3787 buffer = tmpBuffer; in tdsaGetPortParams()
[all …]
/freebsd-13.1/sys/dev/hptmv/
H A DmvStorageDev.h215 …OOLEAN HPTLIBAPI mvReadWrite(MV_SATA_CHANNEL *pSataChannel, LBA_T Lba, UCHAR Cmd, void *tmpBuffer);
H A Dglobal.h188 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
H A Dentry.c1058 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite() argument
1060 return mvReadWrite(pDev->mv, Lba, Cmd, tmpBuffer); in fDeReadWrite()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5198 std::string tmpBuffer; in getAsString() local
5199 llvm::raw_string_ostream PrefixOStream(tmpBuffer); in getAsString()