Searched refs:_seq (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | nvm_map.h | 189 #define NVM_DIR_UPDATE_SEQ(_seq, swap_mfw) \ argument 191 _seq = (((_seq + 2) & NVM_DIR_SEQ_MASK) | (NVM_DIR_NEXT_MFW(_seq ^ swap_mfw))); \
|
/freebsd/contrib/nvi/common/ |
H A D | seq.h | 27 struct _seq { struct 28 SLIST_ENTRY(_seq) q; /* Linked list of all sequences. */
|
H A D | common.h | 42 typedef struct _seq SEQ;
|
H A D | gs.h | 108 SLIST_HEAD(_seqh, _seq) seqq[1];/* Linked list of maps, abbrevs. */
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx.h | 41 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_RANGE - 1)) argument
|
/freebsd/contrib/openbsm/ |
H A D | configure.ac | 78 AC_CHECK_MEMBER([struct ipc_perm._seq], 79 [AC_DEFINE(HAVE_IPC_PERM__SEQ,, Define if ipc_perm._seq instead of seq)],
|
/freebsd/tests/atf_python/sys/netlink/ |
H A D | netlink.py | 359 self._seq = seq_number 367 if self._seq != msg.nl_hdr.nlmsg_seq:
|
/freebsd/contrib/openbsm/config/ |
H A D | config.h.in | 72 /* Define if ipc_perm._seq instead of seq */
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_token.c | 585 ADD_U_INT16(dptr, perm->_seq); in au_to_ipc_perm()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 116 unsigned short _seq; member
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2640 CHECK_SIZE_AND_OFFSET(ipc_perm, _seq);
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | rtw8822c.c | 1025 #define RF_SET_POWER_TRIM(_path, _seq, _idx) \ in rtw8822c_set_power_trim() argument 1027 rtw_write_rf(rtwdev, _path, 0x33, RFREG_MASK, _seq); \ in rtw8822c_set_power_trim()
|