Home
last modified time | relevance | path

Searched refs:bufLen (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp200 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 Dlibunwind.cpp223 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 DUnwindCursor.hpp2971 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 Dicp_adf_transport.h228 Cpa32U bufLen);
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dqat_transport.c137 uint32_t bufLen) in icp_adf_transPutMsg() argument