Searched refs:stage (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11.0-release/targets/pseudo/stage/
H A DMakefile1 # $FreeBSD: releng/11.0/targets/pseudo/stage/Makefile 296700 2016-03-11 23:45:28Z bdrewery $
9 stage-distrib-dirs: .META ${META_DEPS}
17 all: stage-distrib-dirs
/freebsd-11.0-release/contrib/binutils/
H A DMakefile.tpl799 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
800 maybe-configure-stage[+id+]-[+prefix+][+module+]:
802 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
803 configure-stage[+id+]-[+prefix+][+module+]:
804 @[ $(current_stage) = stage[+id+] ] || $(MAKE) stage[+id+]-start
826 echo Configuring stage [+id+] in [+subdir+]/[+module+] ; \
867 .PHONY: all-stage[
[all...]
/freebsd-11.0-release/lib/libc/posix1e/
H A Dacl_support.c178 int stage = ACL_USER_OBJ; local
197 if (stage > ACL_USER_OBJ)
199 stage = ACL_USER;
205 if (stage > ACL_USER)
207 stage = ACL_USER;
217 if (stage > ACL_GROUP_OBJ)
219 stage = ACL_GROUP;
225 if (stage > ACL_GROUP)
227 stage = ACL_GROUP;
236 if (stage > ACL_MAS
[all...]
/freebsd-11.0-release/release/scripts/
H A Dmake-pkg-package.sh16 stage create-manifest
20 -r ${WRKDIR}/stage \
/freebsd-11.0-release/contrib/gcc/doc/
H A Dmakefile.texi88 for @command{make} is to do a full three-stage bootstrap. This means
92 results, which @samp{make compare} can check. Each stage is configured
96 If you do a change, rebuilding will also start from the first stage
97 and ``bubble'' up the change through the three stages. Each stage
118 Performs only the first two stages of bootstrap. Unlike a three-stage
123 @item stage@var{N}-bubble (@var{N} = 1@dots{}4)
127 @item all-stage@var{N} (@var{N} = 1@dots{}4)
128 Assuming that stage @var{N} has already been built, rebuild it with the
148 @item stage@var{N}-start (@var{N} = 1@dots{}4)
150 for example, @file{gcc} points to the stage
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lz4.c64 } stage; member in struct:private_data
240 state->stage = SELECT_STREAM;
311 switch (state->stage) {
322 if (ret != 0 || state->stage != SELECT_STREAM)
327 if (ret != 0 || state->stage != SELECT_STREAM)
337 while (state->stage == SELECT_STREAM) {
628 if (state->stage == SELECT_STREAM) {
629 state->stage = READ_DEFAULT_STREAM;
633 state->stage = READ_DEFAULT_BLOCK;
641 state->stage
[all...]
/freebsd-11.0-release/sys/arm64/include/
H A Dcpu.h165 #define ADDRESS_TRANSLATE_FUNC(stage) \
167 arm64_address_translate_ ##stage (uint64_t addr) \
172 "at " __STRING(stage) ", %1 \n" \
/freebsd-11.0-release/share/mk/
H A DMakefile59 meta.stage.mk \
62 stage-install.sh \
H A Dmeta.stage.mk1 # $FreeBSD: releng/11.0/share/mk/meta.stage.mk 301464 2016-06-05 21:21:41Z bdrewery $
2 # $Id: meta.stage.mk,v 1.45 2016/05/26 03:59:09 sjg Exp $
51 # add each dir we stage to to _STAGED_DIRS
74 # it is an error for more than one src dir to try and stage
178 CLEANFILES += ${STAGE_SETS:@s@stage*$s@}
221 CLEANFILES += ${STAGE_AS_SETS:@s@stage*$s@}
259 .if exists(${.PARSEDIR}/stage-install.sh) && !defined(STAGE_INSTALL)
261 STAGE_INSTALL := sh ${.PARSEDIR:tA}/stage-install.sh INSTALL="${INSTALL}" OBJDIR=${.OBJDIR:tA}
H A Dbsd.obj.mk188 destroy-all: destroy-stage
191 # remove the stage tree
192 destroy-stage: .NOMETA
H A Dlocal.dirdeps.mk194 # we need targets/pseudo/stage to prep the stage tree
195 .if ${DEP_RELDIR} != "targets/pseudo/stage"
196 DIRDEPS += targets/pseudo/stage
H A Dlocal.gendirdeps.mk13 Ntargets/pseudo/stage* \
H A Dlocal.meta.sys.mk145 # we want to end up with a singe stage tree for all machines
148 STAGE_ROOT?= ${OBJROOT}stage
170 # This is for stage-install to pickup from the environment.
173 STAGE_INSTALL= sh ${.PARSEDIR:tA}/stage-install.sh OBJDIR=${.OBJDIR:tA}
/freebsd-11.0-release/contrib/bmake/mk/
H A Dmeta.stage.mk1 # $Id: meta.stage.mk,v 1.45 2016/05/26 03:59:09 sjg Exp $
50 # add each dir we stage to to _STAGED_DIRS
73 # it is an error for more than one src dir to try and stage
177 CLEANFILES += ${STAGE_SETS:@s@stage*$s@}
220 CLEANFILES += ${STAGE_AS_SETS:@s@stage*$s@}
258 .if exists(${.PARSEDIR}/stage-install.sh) && !defined(STAGE_INSTALL)
260 STAGE_INSTALL := sh ${.PARSEDIR:tA}/stage-install.sh INSTALL="${INSTALL}" OBJDIR=${.OBJDIR:tA}
H A Dmeta2deps.sh282 /*/stage/*) ;;
/freebsd-11.0-release/targets/
H A DMakefile.xtras34 destroy-stage \
/freebsd-11.0-release/release/
H A DMakefile.mirrors18 FTPDIR?= ${RELEASEDIR}/ftp-stage
20 STAGE_TARGETS?= iso-images-stage
74 STAGE_TARGETS+= vm-images-stage
87 iso-images-stage:
210 vm-images-stage:
253 ftp-stage: remove-old-bits ${STAGE_TARGETS}
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c150 cvmx_usb_stage_t stage; /**< For control transactions, the current stage */ member in struct:cvmx_usb_transaction
1579 switch (transaction->stage)
1583 cvmx_dprintf("%s: ERROR - Non control stage\n", __FUNCTION__);
1591 buffer data will be used in the next stage */
1706 cvmx_dprintf("%s: Channel %d started. Pipe %d transaction %d stage %d\n",
1709 transaction->stage);
1784 /* On the start split phase (stage is even) record the frame number we
1787 if ((transaction->stage&1) == 0)
1800 usbc_hcsplt.s.compsplt = (transaction->stage
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl63 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
147 vsel $stage,$outhead,$outtail,$outmask
150 stvx $stage,0,$out
167 vsel $stage,$outhead,$outtail,$outmask
170 stvx $stage,0,$out
184 vsel $stage,$outhead,$outtail,$outmask
187 stvx $stage,0,$out
197 vsel $stage,$outhead,$outtail,$outmask
199 stvx $stage,0,$out
212 vsel $stage,
[all...]
/freebsd-11.0-release/sys/dev/oce/
H A Doce_hw.c60 if (post_status.bits.stage <= POST_STAGE_AWAITING_HOST_RDY) {
61 post_status.bits.stage = POST_STAGE_CHIP_RESET;
78 if (post_status.bits.stage == POST_STAGE_ARMFW_READY)
/freebsd-11.0-release/sys/dev/bxe/
H A Decore_init.h60 /* Returns the index of start or end of a specific block stage in ops array*/
61 #define BLOCK_OPS_IDX(block, stage, end) \
62 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
559 /* Returns the index of start or end of a specific block stage in ops array*/
560 #define BLOCK_OPS_IDX(block, stage, end) \
561 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
/freebsd-11.0-release/sys/dev/dcons/
H A Ddcons_os.c284 dcons_drv_init(int stage) argument
324 if (stage == 0) { /* XXX or cold */
/freebsd-11.0-release/contrib/gcc/
H A DMakefile.in169 # turned on. These flags are also used to pass other stage dependent
1041 # Files to be copied after each stage in building.
1049 # Files to be moved away after each stage in building.
3336 # but not rerun fixproto after each stage
3630 -rm -f stage?_*
4322 -set -vx; stage=`echo $@ | sed -e 's/un//'`; \
4323 rm -f $$stage/as$(exeext); \
4324 rm -f $$stage/nm$(exeext); \
4325 rm -f $$stage/collect-ld$(exeext); \
4326 if test -d $$stage; the
[all...]
/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_tpc.c127 int stage; member in struct:tpc_list
826 if (list->stage == 1) {
963 list->stage++;
976 if (list->stage == 1) {
1023 list->stage++;
1039 if (list->stage == 1) {
1089 list->stage++;
1173 if (list->stage > 0) {
1313 list->stage++;
1325 if (list->stage >
[all...]
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c125 * stage set or will have it later in its lifetime.
561 enum zio_stage stage, enum zio_stage pipeline)
571 ASSERT(vd || stage == ZIO_STAGE_OPEN);
617 zio->io_orig_stage = zio->io_stage = stage;
620 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY);
621 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE);
873 enum zio_stage stage = ZIO_FREE_PIPELINE; local
886 stage |= ZIO_STAGE_ISSUE_ASYNC | ZIO_STAGE_VDEV_IO_START |
894 stage |= ZIO_STAGE_ISSUE_ASYNC;
900 NULL, 0, NULL, ZIO_STAGE_OPEN, stage);
557 zio_create(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, void *data, uint64_t size, zio_done_func_t *done, void *private, zio_type_t type, zio_priority_t priority, enum zio_flag flags, vdev_t *vd, uint64_t offset, const zbookmark_phys_t *zb, enum zio_stage stage, enum zio_stage pipeline) argument
1525 enum zio_stage stage = zio->io_stage; local
[all...]

Completed in 153 milliseconds

12