Searched refs:xlat (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/libkern/
H A Diconv_xlat.c110 return "xlat";
125 KICONV_CONVERTER(xlat, sizeof(struct iconv_xlat));
/freebsd-current/sys/dev/qat/include/
H A Dicp_qat_fw.h230 #define ICP_QAT_FW_COMN_RESP_STATUS_BUILD(crypto, comp, xlat, eolb) \
235 (((xlat)&QAT_COMN_RESP_XLAT_STATUS_MASK) \
/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c723 static const int xlat[][2] = { local
737 for (unsigned i = 0; i < _countof(xlat); i++) {
738 if (xlat[i][0] == err_number)
739 return (xlat[i][1]);
/freebsd-current/usr.bin/truss/
H A Dsyscalls.c637 struct xlat { struct
645 static struct xlat poll_flags[] = {
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[] = {
684 * Searches an xlat array for a value, and returns it if found. Otherwise
688 lookup(struct xlat *xlat, in argument
712 xlookup(struct xlat *xlat, int val) argument
724 xlookup_bits(struct xlat *xlat, int val) argument
[all...]
/freebsd-current/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw.h1167 * @param xlat Value of the Xlator Status flag
1173 crypto, pke, comp, xlat, eolb, unsupp, xlt_inv) \
1182 (((xlat)&QAT_COMN_RESP_XLAT_STATUS_MASK) \
/freebsd-current/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)
868 if (xlat != NULL)
869 *xlat = xlatv;
2279 * Other SBARs are normally hit by the PBAR xlat, except for the b2b
2281 * half-size. It starts at PBAR xlat + offset.
2305 * We point the chosen MSIX MW BAR xlat to remote LAPIC for
838 bar_get_xlat_params(struct ntb_softc *ntb, enum ntb_bar bar, uint32_t *base, uint32_t *xlat, uint32_t *lmt) argument

Completed in 191 milliseconds