Searched refs:driver (Results 1 - 25 of 567) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess113 for driver in cc gcc c89 c99 ; do
114 if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then
115 CC_FOR_BUILD="$driver"
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Den.h64 #include <dev/mlx5/driver.h>
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c37 #include <dev/mlx5/driver.h>
56 static const char mlx5_version[] = "Mellanox Core driver "
59 MODULE_DESCRIPTION("Mellanox Connect-IB, ConnectX-4 core driver");
845 "Allow automatic firmware update on driver start");
H A Dmlx5_health.c34 #include <dev/mlx5/driver.h>
340 * 1. PCI has been disabled (ie. PCI-AER, PF driver unloaded
343 * 2. FW reset has been issued by another function, driver can
407 /* How much time to wait until health resetting the driver (in msecs) */
H A Dmlx5_fwdump.c33 #include <dev/mlx5/driver.h>
H A Dmlx5_qp.c31 #include <dev/mlx5/driver.h>
H A Dmlx5_mr.c30 #include <dev/mlx5/driver.h>
H A Dmlx5_cq.c31 #include <dev/mlx5/driver.h>
H A Dmlx5_cmd.c38 #include <dev/mlx5/driver.h>
1573 "driver does not support command interface version. driver %d, firmware %d\n",
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c55 #include <dev/mlx4/driver.h>
76 MODULE_DESCRIPTION("Mellanox ConnectX HCA InfiniBand driver");
84 DRV_NAME ": Mellanox ConnectX InfiniBand driver v"
1134 /* set the vma context pointer to null in the mlx4_ib driver's private
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h49 #include <dev/mlx4/driver.h>
1386 /* for VFs, replace zero MACs with randomly-generated MACs at driver start */
/freebsd-11-stable/sys/xen/xenbus/
H A Dxenbusb.c463 * We don't have a PV driver for this device.
509 * Now that we have a driver managing this device
631 xenbusb_identify(driver_t *driver __unused, device_t parent)
634 * A single instance of each bus type for which we have a driver
637 BUS_ADD_CHILD(parent, 0, driver->name, 0);
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c102 * by this XenStore driver.
1113 xs_identify(driver_t *driver, device_t parent) argument
/freebsd-11-stable/sys/dev/xen/control/
H A Dcontrol.c97 * \brief Device driver to repond to control domain events that impact
387 * \param driver The driver performing this identify action.
391 xctrl_identify(driver_t *driver __unused, device_t parent)
394 * A single device instance for our driver is always present
397 BUS_ADD_CHILD(parent, 0, driver->name, 0);
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c4 * Xen balloon driver - enables returning/claiming memory to/from Xen.
70 * must inform the balloon driver so we avoid hitting the hard limit.
343 * \param driver The driver performing this identify action.
347 xenballoon_identify(driver_t *driver __unused, device_t parent)
350 * A single device instance for our driver is always present
353 BUS_ADD_CHILD(parent, 0, driver->name, 0);
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h31 #include <dev/mlx5/driver.h>
H A Dcq.h32 #include <dev/mlx5/driver.h>
/freebsd-11-stable/usr.sbin/devctl/
H A Ddevctl.c80 " devctl set driver [-f] device driver",
81 " devctl clear driver [-f] device",
237 fprintf(stderr, "usage: devctl set driver [-f] device driver\n");
262 err(1, "Failed to set %s driver to %s", av[0], av[1]);
265 DEVCTL_COMMAND(set, driver, set_driver);
271 fprintf(stderr, "usage: devctl clear driver [-f] device\n");
296 err(1, "Failed to clear %s driver", av[0]);
299 DEVCTL_COMMAND(clear, driver, clear_drive
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dio_apic.c65 * I/O APIC interrupt source driver. Each pin is assigned an IRQ cookie
958 /* A simple new-bus driver to consume PCI I/O APIC devices. */
1089 * A new-bus driver to consume the memory resources associated with
1096 apic_identify(driver_t *driver, device_t parent) argument
/freebsd-11-stable/lib/libdevctl/
H A Ddevctl.h40 int devctl_set_driver(const char *device, const char *driver, bool force);
H A Ddevctl.c109 devctl_set_driver(const char *device, const char *driver, bool force) argument
119 req.dr_data = __DECONST(char *, driver);
/freebsd-11-stable/etc/
H A Ddevd.conf25 set wifi-driver-regex
67 device-name "$wifi-driver-regex";
71 device-name "$wifi-driver-regex";
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp283 driver->addFile(saver.save(path), /*withLOption=*/false);
289 driver->addFile(s, /*withLOption=*/false);
292 driver->addFile(s.substr(1), /*withLOption=*/false);
294 driver->addFile(saver.save(config->sysroot + "/" + s.substr(1)),
297 driver->addLibrary(s.substr(2));
299 driver->addFile(s, /*withLOption=*/false);
302 driver->addFile(saver.save(*path), /*withLOption=*/true);
H A DDriver.cpp9 // The driver drives the entire linking process. It is responsible for
12 // One notable thing in the LLD's driver when compared to other linkers is
13 // that the LLD's driver is agnostic on the host operating system.
18 // usually explicitly specified by the compiler driver. They can even
20 // simply trust the compiler driver to pass all required options and
73 LinkerDriver *driver; member in namespace:lld::elf
98 driver = make<LinkerDriver>();
111 driver->main(args);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp95 using namespace driver;
1489 // Color diagnostics default to auto ("on" if terminal supports) in the driver
2196 // Add the internal paths from a driver that detects standard include paths.
2220 // to move these to the language standard, and have the driver resolve the
2935 // __declspec is enabled by default for the PS4 by the driver, and also

Completed in 242 milliseconds

1234567891011>>