Searched refs:status1 (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | ahc_pci.c | 1300 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 D | vms-cc.c | 278 int status1 = 1; in main() local 301 if ((status & 1) == 1 && (status1 & 1) == 1) in main()
|
H A D | vms-ld.c | 683 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 D | vms-cc.c | 285 int status1 = 1; local 308 if ((status & 1) == 1 && (status1 & 1) == 1)
|
H A D | vms-ld.c | 692 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 D | tic54x-dis.c | 420 const char *status1[] = { local 426 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | tic54x-dis.c | 420 const char *status1[] = { local 426 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4444 int status1 = COMMON_INTERCEPTOR_ON_EXIT(ctx); 4446 if (status == 0) status = status1;
|