Home
last modified time | relevance | path

Searched refs:_seq (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Dnvm_map.h191 #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 Dseq.h27 struct _seq { struct
28 SLIST_ENTRY(_seq) q; /* Linked list of all sequences. */
H A Dcommon.h41 typedef struct _seq SEQ;
H A Dgs.h108 SLIST_HEAD(_seqh, _seq) seqq[1];/* Linked list of maps, abbrevs. */
/freebsd-13.1/sys/dev/ath/
H A Dif_ath_tx.h43 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_RANGE - 1)) argument
/freebsd-13.1/contrib/openbsm/
H A Dconfigure.ac78 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 Dconfig.h.in72 /* Define if ipc_perm._seq instead of seq */
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h116 unsigned short _seq; member
H A Dsanitizer_platform_limits_netbsd.cpp2641 CHECK_SIZE_AND_OFFSET(ipc_perm, _seq);
/freebsd-13.1/contrib/openbsm/libbsm/
H A Dbsm_token.c585 ADD_U_INT16(dptr, perm->_seq); in au_to_ipc_perm()