Home
last modified time | relevance | path

Searched full:passing (Results 1 – 25 of 1413) sorted by relevance

12345678910>>...57

/freebsd-src/contrib/netbsd-tests/net/fdpass/
H A Dt_fdpass.sh45 atf_set "descr" "Test file descriptor passing (default)"
57 atf_set "descr" "Test file descriptor passing (compat)"
69 atf_set "descr" "Test file descriptor passing (normal->compat)"
81 atf_set "descr" "Test file descriptor passing (normal->compat)"
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.args_to_lua.ksh21 # Passing arguments to lua programs should work correctly.
26 log_assert "Passing arguments to lua programs should work correctly."
30 log_pass "Passing arguments to lua programs should work correctly."
/freebsd-src/usr.bin/clang/lldb/
H A Dlldb.1318 Passing an executable as a positional argument prepares lldb to debug the given
328 For convenience, passing the executable after \-\- is also supported.
335 Passing one of the attach options causes \fBlldb\fP to immediately attach
344 Passing \-\-repl starts \fBlldb\fP in REPL mode.
351 Passing \-\-core causes \fBlldb\fP to debug the core file.
/freebsd-src/contrib/openpam/doc/man/
H A Dopenpam_free_data.318 passing to
20 It simply releases the data by passing its
/freebsd-src/lib/libcam/
H A Dcam.3182 suitable for passing to
199 should be flags suitable for passing to
229 should be flags suitable for passing to
249 should be flags suitable for passing to
/freebsd-src/contrib/llvm-project/lldb/docs/man/
H A Dlldb.rst258 Passing an executable as a positional argument prepares lldb to debug the given
265 For convenience, passing the executable after -- is also supported.
269 Passing one of the attach options causes :program:`lldb` to immediately attach
275 Passing --repl starts :program:`lldb` in REPL mode.
279 Passing --core causes :program:`lldb` to debug the core file.
/freebsd-src/sys/contrib/edk2/Include/Library/
H A DDebugLib.h286 This macro calls DebugAssert(), passing in the filename, line number, and an
302 This macro calls DebugPrint() passing in the debug error level, a format
330 DebugAssert() is called passing in the source filename, source line number,
379 then DebugAssert() is called passing in the source filename, source line
405 error code, then DebugAssert() is called passing in the source filename,
437 is called passing in the source filename, source line number, and Guid.
511 then this macro calls DebugClearMemory() passing in Address and Length.
/freebsd-src/contrib/llvm-project/llvm/include/llvm-c/
H A DDisassembler.h32 * by passing a block of information in the DisInfo parameter and specifying the
44 * disassembly is supported by passing a block of information in the DisInfo
57 * string. Symbolic disassembly is supported by passing a block of information
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.cpp22 // The XPLINK64 ABI-defined param passing general purpose registers
27 // The XPLINK64 ABI-defined param passing floating point registers
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h19 2. Passing source location info through memory allocation wrappers.
39 2. Passing source location info through memory allocation wrappers.
64 This is a good idea for debug, but passing additional arguments impacts
84 leaks. This header enables this, and makes report more useful (see "Passing
/freebsd-src/sys/contrib/device-tree/Bindings/fpga/
H A Dxilinx-pr-decoupler.txt6 changes from passing through the bridge. The controller can also
14 from passing through the bridge. The controller safely handles AXI4MM
H A Dxlnx,pr-decoupler.yaml18 which prevents signal changes from passing through the bridge. The controller
23 eXchange AXI shutdown manager prevents AXI traffic from passing through the
/freebsd-src/sys/crypto/openssl/
H A Dossl_chacha.h22 * 32-bit elements. This, passing crypto material collected into 32-bit
23 * elements as opposite to passing verbatim byte vectors, is chosen for
/freebsd-src/crypto/openssl/include/crypto/
H A Dchacha.h23 * 32-bit elements. This, passing crypto material collected into 32-bit
24 * elements as opposite to passing verbatim byte vectors, is chosen for
/freebsd-src/usr.bin/compress/tests/
H A Dcompress_test.sh130 "Test compressing and uncompressing some data, passing one filename"
146 "Test compressing and uncompressing some data, passing two filenames"
167 "Test compressing and uncompressing some data, passing two filenames to uncompress -c"
/freebsd-src/sbin/ipf/ipf/
H A Dipfilter.414 explicitly deny/permit any packet from passing through
39 in addition, supports temporary storage of pre-authenticated rules for passing packets through
69 it is blocked from passing through
/freebsd-src/contrib/openpam/lib/libpam/
H A Dopenpam_free_data.c72 * passing to =pam_set_data.
73 * It simply releases the data by passing its =data argument to =free.
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Linker/
H A DLinker.h36 /// Passing OverrideSymbols as true will have symbols from Src
39 /// Passing InternalizeCallback will have the linker call the function with
/freebsd-src/contrib/bc/manuals/
H A Dbuild.md204 Can be overridden by passing the `--prefix` option to `configure.sh`.
226 Can be overridden by passing the `--bindir` option to `configure.sh`.
234 Can be overridden by passing the `--includedir` option to `configure.sh`.
242 Can be overridden by passing the `--libdir` option to `configure.sh`.
250 Can be overridden by passing the `--datarootdir` option to `configure.sh`.
258 Can be overridden by passing the `--datadir` option to `configure.sh`.
266 Can be overridden by passing the `--mandir` option to `configure.sh`.
275 Can be overridden by passing the `--man1dir` option to `configure.sh`.
283 Can be overridden by passing the `--man3dir` option to `configure.sh`.
567 pseudo-random number generator can be disabled by passing either the `-E` flag
[all …]
/freebsd-src/usr.bin/etdump/
H A Detdump.151 Each boot entry is emitted as a string suitable for passing to a sh-compatible
74 passing the filename of the image as an argument like so:
/freebsd-src/contrib/netbsd-tests/include/sys/
H A Dt_socket.c62 * array and therefore we are passing a hyperspace index) in ATF_TC_BODY()
68 atf_tc_fail("descriptor passing failed: expected EBADF (9), " in ATF_TC_BODY()
76 atf_tc_set_md_var(tc, "descr", "Checks that fd passing works"); in ATF_TC_HEAD()
/freebsd-src/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig26 // Call into the Lua callback passing 'sb_frame' and 'sb_bp_loc'.
56 // Call into the Lua callback passing 'sb_frame' and 'sb_wp'.
/freebsd-src/share/man/man9/
H A Daccept_filter.955 system call, passing in an
76 passing a pointer to a
/freebsd-src/sys/dev/isci/scil/
H A Dsati_write_and_verify.c76 * happens by passing the SCSI IO, ATA IO, and Sequence pointers
121 * happens by passing the SCSI IO, ATA IO, and Sequence pointers
166 * happens by passing the SCSI IO, ATA IO, and Sequence pointers
/freebsd-src/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_params.pod9 - provider parameter passing operations
28 See L<OSSL_PARAM(3)> for information about passing parameters.

12345678910>>...57