Searched refs:opc (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_power.c91 nsc_power_ctl_t opc; local
95 if (copyin((void *) argp, &opc, sizeof (nsc_power_ctl_t)))
101 switch ((nsc_power_ops_t)opc.msg) {
112 (*pp->pw_power_lost)(opc.arg1);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_line.c56 Dwarf_Ubyte opc,
96 Dwarf_Ubyte opc; local
99 opc = DW_LNE_set_address;
101 _dwarf_pro_add_line_entry(dbg, 0, offs, symidx, 0, 0, 0, 0, opc,
115 Dwarf_Ubyte opc; local
118 opc = DW_LNE_end_sequence;
121 opc, error);
140 Dwarf_Ubyte opc, Dwarf_Error * error)
166 dbg->de_last_line->dpl_opc = opc;
132 _dwarf_pro_add_line_entry(Dwarf_P_Debug dbg, Dwarf_Unsigned file_index, Dwarf_Addr code_address, Dwarf_Unsigned symidx, Dwarf_Unsigned line_no, Dwarf_Signed col_no, Dwarf_Bool is_stmt_begin, Dwarf_Bool is_bb_begin, Dwarf_Ubyte opc, Dwarf_Error * error) argument
H A Dpro_frame.c301 Dwarf_Ubyte opc, regno; local
315 opc = DW_CFA_offset;
321 opc = opc | regno; /* lower 6 bits are register number */
322 curinst->dfp_opcode = opc;
H A Dpro_section.c595 int opc; local
798 if ((opc = _dwarf_pro_get_opc(addr_adv, line_adv)) > 0) {
800 db = opc;
860 } /* ends else for opc != 0 */
2099 int opc; local
2105 opc =
2108 if (opc > 255)
2110 return opc;
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c268 char opc; local
457 opc = *p++;
458 switch (opc) {
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c838 "!unknown command status received: opc = %x, sqid = %d, cid = %d, "
859 "!unknown command status received: opc = %x, sqid = %d, cid = %d, "
2848 nvme_create_nvm_cmd(nvme_namespace_t *ns, uint8_t opc, bd_xfer_t *xfer) argument
2862 cmd->nc_sqe.sqe_opc = opc;
2866 switch (opc) {
2964 nvme_bd_cmd(nvme_namespace_t *ns, bd_xfer_t *xfer, uint8_t opc) argument
2976 cmd = nvme_create_nvm_cmd(ns, opc, xfer);
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c312 uint32_t opc:9; member in struct:formatcp
318 uint32_t opc:9; member in struct:formatcp
1257 prt_field("opc", f->fcp.opc, 9);
1264 prt_imm(dhp, f->fcp.opc, 0);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c783 uint_t opc; local
789 opc = DIF_OP_SCMP;
791 opc = DIF_OP_CMP;
793 instr = DIF_INSTR_CMP(opc, dnp->dn_left->dn_reg, dnp->dn_right->dn_reg);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c5711 uint_t pc = 0, id, opc; local
5725 opc = pc;
6489 mstate->dtms_fltoffs = opc * sizeof (dif_instr_t);

Completed in 98 milliseconds