Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 25 of 202) sorted by relevance

123456789

/freebsd/contrib/bmake/unit-tests/
H A Dvarname-make_stack_trace.mk22 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} -j1 multi-stage-1
49 multi-stage-1: .PHONY ${_make}
50 @${MAKE} -f ${MAKEFILE} -j1 multi-stage-2
51 multi-stage-2: .PHONY
52 @${MAKE} -f ${MAKEFILE} -j1 multi-stage-3
53 multi-stage-3: .PHONY
54 @${MAKE} -f ${MAKEFILE} -j1 multi-stage-4
55 multi-stage-4: .PHONY
56 @./${_make} -f ${MAKEFILE} -j1 multi-stage-5
57 multi-stage-5: .PHONY
/freebsd/crypto/krb5/src/lib/kadm5/srv/
H A Dkadm5_hook.c133 if (stage == KADM5_HOOK_STAGE_PRECOMMIT) \
143 int stage, krb5_principal princ, krb5_boolean keepold, in k5_kadm5_hook_chpass() argument
148 stage, princ, keepold, in k5_kadm5_hook_chpass()
155 int stage, kadm5_principal_ent_t princ, long mask, in k5_kadm5_hook_create() argument
160 stage, princ, mask, n_ks_tuple, ks_tuple, newpass)); in k5_kadm5_hook_create()
166 int stage, kadm5_principal_ent_t princ, long mask) in k5_kadm5_hook_modify() argument
168 ITERATE(modify, (context, h->data, stage, princ, mask)); in k5_kadm5_hook_modify()
174 int stage, krb5_principal oprinc, krb5_principal nprinc) in k5_kadm5_hook_rename() argument
176 ITERATE(rename, (context, h->data, stage, oprinc, nprinc)); in k5_kadm5_hook_rename()
182 int stage, krb5_principal princ) in k5_kadm5_hook_remove() argument
[all …]
/freebsd/lib/libc/posix1e/
H A Dacl_support.c175 int stage = ACL_USER_OBJ; in _posix1e_acl_check() local
194 if (stage > ACL_USER_OBJ) in _posix1e_acl_check()
196 stage = ACL_USER; in _posix1e_acl_check()
202 if (stage > ACL_USER) in _posix1e_acl_check()
204 stage = ACL_USER; in _posix1e_acl_check()
214 if (stage > ACL_GROUP_OBJ) in _posix1e_acl_check()
216 stage = ACL_GROUP; in _posix1e_acl_check()
222 if (stage > ACL_GROUP) in _posix1e_acl_check()
224 stage = ACL_GROUP; in _posix1e_acl_check()
233 if (stage > ACL_MASK) in _posix1e_acl_check()
[all …]
/freebsd/crypto/krb5/src/plugins/kadm5_hook/test/
H A Dmain.c42 int stage, in log_call() argument
51 (stage == KADM5_HOOK_STAGE_PRECOMMIT) ? "precommit" : "postcommit", in log_call()
60 int stage, in chpass() argument
66 log_call(context, "chpass", stage, princ); in chpass()
74 int stage, in create() argument
80 log_call(context, "create", stage, princ->principal); in create()
85 rename_hook(krb5_context context, kadm5_hook_modinfo *modinfo, int stage, in rename_hook() argument
88 log_call(context, "rename", stage, oprinc); in rename_hook()
/freebsd/crypto/krb5/src/include/krb5/
H A Dkadm5_hook_plugin.h117 int stage,
126 int stage,
135 int stage,
141 int stage, krb5_principal);
148 int stage, krb5_principal, krb5_principal);
153 int stage, krb5_principal alias,
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lz4.c66 } stage; member
315 lz4->stage = SELECT_STREAM; in lz4_reader_init()
388 switch (lz4->stage) { in lz4_filter_read()
399 if (ret != 0 || lz4->stage != SELECT_STREAM) in lz4_filter_read()
404 if (ret != 0 || lz4->stage != SELECT_STREAM) in lz4_filter_read()
413 while (lz4->stage == SELECT_STREAM) { in lz4_filter_read()
714 if (lz4->stage == SELECT_STREAM) { in lz4_filter_read_default_stream()
715 lz4->stage = READ_DEFAULT_STREAM; in lz4_filter_read_default_stream()
719 lz4->stage = READ_DEFAULT_BLOCK; in lz4_filter_read_default_stream()
727 lz4->stage = SELECT_STREAM; in lz4_filter_read_default_stream()
[all …]
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dserver_internal.h230 int stage, krb5_principal princ,
240 int stage,
250 int stage,
257 int stage,
264 int stage,
271 int stage,
/freebsd/targets/pseudo/stage/
H A DMakefile8 stage-distrib-dirs: .META ${META_DEPS}
23 stage-distrib-dirs: .META
31 all: stage-distrib-dirs
/freebsd/sys/arm64/arm64/
H A Dcpu_feat.c41 enable_cpu_feat(uint32_t stage) in enable_cpu_feat() argument
51 MPASS((stage & ~CPU_FEAT_STAGE_MASK) == 0); in enable_cpu_feat()
58 if (stage == CPU_FEAT_EARLY_BOOT && PCPU_GET(cpuid) == 0) { in enable_cpu_feat()
73 if ((feat->feat_flags & CPU_FEAT_STAGE_MASK) != stage) in enable_cpu_feat()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td37 def P440_IEXE1 : FuncUnit; // Execution stage 1 for the I pipeline
38 def P440_IEXE2 : FuncUnit; // Execution stage 2 for the I pipeline
40 def P440_JEXE1 : FuncUnit; // Execution stage 1 for the J pipeline
41 def P440_JEXE2 : FuncUnit; // Execution stage 2 for the J pipeline
46 def P440_FEXE1 : FuncUnit; // Execution stage 1 for the F pipeline
47 def P440_FEXE2 : FuncUnit; // Execution stage 2 for the F pipeline
48 def P440_FEXE3 : FuncUnit; // Execution stage 3 for the F pipeline
49 def P440_FEXE4 : FuncUnit; // Execution stage 4 for the F pipeline
50 def P440_FEXE5 : FuncUnit; // Execution stage 5 for the F pipeline
51 def P440_FEXE6 : FuncUnit; // Execution stage 6 for the F pipeline
[all …]
/freebsd/release/
H A DMakefile.mirrors17 FTPDIR?= ${RELEASEDIR}/ftp-stage
19 STAGE_TARGETS?= iso-images-stage
52 STAGE_TARGETS+= vm-images-stage
57 STAGE_TARGETS+= ci-images-stage
62 STAGE_TARGETS+= oci-images-stage
68 STAGE_TARGETS+= pkgbase-repo-stage
82 iso-images-stage:
196 vm-images-stage:
273 ci-images-stage:
328 oci-images-stage:
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetItinerary.td42 // Instruction stage - These values represent a non-pipelined step in
44 // discrete time slots needed to complete the stage. Units represent
46 // stage. Eg. IntUnit1, IntUnit2. TimeInc indicates how many cycles
47 // should elapse from the start of this stage to the start of the next
48 // stage in the itinerary. For example:
50 // A stage is specified in one of two ways:
59 int Cycles = cycles; // length of stage in machine cycles
61 int TimeInc = timeinc; // cycles till start of next stage
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dspake_kdc.c89 int version, stage; in parse_cookie() local
100 stage = k5_input_get_uint16_be(&in); in parse_cookie()
111 *stage_out = stage; in parse_cookie()
129 make_cookie(int stage, int32_t group, const krb5_data *spake, in make_cookie() argument
139 k5_buf_add_uint16_be(&buf, stage); in make_cookie()
377 int stage; in verify_response() local
392 ret = parse_cookie(&cookie, &stage, &group, &kdcpriv, &thash_in, &factors); in verify_response()
395 if (stage != 0) { in verify_response()
/freebsd/sys/dev/rtwn/rtl8723b/
H A Dr23b_calib.c133 r23b_iq_calib_chain(struct rtwn_softc *sc, enum r23b_iqk_stage stage) in r23b_iq_calib_chain() argument
139 __func__, stage == R23B_IQK_TX ? "R23B_IQK_TX" : in r23b_iq_calib_chain()
140 stage == R23B_IQK_TX_RX ? "R23B_IQK_TX_RX" : "R23B_IQK_RX"); in r23b_iq_calib_chain()
149 switch (stage) { in r23b_iq_calib_chain()
173 KASSERT(0, ("%s: Invalid stage %d", __func__, stage)); in r23b_iq_calib_chain()
178 switch (stage) { in r23b_iq_calib_chain()
192 switch (stage) { in r23b_iq_calib_chain()
210 switch (stage) { in r23b_iq_calib_chain()
/freebsd/contrib/bmake/mk/
H A Dfinal.mk12 .include <meta.stage.mk>
14 .-include <stage.mk>
H A Dmeta.stage.mk16 .-include <local.meta.stage.mk>
208 CLEANFILES += ${STAGE_SETS:@s@stage*$s@}
274 CLEANFILES += ${STAGE_AS_SETS:@s@stage*$s@}
342 .if exists(${.PARSEDIR}/stage-install.sh) && !defined(STAGE_INSTALL)
344 STAGE_INSTALL := sh ${.PARSEDIR:tA}/stage-install.sh INSTALL="${INSTALL}" OBJDIR=${.OBJDIR:tA}
/freebsd/sys/contrib/device-tree/scripts/
H A Drewrite-index.pl11 my ($obj, $stage, $path) = ($1,$2,$3);
19 $_ = "100644 $1 $stage\t$path\n"
/freebsd/release/scripts/
H A Dmake-pkg-package.sh27 BATCH=YES stage create-manifest
31 -r ${WRKDIR}/stage \
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1238 if (!(dctx->stage == ZSTDds_decompressBlock || dctx->stage == ZSTDds_decompressLastBlock)) in ZSTD_nextSrcSizeToDecompressWithInputSize()
1246 switch(dctx->stage) in ZSTD_nextInputType()
1270 static int ZSTD_isSkipFrame(ZSTD_DCtx* dctx) { return dctx->stage == ZSTDds_skipFrame; } in ZSTD_isSkipFrame()
1285 switch (dctx->stage) in ZSTD_decompressContinue()
1294 dctx->stage = ZSTDds_decodeSkippableHeader; in ZSTD_decompressContinue()
1301 dctx->stage = ZSTDds_decodeFrameHeader; in ZSTD_decompressContinue()
1309 dctx->stage = ZSTDds_decodeBlockHeader; in ZSTD_decompressContinue()
1321 dctx->stage = bp.lastBlock ? ZSTDds_decompressLastBlock : ZSTDds_decompressBlock; in ZSTD_decompressContinue()
1328 dctx->stage = ZSTDds_checkChecksum; in ZSTD_decompressContinue()
1331 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_decompressContinue()
[all …]
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1237 if (!(dctx->stage == ZSTDds_decompressBlock || dctx->stage == ZSTDds_decompressLastBlock)) in ZSTD_nextSrcSizeToDecompressWithInputSize()
1245 switch(dctx->stage) in ZSTD_nextInputType()
1269 static int ZSTD_isSkipFrame(ZSTD_DCtx* dctx) { return dctx->stage == ZSTDds_skipFrame; } in ZSTD_isSkipFrame()
1284 switch (dctx->stage) in ZSTD_decompressContinue()
1293 dctx->stage = ZSTDds_decodeSkippableHeader; in ZSTD_decompressContinue()
1300 dctx->stage = ZSTDds_decodeFrameHeader; in ZSTD_decompressContinue()
1308 dctx->stage = ZSTDds_decodeBlockHeader; in ZSTD_decompressContinue()
1320 dctx->stage = bp.lastBlock ? ZSTDds_decompressLastBlock : ZSTDds_decompressBlock; in ZSTD_decompressContinue()
1327 dctx->stage = ZSTDds_checkChecksum; in ZSTD_decompressContinue()
1330 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_decompressContinue()
[all …]
/freebsd/tests/atf_python/
H A Datf_pytest.py239 stage = report.when
245 if stage == "setup":
250 elif stage == "call":
272 elif stage == "teardown":
/freebsd/share/mk/
H A Dmeta.stage.mk16 .-include <local.meta.stage.mk>
208 CLEANFILES += ${STAGE_SETS:@s@stage*$s@}
274 CLEANFILES += ${STAGE_AS_SETS:@s@stage*$s@}
342 .if exists(${.PARSEDIR}/stage-install.sh) && !defined(STAGE_INSTALL)
344 STAGE_INSTALL := sh ${.PARSEDIR:tA}/stage-install.sh INSTALL="${INSTALL}" OBJDIR=${.OBJDIR:tA}
/freebsd/crypto/krb5/src/plugins/audit/
H A Dkdc_j_encode.c54 const int stage, const krb5_boolean ev_success);
141 ret = eventinfo_to_value(obj, "AS_REQ", state->stage, ev_success); in kau_j_as_req()
204 ret = eventinfo_to_value(obj, "TGS_REQ", state->stage, ev_success); in kau_j_tgs_req()
277 ret = eventinfo_to_value(obj, "S4U2SELF", state->stage, ev_success); in kau_j_tgs_s4u2self()
335 ret = eventinfo_to_value(obj, "S4U2PROXY", state->stage, ev_success); in kau_j_tgs_s4u2proxy()
399 ret = eventinfo_to_value(obj, "U2U", state->stage, ev_success); in kau_j_tgs_u2u()
527 const int stage, const krb5_boolean ev_success) in eventinfo_to_value() argument
534 ret = int32_to_value(stage, obj, AU_STAGE); in eventinfo_to_value()
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl89 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
174 vsel $stage,$outhead,$outtail,$outmask
177 stvx $stage,0,$out
194 vsel $stage,$outhead,$outtail,$outmask
197 stvx $stage,0,$out
211 vsel $stage,$outhead,$outtail,$outmask
214 stvx $stage,0,$out
224 vsel $stage,$outhead,$outtail,$outmask
226 stvx $stage,0,$out
239 vsel $stage,$outhead,$outtail,$outmask
[all …]
/freebsd/sys/arm64/include/
H A Dcpu.h321 #define ADDRESS_TRANSLATE_FUNC(stage) \ argument
323 arm64_address_translate_ ##stage (uint64_t addr) \
328 "at " __STRING(stage) ", %1 \n" \

123456789