Searched refs:bufLen (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | AddressSpace.hpp | 200 bool findFunctionName(pint_t addr, char *buf, size_t bufLen, 669 size_t bufLen, in findFunctionName() 675 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname); in findFunctionName() 684 snprintf(buf, bufLen, "%.*s", nameLen, funcName); in findFunctionName() 690 (void)bufLen; in findFunctionName() 668 findFunctionName(pint_t addr,char * buf,size_t bufLen,unw_word_t * offset) findFunctionName() argument
|
H A D | libunwind.cpp | 223 size_t bufLen, unw_word_t *offset) { in _LIBUNWIND_WEAK_ALIAS() 226 static_cast<unsigned long>(bufLen)); in _LIBUNWIND_WEAK_ALIAS() 228 if (co->getFunctionName(buf, bufLen, offset)) in _LIBUNWIND_WEAK_ALIAS()
|
H A D | UnwindCursor.hpp | 2971 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() argument 2974 buf, bufLen, offset); in getFunctionName()
|
/freebsd/sys/dev/qat/qat_api/qat_direct/include/ |
H A D | icp_adf_transport.h | 228 Cpa32U bufLen);
|
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/ |
H A D | qat_transport.c | 137 uint32_t bufLen) in icp_adf_transPutMsg() argument
|