| /openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/ |
| H A D | dl_vms.xs | 113 dl_set_error(vmssts sts, vmssts stv) in dl_set_error() argument 119 vec[1] = sts; vec[2] = stv; in dl_set_error() 166 vmssts sts; variable 177 sts = sys$parse(&dl_fab); 178 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "\tSYNCHK sys$parse = %d\n",sts)); 179 if (!(sts & 1)) { 198 sts = sys$parse(&dl_fab); 199 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "\tname/default sys$parse = %d\n",sts)); 200 if (!(sts & 1)) { 206 sts = sys$search(&dl_fab); [all …]
|
| /openbsd-src/sys/dev/ |
| H A D | ipmi.c | 486 int sts, v; in smic_write_cmd_data() local 489 sts = smic_wait(sc, SMIC_TX_DATA_RDY | SMIC_BUSY, SMIC_TX_DATA_RDY, in smic_write_cmd_data() 491 if (sts < 0) in smic_write_cmd_data() 492 return (sts); in smic_write_cmd_data() 508 int sts; in smic_read_data() local 510 sts = smic_wait(sc, SMIC_RX_DATA_RDY | SMIC_BUSY, SMIC_RX_DATA_RDY, in smic_read_data() 512 if (sts >= 0) { in smic_read_data() 516 return (sts); in smic_read_data() 525 int sts, idx; in smic_sendmsg() local 527 sts = smic_write_cmd_data(sc, SMS_CC_START_TRANSFER, &sc->sc_buf[0]); in smic_sendmsg() [all …]
|
| /openbsd-src/sys/dev/pci/ |
| H A D | auich.c | 71 #define AUICH_BCIS 0x08 /* r- buf cmplt int sts; wr ack */ 773 uint32_t sts; in auich_halt_pipe() local 779 sts = bus_space_read_2(sc->iot, sc->aud_ioh, in auich_halt_pipe() 781 if (sts & (AUICH_CELV | AUICH_LVBCI | AUICH_BCIS | AUICH_FIFOE)) in auich_halt_pipe() 786 if (sts & AUICH_DCH) in auich_halt_pipe() 922 int ret = 0, sts, gsts; in auich_intr() local 929 sts = bus_space_read_2(sc->iot, sc->aud_ioh, in auich_intr() 932 ("auich_intr: osts=%b\n", sts, AUICH_ISTS_BITS)); in auich_intr() 935 if (sts & AUICH_FIFOE) { in auich_intr() 936 printf("%s: in fifo underrun # %u civ=%u ctrl=0x%x sts in auich_intr() 1116 uint16_t sts; auich_trigger_output() local 1339 uint16_t sts, osts; auich_calibrate() local [all...] |
| H A D | nviic.c | 226 u_int8_t sts; in nviic_i2c_exec() local 284 sts = nviic_read(nc, NVI_SMB_STS); in nviic_i2c_exec() 285 if (sts & NVI_SMB_STS_STATUS) in nviic_i2c_exec()
|
| H A D | if_myx.c | 845 u_int32_t sts; in myx_media_status() local 855 sts = sc->sc_sts->ms_linkstate; in myx_media_status() 859 myx_link_state(sc, sts); in myx_media_status() 871 myx_link_state(struct myx_softc *sc, u_int32_t sts) in myx_link_state() argument 876 if (betoh32(sts) == MYXSTS_LINKUP) in myx_link_state() 1375 volatile struct myx_status *sts = sc->sc_sts; in myx_down() local 1385 sc->sc_linkdown = sts->ms_linkdown; in myx_down() 1396 sleep_setup(sts, PWAIT, "myxdown"); in myx_down() 1643 volatile struct myx_status *sts = sc->sc_sts; in myx_intr() local 1656 valid = sts->ms_isvalid; in myx_intr() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | cache.c | 339 int sts; in cache_bflush() local 343 sts = fflush (f); in cache_bflush() 344 if (sts < 0) in cache_bflush() 346 return sts; in cache_bflush() 352 int sts; in cache_bstat() local 356 sts = fstat (fileno (f), sb); in cache_bstat() 357 if (sts < 0) in cache_bstat() 359 return sts; in cache_bstat()
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | lib1funcs-Os-4-200.asm | 49 sts fpscr,r1 51 sts.l fpul,@-r15 99 sts fpul,r0 167 sts pr,r1 242 sts pr,r1 254 sts pr,r2 265 sts macl,r2 278 sts.l fpscr,@-r15 279 sts fpul,r1 312 sts fpul,r0
|
| H A D | crti.asm | 62 sts.l pr,@-r0 75 sts.l pr,@-r15 107 sts.l pr,@-r0 120 sts.l pr,@-r15
|
| /openbsd-src/lib/libc/arch/sh/gen/ |
| H A D | _setjmp.S | 55 sts fpscr, r1 58 sts.l fpul, @-r4 72 sts.l mach, @-r4 73 sts.l macl, @-r4 82 sts.l pr, @-r4
|
| H A D | setjmp.S | 54 sts.l pr, @-sp 71 sts fpscr, r1 75 sts.l fpul, @-r4 89 sts.l mach, @-r4 90 sts.l macl, @-r4 99 sts.l pr, @-r4
|
| H A D | sigsetjmp.S | 48 sts.l pr, @-sp 67 sts fpscr, r1 71 sts.l fpul, @-r4 85 sts.l mach, @-r4 86 sts.l macl, @-r4 95 sts.l pr, @-r4
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | vms.c | 1391 unsigned long int sts, iosb[2], retlen, keylen; in prime_env_iter() local 1394 sts = sys$qiow(0,chan,IO$_READVBLK,iosb,0,0,buf,mbxbufsiz,0,0,0,0); in prime_env_iter() 1395 if (sts & 1) sts = iosb[0] & 0xffff; in prime_env_iter() 1396 if (sts == SS$_ENDOFFILE) { in prime_env_iter() 1403 _ckvmssts(sts); in prime_env_iter() 1413 if (sts == SS$_BUFFEROVF && ckWARN(WARN_INTERNAL)) in prime_env_iter() 1715 unsigned long int sts; in Perl_my_crypt() local 1731 if (!((sts = sys$getuai(0, 0, &usrdsc, uailst, 0, 0, 0)) & 1)) { in Perl_my_crypt() 1732 switch (sts) { in Perl_my_crypt() 1742 set_vaxc_errno(sts); in Perl_my_crypt() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/ |
| H A D | sh3.s | 50 sts fpul,r3 51 sts.l fpul,@-r3 52 sts fpscr,r3 53 sts.l fpscr,@-r3
|
| /openbsd-src/sys/arch/i386/pci/ |
| H A D | geodesc.c | 92 uint8_t sts, rev, iid; in geodesc_attach() local 109 sts = bus_space_read_1(sc->sc_iot, sc->sc_ioh, GCB_WDSTS); in geodesc_attach() 114 printf(": iid %d revision %d wdstatus %b\n", iid, rev, sts, WDSTSBITS); in geodesc_attach() 119 sts |= WDOVF_CLEAR; in geodesc_attach() 120 bus_space_write_1(sc->sc_iot, sc->sc_ioh, GCB_WDSTS, sts); in geodesc_attach()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/ |
| H A D | crti.asm | 62 sts.l pr,@-r0 75 sts.l pr,@-r15 107 sts.l pr,@-r0 120 sts.l pr,@-r15
|
| /openbsd-src/libexec/ld.so/sh/ |
| H A D | ldasm.S | 42 sts pr, r0 108 sts.l pr, @-r15 109 sts.l macl, @-r15 110 sts.l mach, @-r15
|
| /openbsd-src/sys/dev/acpi/ |
| H A D | acpidmar.c | 854 int i, sts; in iommu_set_rtaddr() local 860 sts = iommu_read_4(iommu, DMAR_GSTS_REG); in iommu_set_rtaddr() 861 if (sts & GSTS_RTPS) in iommu_set_rtaddr() 999 int i, sts; in iommu_flush_write_buffer() local 1008 sts = iommu_read_4(iommu, DMAR_GSTS_REG); in iommu_flush_write_buffer() 1009 if (sts & GSTS_WBFS) in iommu_flush_write_buffer() 1115 int sts; in iommu_enable_qi() local 1127 sts = iommu_read_4(iommu, DMAR_GSTS_REG); in iommu_enable_qi() 1128 } while (n++ < 5 && !(sts & GSTS_QIES)); in iommu_enable_qi() 1140 sts = iommu_read_4(iommu, DMAR_GSTS_REG); in iommu_enable_qi() [all …]
|
| /openbsd-src/sys/arch/sh/sh/ |
| H A D | locore_subr.S | 67 sts.l mach, @-##reg ; \ 68 sts.l macl, @-##reg ; \ 72 sts.l pr, @-##reg ; \ 88 sts fpscr, tmp2 ; \ 93 sts.l fpul, @-##reg ; \ 568 sts.l pr, @-r15 624 sts.l pr, @-r15 678 sts.l pr, @-r15 881 sts.l pr, @-r15 935 sts.l pr, @-r4
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/ |
| H A D | gdb1431.s | 60 sts.l pr,@-r15 94 sts.l pr,@-r15 114 sts.l pr,@-r15
|
| H A D | gdb1291.s | 60 sts.l pr,@-r15 94 sts.l pr,@-r15 114 sts.l pr,@-r15
|
| /openbsd-src/gnu/usr.bin/perl/lib/File/ |
| H A D | Copy.pm | 253 my($fromsz,$tosz1,$tomt1,$tosz2,$tomt2,$sts,$ossts); 303 ($sts,$ossts) = ($! + 0, $^E + 0); 307 ($!,$^E) = ($sts,$ossts);
|
| /openbsd-src/usr.sbin/ypserv/yppush/ |
| H A D | yppush.c | 148 bool_t sts = 0; in push() local 174 if ((sts = svc_register(transp, prog, 1, in push() 179 if (!sts) { in push()
|
| /openbsd-src/sys/arch/sh/include/ |
| H A D | locore.h | 89 sts.l pr, @-r14 /* tf_pr */ ;\ 90 sts.l mach, @-r14 /* tf_mach*/ ;\ 91 sts.l macl, @-r14 /* tf_macl*/ ;\
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-sh.texi | 302 or.b #imm,@@(R0,GBR) sts MACH,Rn 303 rotcl Rn sts MACL,Rn 304 rotcr Rn sts PR,Rn 305 rotl Rn sts.l MACH,@@-Rn 306 rotr Rn sts.l MACL,@@-Rn 307 rte sts.l PR,@@-Rn
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-sh.texi | 298 or.b #imm,@@(R0,GBR) sts MACH,Rn 299 rotcl Rn sts MACL,Rn 300 rotcr Rn sts PR,Rn 301 rotl Rn sts.l MACH,@@-Rn 302 rotr Rn sts.l MACL,@@-Rn 303 rte sts.l PR,@@-Rn
|