Searched refs:drivers (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10-stable/sys/modules/netgraph/bluetooth/h4/
H A DMakefile4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
7 -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
/freebsd-10-stable/usr.sbin/ntp/doc/drivers/icons/
H A DMakefile5 FILESDIR= ${SHAREDIR}/doc/ntp/drivers/icons
11 .PATH: ${.CURDIR}/../../../../../contrib/ntp/html/drivers/icons
/freebsd-10-stable/usr.sbin/ntp/doc/drivers/scripts/
H A DMakefile5 FILESDIR= ${SHAREDIR}/doc/ntp/drivers/scripts
11 .PATH: ${.CURDIR}/../../../../../contrib/ntp/html/drivers/scripts
/freebsd-10-stable/lib/libkiconv/
H A Dkiconv_sysctl.c46 char *drivers, *drvp; local
48 drivers = malloc(size);
49 if (drivers == NULL)
51 if (sysctlbyname("kern.iconv.drvlist", drivers, &size, NULL, 0) == -1) {
52 free(drivers);
55 for (drvp = drivers; *drvp != '\0'; drvp += strlen(drvp) + 1)
57 free(drivers);
/freebsd-10-stable/sys/modules/netgraph/bluetooth/bt3c/
H A DMakefile4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
7 -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
/freebsd-10-stable/sys/modules/netgraph/bluetooth/ubt/
H A DMakefile4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
7 -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
/freebsd-10-stable/sys/modules/netgraph/bluetooth/ubtbcmfw/
H A DMakefile4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
7 -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw
/freebsd-10-stable/usr.sbin/wpa/wpa_priv/
H A DMakefile6 ${WPA_DISTDIR}/src/drivers
9 SRCS= drivers.c os_unix.c eloop.c common.c wpa_debug.c wpabuf.c wpa_priv.c \
/freebsd-10-stable/tools/tools/release/
H A Dchk_dokern.sh_and_drivers.conf29 echo Checking */drivers.conf ...
30 for f in */drivers.conf; do
52 grep -qw ^$x ${arch}/drivers.conf && \
53 echo "duplicate $x found in ${arch}/drivers.conf"
/freebsd-10-stable/contrib/apr-util/test/
H A Dtestcrypto.c313 * If the two drivers interoperate, the test passes.
316 const apr_crypto_driver_t **drivers,
321 const apr_crypto_driver_t *driver1 = drivers[0];
322 const apr_crypto_driver_t *driver2 = drivers[1];
380 const apr_crypto_driver_t *drivers[] = { NULL, NULL }; local
386 drivers[0] = get_openssl_driver(tc, pool);
387 drivers[1] = get_openssl_driver(tc, pool);
388 crypto_block_cross(tc, pool, drivers, APR_KEY_3DES_192, APR_MODE_CBC, 0,
390 crypto_block_cross(tc, pool, drivers, APR_KEY_3DES_192, APR_MODE_ECB, 0,
392 crypto_block_cross(tc, pool, drivers, APR_KEY_AES_25
315 crypto_block_cross(abts_case *tc, apr_pool_t *pool, const apr_crypto_driver_t **drivers, const apr_crypto_block_key_type_e type, const apr_crypto_block_key_mode_e mode, int doPad, const unsigned char *in, apr_size_t inlen, const char *description) argument
414 const apr_crypto_driver_t *drivers[] = { NULL, NULL }; local
448 const apr_crypto_driver_t *drivers[] = { NULL, NULL }; local
487 const apr_crypto_driver_t *drivers[] = { NULL, NULL }; local
526 const apr_crypto_driver_t *drivers[] = { NULL, NULL }; local
562 const apr_crypto_driver_t *drivers[] = local
605 const apr_crypto_driver_t *drivers[] = { NULL, NULL }; local
646 const apr_crypto_driver_t *drivers[] = { NULL, NULL }; local
[all...]
/freebsd-10-stable/sys/modules/mlxen/
H A DMakefile2 .PATH: ${.CURDIR}/../../ofed/drivers/net/mlx4
11 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/net/mlx4
/freebsd-10-stable/sys/modules/ipoib/
H A DMakefile2 .PATH: ${.CURDIR}/../../ofed/drivers/infiniband/ulp/ipoib
12 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/ulp/ipoib
/freebsd-10-stable/sys/modules/mlx4/
H A DMakefile2 .PATH: ${.CURDIR}/../../ofed/drivers/net/mlx4
12 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/net/mlx4
/freebsd-10-stable/sys/modules/mlx4ib/
H A DMakefile2 .PATH: ${.CURDIR}/../../ofed/drivers/infiniband/hw/mlx4
15 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/hw/mlx4
/freebsd-10-stable/usr.sbin/ntp/doc/drivers/
H A DMakefile6 FILESDIR= ${SHAREDIR}/doc/ntp/drivers
19 .PATH: ${.CURDIR}/../../../../contrib/ntp/html/drivers
/freebsd-10-stable/contrib/apr-util/dbm/
H A Dapr_dbm.c62 static apr_hash_t *drivers = NULL; variable
67 /* set drivers to NULL so init can work again */
68 drivers = NULL;
140 drivers = apr_hash_make(pool);
141 apr_hash_set(drivers, "sdbm", APR_HASH_KEY_STRING, &apr_dbm_type_sdbm);
155 *vtable = apr_hash_get(drivers, type, APR_HASH_KEY_STRING);
162 * drivers hash table; ignore the passed-in pool */
163 pool = apr_hash_pool_get(drivers);
181 apr_hash_set(drivers, type, APR_HASH_KEY_STRING, *vtable);
/freebsd-10-stable/sys/modules/ibcore/
H A DMakefile2 .PATH: ${.CURDIR}/../../ofed/drivers/infiniband/core
16 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/core
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dapr_crypto.c36 static apr_hash_t *drivers = NULL; variable
74 apr_hash_set(drivers,name,APR_HASH_KEY_STRING,&driver_name); \
84 /* set drivers to NULL so init can work again */
85 drivers = NULL;
98 if (drivers != NULL) {
111 drivers = apr_hash_make(pool);
166 *driver = apr_hash_get(drivers, name, APR_HASH_KEY_STRING);
176 * drivers hash table; ignore the passed-in pool */
177 pool = apr_hash_pool_get(drivers);
193 apr_hash_set(drivers, nam
[all...]
/freebsd-10-stable/sys/modules/mthca/
H A DMakefile3 .PATH: ${.CURDIR}/../../ofed/drivers/infiniband/hw/mthca
/freebsd-10-stable/usr.sbin/wpa/hostapd/
H A DMakefile6 ${WPA_DISTDIR}/src/drivers
12 drivers.c drv_callbacks.c eap_common.c eap_peap_common.c \
/freebsd-10-stable/contrib/apr-util/dbd/
H A Dapr_dbd.c36 static apr_hash_t *drivers = NULL; variable
72 apr_hash_set(drivers,name,APR_HASH_KEY_STRING,&driver); \
81 /* set drivers to NULL so init can work again */
82 drivers = NULL;
114 drivers = apr_hash_make(pool);
123 /* Load statically-linked drivers: */
174 *driver = apr_hash_get(drivers, name, APR_HASH_KEY_STRING);
184 * drivers hash table; ignore the passed-in pool */
185 pool = apr_hash_pool_get(drivers);
201 apr_hash_set(drivers, nam
[all...]
/freebsd-10-stable/usr.sbin/ntp/doc/
H A DMakefile5 SUBDIR= drivers hints icons pic scripts
/freebsd-10-stable/share/examples/
H A DMakefile13 drivers \
55 drivers/README \
56 drivers/make_device_driver.sh \
57 drivers/make_pseudo_driver.sh \
/freebsd-10-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile6 ${WPA_DISTDIR}/src/drivers
11 driver_common.c driver_ndis.c driver_wired.c drivers.c \
/freebsd-10-stable/tools/tools/kdrv/
H A DKernelDriver39 # KernelDriver provides a means for installing source-form drivers into FreeBSD
40 # kernel source trees in an automated fashion. It can also remove drivers it
84 # (Possible extension; support drivers in gzipped tarballs...)
488 # List all drivers recorded as installed, in the kernel at (kpath)
517 lappend drivers($driver:optionsi386) $opt;
548 lappend drivers($driver:optionsconf) $opt;
572 if {[info exists drivers($Drv(driver):optionsi386)]} {
573 set Drv(optionsi386) $drivers($Drv(driver):optionsi386);
611 if {[info exists drivers($Drv(driver):optionsconf)]} {
612 set Drv(optionsconf) $drivers(
[all...]

Completed in 92 milliseconds

12