/freebsd/sys/dev/isci/scil/ |
H A D | scif_sas_remote_device_states.c | 80 * @brief This method implements the actions taken when entering the 111 * @brief This method implements the actions taken when entering the 155 * @brief This method implements the actions taken when entering the 208 * @brief This method implements the actions taken when exiting the 233 * @brief This method implements the actions taken when entering the 259 * @brief This method implements the actions taken when exiting the 281 * @brief This method implements the actions taken when entering the 325 * @brief This method implements the actions taken when exiting the 346 * @brief This method implements the actions taken when entering the 393 * @brief This method implements the actions taken when entering the RESETTING [all …]
|
H A D | scif_sas_controller_states.c | 74 * @brief This method implements the actions taken when entering the 98 * @brief This method implements the actions taken when entering the 174 * @brief This method implements the actions taken when entering the 198 * @brief This method implements the actions taken when entering the 222 * @brief This method implements the actions taken when entering the 246 * @brief This method implements the actions taken when entering the 270 * @brief This method implements the actions taken when entering the 294 * @brief This method implements the actions taken when entering the 318 * @brief This method implements the actions taken when entering the 368 * @brief This method implements the actions taken when entering the
|
H A D | scif_sas_io_request_states.c | 75 * @brief This method implements the actions taken when entering the 104 * @brief This method implements the actions taken when entering the 128 * @brief This method implements the actions taken when entering the 152 * @brief This method implements the actions taken when entering the 176 * @brief This method implements the actions taken when entering the 211 * @brief This method implements the actions taken when exiting the 230 * @brief This method implements the actions taken when entering the
|
H A D | scif_sas_task_request_states.c | 70 * @brief This method implements the actions taken when entering the 99 * @brief This method implements the actions taken when entering the 123 * @brief This method implements the actions taken when entering the 152 * @brief This method implements the actions taken when entering the 181 * @brief This method implements the actions taken when entering the 210 * @brief This method implements the actions taken when exiting the 229 * @brief This method implements the actions taken when entering the
|
H A D | scif_sas_remote_device_ready_substates.c | 75 * @brief This method implements the actions taken when entering the 113 * @brief This method implements the actions taken when exiting the 138 * @brief This method implements the actions taken when entering the 163 * @brief This method implements the actions taken when entering the 188 * @brief This method implements the actions taken when entering the
|
H A D | scif_sas_domain_states.c | 179 * @brief This method implements the actions taken when entering the 210 * @brief This method implements the actions taken when entering the 256 * @brief This method implements the actions taken when entering the 338 * @brief This method implements the actions taken when exiting the 365 * @brief This method implements the actions taken when entering the 426 * @brief This method implements the actions taken when entering the 466 * @brief This method implements the actions taken when entering the
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_meth.c | 14 /* Implements the default OpenSSL RAND_add() method */ 25 /* Implements the default OpenSSL RAND_seed() method */ 31 /* Implements the default OpenSSL RAND_status() method */ 42 /* Implements the default OpenSSL RAND_bytes() method */
|
/freebsd/contrib/opencsd/decoder/include/opencsd/c_api/ |
H A D | ocsd_c_api_custom.h | 60 Implements ITrcDataIn with the addition of a decoder handle to provide context in the decoder. 110 Implements ITrcGenElemIn::TraceElemIn with addition of library context pointer. 118 Implements ITraceErrorLog::LogError with addition of library context pointer. 128 Implements ITraceErrorLog::LogMessage with addition of library context pointer. 133 Implements IInstrDecode::DecodeInstruction with addition of library context pointer. 138 Implements ITargetMemAccess::ReadTargetMemory with addition of library context pointer. 148 Implements IPktRawDataMon::RawPacketDataMon <void> with addition of library context pointer. 160 Implements IPktDataIn::PacketDataIn <void> with addition of library context pointer.
|
/freebsd/share/man/man9/ |
H A D | kobj.9 | 54 The kernel object system implements an object-oriented programming 94 implements it. 132 Each method which the class implements should be entered into the 136 pointer to a function which implements it.
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_types.h | 76 BHND_SERVICE_CHIPC, /**< chipcommon service; implements the bhnd_chipc interface */ 77 BHND_SERVICE_PWRCTL, /**< legacy pwrctl service; implements the bhnd_pwrctl interface */ 78 BHND_SERVICE_PMU, /**< pmu service; implements the bhnd_pmu interface */ 79 BHND_SERVICE_NVRAM, /**< nvram service; implements the bhnd_nvram interface */ 80 BHND_SERVICE_GPIO, /**< gpio service; implements the standard gpio interface */
|
/freebsd/share/man/man4/ |
H A D | tty.4 | 140 This is the underlying call that implements the 147 This is the underlying call that implements the 155 This is the underlying call that implements the 161 This is the underlying call that implements the 170 This is the underlying call that implements the 179 This is the underlying call that implements the
|
H A D | owc.4 | 35 module implements Dallas Semiconductor 1-Wire signaling. 41 device implements the Link Layer of the 1-Wire bus protocol stack. 107 The gpio driver implements timing by busy waiting, which can cause a
|
H A D | ow.4 | 35 module implements the Dallas Semiconductor 1-Wire bus. 38 driver, which implements the low-level signaling of the
|
H A D | safexcel.4 | 50 driver implements 70 also implements SHA1 and SHA2 transforms, and can combine AES-CBC and AES-CTR
|
H A D | hv_netvsc.4 | 43 driver implements the virtual network device for 57 driver implements a network
|
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.c | 5973 * Implements the AAA instruction and side effects. 5997 * Implements the AAA instruction and side effects. 6021 * Implements the AAD instruction and side effects. 6044 * Implements the AAM instruction and side effects. 6066 * Implements the ADC instruction and side effects. 6093 * Implements the ADC instruction and side effects. 6120 * Implements the ADC instruction and side effects. 6153 * Implements the ADD instruction and side effects. 6176 * Implements the ADD instruction and side effects. 6199 * Implements the ADD instruction and side effects. [all …]
|
/freebsd/sys/dev/ow/ |
H A D | README.txt | 12 device, which implements the own(9) interface (n for network, the layer 17 calls the owll(9) interface and implements the own(9).
|
/freebsd/sbin/geom/core/ |
H A D | geom.8 | 101 Load the kernel module that implements the given class. 109 Unload the kernel module which implements the given class. 201 Unload a kernel module which implements the MD class:
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | Vectorize.cpp | 9 // This file implements common infrastructure for libLLVMVectorizeOpts.a, which 10 // implements several vectorization transformations over the LLVM intermediate
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | DeadStoreElimination.h | 9 // This file implements a trivial dead store elimination that only considers 26 /// This class implements a trivial dead store elimination. We consider
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 789 /// This implements directives such as '.space'. 874 /// Emit the "identifiers" directive. This implements the 879 /// implements the DWARF2 '.file 4 "foo.c"' assembler directive. 891 /// text with the logical file. This implements the DWARF2 908 /// This implements the DWARF2 '.loc fileno lineno ...' assembler 916 /// specify that file's checksum information. This implements the '.cv_file 4 931 /// This implements the CodeView '.cv_loc' assembler directive. 937 /// This implements the CodeView '.cv_linetable' assembler directive. 942 /// This implements the CodeView '.cv_inline_linetable' assembler 950 /// This implements the CodeView '.cv_def_range' assembler [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | Passes.h | 100 /// This pass implements generation of target-specific intrinsics to support 211 /// BasicRegisterAllocation Pass - This pass implements a degenerate global 217 /// Greedy register allocation pass - This pass implements a global register 223 /// PBQPRegisterAllocation Pass - This pass implements the Partitioned Boolean 317 /// ShadowStackGCLowering - Implements the custom lowering mechanism 322 /// ShadowStackGCLowering - Implements the custom lowering mechanism 385 /// This pass implements the "patchable-function" attribute.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IPO.cpp | 9 // This file implements the common infrastructure (including C bindings) for 10 // libLLVMIPO.a, which implements several transformations over the LLVM
|
/freebsd/sys/dev/uart/ |
H A D | uart_cpu_fdt.h | 35 * If your UART driver implements only uart_class and uses uart_cpu_fdt.c 44 * If your UART driver implements uart_class and custom device layer,
|
H A D | uart_cpu_acpi.h | 51 * If your UART driver implements only uart_class and uses uart_cpu_acpi.c 60 * If your UART driver implements uart_class and custom device layer,
|