Searched refs:driver (Results 501 - 525 of 567) sorted by relevance

<<212223

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h203 struct device_driver driver; member in struct:pci_driver
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp49 using namespace driver;
139 // A list of known driver suffixes. Suffixes are compared against the
144 {"clang++", "--driver-mode=g++"},
145 {"clang-c++", "--driver-mode=g++"},
147 {"clang-cpp", "--driver-mode=cpp"},
148 {"clang-g++", "--driver-mode=g++"},
150 {"clang-cl", "--driver-mode=cl"},
152 {"cpp", "--driver-mode=cpp"},
153 {"cl", "--driver-mode=cl"},
154 {"++", "--driver
[all...]
H A DDriver.cpp90 using namespace clang::driver;
333 // (assembler and preprocessor), or bypass a previous driver ('collect2').
417 /// args passed to the driver and the default triple string.
787 // Claim all arguments that come from a configuration file so that the driver
921 // Finally try removing driver mode part: 'x86_64-clang.cfg' -> 'x86_64.cfg'.
946 // FIXME: Handle environment options which affect driver behavior, somewhere
960 // We look for the driver mode option early, because the mode can affect
1029 // FIXME: This stuff needs to go into the Compilation, not the driver.
1032 // Silence driver warnings if requested
1135 // MachO targets this uses the driver
[all...]
H A DSanitizerArgs.cpp24 using namespace clang::driver;
147 // If cfi_blacklist.txt cannot be found in the resource dir, driver
/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/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/mlx5/mlx5_en/
H A Den.h64 #include <dev/mlx5/driver.h>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp49 using namespace clang::driver;
50 using namespace clang::driver::tools;
56 Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC)) {
412 /// Adds exception related arguments to the driver command arguments. There's a
705 // Map the driver type to the frontend type. This is mostly an identity
1294 // Translated to -internal-isystem by the driver, no need to pass to cc1.
1332 // frontend into the driver. It will allow deleting 4 otherwise unused flags.
3508 // Color diagnostics are parsed by the driver directly from argv and later
3588 // about what to pass from the driver to the frontend, but by the time they
3595 // decision should be made in the driver a
[all...]
/freebsd-11-stable/contrib/expat/
H A DMakefile.in456 test-driver-wrapper.sh
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c2 * Cronyx-Sigma adapter driver for FreeBSD.
421 static void cx_identify (driver_t *driver, device_t dev) argument
455 device_set_driver (child, driver);
627 * The adapter is present, initialize the driver structures.
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c2 * Cronyx-Tau adapter driver for FreeBSD.
333 static void ct_identify (driver_t *driver, device_t dev) argument
366 device_set_driver (child, driver);
527 * The adapter is present, initialize the driver structures.
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c34 #include <dev/pms/freebsd/driver/common/osenv.h>
35 #include <dev/pms/freebsd/driver/common/ostypes.h>
36 #include <dev/pms/freebsd/driver/common/osdebug.h>
60 #include <dev/pms/freebsd/driver/common/osstring.h>
157 * \param agRoot Pointer to chip/driver Instance.
339 * \param agRoot Pointer to chip/driver Instance.
763 * \param agRoot Pointer to chip/driver Instance.
3510 * \param agRoot: Pointer to chip/driver Instance.
3551 * \param agRoot: Pointer to chip/driver Instance.
3592 * \param agRoot: Pointer to chip/driver Instanc
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c32 #include <dev/pms/freebsd/driver/common/osenv.h>
33 #include <dev/pms/freebsd/driver/common/ostypes.h>
34 #include <dev/pms/freebsd/driver/common/osdebug.h>
58 #include <dev/pms/freebsd/driver/common/osstring.h>
230 * \param tiRoot: Pointer to driver Instance.
491 * \param tiRoot: Pointer to driver Instance.
768 * \param tiRoot: Pointer to driver Instance.
911 * \param tiRoot: Pointer to driver Instance.
2017 * \param agRoot : Pointer to chip/driver Instance.
2072 * \param agRoot : Pointer to chip/driver Instanc
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c70 /* cdev driver declaration */
121 gdc_identify(driver_t *driver, device_t parent) argument
343 /* cdev driver functions */
460 /* video driver declarations */
556 /* a backdoor for the console driver */
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm.c241 tpm_identify(driver_t *driver, device_t parent)
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_drv.c162 dmar_identify(driver_t *driver, device_t parent) argument
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c1305 vmbus_identify(driver_t *driver, device_t parent) argument
1327 * @brief Main vmbus driver initialization routine.
1330 * - initialize the vmbus driver context
1331 * - setup various driver entry points
1481 * cold set to zero, we just call the driver
1540 * global cold set to zero, we just call the driver
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.c246 /* TODO: should probably check MTU from driver config; 2304 is max for
1006 wpa_s->driver = &eapol_test_drv_ops;
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c40 #include <dev/mlx4/driver.h>
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c29 #include <dev/mlx5/driver.h>
/freebsd-11-stable/sys/i386/bios/
H A Dapm.c206 /* except driver version */
252 /* register driver version (APM 1.1 or later) */
435 /* APM driver calls some functions automatically */
716 * APM driver.
841 /* device driver definitions */
871 apm_identify(driver_t *driver, device_t parent) argument
876 printf("Don't load this driver from userland!!\n");
903 printf("apm: Only one APM driver supported.\n");
1010 * return 1 if the kernel driver should do so.
1145 * Initialize APM driver
[all...]
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c30 #include <dev/nxge/include/xgehal-driver.h>
624 * xge_hal_mgmt_driver_config - Retrieve driver configuration.
629 * Get driver configuration. Permits to retrieve at run-time configuration
941 * by the driver.
1013 * conducted by the driver.
1344 * the driver.
1415 * the driver.
1453 * the driver.
/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/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c27 #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>
1194 * \param agRoot: Pointer to chip/driver Instance.
1403 * \param agRoot: Pointer to chip/driver Instance.
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c118 static void acpi_driver_added(device_t dev, driver_t *driver);
311 printf("The ACPI driver cannot be loaded after boot.\n");
337 /* Only run the startup code once. The MADT driver also calls this. */
817 * to power it off. We'll power it back up when a driver is added.
832 * If a new driver has a chance to probe a child, first power it up.
837 acpi_driver_added(device_t dev, driver_t *driver) argument
842 DEVICE_IDENTIFY(driver, dev);
1259 * The acpi_ec(4) driver can allocate its resources early
1269 * that other devices will not use it. If the driver
1401 * parse the resources but have to defer it until a driver
[all...]

Completed in 380 milliseconds

<<212223