Home
last modified time | relevance | path

Searched full:res1 (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/sys/dev/wdatwd/
H A Dwdatwd.c439 #define OVERLAP_SUBSET 0x1 // res2 is fully covered by res1.
444 * Compare the given res1 and res2, and one of the above OVERLAP_* constant, or
445 * in case res2 is larger than res1 at both the start and the end,
449 wdat_compare_region(const struct wdat_res *res1, const struct wdat_res *res2) in wdat_compare_region() argument
455 * b) res2 and res1 have no overlap. == OVERLAP_NONE in wdat_compare_region()
456 * c) res2 is fully covered by res1. == OVERLAP_SUBSET in wdat_compare_region()
457 * d) res2 and res1 overlap partially. == OVERLAP_START or in wdat_compare_region()
459 * e) res2 fully covers res1. == OVERLAP_START | OVERLAP_END in wdat_compare_region()
463 if (res1->type != res2->type || res1->start > res2->end in wdat_compare_region()
464 || res1->end < res2->start) in wdat_compare_region()
[all …]
/freebsd/sys/nlm/
H A Dnlm_advlock.c573 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/sbin/hastd/
H A Dhastd.c371 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/dev/ciss/
H A Dcissreg.h138 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
524 * Note that the phys_drive/res1 field is nominally the 32-bit
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/sys/tools/
H A Darm_kernel_boothdr.awk160 # uint64_t res1[3]; /* reserved */
173 write_le64(0) # res1[0]
174 write_le64(0) # res1[1]
175 write_le64(0) # res1[2]
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_structures.h88 uint8_t res1[28]; member
113 uint8_t res1[0x18]; member
274 uint16_t res1; member
286 uint8_t res1; member
300 uint8_t res1; member
318 uint8_t res1; member
324 uint8_t res1; member
337 uint16_t res1; member
623 uint8_t res1 : 7; member
636 uint8_t res1[6]; member
[all …]
/freebsd/sys/dev/mlx/
H A Dmlxreg.h212 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/contrib/arm-optimized-routines/math/
H A Dsincosf.h134 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 Dpingpong.c38 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 Dproxy.c357 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/contrib/bmake/unit-tests/
H A Dvarmod-loop-varname.mk71 RESOLVE= ${RES1} $${RES1}
72 RES1= 1d${RES2} 1i$${RES2}
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dtanf_3u3.c67 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/tools/tools/fib_multibind/
H A Dsink.c67 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 Dregress_bufferevent.c983 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 Dregress_bufferevent.c983 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/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp329 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); in doFunctionalCheck() local
333 if (Res1 != -Res2) { in doFunctionalCheck()
340 if (Res1 == 0) in doFunctionalCheck()
355 if (Res1 != 0 && Res1 == Res4) { in doFunctionalCheck()
357 Transitive = Res3 == Res1; in doFunctionalCheck()
360 Transitive = Res3 == Res1; in doFunctionalCheck()
363 Transitive = Res4 == -Res1; in doFunctionalCheck()
369 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res3 << ", " in doFunctionalCheck()
/freebsd/contrib/bc/
H A Dbuild.pkg.rig870 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 …]
/freebsd/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl179 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 …]
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8822c.h14 u8 res1[3]; member
40 u8 res1:2; member
65 u8 res1[0x09];
69 u8 res1; global() member
H A Drtw8814a.h27 u8 res1; member
/freebsd/sys/x86/cpufreq/
H A Dpowernow.c78 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/lib/libcasper/services/cap_net/tests/
H A Dnet_test.c190 struct addrinfo hints, *capres, *origres, *res0, *res1; in test_getaddrinfo() local
210 for (res1 = origres; res1 != NULL; res1 = res1->ai_next) { in test_getaddrinfo()
211 if (res1->ai_addrlen == res0->ai_addrlen && in test_getaddrinfo()
212 memcmp(res1->ai_addr, res0->ai_addr, in test_getaddrinfo()
/freebsd/crypto/openssl/crypto/bn/
H A Drsaz_exp.h45 int ossl_rsaz_mod_exp_avx512_x2(BN_ULONG *res1,
/freebsd/sys/kern/
H A Dlink_elf_obj.c1725 Elf_Addr res1; in elf_obj_lookup() local
1737 res1 = (Elf_Addr)sym->st_value; in elf_obj_lookup()
1739 res1 = ((Elf_Addr (*)(void))res1)(); in elf_obj_lookup()
1740 *res = res1; in elf_obj_lookup()
1761 res1 = (Elf_Addr)linker_file_lookup_symbol(lf, symbol, deps); in elf_obj_lookup()
1773 if (res1 != 0) { in elf_obj_lookup()
1775 sym->st_value = res1; in elf_obj_lookup()
1776 *res = res1; in elf_obj_lookup()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h114 u16 res1:4, member

123