Searched refs:_seq (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | nvm_map.h | 191 #define NVM_DIR_UPDATE_SEQ(_seq, swap_mfw) \ argument 193 _seq = (((_seq + 2) & NVM_DIR_SEQ_MASK) | (NVM_DIR_NEXT_MFW(_seq ^ swap_mfw))); \
|
| /freebsd-13.1/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 | 41 typedef struct _seq SEQ;
|
| H A D | gs.h | 108 SLIST_HEAD(_seqh, _seq) seqq[1];/* Linked list of maps, abbrevs. */
|
| /freebsd-13.1/sys/dev/ath/ |
| H A D | if_ath_tx.h | 43 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_RANGE - 1)) argument
|
| /freebsd-13.1/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-13.1/contrib/openbsm/config/ |
| H A D | config.h.in | 72 /* Define if ipc_perm._seq instead of seq */
|
| /freebsd-13.1/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 | 2641 CHECK_SIZE_AND_OFFSET(ipc_perm, _seq);
|
| /freebsd-13.1/contrib/openbsm/libbsm/ |
| H A D | bsm_token.c | 585 ADD_U_INT16(dptr, perm->_seq); in au_to_ipc_perm()
|