Home
last modified time | relevance | path

Searched refs:calls (Results 26 – 50 of 575) sorted by relevance

12345678910>>...23

/freebsd/tools/test/stress2/misc/
H A Dftruncate2.sh146 calls(void *arg __unused)
198 if ((e = pthread_create(&cp[i], NULL, calls, NULL)) != 0)
H A Dfifo2.sh133 calls(void *arg __unused)
193 if ((e = pthread_create(&cp[j], NULL, calls, NULL)) != 0)
H A Dkevent7.sh195 calls(void *arg __unused)
264 if ((e = pthread_create(&cp[j], NULL, calls,
/freebsd/crypto/openssl/doc/man3/
H A DBN_CTX_start.pod26 calls must be made before calling any other functions that use the
39 Once BN_CTX_get() has failed, the subsequent calls will return B<NULL>
H A DOPENSSL_init_crypto.pod51 any other OpenSSL function calls.
61 not a default option. Once selected subsequent calls to
69 This option is a default option. Once selected subsequent calls to
77 calls to OPENSSL_init_crypto() with the option
84 calls to OPENSSL_init_crypto() with the option
91 calls to OPENSSL_init_crypto() with the option
98 calls to OPENSSL_init_crypto() with the option
H A DBIO_get_ex_new_index.pod88 TYPE_get_ex_new_index() is a macro that calls CRYPTO_get_ex_new_index()
91 TYPE_set_ex_data() is a function that calls CRYPTO_set_ex_data() with
94 TYPE_get_ex_data() is a function that calls CRYPTO_get_ex_data() with
H A DBIO_s_datagram.pod64 received by that call to BIO_read(). Thus, unless the caller calls
66 calls BIO_read(), any host on the network may cause future datagrams written to
125 modified by future calls to L<BIO_read(3)>, making use of BIO_s_datagram()
193 calls.
198 peek mode is enabled, calls to L<BIO_read(3)> read datagrams from the underlying
H A DRC4_set_key.pod41 B<key> and places the result at B<outdata>. Repeated RC4() calls with
46 calls as encryption.
H A DOPENSSL_config.pod24 Multiple calls have no effect.
49 application calls OPENSSL_config() it doesn't need to know or care about
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc45 // Not instrument constant length calls.
63 // Not instrument constant length calls.
/freebsd/contrib/sendmail/libmilter/docs/
H A Dfigure2.fig62 4 0 4 50 0 0 12 0.0000 4 180 1575 3900 1950 optional library calls,\001
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrControl.td205 // All calls clobber the non-callee saved registers. ESP is marked as
207 // before calls from potentially appearing dead. Uses for argument
237 // Non-tracking calls for IBT, use with caution.
296 // Conditional tail calls are similar to the above, but they are branches
315 // immediately before calls from potentially appearing dead. Uses for argument
333 // Non-tracking calls for IBT, use with caution.
395 // Indirect thunk variant of indirect tail calls.
420 // Conditional tail calls are similar to the above, but they are branches
/freebsd/contrib/libcbor/test/
H A Dtest_allocator.h16 void set_mock_malloc(int calls, ...);
/freebsd/sys/conf/
H A DMakefile.riscv39 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.td289 // Not preserved across procedure calls
293 // Not preserved across procedure calls
309 // Not preserved across procedure calls
313 // Not preserved across procedure calls
359 // Not preserved across procedure calls
363 // Not preserved across procedure calls
404 // Not preserved across procedure calls
408 // Not preserved across procedure calls
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Driscv,cpu-intc.txt14 controlled via Supervisor Binary Interface (SBI) calls and CSR reads. External
34 SBI calls and implements a one-shot timer.
/freebsd/sys/modules/linux64/
H A DMakefile68 -fno-omit-frame-pointer -foptimize-sibling-calls \
75 -fno-omit-frame-pointer -foptimize-sibling-calls \
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt28 director over a pipe, these commands are calls to curses routines
48 calls required to exercise a particular curses routine and validate
76 Which calls getyx, the first (and possibly only) return is the
223 In addition to all the curses calls being supported by the slave,
236 descriptors. The slave executes the passed curses calls and passes
237 back return values to the director. The slave automatically calls
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc81 You can use this to condition the calls to the mouse API calls.
395 calls _nc_mvcur_scrolln() in lib_mvcur.c to do those motions.
597 This module is pure curses, but calls outstr():
610 signal calls
620 on files, but no other OS calls.
648 The following modules use UNIX-specific calls:
662 various tty-manipulation and system calls
665 various tty-manipulation calls
668 various tty-manipulation calls
671 various tty-manipulation calls
[all …]
/freebsd/tools/tools/net80211/mlme_assoc/
H A DREADME30 This is a simple program to drive net80211::ieee80211_sta_join1() calls from
47 code. The reason is that ieee80211_sta_join1() also calls in (*iv_update_bss)()
/freebsd/sys/contrib/device-tree/Bindings/rng/
H A Domap3_rom_rng.txt3 Secure SoCs may provide RNG via secure ROM calls like Nokia N900 does. The
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A DREADME.txt11 lib/interception/ : Machinery used to intercept function calls.
/freebsd/sbin/ipf/ipftest/
H A Dip_fil.c706 static int calls = 0; in ipf_random() local
709 calls++; in ipf_random()
715 switch (calls) in ipf_random()
737 last *= calls; in ipf_random()
/freebsd/contrib/libxo/doc/
H A Dintro.rst6 and HTML output using a common set of function calls. The application
8 application calls a function "xo_emit" to product output that is
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.stack_gsub.err18 (...tail calls...)

12345678910>>...23