Home
last modified time | relevance | path

Searched refs:_flag (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/ddb/
H A Dddb.h145 #define _DB_SET(_table, _name, _func, _flag, _more) \ argument
149 .flag = _flag, \
182 #define DB_TABLE_COMMAND_FLAGS(_table, _name, _func, _flag) \ argument
184 _DB_SET(_table, _name, _func, _flag, NULL); \
192 #define DB_TABLE_ALIAS_FLAGS(_table, _name, _func, _flag) \ argument
193 _DB_SET(_table, _name, _func, _flag, NULL)
/freebsd/sys/dev/bhnd/
H A Dbhndreg.h84 #define BHND_CCS_GET_FLAG(_value, _flag) \ argument
85 (((_value) & _flag) != 0)
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_dmp.h46 #define BCMA_DMP_GET_FLAG(_value, _flag) \ argument
47 (((_value) & _flag) != 0)
/freebsd/contrib/libarchive/libarchive/
H A Darchive.h1171 __LA_DECL int archive_match_include_time(struct archive *, int _flag,
1174 __LA_DECL int archive_match_include_date(struct archive *, int _flag,
1176 __LA_DECL int archive_match_include_date_w(struct archive *, int _flag,
1180 int _flag, const char *_pathname);
1182 int _flag, const wchar_t *_pathname);
1185 int _flag, struct archive_entry *);
/freebsd/sys/sys/
H A Dregression.h35 int __setugid(int _flag);
H A Dacl.h361 int acl_add_flag_np(acl_flagset_t _flagset_d, acl_flag_t _flag);
379 int acl_delete_flag_np(acl_flagset_t _flagset_d, acl_flag_t _flag);
397 int acl_get_flag_np(acl_flagset_t _flagset_d, acl_flag_t _flag);
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h50 #define BHND_NVSTORE_GET_FLAG(_value, _flag) \ argument
51 (((_value) & BHND_NVSTORE_ ## _flag) != 0)
/freebsd/lib/libsysdecode/
H A Dsysdecode.h102 bool sysdecode_semget_flags(FILE *_fp, int _flag, int *_rem);
141 bool sysdecode_linux_atflags(FILE *_fp, int _flag, int *_rem);
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h414 #define SAVE_CCK(_ah, _chan, _flag) do { \ argument
419 (_flag) = AH_TRUE; \
421 (_flag) = AH_FALSE; \
423 #define RESTORE_CCK(_ah, _chan, _flag) do { \ argument
424 if ((_flag) && (IS_2425(_ah) || IS_2417(_ah))) { \
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmureg.h28 #define BHND_PMU_GET_FLAG(_value, _flag) \ argument
29 (((_value) & _flag) != 0)
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DLibeventConfig.cmake.in63 macro(message_if_needed _flag _msg)
65 message(${_flag} "${_msg}")
/freebsd/contrib/libevent/cmake/
H A DLibeventConfig.cmake.in63 macro(message_if_needed _flag _msg)
65 message(${_flag} "${_msg}")
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c280 #define CC_TFS(_flag) (caps->_flag ? "yes" : "no") in chipc_print_caps() argument
H A Dchipcreg.h46 #define CHIPC_GET_FLAG(_value, _flag) (((_value) & _flag) != 0) argument
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c211 #define MT76_FILTER(_flag, _hw) do { \ in mt76x02_configure_filter() argument
212 flags |= *total_flags & FIF_##_flag; \ in mt76x02_configure_filter()
214 dev->mt76.rxfilter |= !(flags & FIF_##_flag) * (_hw); \ in mt76x02_configure_filter()
/freebsd/contrib/ncurses/ncurses/base/
H A Dvsscanf.c170 strbuf._flag = _IOREAD; in vsscanf()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c266 #define MT76_FILTER(_flag, _hw) do { \ in mt7603_configure_filter() argument
267 flags |= *total_flags & FIF_##_flag; \ in mt7603_configure_filter()
269 dev->rxfilter |= !(flags & FIF_##_flag) * (_hw); \ in mt7603_configure_filter()
/freebsd/sys/dev/sfxge/common/
H A Def10_nic.c1091 #define CAP_FLAGS1(_req, _flag) \ in ef10_get_datapath_caps() argument
1093 (1u << (MC_CMD_GET_CAPABILITIES_V2_OUT_ ## _flag ## _LBN))) in ef10_get_datapath_caps()
1095 #define CAP_FLAGS2(_req, _flag) \ in ef10_get_datapath_caps() argument
1098 (1u << (MC_CMD_GET_CAPABILITIES_V2_OUT_ ## _flag ## _LBN)))) in ef10_get_datapath_caps()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1238 #define ieee80211_hw_set(_hw, _flag) \ argument
1239 _ieee80211_hw_set(_hw, IEEE80211_HW_ ## _flag)
1240 #define ieee80211_hw_check(_hw, _flag) \ argument
1241 __ieee80211_hw_check(_hw, IEEE80211_HW_ ## _flag)
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmain.c512 #define MT76_FILTER(_flag, _hw) do { \ in mt7615_configure_filter() argument
513 flags |= *total_flags & FIF_##_flag; \ in mt7615_configure_filter()
516 phy->rxfilter |= !(flags & FIF_##_flag) * (_hw);\ in mt7615_configure_filter()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c439 #define MT76_FILTER(_flag, _hw) do { \ in mt7996_configure_filter() argument
440 flags |= *total_flags & FIF_##_flag; \ in mt7996_configure_filter()
442 phy->rxfilter |= !(flags & FIF_##_flag) * (_hw); \ in mt7996_configure_filter()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h338 #define RELEASE_LOCK(_flag) _flag = FALSE; argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c532 #define MT76_FILTER(_flag, _hw) do { \ in mt7915_configure_filter() argument
533 flags |= *total_flags & FIF_##_flag; \ in mt7915_configure_filter()
535 phy->rxfilter |= !(flags & FIF_##_flag) * (_hw); \ in mt7915_configure_filter()
/freebsd/contrib/bmake/
H A Dutil.c387 fakebuf._flag = STRFLAG; in vsnprintf()
/freebsd/libexec/rc/
H A Dnetwork.subr1747 local _if _flag proto addr rest
1749 _flag=$2
1752 case "${proto}/${addr}/${_flag}/${rest}" in

12