Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/tcpdump/
H A Dprint-ipx.c53 nd_uint8_t pType; /* Packet Type (i.e. level 2 protocol) */ global() member
/freebsd-src/contrib/ntp/sntp/libopts/
H A Dconfigfile.c1159 tOptionValue * pType) in parse_attrs()
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2551 addPhdrForSection(Partition & part,unsigned shType,unsigned pType,unsigned pFlags) addPhdrForSection() argument
/freebsd-src/stand/ficl/
H A Dwords.c2658 FICL_WORD *pType = ficlLookup(pVM->pSys, "type"); in dotQuoteCoIm() local