Home
last modified time | relevance | path

Searched refs:no_data (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/contrib/
H A Dlibunbound.so.conf5 typedef ub_havedata = enum(no_data, have_data);
/freebsd/sys/dev/sym/
H A Dsym_fw.h86 SYM_GEN_B(s, no_data) \
H A Dsym_fw1.h174 u32 no_data [ 2]; member
H A Dsym_fw2.h156 u32 no_data [ 2]; member
H A Dsym_hipd.c7688 lastp = goalp = SCRIPTB_BA (np, no_data);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp894 lldb::SBStructuredData no_data; in StepUsingScriptedThreadPlan() local
895 return StepUsingScriptedThreadPlan(script_class_name, no_data, in StepUsingScriptedThreadPlan()
/freebsd/sys/netinet/
H A Dtcp_input.c1496 bool no_data; in tcp_do_segment() local
1498 no_data = (tlen == 0); in tcp_do_segment()
1736 if (no_data) { in tcp_do_segment()
2554 if (!no_data || tiwin != tp->snd_wnd) { in tcp_do_segment()
3058 if (no_data && tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_do_segment()