/freebsd/contrib/kyua/utils/cmdline/ |
H A D | parser_test.cpp | 413 const bool_option flag1("flag1", ""); in ATF_TEST_CASE_BODY() local 415 options.push_back(&flag1); in ATF_TEST_CASE_BODY() 442 const string_option flag1('a', "flag1", "Description", "arg"); in ATF_TEST_CASE_BODY() local 445 options.push_back(&flag1); in ATF_TEST_CASE_BODY() 467 const bool_option flag1('a', "flag1", "Description"); in ATF_TEST_CASE_BODY() local 471 options.push_back(&flag1); in ATF_TEST_CASE_BODY() 494 const string_option flag1("flag1", "Description", "arg"); in ATF_TEST_CASE_BODY() local 497 options.push_back(&flag1); in ATF_TEST_CASE_BODY() 519 const bool_option flag1('a', "flag1", "Description"); in ATF_TEST_CASE_BODY() local 521 options.push_back(&flag1); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/contrib/ntp/conf/ |
H A D | rackety.conf | 14 fudge 127.127.4.0 refid GPS1 time1 -.000097 flag1 1 16 fudge 127.127.4.1 refid GPS2 time1 -.000097 flag1 1 19 fudge 127.127.4.2 refid WVB1 time1 .0021 flag4 1 flag1 1 22 fudge 127.127.4.3 refid WVB2 time1 .0021 flag4 1 flag1 1
|
H A D | grundoon.conf | 6 fudge 127.127.11.1 time1 .00487 flag1 1 flag4 1
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_enc_safte.c | 188 uint8_t flag1; member 339 cfg->flag1 = buf[1]; in safte_process_gflags() 343 if (cfg->flag1 & SAFT_FLG1_GLOBFAIL) in safte_process_gflags() 345 else if (cfg->flag1 & SAFT_FLG1_GLOBWARN) in safte_process_gflags() 380 if (cfg->flag1 & SAFT_FLG1_ENCFANFAIL) in safte_process_status() 758 cfg->flag1 &= ~(SAFT_FLG1_GLOBFAIL|SAFT_FLG1_GLOBWARN); in safte_fill_control_request() 760 cfg->flag1 |= SAFT_FLG1_GLOBFAIL; in safte_fill_control_request() 762 cfg->flag1 |= SAFT_FLG1_GLOBWARN; in safte_fill_control_request() 764 buf[1] = cfg->flag1; in safte_fill_control_request() 846 cfg->flag1 |= SAFT_FLG1_ENCPWRFAIL; in safte_fill_control_request() [all …]
|
/freebsd/usr.bin/comm/ |
H A D | comm.c | 58 int ch, flag1, flag2, flag3; in main() local 69 flag1 = flag2 = flag3 = 1; in main() 74 flag1 = 0; in main() 101 if (flag1) in main()
|
/freebsd/sys/x86/x86/ |
H A D | x86_mem.c | 101 static int x86_mtrrconflict(int flag1, int flag2); 137 x86_mtrrconflict(int flag1, int flag2) in x86_mtrrconflict() argument 140 flag1 &= MDF_ATTRMASK; in x86_mtrrconflict() 142 if ((flag1 & MDF_UNKNOWN) || (flag2 & MDF_UNKNOWN)) in x86_mtrrconflict() 144 if (flag1 == flag2 || in x86_mtrrconflict() 145 (flag1 == MDF_WRITEBACK && flag2 == MDF_UNCACHEABLE) || in x86_mtrrconflict() 146 (flag2 == MDF_WRITEBACK && flag1 == MDF_UNCACHEABLE)) in x86_mtrrconflict()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-debug-errors-jobs.mk | 46 COMPILE_C_FLAGS=flag1 ${COMPILE_C_DEFS:@def@-${def}@}
|
H A D | opt-debug-errors-jobs.exp | 60 => @false c-compiler flag1 -macro="several words"
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | synch.h | 59 uint16_t flag1; member
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getarg.c | 582 int flag1 = 0; variable 588 { NULL, '1', arg_flag, &flag1, "one", NULL }, 600 printf("flag1 = %d\n", flag1); in main()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | saport.c | 1238 bit32 flag1, in saGetControllerConfig() argument 1247 …nfig, modePage 0x%x agContext %p flag0 0x%08x flag1 0x%08x\n",modePage,agContext, flag0, flag1 )); in saGetControllerConfig() 1256 agControllerConfig.INT_VEC_MSK1 = flag1; in saGetControllerConfig() 1262 …_FAILURE queueNum %d modePage 0x%x flag0 0x%08x flag1 0x%08x\n",queueNum,modePage, flag0, flag1 )); in saGetControllerConfig()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_urtwreg.h | 376 uint16_t flag1; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOpts.td | 62 MetaVarName<"old=new[,flag1,...]">; 95 MetaVarName<"section=flag1[,flag2,...]">;
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | saapi.h | 603 bit32 flag1,
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 511 defvar flag1 = FlagDefExpanded<ApplySuffix<flag1_base, suffix>.Result, prefix, 519 assert !xor(flag1.Polarity, flag2.Polarity), 520 "the flags must have different polarity: flag1: " # 521 flag1.Polarity # ", flag2: " # flag2.Polarity; 522 assert !ne(flag1.Value, flag2.Value), 523 "the flags must have different values: flag1: " # 524 flag1.Value # ", flag2: " # flag2.Value; 525 assert !not(!and(flag1.CanBeImplied, flag2.CanBeImplied)), 526 "only one of the flags can be implied: flag1: " # 527 flag1.CanBeImplied # ", flag2: " # flag2.CanBeImplied; [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hw.c | 102 config->flag1 |= WMI_RSRC_CFG_FLAG1_BSS_CHANNEL_INFO_64; in ath11k_init_wmi_config_qca6390() 203 config->flag1 |= WMI_RSRC_CFG_FLAG1_BSS_CHANNEL_INFO_64; in ath11k_init_wmi_config_ipq8074() 204 config->flag1 |= WMI_RSRC_CFG_FLAG1_ACK_RSSI; in ath11k_init_wmi_config_ipq8074()
|
H A D | wmi.h | 2381 u32 flag1; member 5678 u32 flag1; member
|
H A D | wmi.c | 4275 wmi_cfg->flag1 = tg_cfg->flag1; in ath11k_wmi_copy_resource_config()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | wmi.h | 2442 __le32 flag1; member
|
H A D | wmi.c | 3419 wmi_cfg->flag1 = cpu_to_le32(tg_cfg->atf_config); in ath12k_wmi_copy_resource_config()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp.h | 2590 bool flag1 : 1; member
|
/freebsd/contrib/ntp/ntpd/ |
H A D | invoke-ntp.conf.texi | 2244 @item @code{fudge} @code{127.127.}@kbd{t}.@kbd{u} @code{[@code{time1} @kbd{sec}]} @code{[@code{time2} @kbd{sec}]} @code{[@code{stratum} @kbd{int}]} @code{[@code{refid} @kbd{string}]} @code{[@code{mode} @kbd{int}]} @code{[@code{flag1} @code{0} @code{|} @code{1}]} @code{[@code{flag2} @code{0} @code{|} @code{1}]} @code{[@code{flag3} @code{0} @code{|} @code{1}]} @code{[@code{flag4} @code{0} @code{|} @code{1}]} 2314 @item @code{flag1} @code{0} @code{|} @code{1}
|
H A D | ntp.conf.def | 2352 .Op Cm flag1 Cm 0 \&| Cm 1 2426 .It Cm flag1 Cm 0 \&| Cm 1
|
/freebsd/contrib/ntp/ |
H A D | NEWS | 2816 * [Bug 2625] Deprecate flag1 in local refclock. Hal Murray, Harlan Stenn. 6582 * [Bug 2625] Deprecate flag1 in local refclock. Hal Murray, Harlan Stenn.
|
H A D | ChangeLog | 919 * [Bug 2625] Deprecate flag1 in local refclock. Hal Murray, Harlan Stenn.
|