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

/openbsd-current/sys/dev/pci/
H A Dahc_pci.c1300 u_int status1;
1342 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag,
1344 if ((status1 & STA) != 0)
1351 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag, PCI_COMMAND_STATUS_REG + 1);
1353 status1, /*bytes*/1);
1365 u_int status1; local
1371 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag, PCI_COMMAND_STATUS_REG);
1377 if (status1 & DPE) {
1381 if (status1 & SSE) {
1384 if (status1
[all...]
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dvms-cc.c279 int status1 = 1;
302 if ((status & 1) == 1 && (status1 & 1) == 1)
278 int status1 = 1; local
H A Dvms-ld.c684 int status1 = 1;
719 i = LIB$SPAWN (&cmd, 0, 0, 0, 0, 0, &status1);
731 if ((status & 1) == 1 && (status1 & 1) == 1)
683 int status1 = 1; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-cc.c286 int status1 = 1;
309 if ((status & 1) == 1 && (status1 & 1) == 1)
285 int status1 = 1; local
H A Dvms-ld.c693 int status1 = 1;
728 i = LIB$SPAWN (&cmd, 0, 0, 0, 0, 0, &status1);
740 if ((status & 1) == 1 && (status1 & 1) == 1)
692 int status1 = 1; local
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dtic54x-dis.c420 const char *status1[] = { local
426 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
/openbsd-current/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-current/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;

Completed in 130 milliseconds