Home
last modified time | relevance | path

Searched defs:pType (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dkern_ubsan.c1289 zDeserializeTypeWidth(struct CTypeDescriptor *pType) in zDeserializeTypeWidth()
1325 DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t …
1347 DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest…
1374 DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulong…
1402 DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, uns…
1439 DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigne…
1474 llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber)
1517 llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber)
1557 …rFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsig…
1593 …Number(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsig…
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-ipx.c51 nd_uint8_t pType; /* Packet Type (i.e. level 2 protocol) */ member
/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c1159 tOptionValue * pType) in parse_attrs()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2353 unsigned pType, unsigned pFlags) { in addPhdrForSection()
/freebsd/stand/ficl/
H A Dwords.c2658 FICL_WORD *pType = ficlLookup(pVM->pSys, "type"); in dotQuoteCoIm() local