| /onnv-gate/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | got.c | 49 Dbg_got_display(Ofl_desc *ofl, Off goff, int stage, in Dbg_got_display() argument 72 if (stage == 0) in Dbg_got_display() 104 if (stage == 0) in Dbg_got_display()
|
| /onnv-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
| H A D | cb_srt0.s | 96 ! first stage 111 ! second stage
|
| /onnv-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
| H A D | oce_hw.c | 208 if (post_status.bits.stage == POST_STAGE_ARMFW_READY) { in oce_is_reset_pci() 279 if (post_status.bits.stage <= POST_STAGE_AWAITING_HOST_RDY) { in oce_POST() 280 post_status.bits.stage = POST_STAGE_CHIP_RESET; in oce_POST() 308 if (post_status.bits.stage == POST_STAGE_ARMFW_READY) in oce_POST()
|
| /onnv-gate/usr/src/uts/sun4/os/ |
| H A D | lgrpplat.c | 100 lgrp_plat_init(lgrp_init_stages_t stage) in lgrp_plat_init() argument 104 switch (stage) { in lgrp_plat_init()
|
| /onnv-gate/usr/src/ |
| H A D | Makefile | 107 install: install1 install2 _msg stage-licenses 111 stage-licenses: install2 112 @cd pkg; pwd; $(MAKE) stage-licenses
|
| /onnv-gate/usr/src/uts/common/avs/ns/sdbc/ |
| H A D | sd_ft.c | 580 _sd_cache_mirror_disable(int host, int stage) in _sd_cache_mirror_disable() argument 586 if (stage == 0) { in _sd_cache_mirror_disable() 654 _sd_remote_disable(int stage) in _sd_remote_disable() argument 660 _SD_SELF_HOST, stage); in _sd_remote_disable()
|
| /onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
| H A D | iscsi_cmd.c | 496 if (icmdp->cmd_un.text.stage == in iscsi_cmd_state_pending() 693 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_cmd_state_pending() 843 if (icmdp->cmd_un.text.stage == in iscsi_cmd_state_active() 996 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_cmd_state_active() 1097 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_cmd_state_active()
|
| H A D | iscsi_io.c | 1606 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_rx_process_text_rsp() 1614 if ((icmdp->cmd_un.text.stage == ISCSI_CMD_TEXT_INITIAL_REQ) && in iscsi_rx_process_text_rsp() 1619 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_rx_process_text_rsp() 1631 if (icmdp->cmd_un.text.stage == ISCSI_CMD_TEXT_INITIAL_REQ) { in iscsi_rx_process_text_rsp() 1661 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP; in iscsi_rx_process_text_rsp() 1663 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_CONTINUATION; in iscsi_rx_process_text_rsp() 2883 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_INITIAL_REQ; in iscsi_handle_text() 2920 if (icmdp->cmd_un.text.stage != ISCSI_CMD_TEXT_FINAL_RSP) { in iscsi_handle_text() 2929 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_CONTINUATION; in iscsi_handle_text()
|
| H A D | iscsi.h | 488 iscsi_cmd_text_stage_t stage; member
|
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zio.c | 480 enum zio_stage stage, enum zio_stage pipeline) in zio_create() argument 490 ASSERT(vd || stage == ZIO_STAGE_OPEN); in zio_create() 536 zio->io_orig_stage = zio->io_stage = stage; in zio_create() 539 zio->io_state[ZIO_WAIT_READY] = (stage >= ZIO_STAGE_READY); in zio_create() 540 zio->io_state[ZIO_WAIT_DONE] = (stage >= ZIO_STAGE_DONE); in zio_create() 1133 enum zio_stage stage = zio->io_stage; in zio_execute() local 1137 ASSERT(ISP2(stage)); in zio_execute() 1141 stage <<= 1; in zio_execute() 1142 } while ((stage & pipeline) == 0); in zio_execute() 1144 ASSERT(stage <= ZIO_STAGE_DONE); in zio_execute() [all …]
|
| /onnv-gate/usr/src/pkg/ |
| H A D | Makefile | 446 $(PUB_PKGS): stage-licenses 692 stage-licenses: license-list FRC
|
| /onnv-gate/usr/src/stand/lib/fakeboot/ |
| H A D | llib-lfakeboot | 52 #include <sys/bootsyms.h> /* libnames.a; 2nd stage boot loaders */
|
| /onnv-gate/usr/src/lib/libpp/common/ |
| H A D | NOTES | 31 stage of a compiler front end:
|
| /onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
| H A D | oce_hw.h | 282 uint32_t stage:16; member 284 uint32_t stage:16;
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/zfs/ |
| H A D | zfs.c | 1755 const char *type, *stage; in zio_print_cb() local 1772 if ((stage = mdb_ctf_enum_name(stage_enum, zio->io_stage)) != NULL) in zio_print_cb() 1773 stage += sizeof ("ZIO_STAGE_") - 1; in zio_print_cb() 1775 stage = "?"; in zio_print_cb() 1782 ZIO_MAXWIDTH - indent, addr, type, stage); in zio_print_cb()
|
| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | lgrpplat.c | 425 void lgrp_plat_init(lgrp_init_stages_t stage); 960 lgrp_plat_init(lgrp_init_stages_t stage) in lgrp_plat_init() argument 967 switch (stage) { in lgrp_plat_init()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | lgrp.c | 367 lgrp_init(lgrp_init_stages_t stage) in lgrp_init() argument 372 lgrp_plat_init(stage); in lgrp_init() 374 switch (stage) { in lgrp_init()
|
| /onnv-gate/usr/src/lib/libsqlite/test/ |
| H A D | trigger1.test | 424 # Ticket #764. At one stage TEMP triggers would fail to re-install when the
|
| /onnv-gate/exception_lists/ |
| H A D | packaging | 443 # together into a couple of second-stage boot loaders, we dump the static 445 # (e.g., for lint, linking the second-stage boot loaders, ...). Since
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlform.pod | 279 stage in the expression to single-step the debugger through):
|
| /onnv-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | internals.texi | 33 memory area. And, even in one stage, a single memory area can be used
|
| H A D | grub.info-2 | 43 stage boot image from the network. Then, the second image will try to 46 GRUB provides two second stage images, `nbgrub' and `pxegrub' (*note 52 except their formats. Since the way to load a second stage image you
|
| H A D | multiboot.texi | 274 relevant to this specification. Only the @emph{final} stage of the boot 275 loader --- the stage that eventually transfers control to an operating
|
| /onnv-gate/usr/src/common/openssl/ |
| H A D | README.ENGINE | 26 At this stage, a number of things are still needed and are being worked on:
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| H A D | Supported.pod | 680 sense. At this stage, characters are not numbered.
|