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

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c255 dev_fd = device->stage.fd;
256 offset = device->stage.offset * SECTOR_SIZE;
257 *path = device->stage.path;
447 device->stage.start + device->stage.offset;
511 dev_fd = device->stage.fd;
512 abs = device->stage.start + device->stage.offset;
513 offset = device->stage.offset * SECTOR_SIZE;
514 path = device->stage
[all...]
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/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.s96 ! first stage
111 ! second stage
/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/common/io/bnxe/577xx/drivers/common/lm/fw/
H A Dinit_defs.h63 /* Returns the index of start or end of a specific block stage in ops array*/
64 #define BLOCK_OPS_IDX(block, stage, end) \
65 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
/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/
H A DMakefile112 # The stage-licenses target causes the license files needed for
116 install: install1 install2 _msg stage-licenses
120 stage-licenses: install2
121 @cd pkg; pwd; $(MAKE) stage-licenses
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_hw.c265 if (post_status.bits.stage == POST_STAGE_ARMFW_READY) {
336 if (post_status.bits.stage <= POST_STAGE_AWAITING_HOST_RDY) {
337 post_status.bits.stage = POST_STAGE_CHIP_RESET;
365 if (post_status.bits.stage == POST_STAGE_ARMFW_READY)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init.h12 /* Returns the index of start or end of a specific block stage in ops array*/
13 #define BLOCK_OPS_IDX(block, stage, end) \
14 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
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/io/scsi/adapters/iscsi/
H A Discsi_cmd.c496 if (icmdp->cmd_un.text.stage ==
693 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP;
843 if (icmdp->cmd_un.text.stage ==
996 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP;
1097 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP;
H A Discsi_io.c1607 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP;
1615 if ((icmdp->cmd_un.text.stage == ISCSI_CMD_TEXT_INITIAL_REQ) &&
1620 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP;
1632 if (icmdp->cmd_un.text.stage == ISCSI_CMD_TEXT_INITIAL_REQ) {
1660 /* update stage */
1662 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP;
1664 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_CONTINUATION;
2884 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_INITIAL_REQ;
2921 if (icmdp->cmd_un.text.stage != ISCSI_CMD_TEXT_FINAL_RSP) {
2930 icmdp->cmd_un.text.stage
[all...]
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/pkg/
H A DMakefile439 $(PUB_PKGS): stage-licenses
680 stage-licenses: license-list FRC
/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/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/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);
/illumos-gate/usr/src/boot/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
/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/grub/grub-0.97/docs/
H A Dtexinfo.tex3424 \indexdummies % Must do this here, since \bf, etc expand at this stage

Completed in 195 milliseconds