Searched defs:pc (Results 176 - 180 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c5426 dtrace_disx86_str(dis86_t *dis, uint_t mode, uint64_t pc, char *buf, argument
5443 * For PC-relative jumps, the pc is really the next pc after executing
5446 pc += dis->d86_len;
5527 reltgt = pc + sv;
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c4460 struct aac_pause_command *pc; local
4495 pc = (struct aac_pause_command *)&fibp->data[0];
4497 bzero(pc, sizeof (*pc));
4498 ddi_put32(acc, &pc->Command, VM_ContainerConfig);
4499 ddi_put32(acc, &pc->Type, CT_PAUSE_IO);
4500 ddi_put32(acc, &pc->Timeout, 1);
4501 ddi_put32(acc, &pc->Min, 1);
4502 ddi_put32(acc, &pc->NoRescan, 1);
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c4979 int pc; /* Page Control code */ local
4985 "sata_txlt_mode_sense, pc %x page code 0x%02x\n",
5011 pc = scsipkt->pkt_cdbp[2] >> 6;
5130 len += sata_build_msense_page_1(sdinfo, pc, buf+len);
5135 if (pc == 3) {
5145 len += sata_build_msense_page_8(sdinfo, pc, buf+len);
5150 len += sata_build_msense_page_1c(sdinfo, pc,
5159 len += sata_build_msense_page_1a(sdinfo, pc, buf+len);
5164 len += sata_build_msense_page_30(sdinfo, pc, buf+len);
5168 len += sata_build_msense_page_1(sdinfo, pc, bu
5825 int pc; /* Page Control code */ local
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c5711 uint_t pc = 0, id, opc; local
5724 while (pc < textlen && !(*flags & CPU_DTRACE_FAULT)) {
5725 opc = pc;
5727 instr = text[pc++];
5821 pc = DIF_INSTR_LABEL(instr);
5825 pc = DIF_INSTR_LABEL(instr);
5829 pc = DIF_INSTR_LABEL(instr);
5833 pc = DIF_INSTR_LABEL(instr);
5837 pc = DIF_INSTR_LABEL(instr);
5841 pc
9161 dtrace_difo_err(uint_t pc, const char *format, ...) argument
9196 uint_t pc; local
9650 uint_t pc; local
9877 uint_t pc, srd = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1467 uint32_t pc; member in struct:iwn_fw_dump

Completed in 142 milliseconds

12345678