Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c64 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in smGetRequirements() local
86 buffer = tmpBuffer; in smGetRequirements()
87 buffLen = sizeof(tmpBuffer); in smGetRequirements()
176 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in smInitialize() local
255 buffer = tmpBuffer; in smInitialize()
256 buffLen = sizeof(tmpBuffer); in smInitialize()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdinit.c256 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in itdssGetOperatingOptionParams() local
274 buffer = &tmpBuffer[0]; in itdssGetOperatingOptionParams()
275 buffLen = sizeof (tmpBuffer); in itdssGetOperatingOptionParams()
/freebsd/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/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c60 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in dmGetRequirements() local
105 buffer = tmpBuffer; in dmGetRequirements()
106 buffLen = sizeof(tmpBuffer); in dmGetRequirements()
234 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in dmInitialize() local
321 buffer = tmpBuffer; in dmInitialize()
322 buffLen = sizeof(tmpBuffer); in dmInitialize()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c491 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdsaGetEsglPagesInfo() local
501 buffer = tmpBuffer; in tdsaGetEsglPagesInfo()
502 buffLen = sizeof(tmpBuffer); in tdsaGetEsglPagesInfo()
H A Dtdinit.c760 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdsaLoLevelGetResource() local
851 buffer = tmpBuffer; in tdsaLoLevelGetResource()
852 buffLen = sizeof(tmpBuffer); in tdsaLoLevelGetResource()
3374 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdssGetMaxTargetsParams() local
3389 buffer = &tmpBuffer[0]; in tdssGetMaxTargetsParams()
3390 buffLen = sizeof (tmpBuffer); in tdssGetMaxTargetsParams()
3442 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdssGetSATAOnlyModeParams() local
3457 buffer = &tmpBuffer[0]; in tdssGetSATAOnlyModeParams()
3458 buffLen = sizeof (tmpBuffer); in tdssGetSATAOnlyModeParams()
H A Dtdport.c134 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdsaGetSwConfigParams() local
166 buffer = tmpBuffer; in tdsaGetSwConfigParams()
167 buffLen = sizeof(tmpBuffer); in tdsaGetSwConfigParams()
2598 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdsaGetHwConfigParams() local
2608 buffer = tmpBuffer; in tdsaGetHwConfigParams()
2609 buffLen = sizeof(tmpBuffer); in tdsaGetHwConfigParams()
3133 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdsaGetCardPhyParams() local
3192 buffer = tmpBuffer; in tdsaGetCardPhyParams()
3193 buffLen = sizeof(tmpBuffer); in tdsaGetCardPhyParams()
3417 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; in tdsaGetGlobalPhyParams() local
[all …]
/freebsd/sys/dev/hptmv/
H A DmvStorageDev.h213 …OOLEAN HPTLIBAPI mvReadWrite(MV_SATA_CHANNEL *pSataChannel, LBA_T Lba, UCHAR Cmd, void *tmpBuffer);
H A Dglobal.h186 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
H A Dentry.c1053 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite() argument
1055 return mvReadWrite(pDev->mv, Lba, Cmd, tmpBuffer); in fDeReadWrite()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5406 std::string tmpBuffer; in getAsString() local
5407 llvm::raw_string_ostream PrefixOStream(tmpBuffer); in getAsString()