Searched refs:RES (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/unbound/daemon/
H A Dcachedump.h84 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 Dremote.h119 typedef struct remote_stream RES; typedef in typeref:struct:remote_stream
184 int ssl_print_text(RES* ssl, const char* text);
188 * @param ssl: the RES connection to print to. Blocking.
192 int ssl_printf(RES* ssl, const char* format, ...)
198 * @param ssl: the RES connection to read from. blocking.
203 int ssl_read_line(RES* ssl, char* buf, size_t max);
H A Dremote.c547 ssl_print_text(RES* res, const char* text)
582 ssl_print_vmsg(RES* ssl, const char* format, va_list args)
590 int ssl_printf(RES* ssl, const char* format, ...)
601 ssl_read_line(RES* res, char* buf, size_t max)
658 static void send_ok(RES* ssl)
665 do_stop(RES* ssl, struct worker* worker)
674 do_reload(RES* ssl, struct worker* worker)
683 do_verbosity(RES* ssl, char* str)
696 print_stats(RES* ssl, const char* nm, struct ub_stats_info* s)
755 print_thread_stats(RES* ss
[all...]
H A Dcachedump.c65 dump_rrset_line(RES* ssl, struct ub_packed_rrset_key* k, time_t now, size_t i)
76 dump_rrset(RES* ssl, struct ub_packed_rrset_key* k,
102 dump_rrset_lruhash(RES* ssl, struct lruhash* h, time_t now)
121 dump_rrset_cache(RES* ssl, struct worker* worker)
140 dump_msg_ref(RES* ssl, struct ub_packed_rrset_key* k)
167 dump_msg(RES* ssl, struct query_info* k, struct reply_info* d,
249 dump_msg_lruhash(RES* ssl, struct worker* worker, struct lruhash* h)
277 dump_msg_cache(RES* ssl, struct worker* worker)
294 dump_cache(RES* ssl, struct worker* worker)
305 ssl_read_buf(RES* ss
[all...]
/freebsd-13-stable/sys/amd64/include/
H A Dvmm_snapshot.h112 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \
114 (RES) = vm_snapshot_buf((DATA), (LEN), (META)); \
115 if ((RES) != 0) { \
121 #define SNAPSHOT_VAR_OR_LEAVE(DATA, META, RES, LABEL) \
122 SNAPSHOT_BUF_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
130 #define SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(ADDR, LEN, RNULL, META, RES, LABEL) \
132 (RES) = vm_snapshot_guest2host_addr((void **)&(ADDR), (LEN), (RNULL), \
134 if ((RES) != 0) { \
135 if ((RES) == EFAULT) \
143 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABE
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_003_pos.ksh77 RES=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' )
78 if [ $RES != "$POOL/$TESTFS" ]
80 log_fail "Expected $RES == $POOL/$TESTFS"
/freebsd-13-stable/tools/regression/atm/proto_sscfu/
H A DRunTest.sh11 $DATA/REC* $DATA/RES* $DATA/DATA* $DATA/UDATA*
/freebsd-13-stable/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_003_pos.ksh100 RES=$($ZPOOL get bootfs $POOL | $TAIL -1 | $AWK '{print $3}' )
101 if [ $RES != "$POOL/$FS" ]
103 log_fail "Expected $RES == $POOL/$FS"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp687 SDValue RES = LowerSDIVREM(Op, DAG); local
688 Results.push_back(RES);
689 Results.push_back(RES.getValue(1));

Completed in 131 milliseconds