/illumos-gate/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_power.c | 91 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 D | pro_line.c | 56 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 D | pro_frame.c | 301 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 D | pro_section.c | 595 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 D | magicutils.c | 268 char opc; local 457 opc = *p++; 458 switch (opc) {
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_cg.c | 783 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/io/nvme/ |
H A D | nvme.c | 838 "!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 D | dis_sparc_fmt.c | 312 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/uts/common/dtrace/ |
H A D | dtrace.c | 5711 uint_t pc = 0, id, opc; local 5725 opc = pc; 6489 mstate->dtms_fltoffs = opc * sizeof (dif_instr_t);
|