Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c226 device->stage.id, device->stage.start); in install_stage1_cb()
247 abs = plist->pl_device->stage.start + plist->pl_device->stage.offset; in install_stage2_cb()
629 (device->stage.size - device->stage.offset) * sector_size); in read_stage2_cb()
702 void *stage; in read_einfo_file_cb() local
710 free(stage); in read_einfo_file_cb()
711 stage = NULL; in read_einfo_file_cb()
1521 pl->pl_device->stage.id = device->stage.id; in probe_vtoc()
1523 pl->pl_device->stage.tag = device->stage.tag; in probe_vtoc()
1524 pl->pl_device->stage.start = device->stage.start; in probe_vtoc()
1525 pl->pl_device->stage.size = device->stage.size; in probe_vtoc()
[all …]
H A Dinstallboot.h82 struct stage_part stage; /* location of boot block */ member
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c48 Dbg_got_display(Ofl_desc *ofl, Off goff, int stage, in Dbg_got_display() argument
71 if (stage == 0) in Dbg_got_display()
103 if (stage == 0) in Dbg_got_display()
/illumos-gate/usr/src/
H A DMakefile108 install: install1 install2 _msg stage-licenses
112 stage-licenses: install2
113 @cd pkg; pwd; $(MAKE) stage-licenses
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.S96 ! first stage
111 ! second stage
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A Dinit_defs.h64 #define BLOCK_OPS_IDX(block, stage, end) \ argument
65 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
/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) { in oce_is_reset_pci()
336 if (post_status.bits.stage <= POST_STAGE_AWAITING_HOST_RDY) { in oce_POST()
337 post_status.bits.stage = POST_STAGE_CHIP_RESET; in oce_POST()
365 if (post_status.bits.stage == POST_STAGE_ARMFW_READY) in oce_POST()
/illumos-gate/usr/src/uts/sun4/os/
H A Dlgrpplat.c100 lgrp_plat_init(lgrp_init_stages_t stage) in lgrp_plat_init() argument
104 switch (stage) { in lgrp_plat_init()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init.h13 #define BLOCK_OPS_IDX(block, stage, end) \ argument
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) in ecore_init_block() argument
242 INIT_OPS_OFFSETS(pdev)[BLOCK_OPS_IDX(block, stage, in ecore_init_block()
245 INIT_OPS_OFFSETS(pdev)[BLOCK_OPS_IDX(block, stage, in ecore_init_block()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_cmd.c497 if (icmdp->cmd_un.text.stage == in iscsi_cmd_state_pending()
694 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_cmd_state_pending()
844 if (icmdp->cmd_un.text.stage == in iscsi_cmd_state_active()
997 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_cmd_state_active()
1098 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_cmd_state_active()
H A Discsi_io.c1607 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_rx_process_text_rsp()
1615 if ((icmdp->cmd_un.text.stage == ISCSI_CMD_TEXT_INITIAL_REQ) && in iscsi_rx_process_text_rsp()
1620 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_rx_process_text_rsp()
1632 if (icmdp->cmd_un.text.stage == ISCSI_CMD_TEXT_INITIAL_REQ) { in iscsi_rx_process_text_rsp()
1662 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_rx_process_text_rsp()
1664 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_CONTINUATION; in iscsi_rx_process_text_rsp()
2884 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_INITIAL_REQ; in iscsi_handle_text()
2921 if (icmdp->cmd_un.text.stage != ISCSI_CMD_TEXT_FINAL_RSP) { in iscsi_handle_text()
2930 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_CONTINUATION; in iscsi_handle_text()
H A Discsi.h491 iscsi_cmd_text_stage_t stage; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c707 ASSERT(vd || stage == ZIO_STAGE_OPEN); in zio_create()
757 zio->io_orig_stage = zio->io_stage = stage; in zio_create()
1066 enum zio_stage stage = ZIO_FREE_PIPELINE; in zio_free_sync() local
1084 stage |= ZIO_STAGE_ISSUE_ASYNC; in zio_free_sync()
1827 enum zio_stage stage = zio->io_stage; in zio_execute() local
1831 ASSERT(ISP2(stage)); in zio_execute()
1835 stage <<= 1; in zio_execute()
1836 } while ((stage & pipeline) == 0); in zio_execute()
1838 ASSERT(stage <= ZIO_STAGE_DONE); in zio_execute()
1877 zio->io_stage = stage; in zio_execute()
[all …]
/illumos-gate/usr/src/pkg/
H A DMakefile454 $(PUB_PKGS): stage-licenses
676 stage-licenses: license-list FRC
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES31 stage of a compiler front end:
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h284 uint32_t stage:16; member
286 uint32_t stage:16;
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME.illumos59 to stage the zone files to proto, then run `./zonelint`. If it produces no
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2545 const char *type, *stage; in zio_print_cb() local
2570 stage = mdb_ctf_enum_name(stage_enum, zio.io_stage); in zio_print_cb()
2571 if (stage != NULL) in zio_print_cb()
2572 stage += sizeof ("ZIO_STAGE_") - 1; in zio_print_cb()
2574 stage = "?"; in zio_print_cb()
2576 stage = "FAILED"; in zio_print_cb()
2584 ZIO_MAXWIDTH - indent, addr, type, stage); in zio_print_cb()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt27 Several other backends run that linearized bytecode 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) in lgrp_plat_init() argument
971 switch (stage) { in lgrp_plat_init()
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c369 lgrp_init(lgrp_init_stages_t stage) in lgrp_init() argument
374 lgrp_plat_init(stage); in lgrp_init()
376 switch (stage) { in lgrp_init()
/illumos-gate/usr/src/boot/
H A DREADME.loader29 in boot(8)), the last stage of the booting process, called
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger1.test422 # Ticket #764. At one stage TEMP triggers would fail to re-install when the
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi33 memory area. And, even in one stage, a single memory area can be used

12