/freebsd/sys/ddb/ |
H A D | ddb.h | 145 #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 D | bhndreg.h | 84 #define BHND_CCS_GET_FLAG(_value, _flag) \ argument 85 (((_value) & _flag) != 0)
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_dmp.h | 46 #define BCMA_DMP_GET_FLAG(_value, _flag) \ argument 47 (((_value) & _flag) != 0)
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive.h | 1171 __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 D | regression.h | 35 int __setugid(int _flag);
|
H A D | acl.h | 361 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 D | bhnd_nvram_storevar.h | 50 #define BHND_NVSTORE_GET_FLAG(_value, _flag) \ argument 51 (((_value) & BHND_NVSTORE_ ## _flag) != 0)
|
/freebsd/lib/libsysdecode/ |
H A D | sysdecode.h | 102 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 D | ar5212.h | 414 #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 D | bhnd_pmureg.h | 28 #define BHND_PMU_GET_FLAG(_value, _flag) \ argument 29 (((_value) & _flag) != 0)
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | LibeventConfig.cmake.in | 63 macro(message_if_needed _flag _msg) 65 message(${_flag} "${_msg}")
|
/freebsd/contrib/libevent/cmake/ |
H A D | LibeventConfig.cmake.in | 63 macro(message_if_needed _flag _msg) 65 message(${_flag} "${_msg}")
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc_subr.c | 280 #define CC_TFS(_flag) (caps->_flag ? "yes" : "no") in chipc_print_caps() argument
|
H A D | chipcreg.h | 46 #define CHIPC_GET_FLAG(_value, _flag) (((_value) & _flag) != 0) argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_util.c | 211 #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 D | vsscanf.c | 170 strbuf._flag = _IOREAD; in vsscanf()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | main.c | 266 #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 D | ef10_nic.c | 1091 #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 D | mac80211.h | 1238 #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 D | main.c | 512 #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 D | main.c | 439 #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 D | fm_common.h | 338 #define RELEASE_LOCK(_flag) _flag = FALSE; argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | main.c | 532 #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 D | util.c | 387 fakebuf._flag = STRFLAG; in vsnprintf()
|
/freebsd/libexec/rc/ |
H A D | network.subr | 1747 local _if _flag proto addr rest 1749 _flag=$2 1752 case "${proto}/${addr}/${_flag}/${rest}" in
|