Home
last modified time | relevance | path

Searched refs:inject (Results 1 – 25 of 64) sorted by relevance

123

/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zinject/
H A Dzinject_counts.ksh69 typeset -i inject=${record[1]}
71 log_note "check_count_freq: freq=$freq match=$match inject=$inject"
75 return [[ $match -eq 0 $inject ]]
82 typeset -i diff=$((($expect - $inject) / 10))
/src/tests/sys/kern/tty/
H A Dtest_sti.c60 inject(int fileno, const char *str) in inject() function
170 injected = inject(STDIN_FILENO, sending); in ATF_TC_BODY()
224 injected = inject(term, sending); in ATF_TC_BODY()
261 injected = inject(term, sending); in ATF_TC_BODY()
309 injected = inject(wotty, sending); in ATF_TC_BODY()
319 injected = inject(rotty, sending); in ATF_TC_BODY()
/src/contrib/kyua/utils/format/
H A Dcontainers.ipp39 /// \param output The stream into which to inject the object.
62 /// \param output The stream into which to inject the object.
77 /// \param output The stream into which to inject the object.
96 /// \param output The stream into which to inject the object.
119 /// \param output The stream into which to inject the object.
/src/crypto/openssl/doc/man3/
H A DSSL_inject_net_dgram.pod5 SSL_inject_net_dgram - inject a datagram as though received from the network
18 This function can be used to inject a datagram payload to a QUIC connection SSL
23 I<buf> is required and must point to a datagram payload to inject. I<buf_len> is
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
25 # operator== is a free function, which swig does not handle, so we inject
48 # operator== is a free function, which swig does not handle, so we inject
149 # operator== is a free function, which swig does not handle, so we inject
H A DSBBroadcastExtensions.i4 # operator== is a free function, which swig does not handle, so we inject
H A DSBBreakpointNameExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBBreakpointLocationExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBTypeNameSpecifierExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
H A DSBScriptObjectExtensions.i4 # operator== is a free function, which swig does not handle, so we inject
H A DSBTypeFilterExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
H A DSBTypeFormatExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
H A DSBMemoryRegionInfoExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBWatchpointExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBTypeSyntheticExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
H A DSBDeclarationExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBTypeSummaryExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
H A DSBFileSpecExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBCompileUnitExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBLineEntryExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBFunctionExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBSymbolExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
/src/sys/contrib/device-tree/Bindings/mailbox/
H A Dbrcm,iproc-flexrm-mbox.txt24 number of completion messages for which FlexRM will inject
31 specified by this cell then it will inject one MSI interrupt
/src/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h37 int inject(int fd, void *buf, int len);
/src/tests/sys/net/bpf/
H A Dpcap-test.c157 inject(int argc __unused, char *argv[]) in inject() function
242 { .cmd = "inject", .func = inject, .argc = 3 },

123