Home
last modified time | relevance | path

Searched refs:status1 (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/dev/pci/
H A Dahc_pci.c1300 u_int status1;
1344 if ((status1 & STA) != 0)
1353 status1, /*bytes*/1);
1365 u_int status1; in ahc_pci_intr() local
1377 if (status1 & DPE) { in ahc_pci_intr()
1381 if (status1 & SSE) { in ahc_pci_intr()
1384 if (status1 & RMA) { in ahc_pci_intr()
1387 if (status1 & RTA) { in ahc_pci_intr()
1390 if (status1 & STA) { in ahc_pci_intr()
1393 if (status1 & DPR) { in ahc_pci_intr()
[all …]
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dvms-cc.c278 int status1 = 1; in main() local
301 if ((status & 1) == 1 && (status1 & 1) == 1) in main()
H A Dvms-ld.c683 int status1 = 1; in main() local
718 i = LIB$SPAWN (&cmd, 0, 0, 0, 0, 0, &status1); in main()
730 if ((status & 1) == 1 && (status1 & 1) == 1) in main()
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-cc.c285 int status1 = 1; local
308 if ((status & 1) == 1 && (status1 & 1) == 1)
H A Dvms-ld.c692 int status1 = 1; local
727 i = LIB$SPAWN (&cmd, 0, 0, 0, 0, 0, &status1);
739 if ((status & 1) == 1 && (status1 & 1) == 1)
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic54x-dis.c420 const char *status1[] = { local
426 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dtic54x-dis.c420 const char *status1[] = { local
426 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4444 int status1 = COMMON_INTERCEPTOR_ON_EXIT(ctx);
4446 if (status == 0) status = status1;