/freebsd/sys/dev/usb/ |
H A D | usb_bus.h | 34 * 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 D | usb_hub.h | 49 usb_error_t (*explore) (struct usb_device *hub); member
|
H A D | usb_hub.c | 544 /* 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 D | CaptureTracking.h | 30 /// 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 D | MustExecute.h | 378 /// 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 D | LoopIterator.h | 38 // TODO: Explore the possibility to implement LoopBlocksTraversal in terms of
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,realview.yaml | 13 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 D | coresight-cti.yaml | 48 configuration). These registers may be used to explore the trigger connections
|
H A D | arm,coresight-cti.yaml | 47 configuration). These registers may be used to explore the trigger connections
|
/freebsd/sys/dev/usb/controller/ |
H A D | usb_controller.c | 207 /* 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 D | arm-realview-pbx-a9.dts | 28 * 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 D | CaptureTracking.cpp | 47 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 D | CFG.cpp | 25 "dom-tree-reachability-max-bbs-to-explore", cl::Hidden, 26 cl::desc("Max number of BBs to explore for reachability analysis"),
|
H A D | MustExecute.cpp | 614 // 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 D | sgi | 54 haven't the time to explore this. There is a utility program,
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | WorkList.h | 10 // worklist used by CoreEngine to explore the reachability state space.
|
/freebsd/share/doc/psd/01.cacm/ |
H A D | p5 | 87 and to explore ideas and inventions in operating systems
|
/freebsd/usr.sbin/smbmsg/ |
H A D | smbmsg.8 | 84 This might be useful to explore individual devices on the SMBus, or
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86DiscriminateMemOps.cpp | 153 // not to support. If evidence points otherwise, we can explore synthesizeing in runOnMachineFunction()
|
/freebsd/lib/libc/net/ |
H A D | getaddrinfo.c | 156 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 D | TUNING | 45 Before we explore the different scenarios, a basic discussion about
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_double_fast.c | 198 /* 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 D | ReachableCode.cpp | 295 /// 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 D | loader_simp.8 | 232 A ZFS extended command that can be used to explore the ZFS filesystem
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGSort.cpp | 186 /// Explore them.
|