Home
last modified time | relevance | path

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

12345678910>>...48

/freebsd/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/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/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/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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFG.h54 /// Determine whether instruction 'To' is reachable from 'From', without passing
86 /// 'Worklist' to 'StopBB' without passing through any blocks in
90 /// StopBB within a single function without passing through any of the blocks
101 /// without passing through any of the blocks in 'ExclusionSet'. Returns false
103 /// no blocks in 'StopSet' can be executed without passing through any blocks in
/freebsd/contrib/openpam/doc/man/
H A Dopenpam_free_data.318 passing to
20 It simply releases the data by passing its
/freebsd/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/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/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/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/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/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/sys/contrib/device-tree/Bindings/fpga/
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
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
/freebsd/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/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/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/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/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/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/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/usr.bin/etdump/
H A Detdump.156 suitable for passing to a sh-compatible eval command.
80 passing the filename of the image as an argument like so:
/freebsd/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/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/share/man/man9/
H A Daccept_filter.955 system call, passing in an
76 passing a pointer to a

12345678910>>...48