Home
last modified time | relevance | path

Searched refs:xlat (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/truss/
H A Dsyscalls.c637 struct xlat { struct
645 static struct xlat poll_flags[] = { argument
651 static struct xlat sigaction_flags[] = {
656 static struct xlat linux_socketcall_ops[] = {
665 static struct xlat lio_modes[] = {
670 static struct xlat lio_opcodes[] = {
675 static struct xlat aio_fsync_ops[] = {
688 lookup(struct xlat *xlat, int val, int base) in lookup() argument
692 for (; xlat->str != NULL; xlat++) in lookup()
693 if (xlat->val == val) in lookup()
[all …]
/freebsd/sys/dev/qat/include/
H A Dicp_qat_fw.h230 #define ICP_QAT_FW_COMN_RESP_STATUS_BUILD(crypto, comp, xlat, eolb) \ argument
235 (((xlat)&QAT_COMN_RESP_XLAT_STATUS_MASK) \
/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c723 static const int xlat[][2] = { in grace() local
737 for (unsigned i = 0; i < _countof(xlat); i++) { in grace()
738 if (xlat[i][0] == err_number) in grace()
739 return (xlat[i][1]); in grace()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw.h1173 crypto, pke, comp, xlat, eolb, unsupp, xlt_inv) \ argument
1182 (((xlat)&QAT_COMN_RESP_XLAT_STATUS_MASK) \
/freebsd/sys/libkern/
H A Diconv_xlat.c125 KICONV_CONVERTER(xlat, sizeof(struct iconv_xlat));
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def227 MIPS_DYNAMIC_TAG(MIPS_XHASH, 0x70000036) // GNU-style hash table with xlat.
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c330 uint32_t *base, uint32_t *xlat, uint32_t *lmt);
839 uint32_t *xlat, uint32_t *lmt) in bar_get_xlat_params() argument
868 if (xlat != NULL) in bar_get_xlat_params()
869 *xlat = xlatv; in bar_get_xlat_params()