Home
last modified time | relevance | path

Searched full:arrived (Results 1 – 25 of 235) sorted by relevance

12345678910

/freebsd/contrib/nvi/cl/
H A Dcl.h61 #define CL_SIGHUP 0x0040 /* SIGHUP arrived. */
62 #define CL_SIGINT 0x0080 /* SIGINT arrived. */
63 #define CL_SIGTERM 0x0100 /* SIGTERM arrived. */
64 #define CL_SIGWINCH 0x0200 /* SIGWINCH arrived. */
/freebsd/contrib/libpcap/
H A Dpcap_stats.3pcap55 system's buffer when they arrived, because packets weren't being read
68 room in the operating system's buffer when they arrived.
H A Dpcap_breakloop.3pcap86 unless at least one packet has arrived; the only platforms on which it
99 be packets in the buffer that arrived before pcap_breakloop() were
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp578 // arrived. in __kmp_linear_barrier_gather_template()
582 "arrived(%p): %llu => %llu\n", in __kmp_linear_barrier_gather_template()
602 // Prefetch next thread's arrived count in __kmp_linear_barrier_gather_template()
607 "arrived(%p) == %llu\n", in __kmp_linear_barrier_gather_template()
646 "arrived(%p) = %llu\n", in __kmp_linear_barrier_gather_template()
820 // Perform tree gather to wait until all threads have arrived; reduce any in __kmp_tree_barrier_gather()
831 // Prefetch next thread's arrived count in __kmp_tree_barrier_gather()
838 "arrived(%p) == %llu\n", in __kmp_tree_barrier_gather()
873 "arrived(%p): %llu => %llu\n", in __kmp_tree_barrier_gather()
885 // Need to update the team arrived pointer if we are the primary thread in __kmp_tree_barrier_gather()
[all …]
/freebsd/tests/sys/kern/
H A Dsigaltstack.c57 // stack when this signal arrived. in sig_handler()
62 // stack when this signal arrived. in sig_handler()
/freebsd/share/man/man4/
H A Dng_etf.459 into the node, it must have arrived in on the hook for which that value
62 than those configured by the control messages must have arrived via the
H A Dnetgraph.4237 If a message is delivered to an address that implies that it arrived
458 The node is notified on which hook the item has arrived,
566 the message out another hook to that on which it arrived.
661 message arrived, as well as
1201 hook from which it arrived.
/freebsd/lib/libc/rpc/
H A Drpc_svc_calls.3162 has determined that an RPC request has arrived on some RPC
184 request has arrived on some RPC file descriptors;
/freebsd/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h190 // Callback to indicate that bulk auxiliary messages have arrived
193 // Callback to indicate that bulk auxiliary messages have arrived
290 // Callback to indicate that bulk auxiliary messages have arrived
/freebsd/sys/contrib/ck/src/
H A Dck_barrier_mcs.c126 /* Inform parent thread and its children have arrived at the barrier. */ in ck_barrier_mcs()
129 /* Wait until parent indicates all threads have arrived at the barrier. */ in ck_barrier_mcs()
/freebsd/sys/netinet/
H A Dudp_var.h81 uint64_t udps_noportbcast; /* of above, arrived as broadcast */
88 /* of no socket on port, arrived as multicast */
/freebsd/sys/cddl/dev/sdt/
H A Dsdt.c220 int arrived; member
233 atomic_add_rel_int(&arg->arrived, 1); in sdt_probe_update_cb()
238 while (atomic_load_acq_int(&arg->arrived) != mp_ncpus - 1) in sdt_probe_update_cb()
260 atomic_store_rel_int(&cbarg.arrived, 0); in sdt_probe_update()
/freebsd/sys/contrib/openzfs/contrib/intel_qat/patch/
H A D0001-timespec.diff15 @@ -107,6 +107,8 @@ atomic_t arrived;
/freebsd/share/doc/papers/malloc/
H A Dalternatives.ms29 Later actual complete implementations of malloc arrived, but many of
/freebsd/sys/netinet6/
H A Draw_ip6.h45 uint64_t rip6s_nosockmcast; /* of above, arrived as multicast */
/freebsd/usr.bin/netstat/
H A Dmroute6.c258 "{N:/datagram%s arrived with bad tunneling}\n"); in mrt6_stats()
262 "{N:/datagram%s arrived on wrong interface}\n"); in mrt6_stats()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h771 * send payload that arrived is more than the size of the WQE
801 * which the request arrived. This is an RX Detected Error.
827 * which the request arrived. This is a TX Detected Error.
862 * arrived in which the R_Key to invalidate did not describe a
/freebsd/lib/libc/net/
H A Dsockatmark.345 Otherwise (assuming out of band data has arrived),
/freebsd/usr.bin/mail/
H A Dlex.c136 * New mail may have arrived while we were reading in setfile()
157 * Incorporate any new mail that has arrived since we first
216 printf("New mail has arrived.\n"); in commands()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.h652 * @param start_time: the start time of recursion, when the packet arrived,
672 * @param start_time: the start time of recursion, when the packet arrived,
693 * @param start_time: the start time of recursion, when the packet arrived,
715 * @param start_time: the start time of recursion, when the packet arrived,
/freebsd/bin/sh/
H A Dmail.c57 * Print appropriate message(s) if mail has arrived. If the argument is
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmediatek-dwmac.txt49 2. reference clock will be inversed when arrived at MAC in RMII case, when
/freebsd/contrib/ntp/include/
H A Drecvbuff.h81 endpt * dstadr; /* address pkt arrived on */
/freebsd/share/doc/smm/02.config/
H A De.t72 using the same interface on which it arrived.
/freebsd/lib/libgssapi/
H A Dgss_verify_mic.386 Identifies the context on which the message arrived.

12345678910