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

/freebsd-10.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-10.0-release/usr.sbin/pkg_install/lib/
H A Dversion.c151 } stage[] = { variable in typeref:struct:__anon11645
196 for (i = 0; stage[i].name; i++) {
197 if (strncasecmp(pos, stage[i].name, stage[i].namelen) == 0
198 && !isalpha(pos[stage[i].namelen])) {
200 /* stage to value */
201 component->a = stage[i].value;
202 pos += stage[i].namelen;
/freebsd-10.0-release/contrib/bmake/mk/
H A Dmeta.stage.mk1 # $Id: meta.stage.mk,v 1.30 2013/04/19 16:32:57 sjg Exp $
42 # add each dir we stage to to _STAGED_DIRS
56 # it is an error for more than one src dir to try and stage
154 CLEANFILES += ${STAGE_SETS:@s@stage*$s@}
197 CLEANFILES += ${STAGE_AS_SETS:@s@stage*$s@}
231 .if exists(${.PARSEDIR}/stage-install.sh) && !defined(STAGE_INSTALL)
233 STAGE_INSTALL := sh ${.PARSEDIR:tA}/stage-install.sh INSTALL="${INSTALL}" OBJDIR=${.OBJDIR:tA}
H A Dmeta2deps.sh258 /*/stage/*) ;;
H A Dgendirdeps.mk234 # qualified dirs - if we got anything from a stage dir.
/freebsd-10.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-10.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)
H A Doce_hw.h410 uint32_t stage:16; member in struct:mpu_ep_semaphore_u::__anon9088
412 uint32_t stage:16;
/freebsd-10.0-release/sys/dev/bxe/
H A Decore_init.h67 /* Returns the index of start or end of a specific block stage in ops array*/
68 #define BLOCK_OPS_IDX(block, stage, end) \
69 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
566 /* Returns the index of start or end of a specific block stage in ops array*/
567 #define BLOCK_OPS_IDX(block, stage, end) \
568 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
H A Decore_init_ops.h255 static void ecore_init_block(struct bxe_softc *sc, uint32_t block, uint32_t stage) argument
258 INIT_OPS_OFFSETS(sc)[BLOCK_OPS_IDX(block, stage,
261 INIT_OPS_OFFSETS(sc)[BLOCK_OPS_IDX(block, stage,
358 * this is done as a separate init stage.
868 * called during init common stage, ilt clients should be initialized
890 /* called during init port stage */
923 /* called during init common stage */
950 /* called during init func stage */
/freebsd-10.0-release/sys/dev/dcons/
H A Ddcons_os.c284 dcons_drv_init(int stage) argument
324 if (stage == 0) { /* XXX or cold */
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c137 * stage set or will have it later in its lifetime.
580 enum zio_stage stage, enum zio_stage pipeline)
590 ASSERT(vd || stage == ZIO_STAGE_OPEN);
636 zio->io_orig_stage = zio->io_stage = stage;
639 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY);
640 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE);
788 enum zio_stage stage = ZIO_FREE_PIPELINE; local
801 stage |= ZIO_STAGE_ISSUE_ASYNC | ZIO_STAGE_VDEV_IO_START |
809 stage |= ZIO_STAGE_ISSUE_ASYNC;
813 NULL, 0, NULL, ZIO_STAGE_OPEN, stage);
576 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, int priority, enum zio_flag flags, vdev_t *vd, uint64_t offset, const zbookmark_t *zb, enum zio_stage stage, enum zio_stage pipeline) argument
1310 enum zio_stage stage = zio->io_stage; local
[all...]
/freebsd-10.0-release/sys/boot/i386/boot0/
H A Dboot0.S96 * themselves, so we want to pass a valid one to the next stage.
100 * to free the space at 0:0x7c00 for the next stage boot block.
105 * in some cases, passed in %si to the next stage boot code.
113 * selected partition is used to load the next stage boot code,
444 * to present to the next stage boot code.
464 * restore to %si which is where the next stage expects it.
494 popw %si # Restore, next stage uses it
/freebsd-10.0-release/contrib/sendmail/src/
H A Dmilter.c83 ** MilterMacros contains the milter macros for each milter and each stage.
2187 ** stage -- index of macros to send for filter smfi_getsymval().
2198 milter_command(cmd, data, sz, stage, e, state, where, cmd_error)
2202 int stage;
2234 if (stage >= SMFIM_FIRST && stage <= SMFIM_LAST)
2239 if ((m->mf_lflags & MI_LFLAGS_SYM(stage)) != 0)
2244 macros = MilterMacros[stage][idx];
/freebsd-10.0-release/contrib/binutils/gas/
H A DMakefile.am506 # Files to be copied away after each stage in building.
689 testsuite/site.exp site.bak site.exp stage stage1 stage2
753 rm -f stage && ln -s stage1 stage
756 rm -f stage && ln -s stage2 stage
761 rm -f stage && ln -s stage1 stage
764 rm -f stage && ln -s stage2 stage
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dmodulo-sched.c107 the stage boundaries are placed efficiently. */
202 #define SCHED_STAGE(x) (((node_sched_params_ptr)(x)->aux.info)->stage)
222 int stage; /* Holds time / ii. */
703 starting to decrease one stage after u_node no longer occurs;
1168 fprintf (dump_file, "SMS sched-failed (stage-count=%d, loop-count=", stage_count);
1193 /* Set the stage boundaries. If the DDG is built with closing_branch_deps,
220 int stage; /* Holds time / ii. */ member in struct:node_sched_params
/freebsd-10.0-release/contrib/binutils/
H A Dconfigure4610 # By default, C is the only stage 1 language.
4766 # Add to (comma-separated) list of stage 1 languages.
5480 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
11489 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex3352 \indexdummies % Must do this here, since \bf, etc expand at this stage
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3526 \indexdummies % Must do this here, since \bf, etc expand at this stage
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex3424 \indexdummies % Must do this here, since \bf, etc expand at this stage

Completed in 579 milliseconds