| /src/sys/arm/arm/ |
| H A D | platform_if.m | 92 * @brief Called as one of the last steps of early virtual memory 100 * @brief Called after devmap_init(), and must return the address of the 111 * @brief Called after the static device mappings are established and just 120 * @brief Called just after cninit(). This is the first of the init 129 * @brief Called by cpu_mp_setmaxid() to set mp_maxid and mp_ncpus. 136 * @brief Called by cpu_mp_start to start the secondary processors. 143 * @brief Called by cpu_reset to reboot.
|
| /src/sys/dev/cxgbe/ |
| H A D | t4_if.m | 38 # Called by a driver during attach to determine if the PF4 driver is 45 # Called by the PF4 driver on each sibling device when the PF4 driver is 51 # Called by the PF4 driver on each sibling device when the PF4 driver is 57 # Called by a driver to query the PF4 driver for the child device
|
| /src/sys/dev/ice/ |
| H A D | irdma_if.m | 47 * Called by the ice driver during attach to notify the RDMA client driver 59 * Called by the ice driver during the if_init routine to notify the RDMA 71 * Called by the ice driver during the if_stop routine to notify the RDMA 83 * Called by the ice driver during detach to notify the RDMA client driver 97 * Called by the ice driver when link status changes to notify the RDMA client
|
| H A D | irdma_di_if.m | 47 * Called by the RDMA client driver to request a reset of the ice device. 59 * Called by the RDMA client driver to request initialization of the MSI-X
|
| /src/sys/dev/mmc/ |
| H A D | mmcbr_if.m | 93 # Called by the mmcbus to set up the IO pins correctly, the common/core 103 # Called by the mmcbus to switch the signaling voltage (VCCQ). 111 # Called by the mmcbus with the bridge claimed to execute initial tuning. 120 # Called by the mmcbus with the bridge claimed to execute re-tuning. 129 # Called by the mmcbus or its children to schedule a mmc request. These 142 # Called by mmcbus to get the read only status bits.
|
| /src/contrib/ncurses/ncurses/trace/ |
| H A D | lib_trace.c | 218 static const char Called[] = T_CALLED(""); in _nc_va_tracef() local 233 if (strlen(fmt) >= sizeof(Called) - 1) { in _nc_va_tracef() 234 if (!strncmp(fmt, Called, sizeof(Called) - 1)) { in _nc_va_tracef()
|
| /src/sys/dev/fdt/ |
| H A D | fdt_pinctrl_if.m | 87 # Called from a gpio device 98 # Called from a gpio device 109 # Called from a gpio device
|
| /src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFCheckAndAdjustIR.cpp | 208 auto *Called = dyn_cast<Function>(Call->getCalledOperand()); in sinkMinMaxInBB() local 209 if (!Called) in sinkMinMaxInBB() 212 switch (Called->getIntrinsicID()) { in sinkMinMaxInBB() 392 if (auto *Called = Call->getCalledFunction()) in removeGEPBuiltinsInFunc() local 393 switch (Called->getIntrinsicID()) { in removeGEPBuiltinsInFunc()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineRegisterInfo.cpp | 580 const Function *Called = getCalledFunction(MI); in isNoReturnDef() local 581 return !(Called == nullptr || !Called->hasFnAttribute(Attribute::NoReturn) || in isNoReturnDef() 582 !Called->hasFnAttribute(Attribute::NoUnwind)); in isNoReturnDef()
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-tls.md | 65 * Called to send data on the crypto stream. We use a callback rather than 77 /* Called when a traffic secret is available for a given TLS protection level. */ 85 * Called when we receive transport parameters from the peer. 96 * Called when the handshake has been completed as far as the handshake 104 * Called when something has gone wrong with the connection as far as the
|
| H A D | record-layer.md | 532 /* Called when protocol negotiation selects a protocol version to use */ 543 * Called immediately after creation of the record layer if we are in a 555 * Called to tell the record layer whether we are currently "in init" or
|
| /src/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm6846-genexis-xg6846b.dts | 50 /* Called "canyon rescue button" in the vendor DTB */
|
| H A D | bcm47094-dlink-dir-890l.dts | 99 /* Called "factory reset" in the vendor dmesg */
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MLInlineAdvisor.cpp | 167 auto *Called = CS->getCalledFunction(); in MLInlineAdvisor() local 168 auto Pos = FunctionLevels.find(&CG.get(*Called)); in MLInlineAdvisor()
|
| /src/contrib/googletest/googlemock/test/ |
| H A D | gmock_output_test_golden.txt | 27 Called 2 times, but only 1 WillOnce() is specified - returning default value. 302 Called 2 times, but only 1 WillOnce() is specified - taking default action specified at:
|
| /src/sys/kern/ |
| H A D | bus_if.m | 117 * Called for each child device that did not succeed in probing for a 189 * Called at the beginning of device_delete_child() to allow the parent 203 * Called after the child's DEVICE_DETACH() method to allow the parent 217 * Called when a new driver is added to the devclass which owns this
|
| H A D | device_if.m | 249 * @brief Called during system shutdown.
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 15 // Called in prehook for regions that will be read by the kernel and 18 // Called in prehook for regions that will be written to by the kernel 22 // Called in posthook for regions that were read by the kernel. Does 25 // Called in posthook for regions that were written to by the kernel 32 // Called before closing file descriptor fd. 38 // Called before fork syscall. 40 // Called after fork syscall. 42 // Called before blocking syscall. 44 // Called after blocking syscall.
|
| H A D | sanitizer_syscalls_netbsd.inc | 15 // Called in prehook for regions that will be read by the kernel and 18 // Called in prehook for regions that will be written to by the kernel 22 // Called in posthook for regions that were read by the kernel. Does 25 // Called in posthook for regions that were written to by the kernel 32 // Called before closing file descriptor fd. 38 // Called before fork syscall. 40 // Called after fork syscall.
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 925 ParameterStatus Called(ParameterStatus::DefinitelyCalled, Call); in processCallFor() local 926 CurrentParamStatus = Called; in processCallFor()
|
| /src/tools/debugscripts/ |
| H A D | gdbinit.i386 | 358 printf "Called from %8x, stack frame at %8x\n", *(int *) ($myebp+4), *(int *) $myebp
|
| /src/sys/contrib/openzfs/etc/zfs/ |
| H A D | zfs-functions.in | 291 # Called with zfs=(off|no|0) - bail because we don't
|
| /src/sys/netpfil/ipfw/ |
| H A D | dummynet.txt | 800 Called when a packet arrives. The packet 'm' belongs to the scheduler 808 Called when the timer expires (or when a packet arrives and the scheduler 833 Called when a queue is created. The function should link the queue 836 Called when a queue is deleting. The function should remove extra data
|
| /src/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8186-corsola.dtsi | 1333 * Called "ppvar_dvdd_gpu" in the schematic. 1334 * Called "ppvar_dvdd_vgpu" here to match
|
| /src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 123 printf ("\n*** Called with obj: %p sel: %p is_str_ptr: %d "
|