/freebsd/lib/libc/posix1e/ |
H A D | acl_support.c | 175 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/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_lz4.c | 62 } stage; member 234 state->stage = SELECT_STREAM; in lz4_reader_init() 303 switch (state->stage) { in lz4_filter_read() 314 if (ret != 0 || state->stage != SELECT_STREAM) in lz4_filter_read() 319 if (ret != 0 || state->stage != SELECT_STREAM) in lz4_filter_read() 329 while (state->stage == SELECT_STREAM) { in lz4_filter_read() 624 if (state->stage == SELECT_STREAM) { in lz4_filter_read_default_stream() 625 state->stage = READ_DEFAULT_STREAM; in lz4_filter_read_default_stream() 629 state->stage = READ_DEFAULT_BLOCK; in lz4_filter_read_default_stream() 637 state->stage = SELECT_STREAM; in lz4_filter_read_default_stream() [all …]
|
/freebsd/targets/pseudo/stage/ |
H A D | Makefile | 8 stage-distrib-dirs: .META ${META_DEPS} 23 stage-distrib-dirs: .META 31 all: stage-distrib-dirs
|
/freebsd/sys/arm64/arm64/ |
H A D | cpu_feat.c | 39 enable_cpu_feat(uint32_t stage) in enable_cpu_feat() argument 46 MPASS((stage & ~CPU_FEAT_STAGE_MASK) == 0); in enable_cpu_feat() 53 if ((feat->feat_flags & CPU_FEAT_STAGE_MASK) != stage) in enable_cpu_feat()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCSchedule440.td | 37 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 D | Makefile.mirrors | 17 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 75 iso-images-stage: 189 vm-images-stage: 266 ci-images-stage: 321 oci-images-stage: 369 ftp-stage: remove-old-bits ${STAGE_TARGETS}
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetItinerary.td | 42 // 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/contrib/bmake/mk/ |
H A D | final.mk | 12 .include <meta.stage.mk> 14 .-include <stage.mk>
|
H A D | meta.stage.mk | 3 # $Id: meta.stage.mk,v 1.69 2024/02/17 17:26:57 sjg Exp $ 23 .-include <local.meta.stage.mk> 59 # add each dir we stage to _STAGED_DIRS 82 # it is an error for more than one src dir to try and stage 198 CLEANFILES += ${STAGE_SETS:@s@stage*$s@} 264 CLEANFILES += ${STAGE_AS_SETS:@s@stage*$s@} 332 .if exists(${.PARSEDIR}/stage-install.sh) && !defined(STAGE_INSTALL) 334 STAGE_INSTALL := sh ${.PARSEDIR:tA}/stage-install.sh INSTALL="${INSTALL}" OBJDIR=${.OBJDIR:tA}
|
H A D | FILES | 50 stage-install.sh 86 meta.stage.mk
|
H A D | ChangeLog | 461 * meta.stage.mk: allow STAGE_SHLIB_LINKS_FILTER to filter 681 * meta.stage.mk (LN_CP_SCRIPT): if staging to NFS cp -p can fail 691 * meta.stage.mk: stage_as_and_symlink use ${STAGE_LINK_AS_$f:U$f} 867 * stage-install.sh: create dest directory if needed 1021 * meta.stage.mk: it is not a STAGE_CONFLICT if some-target.dirdep 1088 * meta.stage.mk: allow wildcards in STAGE_FILES.* etc. 1158 * meta.stage.mk: avoid triggering stage_* targets with nothing to do. 1225 * meta.stage.mk: do nothing if NO_STAGING is defined. 1242 * meta.stage.mk: allow multiple inclusion to the extent it makes 1277 * meta.stage.mk: add stage_as_and_symlink for staging packages. [all …]
|
/freebsd/sys/contrib/device-tree/scripts/ |
H A D | rewrite-index.pl | 11 my ($obj, $stage, $path) = ($1,$2,$3); 19 $_ = "100644 $1 $stage\t$path\n"
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 853 if (!(dctx->stage == ZSTDds_decompressBlock || dctx->stage == ZSTDds_decompressLastBlock)) in ZSTD_nextSrcSizeToDecompressWithInputSize() 861 switch(dctx->stage) in ZSTD_nextInputType() 882 static int ZSTD_isSkipFrame(ZSTD_DCtx* dctx) { return dctx->stage == ZSTDds_skipFrame; } in ZSTD_isSkipFrame() 895 switch (dctx->stage) in ZSTD_decompressContinue() 904 dctx->stage = ZSTDds_decodeSkippableHeader; in ZSTD_decompressContinue() 911 dctx->stage = ZSTDds_decodeFrameHeader; in ZSTD_decompressContinue() 919 dctx->stage = ZSTDds_decodeBlockHeader; in ZSTD_decompressContinue() 931 dctx->stage = bp.lastBlock ? ZSTDds_decompressLastBlock : ZSTDds_decompressBlock; in ZSTD_decompressContinue() 938 dctx->stage = ZSTDds_checkChecksum; in ZSTD_decompressContinue() 941 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_decompressContinue() [all …]
|
/freebsd/release/scripts/ |
H A D | make-pkg-package.sh | 17 stage create-manifest 21 -r ${WRKDIR}/stage \
|
/freebsd/sys/arm64/include/ |
H A D | cpu.h | 255 #define ADDRESS_TRANSLATE_FUNC(stage) \ argument 257 arm64_address_translate_ ##stage (uint64_t addr) \ 262 "at " __STRING(stage) ", %1 \n" \
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 1121 if (!(dctx->stage == ZSTDds_decompressBlock || dctx->stage == ZSTDds_decompressLastBlock)) in ZSTD_nextSrcSizeToDecompressWithInputSize() 1129 switch(dctx->stage) in ZSTD_nextInputType() 1153 static int ZSTD_isSkipFrame(ZSTD_DCtx* dctx) { return dctx->stage == ZSTDds_skipFrame; } in ZSTD_isSkipFrame() 1168 switch (dctx->stage) in ZSTD_decompressContinue() 1177 dctx->stage = ZSTDds_decodeSkippableHeader; in ZSTD_decompressContinue() 1184 dctx->stage = ZSTDds_decodeFrameHeader; in ZSTD_decompressContinue() 1192 dctx->stage = ZSTDds_decodeBlockHeader; in ZSTD_decompressContinue() 1204 dctx->stage = bp.lastBlock ? ZSTDds_decompressLastBlock : ZSTDds_decompressBlock; in ZSTD_decompressContinue() 1211 dctx->stage = ZSTDds_checkChecksum; in ZSTD_decompressContinue() 1214 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_decompressContinue() [all …]
|
/freebsd/tests/atf_python/ |
H A D | atf_pytest.py | 239 stage = report.when 245 if stage == "setup": 250 elif stage == "call": 272 elif stage == "teardown":
|
/freebsd/share/mk/ |
H A D | meta.stage.mk | 3 # $Id: meta.stage.mk,v 1.69 2024/02/17 17:26:57 sjg Exp $ 23 .-include <local.meta.stage.mk> 59 # add each dir we stage to _STAGED_DIRS 82 # it is an error for more than one src dir to try and stage 198 CLEANFILES += ${STAGE_SETS:@s@stage*$s@} 264 CLEANFILES += ${STAGE_AS_SETS:@s@stage*$s@} 332 .if exists(${.PARSEDIR}/stage-install.sh) && !defined(STAGE_INSTALL) 334 STAGE_INSTALL := sh ${.PARSEDIR:tA}/stage-install.sh INSTALL="${INSTALL}" OBJDIR=${.OBJDIR:tA}
|
H A D | local.dirdeps.mk | 95 .if ${MK_host_egacy} == "yes" && ${DEP_RELDIR:Ntools/build:Ntargets/*:N*/stage} != "" 240 .if ${DEP_RELDIR:N.:N${SRCTOP}:N*pseudo/stage} != "" 241 DIRDEPS += targets/pseudo/stage
|
H A D | Makefile | 67 meta.stage.mk \ 74 stage-install.sh \
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesp8-ppc.pl | 89 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/contrib/zstd/lib/legacy/ |
H A D | zstd_v04.c | 2507 ZSTD_dStage stage; member 2517 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_resetDCtx() 3203 switch (ctx->stage) in ZSTD_decompressContinue() 3219 ctx->stage = ZSTDds_decodeBlockHeader; in ZSTD_decompressContinue() 3230 ctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_decompressContinue() 3236 ctx->stage = ZSTDds_decompressBlock; in ZSTD_decompressContinue() 3261 ctx->stage = ZSTDds_decodeBlockHeader; in ZSTD_decompressContinue() 3366 ZBUFF_dStage stage; member 3379 zbc->stage = ZBUFFds_init; in ZBUFF_createDCtx() 3398 zbc->stage = ZBUFFds_readHeader; in ZBUFF_decompressInit() [all …]
|
/freebsd/tools/build/options/ |
H A D | WITH_STAGING_PROG | 1 Enable staging of PROGs to stage tree.
|
H A D | WITH_STAGING_MAN | 1 Enable staging of man pages to stage tree.
|
H A D | WITH_STAGING | 1 Enable staging of files to a stage tree.
|