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

/freebsd-current/lib/libc/tests/string/
H A Dbcmp_test.c30 #define RES(x) ((x) != 0) macro
H A Dtimingsafe_bcmp_test.c30 #define RES(x) ((x) != 0) macro
H A Dtimingsafe_memcmp_test.c30 #define RES(x) (((x) > 0) - ((x) < 0)) macro
H A Dmemcmp_test.c48 * behaviour is desired, define RES(x) to be (((x) > 0) - ((x) < 0)).
50 #ifndef RES
51 #define RES(x) (x) macro
62 ATF_CHECK_EQ_MSG(RES(expected), RES(got),
/freebsd-current/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.c518 ssl_print_text(RES* res, const char* text)
554 ssl_print_vmsg(RES* ssl, const char* format, va_list args)
562 int ssl_printf(RES* ssl, const char* format, ...)
573 ssl_read_line(RES* res, char* buf, size_t max)
631 static void send_ok(RES* ssl)
638 do_stop(RES* ssl, struct worker* worker)
647 do_reload(RES* ssl, struct worker* worker, int reuse_cache)
657 do_verbosity(RES* ssl, char* str)
670 print_stats(RES* ssl, const char* nm, struct ub_stats_info* s)
739 print_thread_stats(RES* ss
[all...]
H A Dcachedump.c67 dump_rrset_line(RES* ssl, struct ub_packed_rrset_key* k, time_t now, size_t i)
78 dump_rrset(RES* ssl, struct ub_packed_rrset_key* k,
104 dump_rrset_lruhash(RES* ssl, struct lruhash* h, time_t now)
123 dump_rrset_cache(RES* ssl, struct worker* worker)
142 dump_msg_ref(RES* ssl, struct ub_packed_rrset_key* k)
169 dump_msg(RES* ssl, struct query_info* k, struct reply_info* d, time_t now)
252 dump_msg_lruhash(RES* ssl, struct worker* worker, struct lruhash* h)
280 dump_msg_cache(RES* ssl, struct worker* worker)
297 dump_cache(RES* ssl, struct worker* worker)
308 ssl_read_buf(RES* ss
[all...]
/freebsd-current/sys/amd64/include/
H A Dvmm_snapshot.h102 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \
104 (RES) = vm_snapshot_buf((DATA), (LEN), (META)); \
105 if ((RES) != 0) { \
111 #define SNAPSHOT_VAR_OR_LEAVE(DATA, META, RES, LABEL) \
112 SNAPSHOT_BUF_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
119 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \
121 (RES) = vm_snapshot_buf_cmp((DATA), (LEN), (META)); \
122 if ((RES) != 0) { \
128 #define SNAPSHOT_VAR_CMP_OR_LEAVE(DATA, META, RES, LABEL) \
129 SNAPSHOT_BUF_CMP_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABE
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_003_pos.ksh71 RES=$(zpool get bootfs $POOL | awk 'END {print $3}' )
72 if [ $RES != "$POOL/$TESTFS" ]
74 log_fail "Expected $RES == $POOL/$TESTFS"
/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.h115 #define SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(CTX, ADDR, LEN, RNULL, META, RES, LABEL) \
117 (RES) = vm_snapshot_guest2host_addr((CTX), (void **)&(ADDR), (LEN), \
119 if ((RES) != 0) { \
120 if ((RES) == EFAULT) \
/freebsd-current/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_003_pos.ksh95 RES=$($ZPOOL get bootfs $POOL | $TAIL -1 | $AWK '{print $3}' )
96 if [ $RES != "$POOL/$FS" ]
98 log_fail "Expected $RES == $POOL/$FS"
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp608 SDValue RES = LowerSDIVREM(Op, DAG); local
609 Results.push_back(RES);
610 Results.push_back(RES.getValue(1));

Completed in 152 milliseconds