Home
last modified time | relevance | path

Searched refs:drivers (Results 1 – 25 of 165) sorted by relevance

1234567

/NextBSD/contrib/apr-util/test/
HDtestcrypto.c316 const apr_crypto_driver_t **drivers, in crypto_block_cross() argument
321 const apr_crypto_driver_t *driver1 = drivers[0]; in crypto_block_cross()
322 const apr_crypto_driver_t *driver2 = drivers[1]; in crypto_block_cross()
380 const apr_crypto_driver_t *drivers[] = { NULL, NULL }; in test_crypto_block_openssl() local
386 drivers[0] = get_openssl_driver(tc, pool); in test_crypto_block_openssl()
387 drivers[1] = get_openssl_driver(tc, pool); in test_crypto_block_openssl()
388 crypto_block_cross(tc, pool, drivers, APR_KEY_3DES_192, APR_MODE_CBC, 0, in test_crypto_block_openssl()
390 crypto_block_cross(tc, pool, drivers, APR_KEY_3DES_192, APR_MODE_ECB, 0, in test_crypto_block_openssl()
392 crypto_block_cross(tc, pool, drivers, APR_KEY_AES_256, APR_MODE_CBC, 0, in, in test_crypto_block_openssl()
394 crypto_block_cross(tc, pool, drivers, APR_KEY_AES_256, APR_MODE_ECB, 0, in, in test_crypto_block_openssl()
[all …]
/NextBSD/sys/ofed/drivers/infiniband/
HDKconfig7 any protocols you wish to use as well as drivers for your
43 source "drivers/infiniband/hw/mthca/Kconfig"
44 source "drivers/infiniband/hw/ipath/Kconfig"
45 source "drivers/infiniband/hw/qib/Kconfig"
46 source "drivers/infiniband/hw/ehca/Kconfig"
47 source "drivers/infiniband/hw/amso1100/Kconfig"
48 source "drivers/infiniband/hw/cxgb3/Kconfig"
49 source "drivers/infiniband/hw/mlx4/Kconfig"
50 source "drivers/infiniband/hw/nes/Kconfig"
52 source "drivers/infiniband/ulp/ipoib/Kconfig"
[all …]
/NextBSD/lib/libkiconv/
HDkiconv_sysctl.c46 char *drivers, *drvp; in kiconv_lookupconv() local
48 drivers = malloc(size); in kiconv_lookupconv()
49 if (drivers == NULL) in kiconv_lookupconv()
51 if (sysctlbyname("kern.iconv.drvlist", drivers, &size, NULL, 0) == -1) { in kiconv_lookupconv()
52 free(drivers); in kiconv_lookupconv()
55 for (drvp = drivers; *drvp != '\0'; drvp += strlen(drvp) + 1) in kiconv_lookupconv()
57 free(drivers); in kiconv_lookupconv()
/NextBSD/contrib/apr-util/dbm/
HDapr_dbm.c62 static apr_hash_t *drivers = NULL; variable
68 drivers = NULL; in dbm_term()
140 drivers = apr_hash_make(pool); in dbm_open_type()
141 apr_hash_set(drivers, "sdbm", APR_HASH_KEY_STRING, &apr_dbm_type_sdbm); in dbm_open_type()
155 *vtable = apr_hash_get(drivers, type, APR_HASH_KEY_STRING); in dbm_open_type()
163 pool = apr_hash_pool_get(drivers); in dbm_open_type()
181 apr_hash_set(drivers, type, APR_HASH_KEY_STRING, *vtable); in dbm_open_type()
/NextBSD/contrib/apr-util/crypto/
HDapr_crypto.c36 static apr_hash_t *drivers = NULL; variable
74 apr_hash_set(drivers,name,APR_HASH_KEY_STRING,&driver_name); \
85 drivers = NULL; in apr_crypto_term()
98 if (drivers != NULL) { in apr_crypto_init()
111 drivers = apr_hash_make(pool); in apr_crypto_init()
166 *driver = apr_hash_get(drivers, name, APR_HASH_KEY_STRING); in apr_crypto_get_driver()
177 pool = apr_hash_pool_get(drivers); in apr_crypto_get_driver()
193 apr_hash_set(drivers, name, APR_HASH_KEY_STRING, *driver); in apr_crypto_get_driver()
/NextBSD/tools/tools/release/
HDchk_dokern.sh_and_drivers.conf29 echo Checking */drivers.conf ...
30 for f in */drivers.conf; do
52 grep -qw ^$x ${arch}/drivers.conf && \
/NextBSD/contrib/ntp/html/scripts/
HDaudio.txt2 <li class='inline'><a href='drivers/driver6.html'>IRIG Audio Decoder</a>\
3 <li class='inline'><a href='drivers/driver7.html'>Radio CHU Audio Demodulator/Decoder</a></li>\
4 <li class='inline'><a href='drivers/driver36.html'>Radio WWV/H Audio Demodulator/Decoder</a></li>\
/NextBSD/sys/kern/
HDdevice_if.m32 * @defgroup DEVICE device - KObj methods for all device drivers
33 * @brief A basic set of methods required for all device drivers.
35 * The device interface is used to match devices to drivers during
36 * autoconfiguration and provides methods to allow drivers to handle
77 * calling the DEVICE_PROBE() of all candidate drivers and attach
80 * This function is used to match devices to device drivers.
152 * The DEVICE_IDENTIFY() method is used by some drivers (e.g. the ISA
156 * special drivers, including the isahint driver and the pnp driver to
160 * Many bus drivers which support true plug-and-play do not need to
162 * automatically without help from child drivers.
[all …]
HDserdev_if.m32 # The serdev interface is used by umbrella drivers and children thereof to
35 # serial communications controller (SCC) drivers, multi-I/O adapter drivers
36 # and intelligent multi-port serial drivers. Methods specifically deal
39 # child drivers to handle each individual channel.
/NextBSD/sys/modules/netgraph/bluetooth/h4/
HDMakefile4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
7 -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
/NextBSD/usr.sbin/ntp/doc/drivers/icons/
HDMakefile5 FILESDIR= ${SHAREDIR}/doc/ntp/drivers/icons
11 .PATH: ${.CURDIR}/../../../../../contrib/ntp/html/drivers/icons
/NextBSD/usr.sbin/ntp/doc/drivers/scripts/
HDMakefile5 FILESDIR= ${SHAREDIR}/doc/ntp/drivers/scripts
11 .PATH: ${.CURDIR}/../../../../../contrib/ntp/html/drivers/scripts
/NextBSD/sys/conf/
HDfiles2602 # USB controller drivers
2625 # USB storage drivers
2655 # USB network drivers
2677 # USB WLAN drivers
2760 # USB serial and parallel port drivers
2787 # USB misc drivers
2794 # USB input drivers
2821 # USB video drivers
3623 netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c optional netgraph_bluetooth_bt3c
3624 netgraph/bluetooth/drivers/h4/ng_h4.c optional netgraph_bluetooth_h4
[all …]
/NextBSD/sys/modules/netgraph/bluetooth/bt3c/
HDMakefile4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
7 -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
/NextBSD/usr.sbin/wpa/wpa_priv/
HDMakefile6 ${WPA_DISTDIR}/src/drivers
9 SRCS= drivers.c os_unix.c eloop.c common.c wpa_debug.c wpabuf.c wpa_priv.c \
/NextBSD/sys/modules/netgraph/bluetooth/ubt/
HDMakefile4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
7 -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
/NextBSD/sys/modules/netgraph/bluetooth/ubtbcmfw/
HDMakefile4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
7 -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
/NextBSD/contrib/apr-util/dbd/
HDapr_dbd.c36 static apr_hash_t *drivers = NULL; variable
72 apr_hash_set(drivers,name,APR_HASH_KEY_STRING,&driver); \
82 drivers = NULL; in apr_dbd_term()
114 drivers = apr_hash_make(pool); in apr_dbd_init()
174 *driver = apr_hash_get(drivers, name, APR_HASH_KEY_STRING); in apr_dbd_get_driver()
185 pool = apr_hash_pool_get(drivers); in apr_dbd_get_driver()
201 apr_hash_set(drivers, name, APR_HASH_KEY_STRING, *driver); in apr_dbd_get_driver()
/NextBSD/sys/modules/mlxen/
HDMakefile2 .PATH: ${.CURDIR}/../../ofed/drivers/net/mlx4
9 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/net/mlx4
/NextBSD/sys/modules/ipoib/
HDMakefile2 .PATH: ${.CURDIR}/../../ofed/drivers/infiniband/ulp/ipoib
10 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/ulp/ipoib
/NextBSD/sys/i386/conf/
HDPAE13 # The following drivers don't build with PAE enabled.
19 # The following drivers don't work with PAE enabled.
/NextBSD/sys/modules/mlx4ib/
HDMakefile2 .PATH: ${.CURDIR}/../../ofed/drivers/infiniband/hw/mlx4
11 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/hw/mlx4
/NextBSD/sys/modules/mlx4/
HDMakefile2 .PATH: ${.CURDIR}/../../ofed/drivers/net/mlx4
12 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/net/mlx4
/NextBSD/sys/modules/ibcore/
HDMakefile2 .PATH: ${.CURDIR}/../../ofed/drivers/infiniband/core
13 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/core
/NextBSD/usr.sbin/ntp/doc/drivers/
HDMakefile6 FILESDIR= ${SHAREDIR}/doc/ntp/drivers
19 .PATH: ${.CURDIR}/../../../../contrib/ntp/html/drivers

1234567