| /onnv/onnv-gate/usr/src/cmd/ndmpd/tlm/ |
| tlm_info.c | 63 tlm_library_t *library; local 66 library = tlm_library(lib); 67 if (library != NULL && 68 library->tl_drive_count == 0) { 76 * get the library whose number matches 81 tlm_library_t *library = tlm_info.ti_library; local 82 while (library != NULL) { 83 if (library->tl_number == lib) { 84 return (library); 86 library = library->tl_next 99 tlm_library_t *library = tlm_library(lib); local 121 tlm_library_t *library = tlm_library(lib); local 326 tlm_library_t *library = ndmp_malloc(sizeof (tlm_library_t)); local 346 tlm_library_t *library = tlm_library(lib); local 369 tlm_library_t *library = tlm_library(lib); local [all...] |
| tlm_init.c | 229 * Add the tape library call back function (used while scanning the bus) 235 int *nlp; /* pointer to library counter */ 245 /* This is a robot, which means this is also a library */ 301 * Make the tape drive not part of a tape library (stand alone) 328 * Note: There is no way to remove library elements. We cannot clean 336 * Find the LIBRARY structure that has control of this DRIVE. 359 /* Not part of any library, this is a newly found tape drive. */ 365 * Add the tape library call back function (used while scanning the bus) 371 int *vlp; /* pointer to virtual library number */ 373 tlm_library_t *library; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/netdir/ |
| netdir.c | 40 * 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...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| error.c | 117 "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...] |
| /onnv/onnv-gate/usr/src/cmd/mms/mgmt/mnt/common/ |
| mmsmnt.c | 57 char *library; member in struct:mnt_sess 403 "match[and (streq(LIBRARY.'LibraryName' '%s') " 405 tid, old->library, old->cartridge); 450 if (in->library) { 451 free(in->library); 504 new->library = strdup(in->library); 566 /* match on devname if available, else look for cartridge/library */ 573 if ((strcmp(ent->library, in->library) == 0) & [all...] |
| /onnv/onnv-gate/usr/src/lib/libsasl/lib/ |
| dlopen.c | 152 return "Generic shared library error"; 167 void *library; member in struct:lib_list 178 int _sasl_locate_entry(void *library, const char *entryname, 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 */ 395 void *library; local 653 void *library; local [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/lm/libcommon/ |
| lm_lcom.c | 40 /* names are for the drives in the library, it only knows a geometry */ 933 /* the library, some libraries have optional */ 939 "the library - %s", acs_cap->cap_name); 1002 "library", vol_id->external_label); 2541 mms_par_node_t *library; local [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/ |
| mms_mgmt.h | 72 #define O_MMSLIB "library" 213 /* Library and Drive functions */ 362 char library[1024]; member in struct:__anon8
|
| /onnv/onnv-gate/usr/src/lib/hbaapi/common/ |
| HBAAPILIB-sun.c | 50 * 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 = lib_infop [all...] |
| HBAAPILIB.c | 3 * HBAAPILIB.c - Implements a sample common (wrapper) HBA API library 17 * The Original Code is SNIA HBA API Wrapper 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...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/ |
| typeset.c | 707 * This allows external routines to load from the same library */ 714 * add library to loaded list 720 int sh_addlib(void* library) 735 else if (liblist[n] == library) 740 else if ((initfn = (Iptr_t)dlllook(library, "lib_init"))) 757 liblist[nlib++] = library; 762 int sh_addlib(void* library) 781 void *library=0; local 828 if(!(library = dllplug(SH_ID,arg,NIL(char*),RTLD_LAZY,NIL(char*),0))) 830 if(!(library = dllfind(arg,NIL(char*),RTLD_LAZY,NIL(char*),0)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/mms/mm/common/ |
| mm_notify.c | 182 notify_set_evt_obj_library(notify_cmd_t *event, char *library) { 184 library); 216 if (strcmp(obj_name, "LIBRARY") == 0) { 217 /* library event */ 546 where = "where (\"ObjectName\" = 'LIBRARY' or " 833 notify_set_evt_obj_name(event, "LIBRARY"); 849 " FROM \"LIBRARY\" %s", 852 "data base error getting library name"); 858 mms_trace(MMS_DEVP, "Didn't match any library for delete"); 879 notify_set_evt_obj_name(event, "LIBRARY"); 2309 char *library = event_cmd->evt_obj_library; local [all...] |
| mm_mmp_sql.c | 268 /* Get Library Name */ 273 /* Missing a Library Name */ 274 mms_trace(MMS_ERR, "Missing a library Name"); 277 /* Have a library Name */ 323 mms_trace(MMS_ERR, "Missing a library name"); 327 /* Have the library name */ 359 /* Check Priv, library ownership */ 361 /* Check if library exists */ 362 /* Determine if the library is broken or not */ 365 "from \"LIBRARY\" where 2209 char *library; local [all...] |
| /onnv/onnv-gate/usr/src/lib/krb5/kdb/ |
| kdb5.c | 173 /* we got the module section. Get the library name from the module */ 292 /* ERROR. library not initialized cleanly */ 293 snprintf(buf, sizeof(buf), gettext("%s library initialization failed, error code %ld\n"), 319 native compiler has trouble building the library because of 405 /* ERROR. library not initialized cleanly */ 497 /* close the library */ 528 char *library = NULL; local 539 library = kdb_get_library_name(kcontext); 540 if (library == NULL) { 545 status = kdb_find_library(kcontext, library, &lib) [all...] |
| /onnv/onnv-gate/usr/src/lib/libdtrace/common/ |
| dt_cc.c | 870 * Library actions need a DIFO that serves as an argument. As 1781 char *library = dld->dtld_library; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
| psvcplugin.c | 112 static char library[PATH_MAX]; variable 553 static int32_t load_policy(const char *library, const char *policy, 558 hp = dlopen(library, RTLD_NODELETE | RTLD_NOW | RTLD_GLOBAL); 650 found = sscanf(buf, "%s %s %s", name, library, tp->routine); 656 status = load_policy(library, tp->routine, &tp->funcp); [all...] |
| /onnv/onnv-gate/usr/src/lib/smhba/common/ |
| SMHBAAPILIB.c | 4 * HBAAPILIB.c - Implements a sample common (wrapper) HBA API library 18 * The Original Code is SNIA HBA API Wrapper 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 informatio 298 HBA_LIBRARY_INFO *library; member in struct:hba_adapter_info [all...] |