| /freebsd/sys/amd64/include/ |
| H A D | 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/contrib/unbound/daemon/ |
| H A D | remote.h | 121 typedef struct remote_stream RES; 317 int ssl_print_text(RES* ssl, const char* text); 321 * @param ssl: the RES connection to print to. Blocking. 325 int ssl_printf(RES* ssl, const char* format, ...) 331 * @param ssl: the RES connection to read from. blocking. 336 int ssl_read_line(RES* ssl, char* buf, size_t max); 341 * @param ssl: the RES connection to print to. 351 void fast_reload_thread_start(RES* ssl, struct worker* worker, 119 typedef struct remote_stream RES; global() typedef
|
| H A D | 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,
|
| H A D | cachedump.c | 135 spool_strlist(RES* ssl, struct config_strlist* list) in spool_strlist() 149 RES* ssl, void* arg) in dump_lruhash() 237 RES* ssl, void* arg) in dump_slabhash() 257 RES* ssl; 275 dump_rrset_cache(RES* ssl, struct worker* worker) in dump_rrset_cache() 407 dump_msg_cache(RES* ssl, struct worker* worker) in dump_msg_cache() 420 dump_cache(RES* ssl, struct worker* worker) in dump_cache() 431 ssl_read_buf(RES* ssl, sldns_buffer* buf) in ssl_read_buf() 439 read_fixed(RES* ssl, sldns_buffer* buf, const char* str) in read_fixed() 447 load_rr(RES* ssl, sldns_buffer* buf, struct regional* region, in load_rr() [all …]
|
| H A D | remote.c | 559 ssl_print_text(RES* res, const char* text) in ssl_print_text() 595 ssl_print_vmsg(RES* ssl, const char* format, va_list args) in ssl_print_vmsg() 603 int ssl_printf(RES* ssl, const char* format, ...) in ssl_printf() 614 ssl_read_line(RES* res, char* buf, size_t max) in ssl_read_line() 672 static void send_ok(RES* ssl) in send_ok() 679 distribute_cmd(struct daemon_remote* rc, RES* ssl, char* cmd) in distribute_cmd() 698 do_stop(RES* ssl, struct worker* worker) in do_stop() 707 do_reload(RES* ssl, struct worker* worker, int reuse_cache) in do_reload() 718 fr_parse_options(RES* ssl, char* arg, int* fr_verb, int* fr_nopause, in fr_parse_options() 753 do_fast_reload(RES* ssl, struct worker* worker, struct rc_state* s, char* arg) in do_fast_reload() [all …]
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
| H A D | bootfs_003_pos.ksh | 72 RES=$(zpool get bootfs $POOL | awk 'END {print $3}' ) 73 if [ $RES != "$POOL/$TESTFS" ] 75 log_fail "Expected $RES == $POOL/$TESTFS"
|
| /freebsd/tests/sys/cddl/zfs/tests/bootfs/ |
| H A D | bootfs_003_pos.ksh | 95 RES=$($ZPOOL get bootfs $POOL | $TAIL -1 | $AWK '{print $3}' ) 96 if [ $RES != "$POOL/$FS" ] 98 log_fail "Expected $RES == $POOL/$FS"
|
| /freebsd/lib/libc/tests/string/ |
| H A D | memcmp_test.c | 50 #ifndef RES 51 #define RES(x) (((x) > 0) - ((x) < 0)) macro 62 ATF_CHECK_EQ_MSG(RES(expected), RES(got), in check_memcmp()
|
| H A D | bcmp_test.c | 30 #define RES(x) ((x) != 0) macro
|
| H A D | timingsafe_bcmp_test.c | 30 #define RES(x) ((x) != 0) macro
|
| H A D | timingsafe_memcmp_test.c | 30 #define RES(x) (((x) > 0) - ((x) < 0)) macro
|
| /freebsd/crypto/heimdal/lib/heimdal/ |
| H A D | NTMakefile | 59 RES=$(OBJ)\heimdal-version.res 74 $(DLL): $(DLLDEPS) $(DEF) $(RES) 75 $(DLLGUILINK_C) $(DLLDEPS) $(DLLSDKDEPS) $(RES) \
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | hlr_auc_gw.milenage_db | 10 # Example using truncated 32-bit RES instead of 64-bit default
|
| H A D | ChangeLog | 303 * hlr_auc_gw: allow Milenage RES length to be reduced
|
| /freebsd/tests/sys/cddl/zfs/tests/acl/ |
| H A D | acl.cfg | 56 export RES_DIR=$TESTDIR/RES
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/ |
| H A D | acl.cfg | 57 export RES_DIR=$TESTDIR/RES
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | 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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | 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/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFragments.td | 18 // RES = op PTR, PASSTHRU, COND, EFLAGS
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | ChangeLog | 1419 * fixed EAP-AKA to use RES Length field in AT_RES as length in bits,
|
| /freebsd/share/ctypedef/ |
| H A D | C.UTF-8.src | 33044 <SQUARED_HI-RES>;/
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | NormalizationTest.txt | 5420 B81B;B81B;1105 1166 11BA;B81B;1105 1166 11BA; # (렛; 렛; 렛; 렛; 렛; ) HANGUL SYLLABLE RES
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 22629 # RES reset : ^[e
|
| /freebsd/tools/tools/locale/etc/final-maps/ |
| H A D | map.UTF-8 | 88888 <SQUARED_HI-RES> \xF0\x9F\x86\xA8
|