Searched refs:BufferType (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c2470 forensicData->BufferType.dataBuf.directData,
2471 forensicData->BufferType.dataBuf.directOffset,
2472 forensicData->BufferType.dataBuf.directLen,
2473 forensicData->BufferType.dataBuf.readLen ));
2496 if(forensicData->BufferType.dataBuf.directOffset == 0)
2531 if(forensicData->BufferType.dataBuf.directData)
2533 siPciCpyMem(agRoot,saRoot->FatalBarLoc ,forensicData->BufferType.dataBuf.directData,forensicData->BufferType.dataBuf.directLen ,1 );
2535 saRoot->FatalBarLoc += forensicData->BufferType.dataBuf.directLen;
2536 forensicData->BufferType
[all...]
/freebsd-13-stable/sys/dev/mpt/mpilib/
H A Dmpi_tool.h295 U8 BufferType; /* 01h */ member in struct:_MSG_DIAG_BUFFER_POST_REQUEST
322 U8 BufferType; /* 01h */ member in struct:_MSG_DIAG_BUFFER_POST_REPLY
343 U8 BufferType; /* 01h */ member in struct:_MSG_DIAG_RELEASE_REQUEST
357 U8 BufferType; /* 01h */ member in struct:_MSG_DIAG_RELEASE_REPLY
/freebsd-13-stable/sys/dev/mps/mpi/
H A Dmpi2_tool.h359 U8 BufferType; /* 0x01 */ member in struct:_MPI2_DIAG_BUFFER_POST_REQUEST
380 /* values for the BufferType field */
398 U8 BufferType; /* 0x01 */ member in struct:_MPI2_DIAG_BUFFER_POST_REPLY
421 U8 BufferType; /* 0x01 */ member in struct:_MPI2_DIAG_RELEASE_REQUEST
440 U8 BufferType; /* 0x01 */ member in struct:_MPI2_DIAG_RELEASE_REPLY
/freebsd-13-stable/sys/dev/mpr/mpi/
H A Dmpi2_tool.h506 U8 BufferType; /* 0x01 */ member in struct:_MPI2_DIAG_BUFFER_POST_REQUEST
527 /* values for the BufferType field */
545 U8 BufferType; /* 0x01 */ member in struct:_MPI2_DIAG_BUFFER_POST_REPLY
568 U8 BufferType; /* 0x01 */ member in struct:_MPI2_DIAG_RELEASE_REQUEST
587 U8 BufferType; /* 0x01 */ member in struct:_MPI2_DIAG_RELEASE_REPLY
/freebsd-13-stable/contrib/serf/auth/
H A Dauth_spnego_sspi.c238 sspi_in_buffer.BufferType = SECBUFFER_TOKEN;
247 sspi_out_buffer.BufferType = SECBUFFER_TOKEN;
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_ioctl.h279 uint8_t BufferType; member in struct:mpr_fw_diag_register
299 uint8_t BufferType; member in struct:mpr_fw_diag_query
H A Dmpr_user.c1286 req->BufferType = pBuffer->buffer_type;
1385 req->BufferType = pBuffer->buffer_type;
1456 buffer_type = diag_register->BufferType;
1704 i = diag_query->BufferType;
1721 diag_query->BufferType = pBuffer->buffer_type;
1723 if (diag_query->BufferType == MPI2_DIAG_BUF_TYPE_TRACE) {
H A Dmpr.c2606 rel_rep->BufferType];
/freebsd-13-stable/sys/dev/mps/
H A Dmps_ioctl.h280 uint8_t BufferType; member in struct:mps_fw_diag_register
300 uint8_t BufferType; member in struct:mps_fw_diag_query
H A Dmps_user.c1190 req->BufferType = pBuffer->buffer_type;
1288 req->BufferType = pBuffer->buffer_type;
1359 buffer_type = diag_register->BufferType;
1606 i = diag_query->BufferType;
1623 diag_query->BufferType = pBuffer->buffer_type;
1625 if (diag_query->BufferType == MPI2_DIAG_BUF_TYPE_TRACE) {
H A Dmps.c2444 rel_rep->BufferType];
/freebsd-13-stable/sys/dev/hptmv/
H A Datapi.h198 USHORT BufferType; /* 28 20 */ member in struct:_IDENTIFY_DATA
275 USHORT BufferType; /* 28 20 */ member in struct:_IDENTIFY_DATA2
H A Dhptintf.h423 USHORT BufferType; /* 28 20 */ member in struct:_IDENTIFY_DATA2
722 UCHAR BufferType; /* BUFFER_TYPE_xxx, see below */ member in struct:_DEVICE_IO_EX_PARAMS
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c1959 pForensicDataPayload->dataBuffer.directOffset = pForensicData->BufferType.dataBuf.directOffset;
1960 pForensicDataPayload->dataBuffer.readLen = pForensicData->BufferType.dataBuf.readLen;
1963 pForensicDataPayload->gsmBuffer.directOffset = pForensicData->BufferType.gsmBuf.directOffset;
1964 pForensicDataPayload->gsmBuffer.readLen = pForensicData->BufferType.gsmBuf.readLen;
3070 ForensicData.BufferType.dataBuf.directLen = pForensicDataPayload->dataBuffer.directLen;
3071 ForensicData.BufferType.dataBuf.directOffset = pForensicDataPayload->dataBuffer.directOffset;
3072 ForensicData.BufferType.dataBuf.readLen = pForensicDataPayload->dataBuffer.readLen;
3073 ForensicData.BufferType.dataBuf.directData = (void*)pForensicDataPayload->dataBuffer.directData;
3076 ForensicData.BufferType.gsmBuf.directLen = pForensicDataPayload->gsmBuffer.directLen;
3077 ForensicData.BufferType
[all...]
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhim.h146 HPT_U16 BufferType; member in struct:_IDENTIFY_DATA
H A Dhptintf.h809 HPT_U16 BufferType; member in struct:_IDENTIFY_DATA2
1380 HPT_U8 BufferType; /* BUFFER_TYPE_xxx, see below */ member in struct:_DEVICE_IO_EX_PARAMS
/freebsd-13-stable/sys/dev/hptnr/
H A Dhim.h144 HPT_U16 BufferType; member in struct:_IDENTIFY_DATA
H A Dhptintf.h805 HPT_U16 BufferType; member in struct:_IDENTIFY_DATA2
1376 HPT_U8 BufferType; /* BUFFER_TYPE_xxx, see below */ member in struct:_DEVICE_IO_EX_PARAMS
/freebsd-13-stable/sys/dev/hptrr/
H A Dhim.h129 HPT_U16 BufferType; member in struct:_IDENTIFY_DATA2
H A Dhptintf.h616 HPT_U16 BufferType; member in struct:_IDENTIFY_DATA2
1165 HPT_U8 BufferType; /* BUFFER_TYPE_xxx, see below */ member in struct:_DEVICE_IO_EX_PARAMS
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h1927 } BufferType; member in struct:__anon13989

Completed in 230 milliseconds