Searched refs:library (Results 1 - 25 of 136) sorted by relevance

123456

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_DEPEND.main.d33 #pragma D depends_on library net.d
/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsci_base_library.h78 * @brief This structure contains all of the objects common to all library
92 * contained inside of a library.
103 * @brief This method will construct the base library object.
105 * @param[in] this_library This parameter specifies the library object
108 * of controllers to be supported by this library.
118 * This macro provides common code for allocating a controller from a library.
123 library, \
130 if (! sci_pool_empty((library)->parent.controller_id_pool)) \
132 sci_pool_get((library)->parent.controller_id_pool, index); \
134 & (library)
[all...]
H A Dscic_library.h61 * by an SCI Core user on the library object. The library is the
77 * library and it's controllers can operate.
82 * In this mode the SCI library will operate in a polling mode for
83 * operations. In other words, the library will not return from a
89 * In this mode the SCI library returns after committing the IO request
101 * @brief This method will contsruct the core library based on the supplied
106 * library object is located.
108 * this library can manage.
110 * @return An opaque library handl
[all...]
H A Dscic_sds_library.c74 #define SCIC_LIBRARY_CONTROLLER_MEMORY_START(library) \
75 ((char *)(library) + sizeof(SCIC_SDS_LIBRARY_T))
115 SCI_LIBRARY_HANDLE_T library,
120 this_library = (SCIC_SDS_LIBRARY_T *)library;
145 SCI_LIBRARY_HANDLE_T library,
152 this_library = (SCIC_SDS_LIBRARY_T *)library;
178 SCI_LIBRARY_HANDLE_T library,
184 this_library = (SCIC_SDS_LIBRARY_T *)library;
195 SCI_LIBRARY_HANDLE_T library
201 this_library = (SCIC_SDS_LIBRARY_T *)library;
114 scic_library_set_pci_info( SCI_LIBRARY_HANDLE_T library, SCI_PCI_COMMON_HEADER_T * pci_header ) argument
144 scic_library_allocate_controller( SCI_LIBRARY_HANDLE_T library, SCI_CONTROLLER_HANDLE_T *new_controller ) argument
177 scic_library_free_controller( SCI_LIBRARY_HANDLE_T library, SCI_CONTROLLER_HANDLE_T controller ) argument
270 scic_sds_library_get_controller_index( SCIC_SDS_LIBRARY_T * library, SCIC_SDS_CONTROLLER_T * controller ) argument
[all...]
H A Dscif_library.h61 * by an SCI Framework user on the library object. The library is
75 * @brief This method will contsruct the SCI framework library based on the
80 * library object is located.
82 * this library can manage.
84 * @return An opaque library handle to be used by the SCI user for all
85 * subsequent library operations.
93 * @brief This method returns the size of the framework library object. The
94 * size of the framework library object includes the associated core
98 * this library ca
[all...]
H A Dscif_sas_library.c73 * This macro simply calculates the size of the framework library. This
117 // after the library object.
121 // Construct the core library.
131 // Set the association in the core library to this framework library.
146 SCI_LIBRARY_HANDLE_T library,
152 // Ensure the user supplied a valid library handle.
153 if (library != SCI_INVALID_HANDLE)
155 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T *) library;
157 // Allocate the framework library
145 scif_library_allocate_controller( SCI_LIBRARY_HANDLE_T library, SCI_CONTROLLER_HANDLE_T * new_controller ) argument
198 scif_library_free_controller( SCI_LIBRARY_HANDLE_T library, SCI_CONTROLLER_HANDLE_T controller ) argument
[all...]
H A Dscic_sds_library.h60 * @brief This file contains the structures used by the core library object.
61 * All of the functionality for the core library is in the
78 * This structure contains data used by the core library.
89 * This is the count of the maximum number of controllers that this library
95 * The PCI header for this library object all libraries must have the same
103 * library object.
110 struct SCIC_SDS_LIBRARY * library,
H A Dscif_controller.h76 * @param[in] library This parameter specifies the handle to the framework
77 * library object associated with the controller being constructed.
96 SCI_LIBRARY_HANDLE_T library,
/freebsd-10.0-release/crypto/heimdal/tools/
H A Dkrb5-config.in40 library=krb5
76 library=krb5
79 library=gssapi
82 library=kadm-client
85 library=kadm-server
88 library=kafs
124 case $library in
/freebsd-10.0-release/contrib/gcc/cp/
H A Dg++spec.c65 int library = 0; local
94 /* By default, we throw on the math library if we have one. */
137 library = -1;
160 if (library == 0
163 library = 1;
172 if (library == 0)
173 library = 1;
176 library = (library == 0) ? 1 : library;
[all...]
/freebsd-10.0-release/usr.bin/bc/
H A DMakefile13 FILES+= bc.library
/freebsd-10.0-release/cddl/lib/libdtrace/
H A Dnfssrv.d31 #pragma D depends_on library ip.d
32 #pragma D depends_on library net.d
H A Dnfs.d31 #pragma D depends_on library ip.d
32 #pragma D depends_on library net.d
H A Dudp.d28 #pragma D depends_on library ip.d
/freebsd-10.0-release/contrib/apr-util/
H A Dapu-config.in57 --libs print library information
58 --avoid-ldap do not include ldap library information with --libs
59 --ldap-libs print library information to link with ldap
60 --avoid-dbm do not include DBM library information with --libs
61 --dbm-libs print additional library information to link with DBM
H A Dapr-util.spec4 Summary: Apache Portable Runtime Utility library
18 free library of C data structures and routines. This library
24 Summary: APR utility library development kit
30 build applications using the APR utility library. The mission
32 library of C data structures and routines.
36 Summary: APR utility library DBM driver
45 Summary: APR utility library PostgreSQL DBD driver
55 Summary: APR utility library MySQL DBD driver
65 Summary: APR utility library SQLit
[all...]
/freebsd-10.0-release/contrib/ofed/libibcm/
H A Dlibibcm.spec15 libibcm provides a userspace InfiniBand Communication Managment library.
18 Summary: Development files for the libibcm library
23 Development files for the libibcm library.
/freebsd-10.0-release/contrib/ofed/librdmacm/
H A Dlibrdmacm.spec20 Summary: Development files for the librdmacm library
25 Development files for the librdmacm library.
28 Summary: Examples for the librdmacm library
33 Example test programs for the librdmacm library.
/freebsd-10.0-release/contrib/apr/
H A Dapr.spec4 Summary: Apache Portable Runtime library
17 free library of C data structures and routines, forming a system
23 Summary: APR library development kit
28 build applications using the APR library. The mission of the
29 Apache Portable Runtime (APR) is to provide a free library of
/freebsd-10.0-release/contrib/binutils/config/
H A Dmulti.m417 [ --enable-multilib build many library versions (default)],
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dtdlint95 echo "ignored library $1"
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dtest_java_pkcs11.in56 library = $file
/freebsd-10.0-release/crypto/openssh/contrib/
H A Dfindssl.sh9 # match your library" errors.
17 # 2003-06-24: Incorporated readme, set library paths. First cvs version.
20 # "OpenSSL headers do not match your library" are usually caused by
29 # checking OpenSSL library version... 90602f (OpenSSL 0.9.6b [engine] 9 Jul 2001)
30 # checking whether OpenSSL's headers match the library... no
31 # configure: error: Your OpenSSL headers do not match your library
44 # Searching for OpenSSL shared library files.
53 # Searching for OpenSSL static library files.
58 # the OpenSSL header from /usr/include/openssl (90604f) and the library
84 # Set default library path
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl41 * This library is free for commercial and non-commercial use as long as
51 * as the author of the parts of the library used.
67 * The word 'cryptographic' can be left out if the rouines from the library
/freebsd-10.0-release/crypto/openssl/util/
H A Dadd_cr.pl73 * This library is free for commercial and non-commercial use as long as
83 * as the author of the parts of the library used.
99 * The word 'cryptographic' can be left out if the rouines from the library

Completed in 232 milliseconds

123456