/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 …]
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/hw/ |
H A D | init_tool_hsi.h | 47 /* indicates an init that should be applied to any phase ID */ 50 /* init pattern size in bytes */ 81 BIN_BUF_INIT_CMD /* init commands */, 82 BIN_BUF_INIT_VAL /* init data */, 83 BIN_BUF_INIT_MODE_TREE /* init modes tree */, 90 * init array header: raw 95 #define INIT_ARRAY_RAW_HDR_TYPE_MASK 0xF /* Init array type, from init_array_types enum */ 97 #define INIT_ARRAY_RAW_HDR_PARAMS_MASK 0xFFFFFFF /* init array params */ 103 * init array header: standard 108 #define INIT_ARRAY_STANDARD_HDR_TYPE_MASK 0xF /* Init array type, from init_array_types enum */ [all …]
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ |
H A D | ecore_hsi_init_tool.h | 39 /* Init Tool HSI constants and macros */ 46 /* indicates an init that should be applied to any phase ID */ 162 * binary init buffer types 167 BIN_BUF_INIT_CMD /* init commands */, 168 BIN_BUF_INIT_VAL /* init data */, 169 BIN_BUF_INIT_MODE_TREE /* init modes tree */, 176 * init array header: raw 181 #define INIT_ARRAY_RAW_HDR_TYPE_MASK 0xF /* Init array type, from init_array_types enum */ 183 #define INIT_ARRAY_RAW_HDR_PARAMS_MASK 0xFFFFFFF /* init array params */ 188 * init array header: standard [all …]
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_hsi_init_tool.h | 39 /* Init Tool HSI constants and macros */ 46 /* indicates an init that should be applied to any phase ID */ 162 * binary init buffer types 167 BIN_BUF_INIT_CMD /* init commands */, 168 BIN_BUF_INIT_VAL /* init data */, 169 BIN_BUF_INIT_MODE_TREE /* init modes tree */, 176 * init array header: raw 181 #define INIT_ARRAY_RAW_HDR_TYPE_MASK 0xF /* Init array type, from init_array_types enum */ 183 #define INIT_ARRAY_RAW_HDR_PARAMS_MASK 0xFFFFFFF /* init array params */ 188 * init array header: standard [all …]
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | designated-init.c | 162 designated-init.c:23:36: warning: in initializer for s2_positional: positional init of field in str… 163 designated-init.c:23:39: warning: in initializer for s2_positional: positional init of field in str… 164 designated-init.c:27:11: warning: in initializer for s2: positional init of field in struct s2, dec… 165 designated-init.c:27:14: warning: in initializer for s2: positional init of field in struct s2, dec… 166 designated-init.c:31:17: warning: in initializer for s2: positional init of field in struct s2, dec… 167 designated-init.c:31:20: warning: in initializer for s2: positional init of field in struct s2, dec… 168 designated-init.c:42:9: warning: in initializer for nest2_positional: positional init of field in s… 169 designated-init.c:43:9: warning: in initializer for nest2_positional: positional init of field in s… 170 designated-init.c:43:11: warning: in initializer for s2: positional init of field in struct s2, dec… 171 designated-init.c:43:14: warning: in initializer for s2: positional init of field in struct s2, dec… [all …]
|
H A D | constexpr-init.c | 46 constexpr-init.c:16:21: warning: non-constant initializer for static object 47 constexpr-init.c:17:25: warning: non-constant initializer for static object 48 constexpr-init.c:18:29: warning: non-constant initializer for static object 49 constexpr-init.c:19:32: warning: non-constant initializer for static object 50 constexpr-init.c:21:26: warning: non-constant initializer for static object 51 constexpr-init.c:22:40: warning: non-constant initializer for static object 52 constexpr-init.c:23:49: warning: non-constant initializer for static object 53 constexpr-init.c:24:52: warning: non-constant initializer for static object 54 constexpr-init.c:26:19: warning: non-constant initializer for static object 55 constexpr-init.c:27:22: warning: non-constant initializer for static object [all …]
|
/illumos-gate/usr/src/man/man8/ |
H A D | init.8 | 7 .TH INIT 8 "Sep 2, 2009" 9 init, telinit \- process control initialization 13 \fB/sbin/init\fR [0123456abcQqSs] 24 \fBinit\fR is the default primordial user process. (Options given to the kernel 26 process, as described on \fBkernel\fR(8)). \fBinit\fR initiates the core 29 compatibility, \fBinit\fR also starts and restarts general processes according 36 .SS "init Failure" 39 If \fBinit\fR exits for any reason other than system shutdown, it will be 46 processes exists. Processes spawned by \fBinit\fR for each of these run levels 47 are defined in \fB/etc/inittab\fR. \fBinit\fR can be in one of eight run [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 …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.3 | 700 .L "/*INIT*/" 705 .L "(PP_ASSERT, char* string) /*INIT*/" 710 .L "(PP_BUILTIN, char*(*fun)(char* buf, char* name, char* args)) /*INIT*/" 731 .L "(PP_COMMENT,void (*fun)(char*head,char*body,char*tail,int line) /*INIT*/" 733 .L "(PP_COMPATIBILITY, char* string) /*INIT*/" 735 .L "(PP_COMPILE, char* string) /*INIT*/" 737 .L "(PP_DEBUG, char* string) /*INIT*/" 739 .L "(PP_DEFAULT, char* string) /*INIT*/" 741 .L "(PP_DEFINE, char* string) /*INIT*/" 746 .L "(PP_DIRECTIVE, char* string) /*INIT*/" [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 …]
|
/illumos-gate/usr/src/man/man5/ |
H A D | inittab.5 | 9 inittab \- script for init 13 The \fB/etc/inittab\fR file controls process dispatching by \fBinit\fR. The 14 processes most typically dispatched by \fBinit\fR are daemons. 60 each process spawned by \fBinit\fR is assigned a run level(s) in which it is 65 When \fBinit\fR is requested to change run levels, all processes that do not 77 \fBinit\fR or \fBtelinit\fR process requests them to be run (regardless of the 78 current run level of the system). See \fBinit\fR(8). These differ from run 79 levels in that \fBinit\fR can never enter run level \fBa\fR, \fBb\fR or 82 \fBb\fR or \fBc\fR command is not killed when \fBinit\fR changes levels. They 85 \fBinit\fR goes into single-user state. [all …]
|
H A D | init.d.5 | 6 .TH INIT.D 5 "May 13, 2017" 8 init.d \- initialization and termination scripts for changing init states 12 \fB/etc/init.d\fR 17 \fB/etc/init.d\fR is a directory containing initialization and termination 18 scripts for changing init states. These scripts are linked when appropriate to 20 corresponding to the init state. See \fBinit\fR(8) for definitions of the 25 for service initiation and termination. The \fBinit.d\fR and \fBrc?.d\fR 31 File names in \fBrc?.d\fR directories are of the form \fB[SK]nn\fI<init.d 37 When entering a state (init S,0,2,3,etc.) the \fBrc[S0-6]\fR script executes 53 Do not put \fB/etc/init.d\fR in your \fB$PATH\fR. Having this directory in your [all …]
|
/illumos-gate/usr/src/test/crypto-tests/tests/common/ |
H A D | cryptotest_kcf.c | 190 crypto_mac_init_t init; in mac_init() local 192 bzero((void *)&init, sizeof (init)); in mac_init() 194 init.mi_session = op->hsession; in mac_init() 196 init.mi_key.ck_data = op->key; in mac_init() 197 init.mi_key.ck_format = CRYPTO_KEY_RAW; /* must be this */ in mac_init() 198 init.mi_key.ck_length = op->keylen; in mac_init() 200 init.mi_mech.cm_type = op->mech; in mac_init() 201 init.mi_mech.cm_param = NULL; in mac_init() 202 init.mi_mech.cm_param_len = 0; in mac_init() 204 return (kcf_do_ioctl(CRYPTO_MAC_INIT, (uint_t *)&init, "init")); in mac_init() [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 …]
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | vars.c | 20 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT), 24 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 26 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 28 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 32 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC, 36 { "framesize", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 38 { "host", STRING|IREMOTE|INIT, READ<<PUBLIC, 40 { "log", STRING|INIT, (READ|WRITE)<<ROOT, 42 { "phones", STRING|INIT|IREMOTE, READ<<PUBLIC, 50 { "record", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC, [all …]
|
/illumos-gate/usr/src/test/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 …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | rsend_005_pos.ksh | 37 # zfs send -R -I send all the incremental between fs@init with fs@final 41 # 2. Send -R -I @init @final on pool 42 # 3. Destroy all the snapshots which is later than @init 49 log_assert "zfs send -R -I send all the incremental between @init with @final" 62 log_must eval "zfs send -R -I @init $POOL2@final > " \ 63 "$BACKDIR/pool-init-final-IR" 69 log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-init-final-IR" 77 log_must eval "zfs send -R -I @init $dstds/$FS@final > " \ 78 "$BACKDIR/fs-init-final-IR" 85 log_must eval "zfs receive -d -F $dstds < $BACKDIR/fs-init-final-IR" [all …]
|
/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 …]
|
/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/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/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...] |
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_cookie.c | 112 MD5Init(&context); /* init context for 1st */ in hmac_md5() 120 MD5Init(&context); /* init context for 2nd */ in hmac_md5() 147 * When processing an INIT chunk, a chain of one or more error CAUSE blocks 158 sctp_init_chunk_t *init, mblk_t *inmp, sctp_parm_hdr_t **want_cookie, in validate_init_params() argument 180 if (init->sic_instr == 0 || init->sic_outstr == 0) { in validate_init_params() 183 htons(init->sic_instr), htons(init->sic_outstr))); in validate_init_params() 186 if (ntohl(init->sic_inittag) == 0) { in validate_init_params() 306 * If processing an INIT chunk add a new in validate_init_params() 343 * We only care about supp_af when processing INIT, i.e want_cookie in validate_init_params() 381 * Initialize params from the INIT and INIT-ACK when the assoc. is [all …]
|