HomeSort by: relevance | last modified time | path
    Searched refs:status2 (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
v850-dis.c 649 int status, status2, match; local
693 status2 = info->read_memory_func (memaddr+2, buffer, 2 , info);
695 if (!status2)
706 && !status2 && (insn2 & 0x1) == 0)
712 && !status2 && (insn2 & 0x1) == 0)
718 && !status2 && (insn2 & 0x1) == 0)
729 && !status2 && (insn2 & 0x000f) == 0x0009)
731 && !status2 && (insn2 & 0x000f) == 0x000f))
742 && !status2 && (insn2 & 0x000f) == 0x0005)
744 && !status2 && (insn2 & 0x000f) == 0x0005
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
v850-dis.c 649 int status, status2, match; local
693 status2 = info->read_memory_func (memaddr+2, buffer, 2 , info);
695 if (!status2)
706 && !status2 && (insn2 & 0x1) == 0)
712 && !status2 && (insn2 & 0x1) == 0)
718 && !status2 && (insn2 & 0x1) == 0)
729 && !status2 && (insn2 & 0x000f) == 0x0009)
731 && !status2 && (insn2 & 0x000f) == 0x000f))
742 && !status2 && (insn2 & 0x000f) == 0x0005)
744 && !status2 && (insn2 & 0x000f) == 0x0005
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
v850-dis.c 649 int status, status2, match; local
693 status2 = info->read_memory_func (memaddr+2, buffer, 2 , info);
695 if (!status2)
706 && !status2 && (insn2 & 0x1) == 0)
712 && !status2 && (insn2 & 0x1) == 0)
718 && !status2 && (insn2 & 0x1) == 0)
729 && !status2 && (insn2 & 0x000f) == 0x0009)
731 && !status2 && (insn2 & 0x000f) == 0x000f))
742 && !status2 && (insn2 & 0x000f) == 0x0005)
744 && !status2 && (insn2 & 0x000f) == 0x0005
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
v850-dis.c 649 int status, status2, match; local
693 status2 = info->read_memory_func (memaddr+2, buffer, 2 , info);
695 if (!status2)
706 && !status2 && (insn2 & 0x1) == 0)
712 && !status2 && (insn2 & 0x1) == 0)
718 && !status2 && (insn2 & 0x1) == 0)
729 && !status2 && (insn2 & 0x000f) == 0x0009)
731 && !status2 && (insn2 & 0x000f) == 0x000f))
742 && !status2 && (insn2 & 0x000f) == 0x0005)
744 && !status2 && (insn2 & 0x000f) == 0x0005
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/signals/
interrupts_test.cpp 177 const process::status status2 = child2->wait(); local
178 ATF_REQUIRE(status2.signaled());
179 ATF_REQUIRE_EQ(SIGHUP, status2.termsig());
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
tcp-comms.c 283 int status2; local
290 status2 = really_read(client->fd, buf+status, arglen);
291 if (status2 > 0)
292 status += status2;
294 status = status2;
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_generic.h 131 int status2,
emul_generic.c 139 int status2,
148 cpu_registers(processor)->gpr[4] = status2;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_generic.h 131 int status2,
emul_generic.c 139 int status2,
148 cpu_registers(processor)->gpr[4] = status2;
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416desc.h 57 uint32_t status2; member in struct:ar5416_rx_desc
93 #define ds_rxstatus2 u.rx.status2
  /src/sys/dev/ic/
opl.c 243 u_int8_t status1, status2; local
263 status2 = bus_space_read_1(sc->iot,sc->ioh,OPL_STATUS+OPL_L+sc->offs);
269 DPRINTFN(2,("opl_find: %02x %02x\n", status1, status2));
272 (status2 & OPL_STATUS_MASK) != (OPL_STATUS_IRQ | OPL_STATUS_FT1))
  /src/sys/dev/qbus/
if_qe.c 571 int csr, status1, status2, len; local
581 status2 = qc->qc_recv[sc->sc_nextrx].qe_status2;
585 (status2 & QE_RBL_LO)) + 60;
  /src/external/bsd/ntp/dist/ntpd/
refclock_ripencc.c 295 short rpt_0x46 (TSIPPKT *rpt, unsigned char *status1, unsigned char *status2);
2140 unsigned char *status2
2148 *status2 = buf[1];
3444 status1, status2; local
3465 if (rpt_0x46 (rpt, &status1, &status2))
3477 pbuf += sprintf(pbuf, "status2: %s, %s (%02Xh)",
3478 (status2 & 0x01)?"No BBRAM":"BBRAM OK",
3479 (status2 & 0x10)?"No Ant":"Ant OK",
3480 status2);
  /src/crypto/external/bsd/openssh/dist/
sftp-client.c 2015 u_int openmode, id, status = SSH2_FX_OK, status2, reordered = 0; local
2152 if ((r = sshbuf_get_u32(msg, &status2)) != 0)
2154 debug3("SSH2_FXP_STATUS %u", status2);
2155 if (status2 != SSH2_FX_OK)
2156 status = status2; /* remember errors */
  /src/etc/
MAKEDEV.tmpl 712 read status2;
713 case "$status1,$status2" in
715 0,*) exit $status2;;
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c 1265 struct target_waitstatus status2; local
1286 ptid2 = decode_message (hdr, &thread, &inf, &status2);
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.c 1265 struct target_waitstatus status2; local
1286 ptid2 = decode_message (hdr, &thread, &inf, &status2);

Completed in 48 milliseconds