Searched refs:status2 (Results 1 - 12 of 12) sorted by last modified time

/netbsd-6-1-5-RELEASE/etc/
H A DMAKEDEV.tmpl707 read status2;
708 case "$status1,$status2" in
710 0,*) exit $status2;;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_ripencc.c295 short rpt_0x46 (TSIPPKT *rpt, unsigned char *status1, unsigned char *status2);
2144 unsigned char *status2
2152 *status2 = buf[1];
3448 status1, status2; local
3469 if (rpt_0x46 (rpt, &status1, &status2))
3481 pbuf += sprintf(pbuf, "status2: %s, %s (%02Xh)",
3482 (status2 & 0x01)?"No BBRAM":"BBRAM OK",
3483 (status2 & 0x10)?"No Ant":"Ant OK",
3484 status2);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dopl.c242 u_int8_t status1, status2; local
262 status2 = bus_space_read_1(sc->iot,sc->ioh,OPL_STATUS+OPL_L+sc->offs);
268 DPRINTFN(2,("opl_find: %02x %02x\n", status1, status2));
271 (status2 & OPL_STATUS_MASK) != (OPL_STATUS_IRQ | OPL_STATUS_FT1))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dv850-dis.c451 int status, status2, match; local
491 status2 = info->read_memory_func (memaddr+2, buffer, 2 , info);
493 if (!status2)
505 && !status2 && (insn2 & 0x1) == 0)
511 && !status2 && (insn2 & 0x1) == 0)
517 && !status2 && (insn2 & 0x1) == 0)
528 && !status2 && (insn2 & 0x000f) == 0x0005)
530 && !status2 && (insn2 & 0x000f) == 0x0005)
532 && !status2 && (insn2 & 0x000f) == 0x0007)
534 && !status2
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dattachstop-mt.exp72 set status2 /proc/${testpid}/task/${testpid2}/status
73 set fileid0 [open $status2 r];
111 set fileid1 [open $status2 r];
130 set fileid2 [open $status2 r];
246 set fileid4 [open $status2 r];
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat.c1081 struct target_waitstatus status2; local
1097 ptid2 = darwin_decode_message (hdr, &thread, &inf, &status2);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Demul_generic.h131 int status2,
H A Demul_generic.c140 int status2,
149 cpu_registers(processor)->gpr[4] = status2;
138 emul_write2_status(cpu *processor, int status1, int status2, int errno) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dv850-dis.c451 int status, status2, match; local
491 status2 = info->read_memory_func (memaddr+2, buffer, 2 , info);
493 if (!status2)
505 && !status2 && (insn2 & 0x1) == 0)
511 && !status2 && (insn2 & 0x1) == 0)
517 && !status2 && (insn2 & 0x1) == 0)
528 && !status2 && (insn2 & 0x000f) == 0x0005)
530 && !status2 && (insn2 & 0x000f) == 0x0005)
532 && !status2 && (insn2 & 0x000f) == 0x0007)
534 && !status2
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dif_qe.c574 int csr, status1, status2, len; local
584 status2 = qc->qc_recv[sc->sc_nextrx].qe_status2;
588 (status2 & QE_RBL_LO)) + 60;
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dtcp-comms.c283 int status2; local
290 status2 = really_read(client->fd, buf+status, arglen);
291 if (status2 > 0)
292 status += status2;
294 status = status2;
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416desc.h57 uint32_t status2; member in struct:ar5416_rx_desc
93 #define ds_rxstatus2 u.rx.status2

Completed in 458 milliseconds