Searched refs:status1 (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212desc.h40 uint32_t status1;/* DMA status 1 */ member in struct:ar5212_desc::__anon12332::__anon12333
44 uint32_t status1;/* DMA status 1 */ member in struct:ar5212_desc::__anon12332::__anon12334
54 #define ds_txstatus1 u.tx.status1
56 #define ds_rxstatus1 u.rx.status1
/netbsd-current/external/bsd/kyua-cli/dist/utils/signals/
H A Dinterrupts_test.cpp174 const process::status status1 = child1->wait(); local
175 ATF_REQUIRE(status1.signaled());
176 ATF_REQUIRE_EQ(SIGHUP, status1.termsig());
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_generic.c138 int status1,
142 if (status1 == -1 && errno != 0) {
147 cpu_registers(processor)->gpr[3] = status1;
137 emul_write2_status(cpu *processor, int status1, int status2, int errno) argument
H A Demul_generic.h130 int status1,
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_generic.c138 int status1,
142 if (status1 == -1 && err != 0) {
147 cpu_registers(processor)->gpr[3] = status1;
137 emul_write2_status(cpu *processor, int status1, int status2, int err) argument
H A Demul_generic.h130 int status1,
/netbsd-current/sys/dev/pci/
H A Dahc_pci.c1347 u_int status1;
1389 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag,
1391 if ((status1 & STA) != 0)
1398 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag,
1401 status1, /*bytes*/1);
1413 u_int status1; local
1419 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag,
1426 if (status1 & DPE) {
1430 if (status1 & SSE) {
1433 if (status1
[all...]
/netbsd-current/sys/dev/acpi/
H A Dapei_hest.c124 const uint32_t status1 = atomic_cas_32(&gesb->BlockStatus, status, 0); local
125 if (status1 != status) {
128 ctx, status, status1);
172 const uint32_t status1 = atomic_cas_32(&gesb->BlockStatus, status, 0); local
173 if (status1 != status) {
176 ctx, status, status1);
/netbsd-current/sys/arch/hp300/dev/
H A Ddvboxreg.h160 uint16_t status1; /* Master Status register 0x8012 */ member in struct:dvboxfb
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416desc.h56 uint32_t status1; member in struct:ar5416_rx_desc
92 #define ds_rxstatus1 u.rx.status1
/netbsd-current/sys/dev/ic/
H A Dopl.c243 u_int8_t status1, status2; local
255 status1 = bus_space_read_1(sc->iot,sc->ioh,OPL_STATUS+OPL_L+sc->offs);
269 DPRINTFN(2,("opl_find: %02x %02x\n", status1, status2));
271 if ((status1 & OPL_STATUS_MASK) != 0 ||
275 switch(status1) {
/netbsd-current/sys/arch/hp300/stand/common/
H A Dgrf_dvreg.h184 vu_short status1; /* Master Status register 0x8012 */ member in struct:dvboxfb
/netbsd-current/sys/dev/qbus/
H A Dif_qe.c571 int csr, status1, status2, len; local
580 status1 = qc->qc_recv[sc->sc_nextrx].qe_status1;
584 len = ((status1 & QE_RBL_HI) |
591 if ((status1 & QE_ESETUP) == 0)
/netbsd-current/sys/arch/mips/rmi/
H A Drmixl_pcie.c1420 uint32_t status1 = RMIXL_IOREG_READ(RMIXL_IO_DEV_PCIE_LE + int_sts_offset[link].r1); local
1421 uint64_t status = ((uint64_t)status1 << 32) | status0;
1428 rmixl_pcie_link_error_intr(link, status0, status1);
1448 rmixl_pcie_link_error_intr(u_int link, uint32_t status0, uint32_t status1) argument
1452 printf("%s: PCIe Link Error: link=%d status0=%#x status1=%#x\n",
1453 __func__, link, status0, status1);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dtic54x-dis.c423 const char *status1[] = { local
429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dtic54x-dis.c423 const char *status1[] = { local
429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dtic54x-dis.c423 const char *status1[] = { local
429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dtic54x-dis.c423 const char *status1[] = { local
429 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
/netbsd-current/sys/arch/macppc/dev/
H A Dmesh.c1115 int status0, status1; local
1126 status1 = mesh_read_reg(sc, MESH_BUS_STATUS1);
1130 intr, imsk, exception, error, status0, status1);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_ripencc.c295 short rpt_0x46 (TSIPPKT *rpt, unsigned char *status1, unsigned char *status2);
2139 unsigned char *status1,
2147 *status1 = buf[0];
3444 status1, status2; local
3465 if (rpt_0x46 (rpt, &status1, &status2))
3471 text = (status1 < COUNTOF(sc_text))
3472 ? sc_text[status1]
3474 pbuf += sprintf(pbuf, "\nRcvr status1: %s (%02Xh); ",
3475 text, status1);
2137 rpt_0x46( TSIPPKT *rpt, unsigned char *status1, unsigned char *status2 ) argument
/netbsd-current/etc/
H A DMAKEDEV.tmpl710 read status1;
712 case "$status1,$status2" in
715 *,*) exit $status1;;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4084 int status1 = COMMON_INTERCEPTOR_ON_EXIT(ctx);
4086 if (status == 0) status = status1;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4210 int status1 = COMMON_INTERCEPTOR_ON_EXIT(ctx);
4212 if (status == 0) status = status1;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4311 int status1 = COMMON_INTERCEPTOR_ON_EXIT(ctx);
4313 if (status == 0) status = status1;

Completed in 318 milliseconds