Searched defs:library (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libnsl/netdir/
H A Dnetdir.c40 * This is the library routines that do the name to address
73 void *tr_fd; /* dyn library handle */
117 * Adds a translator library to the xlate_list, but first check to see if
119 * We have to be careful for the case of the same library being loaded
123 * have accidentally reloaded the library. We dlclose the new version,
390 * This is the library routine to do transport specific stuff.
443 * This is the library routine for translating universal addresses to
502 * This is the library routine for translating transport specific
635 char *library; member in struct:xlate_list
643 * We maintain a list of libraries we have loaded. Loading a library
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Ddlopen.c152 return "Generic shared library error";
167 void *library; member in struct:lib_list
178 int _sasl_locate_entry(void *library, const char *entryname, argument
198 if(!library) {
201 "no library in _sasl_locate_entry");
219 *entry_point = dlsym(library, adj_entryname);
239 char *plugin, void *library,
244 static int _sasl_plugin_load(char *plugin, void *library,
252 result = _sasl_locate_entry(library, entryname, &entry_point);
380 /* loads a plugin library */
238 _sasl_plugin_load(_sasl_global_context_t *gctx, char *plugin, void *library, const char *entryname, int (*add_plugin)(_sasl_global_context_t *gctx, const char *, void *)) argument
395 void *library; local
454 release_plugin(_sasl_global_context_t *gctx, void *library) argument
653 void *library; local
[all...]
/osnet-11/usr/src/grub/grub2/
H A Dgentpl.py442 def library(platform): function
555 return rules("library", library)
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c117 "library", OPT_LIBRARY,
363 char* library; local
399 library = 0;
401 else if ((library = strchr(catalog, ':')) && !*++library)
402 library = 0;
407 library = 0;
426 if (!library)
467 library,
468 ERROR_translate(NiL, NiL, ast.id, "library"));
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c825 * This allows external routines to load from the same library */
832 * add library to loaded list
838 int sh_addlib(Shell_t *shp,void* library) argument
853 else if (liblist[n] == library)
858 else if ((initfn = (Iptr_t)dlllook(library, "lib_init")))
875 liblist[nlib++] = library;
880 int sh_addlib(Shell_t *shp,void* library) argument
899 void *library=0; local
956 if(!(library = dllplugin(SH_ID, arg, NiL, SH_PLUGIN_VERSION, &ver, RTLD_LAZY, path, sizeof(path))))
965 if(!(library
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1542 * In addition, no versioning is currently provided for types as our .d library
1766 * Go through all the library files, and, if any library dependencies exist for
1778 char *library = dld->dtld_library; local
1787 "Invalid library dependency in %s: %s\n",
1794 library)) != 0) {
1832 dt_dprintf("library %s sorted (%d/%d)\n", new->dtld_library,
1918 * Open all of the .d library files found in the specified directory and
1922 * compile a library and the error is something other than #pragma D depends_on.
1923 * Dependency errors are silently ignored to permit a library director
[all...]
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c50 * LIBRARY_NUM is a shortcut to figure out which library we need to call.
51 * The top 16 bits of handle are the library index
56 * VENDOR_HANDLE turns a global library handle into a vendor specific handle,
61 #define HBA_HANDLE_FROM_LOCAL(library, vendor) \
62 (((library)<<16) | ((vendor)&0x0000FFFF))
155 * a vendor specific library function that might invoke a callback function
192 HBA_LIBRARY_STATUS status; /* info on this library */
247 HBA_LIBRARY_INFO *library; member in struct:hba_tgtadapter_info
263 * Common library internal. Mutex handling
389 adapt_infop->library
[all...]
H A DHBAAPILIB.c3 * HBAAPILIB.c - Implements a sample common (wrapper) HBA API library
53 * LIBRARY_NUM is a shortcut to figure out which library we need to call.
54 * The top 16 bits of handle are the library index
59 * VENDOR_HANDLE turns a global library handle into a vendor specific handle,
64 #define HBA_HANDLE_FROM_LOCAL(library, vendor) \
65 (((library)<<16) | ((vendor)&0x0000FFFF))
158 * a vendor specific library function that might invoke a callback function
175 * Vendor library information
194 HBA_LIBRARY_STATUS status; /* info on this library */
219 HBA_LIBRARY_INFO *library; member in struct:hba_adapter_info
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c239 /* we got the module section. Get the library name from the module */
345 native compiler has trouble building the library because of
505 /* close the library */
529 char *library = NULL; local
540 library = kdb_get_library_name(kcontext);
541 if (library == NULL) {
546 status = kdb_find_library(kcontext, library, &lib);
554 free(library);
/osnet-11/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c4 * HBAAPILIB.c - Implements a sample common (wrapper) HBA API library
34 * both HBAAPI and SM-HBA through the same library.
89 * LIBRARY_NUM is a shortcut to figure out which library we need to call.
90 * The top 16 bits of handle are the library index
95 * VENDOR_HANDLE turns a global library handle into a vendor specific handle,
100 #define HBA_HANDLE_FROM_LOCAL(library, vendor) \
101 (((library)<<16) | ((vendor)&0x0000FFFF))
194 * a vendor specific library function that might invoke a callback function
211 * Vendor library information
242 HBA_LIBRARY_STATUS status; /* info on this library */
298 HBA_LIBRARY_INFO *library; member in struct:hba_adapter_info
[all...]

Completed in 58 milliseconds