/freebsd/tests/sys/kern/pipe/ |
H A D | pipe_ino_test.c | 45 struct stat st1, st2; in main() local 50 if (fstat(pipefd[0], &st1) == -1) in main() 54 if (st1.st_dev != st2.st_dev || st1.st_dev == 0 || st2.st_dev == 0) in main() 56 (uintmax_t)st1.st_dev, (uintmax_t)st2.st_dev); in main() 57 if (st1.st_ino == st2.st_ino) in main() 59 (uintmax_t)st1.st_ino); in main()
|
/freebsd/lib/libc/tests/stdio/ |
H A D | mkostemp_test.c | 52 struct stat st1, st2; in test_one() local 83 if (stat(tmpf, &st1) == -1) { in test_one() 95 if (!S_ISREG(st1.st_mode) || (st1.st_mode & 0777) != 0600 || in test_one() 96 st1.st_nlink != 1 || st1.st_size != 0) { in test_one() 109 if (st1.st_dev != st2.st_dev || st1.st_ino != st2.st_ino) { in test_one()
|
/freebsd/lib/libc/string/ |
H A D | wcscoll.c | 75 const int32_t *st1 = NULL; in wcscoll_l() local 121 &pri1, pass, &st1); in wcscoll_l() 128 st1 = NULL; in wcscoll_l() 130 check1 = (st1 != NULL); in wcscoll_l() 164 while (*w1 || *w2 || st1 || st2) { in wcscoll_l() 166 while (*w1 || st1) { in wcscoll_l() 168 pass, &st1); in wcscoll_l() 179 st1 = NULL; in wcscoll_l()
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 331 { .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 …]
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | tests.c | 277 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 …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | tmpfs22.sh | 82 struct stat st1, st2; 98 if (fstat(fd, &st1) == -1) 108 if (st1.st_mtime == st2.st_mtime) { 110 (long)st1.st_mtime, (long)st2.st_mtime);
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-ia64.S | 394 { .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 …]
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | aesv8-armx.S | 51 st1 {v3.4s},[x2],#16 69 st1 {v3.4s},[x2],#16 83 st1 {v3.4s},[x2],#16 93 st1 {v3.4s},[x2] 103 st1 {v3.4s},[x2],#16 110 st1 {v4.4s},[x2],#16 113 st1 {v4.8b},[x2],#8 132 st1 {v3.4s},[x2],#16 144 st1 {v3.4s},[x2],#16 149 st1 {v4.4s},[x2],#16 [all …]
|
H A D | armv8-mont.S | 261 st1 {v6.2d,v7.2d},[x7],#32 263 st1 {v8.2d,v9.2d},[x7],#32 264 st1 {v10.2d,v11.2d},[x7],#32 265 st1 {v12.2d,v13.2d},[x7],#32 292 st1 {v28.2s},[sp] // put aside smashed b[8*i+0] 312 st1 {v29.2s},[x10],#8 // put aside smashed m[8*i+0] 324 st1 {v28.2s},[x10],#8 // put aside smashed b[8*i+1] 344 st1 {v29.2s},[x10],#8 // put aside smashed m[8*i+1] 356 st1 {v28.2s},[x10],#8 // put aside smashed b[8*i+2] 376 st1 {v29.2s},[x10],#8 // put aside smashed m[8*i+2] [all …]
|
H A D | vpaes-armv8.S | 208 st1 {v0.16b}, [x1] 441 st1 {v0.16b}, [x1] 626 st1 {v0.2d}, [x2] // vmovdqu %xmm0, (%rdx) 633 st1 {v3.2d}, [x2] // vmovdqu %xmm3, (%rdx) 761 st1 {v0.2d}, [x2] // vmovdqu %xmm0, (%rdx) # save last key 978 st1 {v3.2d}, [x2] // vmovdqu %xmm3, (%rdx) 1057 st1 {v0.16b}, [x1],#16 // save output 1061 st1 {v0.16b}, [x4] // write ivec 1092 st1 {v0.16b}, [x1], #16 1103 st1 {v0.16b,v1.16b}, [x1], #32 [all …]
|
H A D | ghashv8-armx.S | 27 st1 {v20.2d},[x0],#16 //store Htable[0] 54 st1 {v21.2d,v22.2d},[x0],#32 //store Htable[1..2] 95 st1 {v20.2d,v21.2d,v22.2d},[x0] //store Htable[3..5] 136 st1 {v0.2d},[x0] //write out Xi 269 st1 {v0.2d},[x0] //write out Xi 549 st1 {v0.2d},[x0] //write out Xi
|
H A D | aes-gcm-armv8_64.S | 285 st1 { v4.16b}, [x2], #16 //AES block 0 - store result 292 st1 { v5.16b}, [x2], #16 //AES block 1 - store result 299 st1 { v6.16b}, [x2], #16 //AES block 2 - store result 304 st1 { v7.16b}, [x2], #16 //AES block 3 - store result 539 st1 { v4.16b}, [x2], #16 //AES block 4k+4 - store result 549 st1 { v5.16b}, [x2], #16 //AES block 4k+5 - store result 552 st1 { v6.16b}, [x2], #16 //AES block 4k+6 - store result 559 st1 { v7.16b}, [x2], #16 //AES block 4k+3 - store result 793 st1 { v5.16b}, [x2], #16 //AES final-3 block - store result 824 st1 { v5.16b}, [x2], #16 //AES final-2 block - store result [all …]
|
H A D | chacha-armv8.S | 710 st1 {v16.16b,v17.16b,v18.16b,v19.16b},[x0],#64 721 st1 {v20.16b,v21.16b,v22.16b,v23.16b},[x0],#64 732 st1 {v24.16b,v25.16b,v26.16b,v27.16b},[x0],#64 738 st1 {v28.16b,v29.16b,v30.16b,v31.16b},[x0],#64 812 st1 {v16.16b,v17.16b,v18.16b,v19.16b},[x0],#64 828 st1 {v20.16b,v21.16b,v22.16b,v23.16b},[x0],#64 844 st1 {v24.16b,v25.16b,v26.16b,v27.16b},[x0],#64 854 st1 {v16.16b,v17.16b,v18.16b,v19.16b},[sp] 1949 st1 {v8.16b,v9.16b,v10.16b,v11.16b},[x0],#64 1956 st1 {v12.16b,v13.16b,v14.16b,v15.16b},[x0],#64 [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/c063/ |
H A D | t_fstatat.c | 61 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()
|
/freebsd/usr.bin/diff/ |
H A D | diffreg_new.c | 149 struct stat st1, st2; in diffreg_new() local 178 f1 = openfile(file1, &str1, &st1); in diffreg_new() 217 if (diff_atomize_file(&left, cfg, f1, (uint8_t *)str1, st1.st_size, diff_flags)) { in diffreg_new() 279 munmap(str1, st1.st_size); in diffreg_new()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_dup.c | 59 struct stat st, st1; in check_mode() local 90 (void)memset(&st1, 0, sizeof(struct stat)); in check_mode() 93 ATF_REQUIRE(fstat(fd1, &st1) == 0); in check_mode() 95 if (st.st_mode != st1.st_mode) in check_mode()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | file_descriptor.h | 272 inline bool stat_equivalent(const StatT& st1, const StatT& st2) { in posix_fchmod() 273 return (st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino); in posix_fchmod() 279 stat_equivalent(const StatT & st1,const StatT & st2) stat_equivalent() argument
|
/freebsd/lib/libutil/ |
H A D | pw_util.c | 284 struct stat st1, st2; in pw_edit() local 290 if (stat(tempname, &st1) == -1) in pw_edit() 344 return (st1.st_mtim.tv_sec != st2.st_mtim.tv_sec || in pw_edit() 345 st1.st_mtim.tv_nsec != st2.st_mtim.tv_nsec); in pw_edit()
|
/freebsd/sys/dev/flash/ |
H A D | w25n.c | 371 uint8_t st1, st2, st3; in w25n_attach() local 390 err = w25n_read_status_register(sc, STATUS_REG_1, &st1); in w25n_attach() 410 st1, st2, st3); in w25n_attach()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | fs_test.c | 378 atf_fs_stat_t st1, st2; in ATF_TC_BODY() local 381 RE(atf_fs_stat_init(&st1, &p)); in ATF_TC_BODY() 390 ATF_REQUIRE_EQ(atf_fs_stat_get_device(&st1), in ATF_TC_BODY() 392 ATF_REQUIRE_EQ(atf_fs_stat_get_inode(&st1), in ATF_TC_BODY() 396 atf_fs_stat_fini(&st1); in ATF_TC_BODY()
|
/freebsd/usr.bin/limits/ |
H A D | limits.c | 730 struct stat st1; in getshelltype() local 736 if (stat(path, &st1) != -1 && memcmp(&st, &st1, sizeof st) == 0) in getshelltype()
|
/freebsd/crypto/openssl/crypto/ |
H A D | ia64cpuid.S | 153 { .mib; st1 [r32]=r0,1 162 { .mmi; st1 [r32]=r0,1;;
|
/freebsd/sys/netinet/ |
H A D | in_mcast.c | 325 imf_init(struct in_mfilter *imf, const int st0, const int st1) in imf_init() argument 330 imf->imf_st[1] = st1; in imf_init() 334 ip_mfilter_alloc(const int mflags, const int st0, const int st1) in ip_mfilter_alloc() argument 340 imf_init(imf, st0, st1); in ip_mfilter_alloc() 774 imf_graft(struct in_mfilter *imf, const uint8_t st1, in imf_graft() argument 787 lims->imsl_st[1] = st1; in imf_graft()
|
/freebsd/sys/netinet6/ |
H A D | in6_mcast.c | 223 im6f_init(struct in6_mfilter *imf, const int st0, const int st1) in im6f_init() argument 228 imf->im6f_st[1] = st1; in im6f_init() 232 ip6_mfilter_alloc(const int mflags, const int st0, const int st1) in ip6_mfilter_alloc() argument 239 im6f_init(imf, st0, st1); in ip6_mfilter_alloc() 790 im6f_graft(struct in6_mfilter *imf, const uint8_t st1, in im6f_graft() argument 803 lims->im6sl_st[1] = st1; in im6f_graft()
|
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/ |
H A D | sha256-armv8.S | 1160 st1 {v0.4s,v1.4s},[x0] 1195 st1 {v4.4s-v5.4s},[x17], #32 1197 st1 {v6.4s-v7.4s},[x17] 1320 st1 {v4.4s},[x17], #16 1429 st1 {v4.4s},[x17], #16 1538 st1 {v4.4s},[x17], #16 1647 st1 {v4.4s},[x17], #16 1739 st1 {v4.4s},[x17], #16 1820 st1 {v4.4s},[x17], #16 1901 st1 {v [all...] |