| /freebsd-14-stable/sys/amd64/include/ |
| HD | vmm_snapshot.h | 102 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument 104 (RES) = vm_snapshot_buf((DATA), (LEN), (META)); \ 105 if ((RES) != 0) { \ 111 #define SNAPSHOT_VAR_OR_LEAVE(DATA, META, RES, LABEL) \ argument 112 SNAPSHOT_BUF_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL) 119 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument 121 (RES) = vm_snapshot_buf_cmp((DATA), (LEN), (META)); \ 122 if ((RES) != 0) { \ 128 #define SNAPSHOT_VAR_CMP_OR_LEAVE(DATA, META, RES, LABEL) \ argument 129 SNAPSHOT_BUF_CMP_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
|
| /freebsd-14-stable/contrib/unbound/daemon/ |
| HD | remote.c | 526 ssl_print_text(RES* res, const char* text) in ssl_print_text() 562 ssl_print_vmsg(RES* ssl, const char* format, va_list args) in ssl_print_vmsg() 570 int ssl_printf(RES* ssl, const char* format, ...) in ssl_printf() 581 ssl_read_line(RES* res, char* buf, size_t max) in ssl_read_line() 639 static void send_ok(RES* ssl) in send_ok() 646 distribute_cmd(struct daemon_remote* rc, RES* ssl, char* cmd) in distribute_cmd() 665 do_stop(RES* ssl, struct worker* worker) in do_stop() 674 do_reload(RES* ssl, struct worker* worker, int reuse_cache) in do_reload() 684 do_verbosity(RES* ssl, char* str) in do_verbosity() 697 print_stats(RES* ssl, const char* nm, struct ub_stats_info* s) in print_stats() [all …]
|
| HD | remote.h | 119 typedef struct remote_stream RES; typedef 184 int ssl_print_text(RES* ssl, const char* text); 192 int ssl_printf(RES* ssl, const char* format, ...) 203 int ssl_read_line(RES* ssl, char* buf, size_t max);
|
| HD | cachedump.h | 84 int dump_cache(RES* ssl, struct worker* worker); 93 int load_cache(RES* ssl, struct worker* worker); 105 int print_deleg_lookup(RES* ssl, struct worker* worker, uint8_t* nm,
|
| HD | cachedump.c | 67 dump_rrset_line(RES* ssl, struct ub_packed_rrset_key* k, time_t now, size_t i) in dump_rrset_line() 78 dump_rrset(RES* ssl, struct ub_packed_rrset_key* k, in dump_rrset() 104 dump_rrset_lruhash(RES* ssl, struct lruhash* h, time_t now) in dump_rrset_lruhash() 123 dump_rrset_cache(RES* ssl, struct worker* worker) in dump_rrset_cache() 142 dump_msg_ref(RES* ssl, struct ub_packed_rrset_key* k) in dump_msg_ref() 169 dump_msg(RES* ssl, struct query_info* k, struct reply_info* d, time_t now) in dump_msg() 252 dump_msg_lruhash(RES* ssl, struct worker* worker, struct lruhash* h) in dump_msg_lruhash() 280 dump_msg_cache(RES* ssl, struct worker* worker) in dump_msg_cache() 297 dump_cache(RES* ssl, struct worker* worker) in dump_cache() 308 ssl_read_buf(RES* ssl, sldns_buffer* buf) in ssl_read_buf() [all …]
|
| /freebsd-14-stable/usr.sbin/bhyve/ |
| HD | snapshot.h | 115 #define SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(CTX, ADDR, LEN, RNULL, META, RES, LABEL) \ argument 117 (RES) = vm_snapshot_guest2host_addr((CTX), (void **)&(ADDR), (LEN), \ 119 if ((RES) != 0) { \ 120 if ((RES) == EFAULT) \
|
| /freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
| HD | bootfs_003_pos.ksh | 71 RES=$(zpool get bootfs $POOL | awk 'END {print $3}' ) 72 if [ $RES != "$POOL/$TESTFS" ] 74 log_fail "Expected $RES == $POOL/$TESTFS"
|
| /freebsd-14-stable/tests/sys/cddl/zfs/tests/bootfs/ |
| HD | bootfs_003_pos.ksh | 98 RES=$($ZPOOL get bootfs $POOL | $TAIL -1 | $AWK '{print $3}' ) 99 if [ $RES != "$POOL/$FS" ] 101 log_fail "Expected $RES == $POOL/$FS"
|
| /freebsd-14-stable/lib/libc/tests/string/ |
| HD | memcmp_test.c | 50 #ifndef RES 51 #define RES(x) (x) macro 62 ATF_CHECK_EQ_MSG(RES(expected), RES(got), in check_memcmp()
|
| HD | bcmp_test.c | 30 #define RES(x) ((x) != 0) macro
|
| HD | timingsafe_bcmp_test.c | 30 #define RES(x) ((x) != 0) macro
|
| HD | timingsafe_memcmp_test.c | 30 #define RES(x) (((x) > 0) - ((x) < 0)) macro
|
| /freebsd-14-stable/crypto/heimdal/lib/heimdal/ |
| HD | NTMakefile | 59 RES=$(OBJ)\heimdal-version.res 74 $(DLL): $(DLLDEPS) $(DEF) $(RES) 75 $(DLLGUILINK_C) $(DLLDEPS) $(DLLSDKDEPS) $(RES) \
|
| /freebsd-14-stable/contrib/wpa/hostapd/ |
| HD | hlr_auc_gw.milenage_db | 10 # Example using truncated 32-bit RES instead of 64-bit default
|
| HD | ChangeLog | 303 * hlr_auc_gw: allow Milenage RES length to be reduced
|
| /freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/ |
| HD | acl.cfg | 56 export RES_DIR=$TESTDIR/RES
|
| /freebsd-14-stable/tests/sys/cddl/zfs/tests/acl/ |
| HD | acl.cfg | 59 export RES_DIR=$TESTDIR/RES
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| HD | M68kInstrInfo.td | 36 /* RES */ SDTCisInt<0>, 41 // RES, CCR <- op LHS, RHS 43 /* RES */ SDTCisInt<0>, 49 // RES, CCR <- op LHS, RHS, CCR 51 /* RES 1 */ SDTCisInt<0>,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | R600ISelLowering.cpp | 608 SDValue RES = LowerSDIVREM(Op, DAG); in ReplaceNodeResults() local 609 Results.push_back(RES); in ReplaceNodeResults() 610 Results.push_back(RES.getValue(1)); in ReplaceNodeResults()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrFragments.td | 18 // RES = op PTR, PASSTHRU, COND, EFLAGS
|
| /freebsd-14-stable/contrib/wpa/wpa_supplicant/ |
| HD | ChangeLog | 1419 * fixed EAP-AKA to use RES Length field in AT_RES as length in bits,
|
| /freebsd-14-stable/share/ctypedef/ |
| HD | C.UTF-8.src | 27595 <SQUARED_HI-RES>;/
|
| /freebsd-14-stable/contrib/ncurses/misc/ |
| HD | terminfo.src | 22222 # RES reset : ^[e
|
| /freebsd-14-stable/crypto/heimdal/lib/wind/ |
| HD | NormalizationTest.txt | 5420 B81B;B81B;1105 1166 11BA;B81B;1105 1166 11BA; # (렛; 렛; 렛; 렛; 렛; ) HANGUL SYLLABLE RES
|
| /freebsd-14-stable/tools/tools/locale/etc/final-maps/ |
| HD | map.UTF-8 | 83292 <SQUARED_HI-RES> \xF0\x9F\x86\xA8
|