| /freebsd/sys/dev/wdatwd/ |
| H A D | wdatwd.c | 449 wdat_compare_region(const struct wdat_res *res1, const struct wdat_res *res2) in wdat_compare_region() argument 463 if (res1->type != res2->type || res1->start > res2->end in wdat_compare_region() 464 || res1->end < res2->start) in wdat_compare_region() 467 if (res1->start <= res2->start && res1->end >= res2->end) in wdat_compare_region() 469 if (res1->start > res2->start) in wdat_compare_region() 471 if (res1->end < res2->end) in wdat_compare_region() 484 struct wdat_res *res1, *res2, *res_safe, *res_itr; in wdat_merge_region() local 494 TAILQ_FOREACH_SAFE(res1, &sc->res, link, res_safe) { in wdat_merge_region() 495 overlap = wdat_compare_region(res1, newres); in wdat_merge_region() 507 res1->start = newres->start; in wdat_merge_region() [all …]
|
| /freebsd/sbin/hastd/ |
| H A D | hastd.c | 371 const struct hast_resource *res1) in resource_needs_restart() argument 374 PJDLOG_ASSERT(strcmp(res0->hr_name, res1->hr_name) == 0); in resource_needs_restart() 376 if (strcmp(res0->hr_provname, res1->hr_provname) != 0) in resource_needs_restart() 378 if (strcmp(res0->hr_localpath, res1->hr_localpath) != 0) in resource_needs_restart() 382 if (strcmp(res0->hr_remoteaddr, res1->hr_remoteaddr) != 0) in resource_needs_restart() 384 if (strcmp(res0->hr_sourceaddr, res1->hr_sourceaddr) != 0) in resource_needs_restart() 386 if (res0->hr_replication != res1->hr_replication) in resource_needs_restart() 388 if (res0->hr_checksum != res1->hr_checksum) in resource_needs_restart() 390 if (res0->hr_compression != res1->hr_compression) in resource_needs_restart() 392 if (res0->hr_timeout != res1->hr_timeout) in resource_needs_restart() [all …]
|
| /freebsd/sys/nlm/ |
| H A D | nlm_advlock.c | 573 nlm_testres res1; in nlm_test_rpc() local 579 memset(&res1, 0, sizeof(res1)); in nlm_test_rpc() 581 stat = nlm_test_1(&args1, &res1, client, ext, timo); in nlm_test_rpc() 584 res->cookie = res1.cookie; in nlm_test_rpc() 585 res->stat.stat = (enum nlm4_stats) res1.stat.stat; in nlm_test_rpc() 586 if (res1.stat.stat == nlm_denied) in nlm_test_rpc() 589 &res1.stat.nlm_testrply_u.holder); in nlm_test_rpc() 604 nlm_res res1; in nlm_lock_rpc() local 613 memset(&res1, 0, sizeof(res1)); in nlm_lock_rpc() 615 stat = nlm_lock_1(&args1, &res1, client, ext, timo); in nlm_lock_rpc() [all …]
|
| /freebsd/sys/dev/ciss/ |
| H A D | cissreg.h | 138 u_int8_t res1[3]; member 143 u_int8_t res1[2]; member 185 u_int8_t res1; member 254 u_int8_t res1[2]; member 533 u_int8_t res1[3]; member 555 u_int8_t res1; member 579 u_int8_t res1[416]; member 749 u_int8_t res1[2]; member 795 u_int8_t res1[510]; member
|
| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | aes-gcm-armv8_64.pl | 179 my ($ctr0,$ctr1,$ctr2,$ctr3,$res0,$res1,$res2,$res3)=map("v$_",(0..7)); 543 mov $t3d, $res1.d[1] @ GHASH block 4k+1 - mid 551 pmull2 $t1.1q, $res1.2d, $h3.2d @ GHASH block 4k+1 - high 561 eor $t3.8b, $t3.8b, $res1.8b @ GHASH block 4k+1 - mid 586 pmull $t2.1q, $res1.1d, $h3.1d @ GHASH block 4k+1 - low 751 pmull $t2.1q, $res1.1d, $h3.1d @ GHASH block 4k+1 - low 756 pmull2 $t1.1q, $res1.2d, $h3.2d @ GHASH block 4k+1 - high 759 mov $t3d, $res1.d[1] @ GHASH block 4k+1 - mid 768 eor $t3.8b, $t3.8b, $res1.8b @ GHASH block 4k+1 - mid 950 fmov $res1.d[1], $input_h0 @ AES final-2 block - mov high [all …]
|
| H A D | aes-gcm-armv8-unroll8_64.pl | 192 my ($ctr0,$ctr1,$ctr2,$ctr3,$ctr4,$ctr5,$ctr6,$ctr7,$res0,$res1,$res2,$res3,$res4,$res5,$res6,$res7… 213 my $t2=$res1; 510 pmull2 $t0.1q, $res1.2d, $h7.2d @ GHASH block 8k+1 - high 514 pmull $h7.1q, $res1.1d, $h7.1d @ GHASH block 8k+1 - low 515 trn1 $acc_m.2d, $res1.2d, $res0.2d @ GHASH block 8k, 8k+1 - mid 518 trn2 $res0.2d, $res1.2d, $res0.2d @ GHASH block 8k, 8k+1 - mid 787 pmull2 $t0.1q, $res1.2d, $h7.2d @ GHASH block 8k+1 - high 792 trn1 $acc_m.2d, $res1.2d, $res0.2d @ GHASH block 8k, 8k+1 - mid 794 pmull $h7.1q, $res1.1d, $h7.1d @ GHASH block 8k+1 - low 796 trn2 $res0.2d, $res1.2d, $res0.2d @ GHASH block 8k, 8k+1 - mid [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | tanf_3u3.c | 67 uint64_t n, res0, res1, res2; in reduce_large() local 73 res1 = (uint64_t) xi * arr[4]; in reduce_large() 76 res0 += res1; in reduce_large()
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | sincosf.h | 134 uint64_t n, res0, res1, res2; in reduce_large() local 140 res1 = (uint64_t)xi * arr[4]; in reduce_large() 143 res0 += res1; in reduce_large()
|
| /freebsd/tools/tools/so_splice/ |
| H A D | pingpong.c | 38 struct addrinfo hints, *res, *res1; in addrinfo() local 55 for (res1 = res; res != NULL; res = res->ai_next) { in addrinfo() 64 freeaddrinfo(res1); in addrinfo()
|
| H A D | proxy.c | 357 struct addrinfo hints, *res, *res1; in addrinfo() local 374 for (res1 = res; res != NULL; res = res->ai_next) { in addrinfo() 383 freeaddrinfo(res1); in addrinfo()
|
| /freebsd/sys/dev/smartpqi/ |
| H A D | smartpqi_structures.h | 89 uint8_t res1[28]; member 114 uint8_t res1[0x18]; member 275 uint16_t res1; member 287 uint8_t res1; member 301 uint8_t res1; member 319 uint8_t res1; member 325 uint8_t res1; member 338 uint16_t res1; member 624 uint8_t res1 : 7; member 637 uint8_t res1[6]; member [all …]
|
| /freebsd/sys/dev/mlx/ |
| H A D | mlxreg.h | 212 u_int8_t res1[3]; member 239 u_int8_t res1[3]; member 271 u_int32_t res1; member 322 u_int16_t res1; member 332 u_char res1:2; member 485 u_int8_t res1; member 492 u_int8_t res1; member
|
| /freebsd/tools/tools/fib_multibind/ |
| H A D | sink.c | 67 struct addrinfo hints, *res, *res1; in addrinfo() local 79 for (res1 = res; res != NULL; res = res->ai_next) { in addrinfo() 90 freeaddrinfo(res1); in addrinfo()
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_bufferevent.c | 983 struct timeout_cb_result res1, res2; in test_bufferevent_timeouts() local 985 memset(&res1, 0, sizeof(res1)); in test_bufferevent_timeouts() 1026 bev_timeout_event_cb, &res1); in test_bufferevent_timeouts() 1049 tt_want(res1.total_calls == 2); in test_bufferevent_timeouts() 1050 tt_want(res1.n_read_timeouts == 1); in test_bufferevent_timeouts() 1051 tt_want(res1.n_write_timeouts == 1); in test_bufferevent_timeouts() 1056 test_timeval_diff_eq(&started_at, &res1.read_timeout_at, 150); in test_bufferevent_timeouts() 1057 test_timeval_diff_eq(&started_at, &res1.write_timeout_at, 100); in test_bufferevent_timeouts() 1063 tt_assert_timeval_empty(res1.last_read_at); in test_bufferevent_timeouts()
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress_bufferevent.c | 983 struct timeout_cb_result res1, res2; in test_bufferevent_timeouts() local 985 memset(&res1, 0, sizeof(res1)); in test_bufferevent_timeouts() 1026 bev_timeout_event_cb, &res1); in test_bufferevent_timeouts() 1049 tt_want(res1.total_calls == 2); in test_bufferevent_timeouts() 1050 tt_want(res1.n_read_timeouts == 1); in test_bufferevent_timeouts() 1051 tt_want(res1.n_write_timeouts == 1); in test_bufferevent_timeouts() 1056 test_timeval_diff_eq(&started_at, &res1.read_timeout_at, 150); in test_bufferevent_timeouts() 1057 test_timeval_diff_eq(&started_at, &res1.write_timeout_at, 100); in test_bufferevent_timeouts() 1063 tt_assert_timeval_empty(res1.last_read_at); in test_bufferevent_timeouts()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | rtw8822c.h | 14 u8 res1[3]; member 40 u8 res1:2; member 65 u8 res1[0x09]; 69 u8 res1; global() member
|
| H A D | rtw8814a.h | 27 u8 res1; member
|
| /freebsd/sys/x86/cpufreq/ |
| H A D | powernow.c | 78 uint8_t res1; member 698 sc->rvo = PN8_PSB_TO_RVO(psb->res1); in pn_decode_pst() 699 sc->irt = PN8_PSB_TO_IRT(psb->res1); in pn_decode_pst() 700 sc->mvs = PN8_PSB_TO_MVS(psb->res1); in pn_decode_pst() 701 sc->low = PN8_PSB_TO_BATT(psb->res1); in pn_decode_pst()
|
| /freebsd/sys/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman_sp.h | 50 uint32_t res1[2]; /*offset 0x34 - 0x38*/ member
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | rsaz_exp.h | 42 int ossl_rsaz_mod_exp_avx512_x2(BN_ULONG *res1,
|
| H A D | rsaz_exp_x2.c | 201 int ossl_rsaz_mod_exp_avx512_x2(BN_ULONG *res1, 309 from_words52(res1, factor_size, rr1_red); 315 bn_reduce_once_in_place(res1, /*carry=*/0, m1, storage, factor_size);
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_tcp_ip.h | 114 u16 res1:4, member
|
| /freebsd/sys/dev/firewire/ |
| H A D | sbp.h | 86 uint16_t res1; member
|
| /freebsd/sys/kern/ |
| H A D | link_elf_obj.c | 1739 Elf_Addr res1; in elf_obj_lookup() local 1751 res1 = (Elf_Addr)sym->st_value; in elf_obj_lookup() 1753 res1 = ((Elf_Addr (*)(void))res1)(); in elf_obj_lookup() 1754 *res = res1; in elf_obj_lookup() 1775 res1 = (Elf_Addr)linker_file_lookup_symbol(lf, symbol, deps); in elf_obj_lookup() 1787 if (res1 != 0) { in elf_obj_lookup() 1789 sym->st_value = res1; in elf_obj_lookup() 1790 *res = res1; in elf_obj_lookup()
|
| /freebsd/contrib/bc/ |
| H A D | build.pkg.rig | 870 res1 := $ %(config_list["args"]) -g 874 check_test(tgt_name, res1, exp_result_file); 1185 res1 := $ %(config_list["args"]) %(config_list["error_options"]) -c 1188 check_err_test(tgt_name, res1); 1629 res1 := $ %(config_list["args"]) -h << $halt; 1630 check_test_retcode(tgt_name, res1.exitcode); 1809 res1 := $ %(config_list["args"]) %(args) << $data; 1810 check_test(tgt_name, res1, output_file); 1934 res1 := $ %(config_list["args"]) --scale=18923c.rlg << $scale; 1936 check_err_test(tgt_name, res1); [all …]
|