Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 25 of 1447) sorted by relevance

12345678910>>...58

/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h18 if (wpa_s->driver->init2) in wpa_drv_init()
21 if (wpa_s->driver->init) { in wpa_drv_init()
29 if (wpa_s->driver->deinit) in wpa_drv_deinit()
36 if (wpa_s->driver->set_param) in wpa_drv_set_param()
70 if (wpa_s->driver->init_mesh) in wpa_drv_init_mesh()
78 if (wpa_s->driver->join_mesh) in wpa_drv_join_mesh()
107 if (wpa_s->driver->scan2) in wpa_drv_scan()
253 if (wpa_s->driver->poll) { in wpa_drv_poll()
344 if (wpa_s->driver->set_ap) in wpa_drv_set_ap()
444 if (wpa_s->driver->if_add) in wpa_drv_if_add()
[all …]
/freebsd-13.1/contrib/apr-util/test/
H A Ddbd.c25 rv = func(pool, sql, driver); \
47 const apr_dbd_driver_t* driver) in drop_table() argument
160 entry = apr_dbd_get_entry(driver, row, n); in select_random()
176 entry = apr_dbd_get_entry(driver, row, n); in select_random()
208 apr_dbd_error(driver, handle, rv)); in test_transactions()
237 select_sequential(pool, handle, driver); in test_transactions()
265 select_sequential(pool, handle, driver); in test_transactions()
332 apr_dbd_transaction_end(driver, pool, trans); in test_pquery()
339 select_sequential(pool, handle, driver); in test_pquery()
348 const apr_dbd_driver_t *driver = NULL; in main() local
[all …]
H A Dtestdbd.c159 create_table(tc, handle, driver); in test_dbd_generic()
160 select_rows(tc, handle, driver, 0); in test_dbd_generic()
161 insert_data(tc, handle, driver, 5); in test_dbd_generic()
162 select_rows(tc, handle, driver, 5); in test_dbd_generic()
163 delete_rows(tc, handle, driver); in test_dbd_generic()
165 drop_table(tc, handle, driver); in test_dbd_generic()
167 test_escape(tc, handle, driver); in test_dbd_generic()
184 ABTS_PTR_NOTNULL(tc, driver); in test_dbd_sqlite2()
185 if (!driver) { in test_dbd_sqlite2()
212 ABTS_PTR_NOTNULL(tc, driver); in test_dbd_sqlite3()
[all …]
H A Dtestcrypto.c63 if (!driver || rv) { in get_driver()
67 return driver; in get_driver()
102 if (!driver) { in make()
579 f = make(tc, pool, driver); in test_crypto_key_openssl()
598 f = make(tc, pool, driver); in test_crypto_key_nss()
1166 if (driver) { in test_crypto_get_block_key_types_openssl()
1209 if (driver) { in test_crypto_get_block_key_types_nss()
1252 if (driver) { in test_crypto_get_block_key_types_commoncrypto()
1293 if (driver) { in test_crypto_get_block_key_modes_openssl()
1326 if (driver) { in test_crypto_get_block_key_modes_nss()
[all …]
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd.c73 if (driver.init) { \
74 driver.init(pool); \
172 if (*driver) { in apr_dbd_get_driver()
196 *driver = symbol; in apr_dbd_get_driver()
200 if ((*driver)->init) { in apr_dbd_get_driver()
201 (*driver)->init(pool); in apr_dbd_get_driver()
279 return driver->close(handle); in apr_dbd_close()
284 return driver->name; in apr_dbd_name()
325 return driver->num_cols(res); in apr_dbd_num_cols()
331 return driver->num_tuples(res); in apr_dbd_num_tuples()
[all …]
/freebsd-13.1/contrib/wpa/src/ap/
H A Dap_drv_ops.h115 if (!hapd->driver || !hapd->driver->send_action_cancel_wait || in hostapd_drv_send_action_cancel_wait()
164 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL) in hostapd_drv_set_sta_vlan()
173 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL) in hostapd_drv_get_inact_sec()
218 if (hapd->driver == NULL || hapd->driver->set_acl == NULL) in hostapd_drv_set_acl()
226 if (hapd->driver == NULL || hapd->driver->set_ap == NULL) in hostapd_drv_set_ap()
253 if (hapd->driver == NULL || hapd->driver->set_authmode == NULL) in hostapd_drv_set_authmode()
262 if (hapd->driver == NULL || hapd->driver->poll_client == NULL) in hostapd_drv_poll_client()
279 if (hapd->driver == NULL || hapd->driver->get_country == NULL) in hostapd_get_country()
305 if (!hapd->driver || !hapd->driver->status || !hapd->drv_priv) in hostapd_drv_status()
357 if (hapd->driver == NULL || hapd->driver->vendor_cmd == NULL) in hostapd_drv_vendor_cmd()
[all …]
H A Dap_drv_ops.c367 if (hapd->driver == NULL || hapd->driver->sta_auth == NULL) in hostapd_sta_auth()
502 if (hapd->driver == NULL || hapd->driver->if_add == NULL) in hostapd_if_add()
541 if (hapd->driver == NULL || hapd->driver->flush == NULL) in hostapd_flush()
576 if (hapd->driver == NULL || hapd->driver->set_rts == NULL) in hostapd_set_rts()
643 if (hapd->driver == NULL || hapd->driver->commit == NULL) in hostapd_driver_commit()
664 if (hapd->driver && hapd->driver->scan2) in hostapd_driver_scan()
673 if (hapd->driver && hapd->driver->get_scan_results2) in hostapd_driver_get_scan_results()
682 if (hapd->driver && hapd->driver->set_noa) in hostapd_driver_set_noa()
697 if (hapd->driver == NULL || hapd->driver->set_key == NULL) in hostapd_drv_set_key()
902 if (!hapd->driver || !hapd->driver->get_ext_capab) in hostapd_get_ext_capa()
[all …]
H A Dwpa_auth_kay.c29 if (!hapd->driver->macsec_init) in hapd_macsec_init()
39 if (!hapd->driver->macsec_deinit) in hapd_macsec_deinit()
49 if (!hapd->driver->macsec_get_capability) in hapd_macsec_get_capability()
59 if (!hapd->driver->enable_protect_frames) in hapd_enable_protect_frames()
69 if (!hapd->driver->enable_encrypt) in hapd_enable_encrypt()
79 if (!hapd->driver->set_replay_protect) in hapd_set_replay_protect()
156 if (!hapd->driver->create_receive_sc) in hapd_create_receive_sc()
167 if (!hapd->driver->delete_receive_sc) in hapd_delete_receive_sc()
177 if (!hapd->driver->create_receive_sa) in hapd_create_receive_sa()
187 if (!hapd->driver->delete_receive_sa) in hapd_delete_receive_sa()
[all …]
/freebsd-13.1/contrib/apr-util/include/
H A Dapr_dbd.h155 APU_DECLARE(apr_status_t) apr_dbd_open(const apr_dbd_driver_t *driver,
165 APU_DECLARE(apr_status_t) apr_dbd_close(const apr_dbd_driver_t *driver,
175 APU_DECLARE(const char*) apr_dbd_name(const apr_dbd_driver_t *driver);
183 APU_DECLARE(void*) apr_dbd_native_handle(const apr_dbd_driver_t *driver,
235 APU_DECLARE(int) apr_dbd_transaction_end(const apr_dbd_driver_t *driver,
296 APU_DECLARE(int) apr_dbd_num_cols(const apr_dbd_driver_t *driver,
306 APU_DECLARE(int) apr_dbd_num_tuples(const apr_dbd_driver_t *driver,
352 APU_DECLARE(const char*) apr_dbd_error(const apr_dbd_driver_t *driver,
363 APU_DECLARE(const char*) apr_dbd_escape(const apr_dbd_driver_t *driver,
476 APU_DECLARE(int) apr_dbd_pbquery(const apr_dbd_driver_t *driver,
[all …]
/freebsd-13.1/sys/kern/
H A Ddevice_if.m100 * is used to elect which driver is used - the driver which returns
110 * As a special case, if a driver returns zero, the driver election
131 * in the driver's method list:
143 * driver
167 * special drivers, including the isahint driver and the pnp driver to
176 * in the driver's method list:
182 * @param driver the driver whose identify method is being called
186 driver_t *driver;
199 * in the driver's method list:
231 * in the driver's method list:
[all …]
/freebsd-13.1/sys/net/
H A Ddebugnet.h250 #define DEBUGNET_DEFINE(driver) \ argument
251 static debugnet_init_t driver##_debugnet_init; \
252 static debugnet_event_t driver##_debugnet_event; \
254 static debugnet_poll_t driver##_debugnet_poll; \
257 .dn_init = driver##_debugnet_init, \
258 .dn_event = driver##_debugnet_event, \
259 .dn_transmit = driver##_debugnet_transmit, \
260 .dn_poll = driver##_debugnet_poll, \
265 #define DEBUGNET_SET(ifp, driver) \ argument
270 #define DEBUGNET_DEFINE(driver) argument
[all …]
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_platform.c46 return dev->driver->name; in drm_platform_get_name()
53 master->unique_len = 13 + strlen(dev->driver->name); in drm_platform_set_busid()
69 "platform:%s:%02d", dev->driver->name, id); in drm_platform_set_busid()
119 struct drm_driver *driver) in drm_get_platform_dev() argument
125 driver->bus = &drm_platform_bus; in drm_get_platform_dev()
131 ret = drm_fill_in_dev(dev, driver); in drm_get_platform_dev()
148 if (dev->driver->load) { in drm_get_platform_dev()
149 ret = dev->driver->load(dev, 0); in drm_get_platform_dev()
163 list_add_tail(&dev->driver_item, &driver->device_list); in drm_get_platform_dev()
169 driver->name, driver->major, driver->minor, driver->patchlevel, in drm_get_platform_dev()
[all …]
H A Ddrm_stub.c140 if (dev->driver->master_destroy) in drm_master_destroy()
195 if (dev->driver->master_set) { in drm_setmaster_ioctl()
217 if (dev->driver->master_drop) in drm_dropmaster_ioctl()
226 struct drm_driver *driver) in drm_fill_in_dev() argument
261 dev->driver = driver; in drm_fill_in_dev()
300 struct drm_driver *driver; in drm_cancel_fill_in_dev() local
302 driver = dev->driver; in drm_cancel_fill_in_dev()
438 struct drm_driver *driver; in drm_put_dev() local
447 driver = dev->driver; in drm_put_dev()
464 if (dev->driver->unload) in drm_put_dev()
[all …]
H A Ddrm_fops.c50 if (dev->driver->firstopen) { in drm_setup()
51 ret = dev->driver->firstopen(dev); in drm_setup()
218 if (dev->driver->open) { in drm_open_helper()
219 ret = dev->driver->open(dev, priv); in drm_open_helper()
243 if (dev->driver->master_create) { in drm_open_helper()
255 if (dev->driver->master_set) { in drm_open_helper()
346 if (dev->driver->preclose) in drm_release()
388 if (dev->driver->context_dtor) in drm_release()
389 dev->driver->context_dtor(dev, in drm_release()
429 if (dev->driver->master_drop) in drm_release()
[all …]
/freebsd-13.1/share/examples/ppi/
H A Dppilcd.c136 driver = NULL; in main()
139 driver = &lcd_drivertab[i]; in main()
143 if (driver == NULL) { in main()
150 atexit(driver->l_finish); in main()
156 do_char(driver, *cp); in main()
161 do_char(driver, (char)ch); in main()
211 driver->l_command(CMD_NL); in do_char()
214 driver->l_command(CMD_CR); in do_char()
223 driver->l_putc('\\'); in do_char()
226 driver->l_command(ch); in do_char()
[all …]
/freebsd-13.1/share/examples/drivers/
H A DREADME7 They will, when run, create an example skeleton driver
8 for you. You can use this driver as a starting point for
19 At present these scripts also link the newly created driver into
22 a name for the driver.).
25 One for making a real device driver for ISA devices, and
30 Give them a single argument: the name of the driver.
34 The skeleton driver should already link with the kernel
37 runnable and the new driver should be
39 You should simply edit the driver and continue to use
42 The driver will end up in /sys/i386/isa for the device driver script,
[all …]
/freebsd-13.1/contrib/ofed/libibverbs/
H A Dinit.c137 struct ibv_driver *driver; in verbs_register_driver() local
139 driver = malloc(sizeof *driver); in verbs_register_driver()
140 if (!driver) { in verbs_register_driver()
145 driver->name = name; in verbs_register_driver()
147 driver->next = NULL; in verbs_register_driver()
150 tail_driver->next = driver; in verbs_register_driver()
152 head_driver = driver; in verbs_register_driver()
153 tail_driver = driver; in verbs_register_driver()
211 struct ibv_driver *driver; in try_drivers() local
214 for (driver = head_driver; driver; driver = driver->next) { in try_drivers()
[all …]
/freebsd-13.1/sys/dev/sym/
H A DREADME.sym2 * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010
7 * This driver also supports the following Symbios/LSI PCI-SCSI chips:
12 * This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver.
15 * The sym53c8xx driver is derived from the ncr53c8xx driver that had been
16 * a port of the FreeBSD ncr driver to Linux-1.2.13.
62 This file was bundled with the `sym' driver source files, when
63 the driver was in development stage and not included yet into
65 gave informations on driver features and summerized important
67 using `man sym' for driver usage and features description, and
68 `cvs log' for driver changes.
[all …]
/freebsd-13.1/sys/dev/agp/
H A Dagp_i810.c578 .driver = &agp_i810_g33_driver
583 .driver = &agp_i810_g33_driver
588 .driver = &agp_i810_g33_driver
593 .driver = &agp_i810_igd_driver
598 .driver = &agp_i810_igd_driver
613 .driver = &agp_i810_g4x_driver
618 .driver = &agp_i810_g4x_driver
623 .driver = &agp_i810_g4x_driver
628 .driver = &agp_i810_g4x_driver
633 .driver = &agp_i810_g4x_driver
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp48 driver::Driver TheDriver(Args[0], llvm::sys::getDefaultTargetTriple(), *Diags, in createInvocationFromCommandLine()
54 std::unique_ptr<driver::Compilation> C(TheDriver.BuildCompilation(Args)); in createInvocationFromCommandLine()
59 if (C->getArgs().hasArg(driver::options::OPT__HASH_HASH_HASH)) { in createInvocationFromCommandLine()
69 const driver::JobList &Jobs = C->getJobs(); in createInvocationFromCommandLine()
74 if (isa<driver::BindArchAction>(A)) in createInvocationFromCommandLine()
76 if (isa<driver::OffloadAction>(A)) { in createInvocationFromCommandLine()
82 if (Jobs.size() == 0 || !isa<driver::Command>(*Jobs.begin()) || in createInvocationFromCommandLine()
91 const driver::Command &Cmd = cast<driver::Command>(*Jobs.begin()); in createInvocationFromCommandLine()
/freebsd-13.1/sys/dev/virtio/
H A Dvirtio.h71 #define VIRTIO_DRIVER_MODULE(name, driver, devclass, evh, arg) \ argument
72 DRIVER_MODULE(name, virtio_mmio, driver, devclass, evh, arg); \
73 DRIVER_MODULE(name, virtio_pci, driver, devclass, evh, arg)
79 #define VIRTIO_SIMPLE_PNPINFO(driver, devtype, desc) \ argument
80 static const struct virtio_pnp_match driver ## _match = { \
84 MODULE_PNP_INFO("U32:device_type;D:#", virtio_mmio, driver, \
85 &driver ## _match, 1); \
86 MODULE_PNP_INFO("U32:device_type;D:#", virtio_pci, driver, \
87 &driver ## _match, 1)
88 #define VIRTIO_SIMPLE_PROBE(dev, driver) \ argument
[all …]
/freebsd-13.1/sys/contrib/dev/ice/
H A DREADME30 with the driver, the driver will go into Safe Mode where it will use the
66 new driver or DDP package.
75 overwrite a package, unload all PFs and then reload the driver with the new
79 have more than one device installed that uses the driver.
109 driver installation. See the base driver README for general installation and
118 NOTE: It's important to do 'make install' during initial ice driver
119 installation so that the driver loads the DDP package automatically.
125 driver installation. Read the base driver README for general installation and
128 The DDP package loads during device initialization. The driver looks for
135 updated driver or DDP package file. Refer to the log messages for more
[all …]
/freebsd-13.1/sys/opencrypto/
H A Dcryptodev_if.m43 * @brief Probe to see if a crypto driver supports a session.
63 * @param dev the crypto driver device
66 * @retval negative if the driver supports this session - the
68 * driver for the session
69 * @retval EINVAL if the driver does not support the session
86 * @param dev the crypto driver device
110 * @param dev the crypto driver device
134 * @param dev the crypto driver device
137 * crypto operations are queued for this driver;
166 * @param dev the crypto driver device
[all …]
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_if.m37 # to coordinate with the main driver for the PF4.
39 # Called by a driver during attach to determine if the PF4 driver is
40 # initialized. If the main driver is not ready, the driver should defer
46 # Called by the PF4 driver on each sibling device when the PF4 driver is
52 # Called by the PF4 driver on each sibling device when the PF4 driver is
58 # Called by a driver to query the PF4 driver for the child device
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DM68k.cpp21 using namespace clang::driver;
22 using namespace clang::driver::tools;
28 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) { in getM68kTargetCPU()
52 if (Args.hasArg(clang::driver::options::OPT_m68000)) in getM68kTargetCPU()
54 if (Args.hasArg(clang::driver::options::OPT_m68010)) in getM68kTargetCPU()
56 if (Args.hasArg(clang::driver::options::OPT_m68020)) in getM68kTargetCPU()
58 if (Args.hasArg(clang::driver::options::OPT_m68030)) in getM68kTargetCPU()
60 if (Args.hasArg(clang::driver::options::OPT_m68040)) in getM68kTargetCPU()
62 if (Args.hasArg(clang::driver::options::OPT_m68060)) in getM68kTargetCPU()

12345678910>>...58