Home
last modified time | relevance | path

Searched refs:st1 (Results 1 – 25 of 177) sorted by relevance

12345678

/netbsd-src/games/hack/
H A Dhack.end.c159 done(const char *st1) in done() argument
163 if (wizard && *st1 == 'd') { in done()
181 if (*st1 == 'q' && u.uhp < 1) { in done()
182 st1 = "died"; in done()
185 if (*st1 == 's') in done()
187 else if (*st1 == 'd' && st1[1] == 'r') in done()
189 else if (*st1 == 'p') in done()
191 else if (*st1 == 't') in done()
193 else if (!strchr("bcd", *st1)) in done()
194 killer = st1; in done()
[all …]
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dwdc.c58 uint8_t st0, st1; in __wdcwait_reset() local
67 st1 = WDC_READ_REG(chp, wd_status); in __wdcwait_reset()
71 if ((drv_mask & 0x02) != 0 && (st1 & WDCS_BSY) == 0) { in __wdcwait_reset()
83 if ((st0 & WDCS_BSY) == 0 && (st1 & WDCS_BSY) == 0) { in __wdcwait_reset()
94 if (st1 & WDCS_BSY) in __wdcwait_reset()
115 uint8_t st0, st1; in wdcprobe() local
127 st1 = WDC_READ_REG(chp, wd_status); in wdcprobe()
131 if (st1 == 0xff || st1 == (WDSD_IBM | 0x10)) in wdcprobe()
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dwdc.c64 uint8_t st0, st1; in __wdcwait_reset() local
73 st1 = WDC_READ_REG(chp, wd_status); in __wdcwait_reset()
77 if ((drv_mask & 0x02) != 0 && (st1 & WDCS_BSY) == 0) { in __wdcwait_reset()
89 if ((st0 & WDCS_BSY) == 0 && (st1 & WDCS_BSY) == 0) { in __wdcwait_reset()
100 if (st1 & WDCS_BSY) in __wdcwait_reset()
150 uint8_t st0, st1; in wdcprobe() local
163 st1 = WDC_READ_REG(chp, wd_status); in wdcprobe()
167 if (st1 == 0xff || st1 == (WDSD_IBM | 0x10)) in wdcprobe()
174 if (!(st1 & WDCS_DRDY)) in wdcprobe()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dtests.c253 int test_str_eq(const char *file, int line, const char *st1, const char *st2, in test_str_eq() argument
259 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", in test_str_eq()
267 int test_str_ne(const char *file, int line, const char *st1, const char *st2, in test_str_ne() argument
273 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", in test_str_ne()
281 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, in test_strn_eq() argument
287 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", in test_strn_eq()
295 int test_strn_ne(const char *file, int line, const char *st1, const char *st2, in test_strn_ne() argument
301 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", in test_strn_ne()
309 int test_mem_eq(const char *file, int line, const char *st1, const char *st2, in test_mem_eq() argument
315 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "==", in test_mem_eq()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-ia64.S331 { .mmi; st1 [r8]=r16,1 // write mac, little-endian
332 st1 [r9]=r20,1
334 { .mii; st1 [r10]=r17,1
337 { .mmi; st1 [r11]=r21,1
340 { .mmi; st1 [r8]=r16,1
341 st1 [r9]=r20,1
343 { .mii; st1 [r10]=r17,1
346 { .mmi; st1 [r11]=r21,1
349 { .mmi; st1 [r8]=r16,1
350 st1 [r9]=r20,1
[all …]
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Dwdc.c67 uint8_t st0, st1; in __wdcwait_reset() local
76 st1 = WDC_READ_REG(chp, wd_status); in __wdcwait_reset()
80 if ((drv_mask & 0x02) != 0 && (st1 & WDCS_BSY) == 0) { in __wdcwait_reset()
92 if ((st0 & WDCS_BSY) == 0 && (st1 & WDCS_BSY) == 0) { in __wdcwait_reset()
103 if (st1 & WDCS_BSY) in __wdcwait_reset()
124 uint8_t st0, st1; in wdcprobe() local
136 st1 = WDC_READ_REG(chp, wd_status); in wdcprobe()
140 if (st1 == 0xff || st1 == (WDSD_IBM | 0x10)) in wdcprobe()
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dtests.c277 int test_str_eq(const char *file, int line, const char *st1, const char *st2, in test_str_eq() argument
283 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", in test_str_eq()
291 int test_str_ne(const char *file, int line, const char *st1, const char *st2, in test_str_ne() argument
297 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", in test_str_ne()
305 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, in test_strn_eq() argument
311 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", in test_strn_eq()
319 int test_strn_ne(const char *file, int line, const char *st1, const char *st2, in test_strn_ne() argument
325 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", in test_strn_ne()
333 int test_mem_eq(const char *file, int line, const char *st1, const char *st2, in test_mem_eq() argument
339 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "==", in test_mem_eq()
[all …]
/netbsd-src/sys/crypto/aes/arch/arm/
H A Daes_armv8_64.S466 st1 {v0.16b}, [x2] /* store ctxt */
484 st1 {v0.16b}, [x2] /* store ptxt */
514 st1 {v0.16b}, [x2], #0x10 /* store ciphertext block */
516 st1 {v0.16b}, [x4] /* store chaining value */
543 st1 {v0.16b}, [x4] /* update iv */
550 st1 {v0.16b}, [x2] /* store plaintext block */
559 st1 {v0.16b}, [x2]
585 st1 {v7.16b}, [x4] /* update iv */
592 st1 {v0.16b, v1.16b}, [x2]
618 st1 {v6.16b-v7.16b}, [x2]
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_cdb.c342 struct stat st0, st1; in dict_cdbm_open() local
382 if (stat(tmp_path, &st1) < 0) in dict_cdbm_open()
389 if (st0.st_ino == st1.st_ino && st0.st_dev == st1.st_dev in dict_cdbm_open()
390 && st0.st_rdev == st1.st_rdev && st0.st_nlink == st1.st_nlink in dict_cdbm_open()
412 dict_cdbm->dict.owner.uid = st1.st_uid; in dict_cdbm_open()
413 dict_cdbm->dict.owner.status = (st1.st_uid != 0); in dict_cdbm_open()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daes-ia64.S394 { .mii; st1 [out3]=r16,4
397 { .mii; st1 [out2]=r17,4
401 { .mmi; st1 [out1]=r18,4
402 st1 [out0]=r19,4 };;
403 { .mmi; st1 [out3]=r20,4
404 st1 [out2]=r21,4 }//;;
405 { .mmi; st1 [out1]=r22,4
406 st1 [out0]=r23,4 };;
407 { .mmi; st1 [out3]=r24,4
408 st1 [out2]=r25,4
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daes-ia64.S394 { .mii; st1 [out3]=r16,4
397 { .mii; st1 [out2]=r17,4
401 { .mmi; st1 [out1]=r18,4
402 st1 [out0]=r19,4 };;
403 { .mmi; st1 [out3]=r20,4
404 st1 [out2]=r21,4 }//;;
405 { .mmi; st1 [out1]=r22,4
406 st1 [out0]=r23,4 };;
407 { .mmi; st1 [out3]=r24,4
408 st1 [out2]=r25,4
[all …]
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/
H A Daesv8-armx.S48 st1 {v3.4s},[x2],#16
66 st1 {v3.4s},[x2],#16
80 st1 {v3.4s},[x2],#16
90 st1 {v3.4s},[x2]
100 st1 {v3.4s},[x2],#16
107 st1 {v4.4s},[x2],#16
110 st1 {v4.8b},[x2],#8
129 st1 {v3.4s},[x2],#16
141 st1 {v3.4s},[x2],#16
146 st1 {v4.4s},[x2],#16
[all …]
H A Darmv8-mont.S254 st1 {v6.2d,v7.2d},[x7],#32
256 st1 {v8.2d,v9.2d},[x7],#32
257 st1 {v10.2d,v11.2d},[x7],#32
258 st1 {v12.2d,v13.2d},[x7],#32
285 st1 {v28.2s},[sp] // put aside smashed b[8*i+0]
305 st1 {v29.2s},[x10],#8 // put aside smashed m[8*i+0]
317 st1 {v28.2s},[x10],#8 // put aside smashed b[8*i+1]
337 st1 {v29.2s},[x10],#8 // put aside smashed m[8*i+1]
349 st1 {v28.2s},[x10],#8 // put aside smashed b[8*i+2]
369 st1 {v29.2s},[x10],#8 // put aside smashed m[8*i+2]
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dstn_multiple.s3 # Check the store multiple structure instructions: st1, st2, st3, st4.
38 st1 {v0.16b}, [x2], 16
39 st1 {v1.8h}, [x2], x3
112 st1 {v0.2s, v1.2s}, [x2], 16
113 st1 {v2.1d, v3.1d}, [x2]
127 st1 {v0.2d, v1.2d, v2.2d}, [x2]
146 st1 {v0.2d, v1.2d, v2.2d, v3.2d}, [x2]
H A Dstn_single.s4 # st1, st2, st3, st4.
40 st1 {v0.b}[0], [x2], 1
41 st1 {v0.b}[1], [x2], x3
42 st1 {v0.h}[1], [x2], 2
43 st1 {v0.s}[1], [x2], x4
44 st1 {v0.d}[1], [x2]
/netbsd-src/etc/etc.mipsco/
H A DMAKEDEV.conf4 makedev sd0 sd1 sd2 sd3 cd0 st0 st1
12 makedev sd0 sd1 sd2 sd3 sd4 st0 st1 ch0 cd0 cd1 ccd0 ccd1
17 makedev std fd sd0 sd1 cd0 st0 st1 opty tty0 tty1 md0
/netbsd-src/tests/lib/libc/c063/
H A Dt_fstatat.c61 struct stat st1, st2; in ATF_TC_BODY() local
68 ATF_REQUIRE(fstatat(dfd, BASEFILE, &st1, 0) == 0); in ATF_TC_BODY()
72 ATF_REQUIRE(memcmp(&st1, &st2, sizeof(st1)) == 0); in ATF_TC_BODY()
/netbsd-src/etc/etc.sbmips/
H A DMAKEDEV.conf9 makedev st0 st1 ch0 cd0 cd1 vnd0 vnd1
22 makedev st0 st1 ch0 cd0 cd1
38 makedev wd0 wd1 sd0 sd1 sd2 sd3 st0 st1 ch0 cd0 cd1 ccd0 ccd1 md0
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_nv50.c149 u8 st0, st1, st2, st3; in nv50_fb_intr() local
168 st1 = (trap[0] & 0x000000f0) >> 4; in nv50_fb_intr()
173 st1 = (trap[0] & 0x0000ff00) >> 8; in nv50_fb_intr()
180 re = nvkm_enum_find(vm_fault , st1); in nv50_fb_intr()
196 st1, re ? re->name : ""); in nv50_fb_intr()
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Darmv8-mont.S255 st1 {v6.2d,v7.2d},[x7],#32
257 st1 {v8.2d,v9.2d},[x7],#32
258 st1 {v10.2d,v11.2d},[x7],#32
259 st1 {v12.2d,v13.2d},[x7],#32
286 st1 {v28.2s},[sp] // put aside smashed b[8*i+0]
306 st1 {v29.2s},[x10],#8 // put aside smashed m[8*i+0]
318 st1 {v28.2s},[x10],#8 // put aside smashed b[8*i+1]
338 st1 {v29.2s},[x10],#8 // put aside smashed m[8*i+1]
350 st1 {v28.2s},[x10],#8 // put aside smashed b[8*i+2]
370 st1 {v29.2s},[x10],#8 // put aside smashed m[8*i+2]
[all …]
/netbsd-src/etc/etc.evbmips/
H A DMAKEDEV.conf9 makedev st0 st1 ch0 cd0 cd1 vnd0 vnd1
23 makedev st0 st1 ch0 cd0 cd1
44 makedev sd0 sd1 sd2 sd3 opty st0 st1 ch0 cd0 cd1 ccd0 ccd1 md0
/netbsd-src/common/lib/libc/arch/ia64/string/
H A Dbcopy.S56 st1 [in1]=r14,1
66 st1 [in1]=r14,1
96 st1 [in1]=r14,-1
/netbsd-src/etc/etc.sparc64/
H A DMAKEDEV.conf7 makedev wd0 wd1 wd2 wd3 cd0 st0 st1 fd0
41 makedev wd0 wd1 wd3 cd0 cd1 st0 st1 fd0
48 makedev wd0 wd1 wd2 wd3 cd0 cd1 st0 st1 fd0
/netbsd-src/etc/etc.news68k/
H A DMAKEDEV.conf4 makedev sd0 sd1 sd2 sd3 cd0 st0 st1
12 makedev std bpf sd0 sd1 sd2 sd3 cd0 st0 st1
/netbsd-src/etc/etc.next68k/
H A DMAKEDEV.conf5 makedev st0 st1 ch0 cd0 cd1
13 makedev sd0 sd1 sd2 sd3 st0 st1 cd0 cd1

12345678