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

/freebsd-current/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c64 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
86 buffer = tmpBuffer;
87 buffLen = sizeof(tmpBuffer);
176 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
255 buffer = tmpBuffer;
256 buffLen = sizeof(tmpBuffer);
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdinit.c256 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
274 buffer = &tmpBuffer[0];
275 buffLen = sizeof (tmpBuffer);
/freebsd-current/sys/dev/hptmv/
H A DmvStorageDev.h213 MV_BOOLEAN 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) argument
1055 return mvReadWrite(pDev->mv, Lba, Cmd, tmpBuffer);
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdinit.c87 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
98 buffer = &tmpBuffer[0];
99 buffLen = sizeof (tmpBuffer);
182 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
200 buffer = &tmpBuffer[0];
201 buffLen = sizeof (tmpBuffer);
/freebsd-current/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c60 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
105 buffer = tmpBuffer;
106 buffLen = sizeof(tmpBuffer);
234 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
321 buffer = tmpBuffer;
322 buffLen = sizeof(tmpBuffer);
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c491 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
501 buffer = tmpBuffer;
502 buffLen = sizeof(tmpBuffer);
H A Dtdinit.c760 static char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
851 buffer = tmpBuffer;
852 buffLen = sizeof(tmpBuffer);
1983 buffer = tmpBuffer;
1984 buffLen = sizeof(tmpBuffer);
3374 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
3389 buffer = &tmpBuffer[0];
3390 buffLen = sizeof (tmpBuffer);
3442 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
3457 buffer = &tmpBuffer[
[all...]
H A Dtdport.c134 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
166 buffer = tmpBuffer;
167 buffLen = sizeof(tmpBuffer);
2598 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
2608 buffer = tmpBuffer;
2609 buffLen = sizeof(tmpBuffer);
3133 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
3192 buffer = tmpBuffer;
3193 buffLen = sizeof(tmpBuffer);
3417 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZ local
3779 char tmpBuffer[DEFAULT_KEY_BUFFER_SIZE]; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5540 std::string tmpBuffer;
5541 llvm::raw_string_ostream PrefixOStream(tmpBuffer);

Completed in 480 milliseconds