/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_init_tool.h | 32 /* Init Tool HSI constants and macros */ 39 /* indicates an init that should be applied to any phase ID */ 104 * binary init buffer types 109 BIN_BUF_INIT_CMD /* init commands */, 110 BIN_BUF_INIT_VAL /* init data */, 111 BIN_BUF_INIT_MODE_TREE /* init modes tree */, 117 * init array header: raw 122 #define INIT_ARRAY_RAW_HDR_TYPE_MASK 0xF /* Init array type, from init_array_types enum */ 124 #define INIT_ARRAY_RAW_HDR_PARAMS_MASK 0xFFFFFFF /* init array params */ 129 * init array header: standard [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 281 class Init { 338 /// Get the record keeper that initialized this Init. 342 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {} in Kind() 345 Init(const Init &) = delete; 346 Init &operator=(const Init &) = delete; 347 virtual ~Init() = default; 373 virtual Init *getCastTo(RecTy *Ty) const = 0; 378 virtual Init *convertInitializerTo(RecTy *Ty) const = 0; 382 /// returning them as a new \p Init of type \p bits. If it is not legal 384 virtual Init *convertInitializerBitRange(ArrayRef<unsigned> Bits) const { in convertInitializerBitRange() [all …]
|
/freebsd/crypto/openssl/include/internal/ |
H A D | thread_once.h | 37 # define DEFINE_RUN_ONCE(init) \ argument 38 static int init(void); \ 39 int init##_ossl_ret_ = 0; \ 40 void init##_ossl_(void) \ 42 init##_ossl_ret_ = init(); \ 44 static int init(void) 50 # define DECLARE_RUN_ONCE(init) \ argument 51 extern int init##_ossl_ret_; \ 52 void init##_ossl_(void); 69 # define DEFINE_RUN_ONCE_STATIC(init) \ argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 85 DenseMap<std::pair<RecTy *, Init *>, VarInit *> TheVarInitPool; 88 DenseMap<std::pair<Init *, StringInit *>, FieldInit *> TheFieldInitPool; 344 void Init::anchor() {} in anchor() 347 LLVM_DUMP_METHOD void Init::dump() const { return print(errs()); } in dump() 350 RecordKeeper &Init::getRecordKeeper() const { in getRecordKeeper() 362 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() 366 Init *UnsetInit::convertInitializerTo(RecTy *Ty) const { in convertInitializerTo() 370 static void ProfileArgumentInit(FoldingSetNodeID &ID, Init *Value, in ProfileArgumentInit() 385 ArgumentInit *ArgumentInit::get(Init *Value, ArgAuxType Aux) { in get() 400 Init *ArgumentInit::resolveReferences(Resolver &R) const { in resolveReferences() [all …]
|
H A D | TGParser.h | 32 Init *Value; 34 LetRecord(StringInit *N, ArrayRef<unsigned> B, Init *V, SMLoc L) in LetRecord() 66 Init *ListValue; 71 ForeachLoop(SMLoc Loc, VarInit *IVar, Init *LValue) in ForeachLoop() 78 SmallVector<Init *, 16> Elements; 99 std::map<std::string, Init *, std::less<>> Vars; 121 Init *getVar(RecordKeeper &Records, MultiClass *ParsingMultiClass, 133 void addVar(StringRef Name, Init *I) { in addVar() 231 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName, 232 ArrayRef<unsigned> BitList, Init *V, [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8994-smd-rpm.dtsi | 103 qcom,init-voltage = <1800000>; 109 qcom,init-voltage = <1200000>; 115 qcom,init-voltage = <1800000>; 125 qcom,init-voltage = <2950000>; 132 qcom,init-voltage = <1200000>; 142 qcom,init-voltage = <1800000>; 149 qcom,init-voltage = <2700000>; 156 qcom,init-voltage = <2700000>; 164 qcom,init-voltage = <3000000>; 165 qcom,init-ldo-mode = <1>; [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | rsend_005_pos.ksh | 36 # zfs send -R -I send all the incremental between fs@init with fs@final 40 # 2. Send -R -I @init @final on pool 41 # 3. Destroy all the snapshots which is later than @init 48 log_assert "zfs send -R -I send all the incremental between @init with @final" 61 log_must eval "zfs send -R -I @init $POOL2@final > " \ 62 "$BACKDIR/pool-init-final-IR" 68 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-init-final-IR" 76 log_must eval "zfs send -R -I @init $dstds/$FS@final > " \ 77 "$BACKDIR/fs-init-final-IR" 84 log_must eval "zfs receive -d -F $dstds < $BACKDIR/fs-init-final-IR" [all …]
|
H A D | rsend_004_pos.ksh | 36 # zfs send -R -i send incremental from fs@init to fs@final. 48 log_assert "zfs send -R -i send incremental from fs@init to fs@final." 66 log_must eval "zfs send -R -i @init $POOL2@final > " \ 67 "$BACKDIR/pool-init-final-iR" 69 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-init-final-iR" 83 log_must eval "zfs send -R -i @init $dstds/$FS@final > " \ 84 "$BACKDIR/fs-init-final-iR" 92 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/fs-init-final-iR" 94 zfs receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR 108 log_must eval "zfs send -R -i @init $POOL2/$FS/vol@final > " \ [all …]
|
H A D | rsend_002_pos.ksh | 36 # zfs send -I sends all incrementals from fs@init to fs@final. 47 log_assert "zfs send -I sends all incrementals from fs@init to fs@final." 60 log_must eval "zfs send -I $POOL2@init $POOL2@final > " \ 61 "$BACKDIR/pool-init-final-I" 63 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-init-final-I" 73 log_must eval "zfs send -I @init $dstds/$FS@final > $BACKDIR/fs-init-final-I" 75 log_must eval "zfs receive -d -F $dstds < $BACKDIR/fs-init-final-I" 87 $dataset@snapB $dataset@init 93 log_pass "zfs send -I sends all incrementals from fs@init to fs@final."
|
/freebsd/usr.bin/tip/tip/ |
H A D | vars.c | 44 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT), 48 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 50 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 52 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 56 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC, 60 { "framesize", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 62 { "host", STRING|IREMOTE|INIT, READ<<PUBLIC, 64 { "log", STRING|INIT, (READ|WRITE)<<ROOT, 66 { "phones", STRING|INIT|IREMOTE, READ<<PUBLIC, 74 { "record", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC, [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/rsend/ |
H A D | rsend_005_pos.ksh | 36 # zfs send -R -I send all the incremental between fs@init with fs@final 40 # 2. Send -R -I @init @final on pool 41 # 3. Destroy all the snapshots which is later than @init 57 log_assert "zfs send -R -I send all the incremental between @init with @final" 70 log_must eval "$ZFS send -R -I @init $POOL2@final > " \ 71 "$BACKDIR/pool-init-final-IR" 77 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-init-final-IR" 85 log_must eval "$ZFS send -R -I @init $dstds/$FS@final > " \ 86 "$BACKDIR/fs-init-final-IR" 93 log_must eval "$ZFS receive -d -F $dstds < $BACKDIR/fs-init-final-IR" [all …]
|
H A D | rsend_004_pos.ksh | 36 # zfs send -R -i send incremental from fs@init to fs@final. 57 log_assert "zfs send -R -i send incremental from fs@init to fs@final." 75 log_must eval "$ZFS send -R -i @init $POOL2@final > " \ 76 "$BACKDIR/pool-init-final-iR" 78 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-init-final-iR" 92 log_must eval "$ZFS send -R -i @init $dstds/$FS@final > " \ 93 "$BACKDIR/fs-init-final-iR" 101 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/fs-init-final-iR" 103 $ZFS receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR 117 log_must eval "$ZFS send -R -i @init $POOL2/$FS/vol@final > " \ [all …]
|
H A D | rsend_002_pos.ksh | 36 # zfs send -I sends all incrementals from fs@init to fs@final. 56 log_assert "zfs send -I sends all incrementals from fs@init to fs@final." 69 log_must eval "$ZFS send -I $POOL2@init $POOL2@final > " \ 70 "$BACKDIR/pool-init-final-I" 72 log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-init-final-I" 82 log_must eval "$ZFS send -I @init $dstds/$FS@final > $BACKDIR/fs-init-final-I" 84 log_must eval "$ZFS receive -d -F $dstds < $BACKDIR/fs-init-final-I" 96 $dataset@snapB $dataset@init 102 log_pass "zfs send -I sends all incrementals from fs@init to fs@final."
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CheckExprLifetime.cpp | 71 // C++17 [class.base.init]p8: in getEntityLifetime() 74 // C++17 [class.base.init]p11: in getEntityLifetime() 158 // [dcl.init, 9.3] persists until the completion of the full-expression in getEntityLifetime() 239 Expr *Init, LocalVisitor Visit, 244 Expr *Init, ReferenceKind RK, 492 /// glvalue expression \c Init. 494 Expr *Init, ReferenceKind RK, in visitLocalsRetainedByReferenceBinding() argument 502 Old = Init; in visitLocalsRetainedByReferenceBinding() 504 if (auto *FE = dyn_cast<FullExpr>(Init)) in visitLocalsRetainedByReferenceBinding() 505 Init = FE->getSubExpr(); in visitLocalsRetainedByReferenceBinding() [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | init.c | 57 /* no need to init trace */ in DEFINE_RUN_ONCE_STATIC() 59 OSSL_TRACE(INIT, "ossl_init_base: setting up stop handlers\n"); in DEFINE_RUN_ONCE_STATIC() 80 OSSL_TRACE(INIT, "ossl_init_base failed!\n"); in DEFINE_RUN_ONCE_STATIC() 132 OSSL_TRACE(INIT, "ossl_init_load_crypto_nodelete()\n"); in DEFINE_RUN_ONCE_STATIC() 146 OSSL_TRACE1(INIT, in DEFINE_RUN_ONCE_STATIC() 170 OSSL_TRACE1(INIT, "obtained DSO reference? %s\n", in DEFINE_RUN_ONCE_STATIC() 191 OSSL_TRACE(INIT, "ossl_err_load_crypto_strings()\n"); in DEFINE_RUN_ONCE_STATIC() 212 OSSL_TRACE(INIT, "openssl_add_all_ciphers_int()\n"); in DEFINE_RUN_ONCE_STATIC() 233 OSSL_TRACE(INIT, "openssl_add_all_digests()\n"); in DEFINE_RUN_ONCE_STATIC() 265 OSSL_TRACE(INIT, "ossl_no_config_in in DEFINE_RUN_ONCE_STATIC_ALT() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 126 cl::value_desc("cpu-name"), cl::init("")); in CGOPT() 155 cl::init(ThreadModel::POSIX), in CGOPT() 173 cl::init(0)); in CGOPT() 178 cl::init(ExceptionHandling::None), in CGOPT() 194 "filetype", cl::init(CodeGenFileType::AssemblyFile), in CGOPT() 208 cl::init(FramePointerKind::None), in CGOPT() 224 cl::init(false)); in CGOPT() 230 cl::init(false)); in CGOPT() 236 cl::init(false)); in CGOPT() 243 cl::init(false)); in CGOPT() [all …]
|
/freebsd/bin/pwait/tests/ |
H A D | pwait_test.sh | 59 init=1 65 timeout --preserve-status 2 pwait -t 1d $init 71 timeout --preserve-status 2 pwait -t 1d $init 77 timeout --preserve-status 2 pwait -t -1 $init 83 timeout --preserve-status 2 pwait -t 100000001 $init 91 timeout --preserve-status 2 pwait -t 100000000 $init 97 timeout --preserve-status 2 pwait -t 1h $init 103 timeout --preserve-status 2 pwait -t 1.5h $init 109 timeout --preserve-status 2 pwait -t 1m $init 115 timeout --preserve-status 2 pwait -t 1.5m $init [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.h | 25 class Init; variable 64 /// Parse any InstructionPattern from a TableGen Init. 65 /// \param Arg Init to parse. 68 std::unique_ptr<Pattern> parseInstructionPattern(const Init &Arg, 71 /// Parse a WipOpcodeMatcher from a TableGen Init. 72 /// \param Arg Init to parse. 75 std::unique_ptr<Pattern> parseWipMatchOpcodeMatcher(const Init &Arg, 78 /// Parses an Operand of an InstructionPattern from a TableGen Init. 80 /// \param OpInit Init to parse. 84 const Init *OpInit, [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-sctp.c | 117 { SCTP_INITIATION, "INIT" }, 118 { SCTP_INITIATION_ACK, "INIT ACK" }, 191 /* Sctp association init request/ack */ 193 /* this is used for init ack, too */ 274 * we must carry the init tag in the common header. Just the 635 const struct sctpInitiation *init; in sctp_print() local 637 if (chunkLengthRemaining < sizeof(*init)) { in sctp_print() 641 init=(const struct sctpInitiation*)bp; in sctp_print() 642 ND_PRINT("[init tag: %u] ", GET_BE_U_4(init->initTag)); in sctp_print() 643 ND_PRINT("[rwnd: %u] ", GET_BE_U_4(init->rcvWindowCredit)); in sctp_print() [all …]
|
/freebsd/crypto/openssh/contrib/hpux/ |
H A D | README | 20 # cp sshd.rc /sbin/init.d 21 # chmod 555 /sbin/init.d/sshd.rc 22 # ln -s /sbin/init.d/sshd.rc /sbin/rc1.d/K100sshd 23 # ln -s /sbin/init.d/sshd.rc /sbin/rc2.d/S900sshd 42 # cp egd.rc /sbin/init.d 43 # chmod 555 /sbin/init.d/egd.rc 44 # ln -s /sbin/init.d/egd.rc /sbin/rc1.d/K600egd 45 # ln -s /sbin/init.d/egd.rc /sbin/rc2.d/S400egd
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | timefn.c | 31 static int init = 0; in UTIL_getSpanTimeMicro() local 32 if (!init) { in UTIL_getSpanTimeMicro() 37 init = 1; in UTIL_getSpanTimeMicro() 45 static int init = 0; in UTIL_getSpanTimeNano() local 46 if (!init) { in UTIL_getSpanTimeNano() 51 init = 1; in UTIL_getSpanTimeNano() 65 static int init = 0; in UTIL_getSpanTimeMicro() local 66 if (!init) { in UTIL_getSpanTimeMicro() 68 init = 1; in UTIL_getSpanTimeMicro() 76 static int init = 0; in UTIL_getSpanTimeNano() local [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | digest.c | 43 DigestInit init; member 70 free_DigestInit(&digest->init); in krb5_digest_free() 85 if (digest->init.channel) { in krb5_digest_set_server_cb() 90 digest->init.channel = calloc(1, sizeof(*digest->init.channel)); in krb5_digest_set_server_cb() 91 if (digest->init.channel == NULL) in krb5_digest_set_server_cb() 94 digest->init.channel->cb_type = strdup(type); in krb5_digest_set_server_cb() 95 if (digest->init.channel->cb_type == NULL) in krb5_digest_set_server_cb() 98 digest->init.channel->cb_binding = strdup(binding); in krb5_digest_set_server_cb() 99 if (digest->init.channel->cb_binding == NULL) in krb5_digest_set_server_cb() 103 if (digest->init.channel) { in krb5_digest_set_server_cb() [all …]
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | init_test.sh | 13 geli init -B none -e $ealgo -l $keylen -P -K keyfile \ 34 atf_test_case init cleanup 60 atf_set "descr" "init -B can select an alternate backup metadata file" 75 atf_check -s exit:0 -o ignore geli init -B none -P -K keyfile ${md} 82 atf_check -s exit:0 -o ignore geli init -P -K keyfile ${md} 96 geli init -B backupfile -P -K keyfile ${md} 98 atf_fail "geli init -B did not create a backup file" 113 atf_set "descr" "init -J accepts a passfile" 132 geli init -i ${iter} -B none -J passfile0 -P ${md} 134 geli init -i ${iter} -B none -J passfile0 -P -K keyfile0 ${md} [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 87 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain() 91 cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false), in gcovMain() 95 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false), in gcovMain() 100 cl::opt<bool> LongNames("l", cl::Grouping, cl::init(false), in gcovMain() 104 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false), in gcovMain() 112 "intermediate-format", cl::init(false), in gcovMain() 118 cl::opt<bool> Demangle("demangled-names", cl::init(false), in gcovMain() 123 cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false), in gcovMain() 128 "o", cl::value_desc("DIR|FILE"), cl::init(""), in gcovMain() 133 cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(fals in gcovMain() [all...] |
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | numeric | 21 accumulate(InputIterator first, InputIterator last, T init); 25 accumulate(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); 33 reduce(InputIterator first, InputIterator last, T init); // C++17 37 reduce(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); // C++17 41 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init); 46 T init, BinaryOperation1 binary_op1, BinaryOperation2 binary_op2); 52 InputIterator2 first2, T init); // C++17 57 InputIterator2 first2, T init, 62 transform_reduce(InputIterator first, InputIterator last, T init, 76 OutputIterator result, T init); // C++17 [all …]
|