Home
last modified time | relevance | path

Searched refs:Called (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-14-stable/sys/arm/arm/
HDplatform_if.m92 * @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.
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_if.m38 # 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
/freebsd-14-stable/sys/dev/ice/
HDirdma_if.m47 * 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
HDirdma_di_if.m47 * 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
/freebsd-14-stable/sys/dev/mmc/
HDmmcbr_if.m93 # 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.
/freebsd-14-stable/contrib/ncurses/ncurses/trace/
HDlib_trace.c218 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()
/freebsd-14-stable/sys/dev/fdt/
HDfdt_pinctrl_if.m87 # Called from a gpio device
98 # Called from a gpio device
109 # Called from a gpio device
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFCheckAndAdjustIR.cpp208 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()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineRegisterInfo.cpp580 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()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMLInlineAdvisor.cpp167 auto *Called = CS->getCalledFunction(); in MLInlineAdvisor() local
168 auto Pos = FunctionLevels.find(&CG.get(*Called)); in MLInlineAdvisor()
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDbcm47094-dlink-dir-890l.dts99 /* Called "factory reset" in the vendor dmesg */
/freebsd-14-stable/contrib/googletest/googlemock/test/
HDgmock_output_test_golden.txt27 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:
/freebsd-14-stable/sys/kern/
HDbus_if.m110 * Called for each child device that did not succeed in probing for a
182 * Called at the beginning of device_delete_child() to allow the parent
196 * Called after the child's DEVICE_DETACH() method to allow the parent
210 * Called when a new driver is added to the devclass which owns this
HDdevice_if.m249 * @brief Called during system shutdown.
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_syscalls.inc15 // 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.
HDsanitizer_syscalls_netbsd.inc15 // 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.
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCalledOnceCheck.cpp925 ParameterStatus Called(ParameterStatus::DefinitelyCalled, Call); in processCallFor() local
926 CurrentParamStatus = Called; in processCallFor()
/freebsd-14-stable/sys/contrib/openzfs/etc/zfs/
HDzfs-functions.in290 # Called with zfs=(off|no|0) - bail because we don't
/freebsd-14-stable/tools/debugscripts/
HDgdbinit.i386358 printf "Called from %8x, stack frame at %8x\n", *(int *) ($myebp+4), *(int *) $myebp
/freebsd-14-stable/sys/netpfil/ipfw/
HDdummynet.txt800 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
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCTrampolineHandler.cpp123 printf ("\n*** Called with obj: %p sel: %p is_str_ptr: %d "
/freebsd-14-stable/contrib/googletest/docs/
HDadvanced.md931 // Called before the first test in this test suite.
946 // Called after the last test in this test suite.
1722 // Called before a test starts.
1728 // Called after a failed assertion or a SUCCESS().
1737 // Called after a test ends.
HDgmock_for_dummies.md402 ### Cardinalities: How Many Times Will It Be Called?
/freebsd-14-stable/sys/contrib/openzfs/contrib/initramfs/scripts/
HDzfs662 # Ex: Called with 'rpool/ROOT/debian@snap2'
/freebsd-14-stable/contrib/libxo/doc/
HDapi.rst1676 XO_OP_CREATE Called when the handle is created

12