Searched refs:pBuffer (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dkern_ubsan.c256 static void DeserializeLocation(char *pBuffer, size_t zBUfferLength, struct CSourceLocation *pLocation);
258 static void DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t U128);
260 static void DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L);
261 static void DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L);
263 static void DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pNumber);
264 static void DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
269 static void DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
271 static void DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
1315 DeserializeLocation(char *pBuffer, size_t zBUfferLength, struct CSourceLocation *pLocation) argument
1321 snprintf(pBuffer, zBUfferLengt
1326 DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t U128) argument
1348 DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L) argument
1375 DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L) argument
1403 DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pNumber) argument
1440 DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber) argument
1558 DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber) argument
1594 DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber) argument
[all...]
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_user.c154 mpr_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code);
156 mpr_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code,
1250 mpr_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code)
1261 if (!pBuffer->enabled) {
1268 pBuffer->force_release = FALSE;
1269 pBuffer->valid_data = FALSE;
1270 pBuffer->owned_by_firmware = FALSE;
1286 req->BufferType = pBuffer->buffer_type;
1287 req->ExtendedType = pBuffer->extended_type;
1288 req->BufferLength = pBuffer
1249 mpr_post_fw_diag_buffer(struct mpr_softc *sc, mpr_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code) argument
1345 mpr_release_fw_diag_buffer(struct mpr_softc *sc, mpr_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code, uint32_t diag_type) argument
1447 mpr_fw_diagnostic_buffer_t *pBuffer; local
1634 mpr_fw_diagnostic_buffer_t *pBuffer; local
1693 mpr_fw_diagnostic_buffer_t *pBuffer; local
1765 mpr_fw_diagnostic_buffer_t *pBuffer; local
1835 mpr_fw_diagnostic_buffer_t *pBuffer; local
[all...]
H A Dmpr.c2498 mpr_fw_diagnostic_buffer_t *pBuffer; local
2604 pBuffer =
2607 pBuffer->valid_data = TRUE;
2608 pBuffer->owned_by_firmware =
2610 pBuffer->immediate = FALSE;
/freebsd-13-stable/sys/dev/mps/
H A Dmps_user.c156 mps_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code);
158 mps_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code,
1154 mps_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code)
1165 if (!pBuffer->enabled) {
1172 pBuffer->force_release = FALSE;
1173 pBuffer->valid_data = FALSE;
1174 pBuffer->owned_by_firmware = FALSE;
1190 req->BufferType = pBuffer->buffer_type;
1191 req->ExtendedType = pBuffer->extended_type;
1192 req->BufferLength = pBuffer
1153 mps_post_fw_diag_buffer(struct mps_softc *sc, mps_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code) argument
1248 mps_release_fw_diag_buffer(struct mps_softc *sc, mps_fw_diagnostic_buffer_t *pBuffer, uint32_t *return_code, uint32_t diag_type) argument
1350 mps_fw_diagnostic_buffer_t *pBuffer; local
1536 mps_fw_diagnostic_buffer_t *pBuffer; local
1595 mps_fw_diagnostic_buffer_t *pBuffer; local
1667 mps_fw_diagnostic_buffer_t *pBuffer; local
1737 mps_fw_diagnostic_buffer_t *pBuffer; local
[all...]
H A Dmps.c2338 mps_fw_diagnostic_buffer_t *pBuffer; local
2442 pBuffer =
2445 pBuffer->valid_data = TRUE;
2446 pBuffer->owned_by_firmware =
2448 pBuffer->immediate = FALSE;
/freebsd-13-stable/sys/dev/ce/
H A Dtau32-ddk.h489 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoPutCasAppend(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
490 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoPutCasAhead(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
491 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoGetCas(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
492 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoPutFasAppend(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
493 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoPutFasAhead(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
494 int TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_FifoGetFas(TAU32_Controller *pControllerObject, int Interface, unsigned __int8 *pBuffer, unsigned Length);
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsamacro.h219 #define SA_PRINTBUF(lDebugLevel,lWidth,pHeader,pBuffer,lLength) siPrintBuffer(lDebugLevel,lWidth,pHeader,pBuffer,lLength)
221 #define SA_PRINTBUF(lDebugLevel,lWidth,pHeader,pBuffer,lLength)
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-tc.c62 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceReceivePackets) (TC_INSTANCE instance, PTC_PACKETS_BUFFER pBuffer);
64 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceTransmitPackets) (TC_INSTANCE instance, TC_PACKETS_BUFFER pBuffer);
67 typedef TC_STATUS (TC_CALLCONV *TcFcnPacketsBufferCreate) (ULONG size, PTC_PACKETS_BUFFER pBuffer);
/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_driver.c516 FIELD_CELL *pBuffer; local
524 for (row = 0, pBuffer = field->buf;
526 row++, pBuffer += width)
528 if ((len = (int)(After_End_Of_Data(pBuffer, width) - pBuffer)) > 0)
531 myADDNSTR(win, pBuffer, len);

Completed in 209 milliseconds