Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qlnx/qlnxe/
HDnvm_map.h189 #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-14-stable/contrib/nvi/common/
HDseq.h27 struct _seq { struct
28 SLIST_ENTRY(_seq) q; /* Linked list of all sequences. */
HDcommon.h42 typedef struct _seq SEQ;
HDgs.h108 SLIST_HEAD(_seqh, _seq) seqq[1];/* Linked list of maps, abbrevs. */
/freebsd-14-stable/sys/dev/ath/
HDif_ath_tx.h41 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_RANGE - 1)) argument
/freebsd-14-stable/contrib/openbsm/
HDconfigure.ac78 AC_CHECK_MEMBER([struct ipc_perm._seq],
79 [AC_DEFINE(HAVE_IPC_PERM__SEQ,, Define if ipc_perm._seq instead of seq)],
/freebsd-14-stable/tests/atf_python/sys/netlink/
HDnetlink.py359 self._seq = seq_number
367 if self._seq != msg.nl_hdr.nlmsg_seq:
/freebsd-14-stable/contrib/openbsm/config/
HDconfig.h.in72 /* Define if ipc_perm._seq instead of seq */
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.h116 unsigned short _seq; member
HDsanitizer_platform_limits_netbsd.cpp2640 CHECK_SIZE_AND_OFFSET(ipc_perm, _seq);
/freebsd-14-stable/contrib/openbsm/libbsm/
HDbsm_token.c585 ADD_U_INT16(dptr, perm->_seq); in au_to_ipc_perm()
/freebsd-14-stable/sys/contrib/dev/rtw88/
HDrtw8822c.c1026 #define RF_SET_POWER_TRIM(_path, _seq, _idx) \ in rtw8822c_set_power_trim() argument
1028 rtw_write_rf(rtwdev, _path, 0x33, RFREG_MASK, _seq); \ in rtw8822c_set_power_trim()