Searched defs:stage (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c49 Dbg_got_display(Ofl_desc *ofl, Off goff, int stage, argument
72 if (stage == 0)
104 if (stage == 0)
/illumos-gate/usr/src/uts/sun4/os/
H A Dlgrpplat.c100 lgrp_plat_init(lgrp_init_stages_t stage) argument
104 switch (stage) {
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.h71 struct stage_part stage; /* location of boot block */ member in struct:_ib_device
76 /* stage 2 location */
91 ib_bootblock_t bootblock; /* stage 2 */
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c575 * two stage mirror disable:
576 * stage 0: set FORCED_WRTHRU hint (cache shutdown started)
577 * stage 1: mirror shutdown completed
580 _sd_cache_mirror_disable(int host, int stage) argument
586 if (stage == 0) {
654 _sd_remote_disable(int stage) argument
660 _SD_SELF_HOST, stage);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init_ops.h239 static void ecore_init_block(struct _lm_device_t *pdev, u32 block, u32 stage) argument
242 INIT_OPS_OFFSETS(pdev)[BLOCK_OPS_IDX(block, stage,
245 INIT_OPS_OFFSETS(pdev)[BLOCK_OPS_IDX(block, stage,
344 * this is done as a separate init stage.
855 * called during init common stage, ilt clients should be initialized
877 /* called during init port stage */
910 /* called during init common stage */
938 /* called during init func stage */
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c363 * (see definition of lgrp_init_stages_t to see what happens at each stage and
367 lgrp_init(lgrp_init_stages_t stage) argument
372 lgrp_plat_init(stage);
374 switch (stage) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c429 void lgrp_plat_init(lgrp_init_stages_t stage);
964 lgrp_plat_init(lgrp_init_stages_t stage) argument
971 switch (stage) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c95 * stage set or will have it later in its lifetime.
524 const zbookmark_phys_t *zb, enum zio_stage stage, enum zio_stage pipeline)
534 ASSERT(vd || stage == ZIO_STAGE_OPEN);
584 zio->io_orig_stage = zio->io_stage = stage;
588 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY);
589 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE);
843 enum zio_stage stage = ZIO_FREE_PIPELINE; local
861 stage |= ZIO_STAGE_ISSUE_ASYNC;
865 flags, NULL, 0, NULL, ZIO_STAGE_OPEN, stage);
1211 * If our children haven't all reached the ready stage,
520 zio_create(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, void *data, uint64_t lsize, uint64_t psize, 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
1538 enum zio_stage stage = zio->io_stage; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h491 iscsi_cmd_text_stage_t stage; member in struct:iscsi_cmd::__anon6492::__anon6500
685 int conn_current_stage; /* iSCSI login stage */
686 int conn_next_stage; /* iSCSI login stage */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h284 uint32_t stage:16; member in struct:mpu_ep_semaphore_u::__anon7618
286 uint32_t stage:16;
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2237 const char *type, *stage; local
2262 stage = mdb_ctf_enum_name(stage_enum, zio.io_stage);
2263 if (stage != NULL)
2264 stage += sizeof ("ZIO_STAGE_") - 1;
2266 stage = "?";
2268 stage = "FAILED";
2276 ZIO_MAXWIDTH - indent, addr, type, stage);

Completed in 125 milliseconds