Searched refs:driver (Results 176 - 200 of 541) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp26 using namespace clang::driver;
27 using namespace clang::driver::tools;
28 using namespace clang::driver::toolchains;
H A DDragonFly.cpp16 using namespace clang::driver;
17 using namespace clang::driver::tools;
18 using namespace clang::driver::toolchains;
H A DMSP430.cpp20 using namespace clang::driver;
21 using namespace clang::driver::toolchains;
22 using namespace clang::driver::tools;
H A DRISCVToolchain.cpp19 using namespace clang::driver;
20 using namespace clang::driver::toolchains;
21 using namespace clang::driver::tools;
113 // Use the triple as provided to the driver. Unlike the parsed triple
H A DWebAssembly.cpp21 using namespace clang::driver;
22 using namespace clang::driver::tools;
23 using namespace clang::driver::toolchains;
209 if (!DriverArgs.hasFlag(clang::driver::options::OPT_fuse_init_array,
292 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc))
H A DAMDGPU.cpp18 using namespace clang::driver;
19 using namespace clang::driver::tools;
20 using namespace clang::driver::toolchains;
152 RocmPathArg = Args.getLastArgValue(clang::driver::options::OPT_rocm_path_EQ);
154 Args.getAllArgValues(clang::driver::options::OPT_rocm_device_lib_path_EQ);
155 if (auto *A = Args.getLastArg(clang::driver::options::OPT_hip_version_EQ)) {
H A DMyriad.cpp17 using namespace clang::driver;
18 using namespace clang::driver::toolchains;
243 if (!DriverArgs.hasArg(clang::driver::options::OPT_nostdinc))
H A DPS4CPU.cpp22 using namespace clang::driver;
26 using clang::driver::tools::AddLinkerInputs;
162 if (Args.hasArg(clang::driver::options::OPT_static))
167 // if it exists; otherwise use the driver's installation path, which
180 // By default, the driver won't report a warning if it can't find
H A DAMDGPU.h23 namespace driver { namespace in namespace:clang
103 } // end namespace driver
H A DFreeBSD.h17 namespace driver { namespace in namespace:clang
94 } // end namespace driver
H A DFuchsia.cpp23 using namespace clang::driver;
24 using namespace clang::driver::toolchains;
25 using namespace clang::driver::tools;
245 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_rtlib_EQ)) {
/freebsd-13-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmport.c26 #include <dev/pms/freebsd/driver/common/osenv.h>
27 #include <dev/pms/freebsd/driver/common/ostypes.h>
28 #include <dev/pms/freebsd/driver/common/osdebug.h>
H A Ddmtypes.h27 #include <dev/pms/freebsd/driver/common/osenv.h>
28 #include <dev/pms/freebsd/driver/common/ostypes.h>
29 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-13-stable/sys/dev/aic7xxx/
H A Dahc_isa.c50 static void ahc_isa_identify(driver_t *driver,
81 ahc_isa_identify(driver_t *driver, device_t parent) argument
117 device_set_driver(child, driver);
/freebsd-13-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmtypes.h27 #include <dev/pms/freebsd/driver/common/osenv.h>
28 #include <dev/pms/freebsd/driver/common/ostypes.h>
29 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtidefs.h43 #include <dev/pms/freebsd/driver/common/osenv.h>
44 #include <dev/pms/freebsd/driver/common/ostypes.h>
45 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-13-stable/sys/dev/viawd/
H A Dviawd.c127 viawd_identify(driver_t *driver, device_t parent) argument
133 if (device_find_child(parent, driver->name, -1) == NULL)
134 BUS_ADD_CHILD(parent, 0, driver->name, 0);
/freebsd-13-stable/sys/sys/
H A Dbus.h78 /* desc (driver description) */
79 /* drivername (Name of driver without unit number) */
139 #define DEVF_SET_DRIVER_DETACH 0x0000001 /* Detach existing driver. */
142 #define DEVF_CLEAR_DRIVER_DETACH 0x0000001 /* Detach existing driver. */
167 * @brief A device driver (included mainly for compatibility with
188 * matching drivers with devices, first the driver list of the parent
189 * device's devclass is searched. If no driver is found in that list,
202 * If a driver provides an interrupt filter routine it must return an
211 * If the driver does not provide a filter, then the interrupt code will
229 * routine is not registered by the driver, the
301 struct driver { struct
[all...]
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dhostapd.c140 "the kernel driver.");
155 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
398 * driver wrapper may have removed its internal instance
553 * When IEEE 802.1X is not enabled, the driver may need to know how to
591 "Could not connect to kernel driver");
1210 /* Set SSID for the kernel driver (to be used in beacon and probe
1214 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
1358 if (hapd->driver && hapd->driver->set_operstate)
1359 hapd->driver
2528 const struct wpa_driver_ops *driver; local
2550 hostapd_deinit_driver(const struct wpa_driver_ops *driver, void *drv_priv, struct hostapd_iface *hapd_iface) argument
2634 const struct wpa_driver_ops *driver; local
2705 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, const char *ctrl_iface, const char *driver) argument
2904 char *driver = os_strchr(ptr, ' '); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp65 namespace types = clang::driver::types;
133 // Whether the command line is for the cl-compatible driver.
155 auto &OptTable = clang::driver::getDriverOptTable();
159 using namespace driver::options;
242 // Determine whether the given command line is intended for the CL driver.
244 // First look for --driver-mode.
246 if (S.consume_front("--driver-mode="))
288 using namespace driver::options;
295 if (Opt.matches(driver::options::OPT_x))
303 using namespace driver
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp25 using namespace driver;
137 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const Multilib &M) {
305 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const MultilibSet &MS) {
H A DInputInfo.h19 namespace driver { namespace in namespace:clang
104 } // end namespace driver
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_tt.c172 ttm->bdev->driver->ttm_tt_unpopulate(ttm);
267 ret = ttm->bdev->driver->ttm_tt_populate(ttm);
353 ttm->bdev->driver->ttm_tt_unpopulate(ttm);
/freebsd-13-stable/sys/dev/etherswitch/
H A Dmiiproxy.c235 * driver and the miibus device.
324 * Functions for the MDIO target device driver.
333 mdioproxy_identify(driver_t *driver, device_t parent) argument
337 if (device_find_child(parent, driver->name, -1) == NULL) {
338 child = BUS_ADD_CHILD(parent, 0, driver->name, -1);
/freebsd-13-stable/sys/dev/cardbus/
H A Dcardbus.c79 static void cardbus_driver_added(device_t cbdev, driver_t *driver);
203 /* For each function, set it up and try to attach a driver to it */
272 cardbus_driver_added(device_t cbdev, driver_t *driver) argument
280 DEVICE_IDENTIFY(driver, cbdev);
302 printf("pci%d:%d:%d:%d: reprobing on driver added\n",

Completed in 228 milliseconds

1234567891011>>