Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dnvm_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/contrib/nvi/common/
H A Dseq.h27 struct _seq { struct
28 SLIST_ENTRY(_seq) q; /* Linked list of all sequences. */
H A Dcommon.h42 typedef struct _seq SEQ;
H A Dgs.h108 SLIST_HEAD(_seqh, _seq) seqq[1];/* Linked list of maps, abbrevs. */
/freebsd/sys/dev/ath/
H A Dif_ath_tx.h41 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_RANGE - 1)) argument
/freebsd/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/tests/atf_python/sys/netlink/
H A Dnetlink.py359 self._seq = seq_number
367 if self._seq != msg.nl_hdr.nlmsg_seq:
/freebsd/contrib/openbsm/config/
H A Dconfig.h.in72 /* Define if ipc_perm._seq instead of seq */
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_token.c585 ADD_U_INT16(dptr, perm->_seq); in au_to_ipc_perm()
/freebsd/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.cpp2640 CHECK_SIZE_AND_OFFSET(ipc_perm, _seq);
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8822c.c1025 #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()