Home
last modified time | relevance | path

Searched full:explore (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/sys/dev/usb/
H A Dusb_bus.h34 * The following structure defines the USB explore message sent to the USB
35 * explore process.
73 /* Explore process */
122 uint8_t no_explore; /* don't explore USB ports */
H A Dusb_hub.h49 usb_error_t (*explore) (struct usb_device *hub); member
H A Dusb_hub.c544 /* if a HUB becomes present, do a recursive HUB explore */ in uhub_explore_sub()
547 err = (child->hub->explore) (child); in uhub_explore_sub()
1107 /* explore succeeded - reset restart counter */ in uhub_explore()
1378 hub->explore = &uhub_explore; in uhub_attach()
1441 * (all below happens in explore code) in uhub_attach()
2327 * Explore all USB buses in parallel. in usb_needs_explore_all()
2482 * regularly from the USB explore thread.
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h30 /// the maximal number of uses to explore before giving up. It is used by
41 /// MaxUsesToExplore specifies how many uses the analysis should explore for
57 /// MaxUsesToExplore specifies how many uses the analysis should explore for
129 /// MaxUsesToExplore specifies how many uses the analysis should explore for
H A DMustExecute.h378 /// PP is reached. The MustBeExecutedContextExplorer an interface to explore
419 /// Return an iterator to explore the context around \p PP.
427 /// Return an iterator to explore the cached context around \p PP.
441 /// Return an iterator range to explore the context around \p PP.
446 /// Return an iterator range to explore the cached context around \p PP.
H A DLoopIterator.h38 // TODO: Explore the possibility to implement LoopBlocksTraversal in terms of
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,realview.yaml13 The ARM RealView series of reference designs were built to explore the ARM
43 - description: ARM RealView Platform Baseboard Explore for Cortex-A9
H A Dcoresight-cti.yaml48 configuration). These registers may be used to explore the trigger connections
H A Darm,coresight-cti.yaml47 configuration). These registers may be used to explore the trigger connections
/freebsd/sys/dev/usb/controller/
H A Dusb_controller.c207 /* Let the USB explore process detach all devices. */ in usb_detach()
235 /* Get rid of USB explore process */ in usb_detach()
359 * This function is used to explore the device tree from the root.
408 /* Explore the Root USB HUB. */ in usb_bus_explore()
409 (udev->hub->explore) (udev); in usb_bus_explore()
697 * This function attaches USB in context of the explore thread.
858 /* Create USB explore and callback processes */ in usb_attach_sub()
874 device_printf(dev, "WARNING: Creation of USB explore " in usb_attach_sub()
889 /* Do initial explore */ in usb_attach_sub()
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Darm-realview-pbx-a9.dts28 * This is the RealView Platform Baseboard Explore for Cortex-A9
31 model = "ARM RealView Platform Baseboard Explore for Cortex-A9";
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp47 DefaultMaxUsesToExplore("capture-tracking-max-uses-to-explore", cl::Hidden,
48 cl::desc("Maximal number of uses to explore."),
116 // We explore this usage only if the usage can reach "BeforeHere". in isSafeToPrune()
117 // If use is not reachable from entry, there is no need to explore. in isSafeToPrune()
H A DCFG.cpp25 "dom-tree-reachability-max-bbs-to-explore", cl::Hidden,
26 cl::desc("Max number of BBs to explore for reachability analysis"),
H A DMustExecute.cpp614 // If we explore only inside a given basic block we stop at terminators. in getMustBeExecutedNextInstruction()
674 // If we explore only inside a given basic block we stop at the first in getMustBeExecutedPrevInstruction()
772 OS << "-- Explore context of: " << I << "\n"; in run()
/freebsd/contrib/ntp/html/hints/
H A Dsgi54 haven't the time to explore this. There is a utility program,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h10 // worklist used by CoreEngine to explore the reachability state space.
/freebsd/share/doc/psd/01.cacm/
H A Dp587 and to explore ideas and inventions in operating systems
/freebsd/usr.sbin/smbmsg/
H A Dsmbmsg.884 This might be useful to explore individual devices on the SMBus, or
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp153 // not to support. If evidence points otherwise, we can explore synthesizeing in runOnMachineFunction()
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c156 struct explore { struct
169 static const struct explore explore[] = { argument
398 const struct explore *ex; in getaddrinfo()
451 for (ex = explore; ex->e_af >= 0; ex++) { in getaddrinfo()
576 for (ex = explore; ex->e_af >= 0; ex++) { in getaddrinfo()
/freebsd/contrib/sendmail/src/
H A DTUNING45 Before we explore the different scenarios, a basic discussion about
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c198 /* if no long +1 match, explore the short match we found */ in ZSTD_compressBlock_doubleFast_noDict_generic()
407 /* if no long +1 match, explore the short match we found */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp295 /// Returns true if we should always explore all successors of a block.
341 // and that we should forge ahead and explore those branches anyway. in scanFromBlock()
/freebsd/stand/man/
H A Dloader_simp.8232 A ZFS extended command that can be used to explore the ZFS filesystem
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp186 /// Explore them.

123