Searched defs:module (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java36 * A DTrace probe description consists of provider, module, function,
63 * Instance with empty provider, module, function, and name fields
72 * Enumerates the provider, module, function, and name fields of a
78 /** Probe module */
91 new String[] {"ID", "provider", "module",
106 private final String module; field in class:ProbeDescription
114 * in the format <i>{@code provider:module:function:name}</i> or
119 * <i>{@code provider:module:function:name}</i> or else (if no colon
139 module = "";
144 module
[all...]
/osnet-11/usr/src/lib/librcm/
H A Dlibrcm_impl.h132 struct module *module; member in struct:rcm_handle
141 * module utility routines
/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c110 kstat_record_hash(char *name, char *module, int instance, char **tmp_name, argument
125 if (!module || instance < 0)
130 len = strlen(module)+EXTRA_CHARS;
136 snprintf(tmp, len, "%s_%d", module, instance);
142 val += string_path_hash(module);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/niu/common/
H A Dniu.c67 * Turn on module debugging output
124 nvlist_t *module; local
131 if ((module = topo_mod_modfmri(mod, FM_MOD_SCHEME_VERSION, dnm))
135 if (topo_prop_set_fmri(tn, tpgrp, tpnm, TOPO_PROP_IMMUTABLE, module,
137 nvlist_free(module);
140 nvlist_free(module);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c69 /* On i386 FreeBSD uses "elf module" approarch for 32-bit variant
70 and "elf obj module" for 64-bit variant. However it may differ on other
81 grub_addr_t curload, module; local
90 curload = module = ALIGN_PAGE (*kern_end);
109 module, chunk_size);
150 argc - 1, argv + 1, module,
151 curload - module);
174 grub_addr_t curload, module; local
183 curload = module = ALIGN_PAGE (*kern_end);
207 module, chunk_siz
[all...]
H A Dmultiboot_mbi.c45 struct module struct
47 struct module *next;
54 static struct module *modules, *modules_last;
443 struct module *cur;
625 struct module *cur, *next;
686 struct module *newmod;
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot.c268 void *module = NULL; local
276 return grub_error (GRUB_ERR_BAD_ARGUMENT, "no module specified");
286 return grub_error (GRUB_ERR_BAD_ARGUMENT, "no module specified");
339 module = get_virtual_current_address (ch);
345 if ((read_size = grub_file_read (file, module, size)) != size &&
348 grub_dprintf("multiboot", "module read failed: %d\n", grub_errno);
369 while ((more = grub_file_read(file, module, size)) == size &&
388 "The module was not fully read because the buffer that was \n"
391 "`auto' before the module command",
417 0, N_("Load a multiboot 2 module
[all...]
H A Dmultiboot_mbi2.c57 struct module struct
59 struct module *next;
66 static struct module *modules, *modules_last;
760 struct module *cur;
953 struct module *cur, *next;
1009 struct module *newmod;
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h98 /* The module structure. */
99 typedef struct module struct
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dboot.c772 load_module (char *module, char *arg) argument
779 if (!grub_open (module))
789 printf (" [Multiboot-module @ 0x%x, 0x%x bytes]\n", cur_addr, len);
/osnet-11/usr/src/lib/libdll/common/
H A Ddlfcn.c120 /* xcoff module header */
163 /* find the loaded module whose data area contains the
166 * data area of the module defining the procedure
168 static struct ld_info* getinfo(void* module) argument
173 if (!ld_info || module != last_module)
175 last_module = module;
182 if ((char*)(info->ldinfo_dataorg) <= (char*)module &&
183 (char*)module <= ((char*)(info->ldinfo_dataorg)
327 NSModule module; member in struct:Dll_s
393 dll->module
[all...]
/osnet-11/usr/src/grub/grub2/
H A Dgentpl.py153 # module = {
165 # module = {
200 # module = {
219 # module = {
247 # module = {
355 def module(platform): function
356 r = set_canonical_name_suffix(".module")
358 r += gvar_add("noinst_PROGRAMS", "[+ name +].module")
359 r += gvar_add("MODULE_FILES", "[+ name +].module$(EXEEXT)")
546 return rules("module", modul
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauthdata.c77 fprintf(stderr, "warning: module \"%s\" does not advertise "
89 fprintf(stderr, "warning: skipping module \"%s\" which "
134 fprintf(stderr, "init module \"%s\", ad_type %d, flags %08x\n",
163 struct _krb5_authdata_context_module *module = &context->modules[i]; local
166 if ((module->flags & flags) == 0)
170 if (!IS_PRIMARY_INSTANCE(module))
173 if (module->ftable->size == NULL)
176 assert(module->ftable->externalize != NULL);
178 size = sizeof(krb5_int32) /* namelen */ + strlen(module->name);
180 code = (*module
220 struct _krb5_authdata_context_module *module = &context->modules[i]; local
284 struct _krb5_authdata_context_module *module = &context->modules[i]; local
329 struct _krb5_authdata_context_module *module; local
462 struct _krb5_authdata_context_module *module = &context->modules[i]; local
556 struct _krb5_authdata_context_module *module = &context->modules[i]; local
627 struct _krb5_authdata_context_module *module = &context->modules[i]; local
732 struct _krb5_authdata_context_module *module = &context->modules[i]; local
792 struct _krb5_authdata_context_module *module = &context->modules[i]; local
829 struct _krb5_authdata_context_module *module = &context->modules[i]; local
865 struct _krb5_authdata_context_module *module = &context->modules[i]; local
942 struct _krb5_authdata_context_module *module; local
973 struct _krb5_authdata_context_module *module; local
1005 struct _krb5_authdata_context_module *module = &dst->modules[i]; local
1103 struct _krb5_authdata_context_module *module = &src->modules[i]; local
[all...]
H A Dpreauth2.c99 * credentials should never hit this routine), breaking up the module's
101 * easily, and copying over the relevant parts of the module's table. */
123 /* pull out the module function tables for all of the modules */
172 fprintf (stderr, "init err, skipping module \"%s\"\n",
202 * Only the first module within each plugin will ever
203 * have request_context filled in. Every module within
218 fprintf (stderr, "init module \"%s\", pa_type %d, flag %d\n",
234 * start processing any data from the server, at which point every module
521 /* Tweak the request body, for now adding any enctypes which the module claims
534 /* Add the module
575 struct _krb5_preauth_context_module *module; local
1840 struct _krb5_preauth_context_module *module; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c42 field from the module specification against NULL and instead
165 gcry_module_t module; member in struct:gcry_cipher_handle
167 /* The algorithm id. This is a hack required because the module
172 limitations of the module system (we don't want to change the
371 /* Register a new cipher module whose specification can be found in
373 and a pointer representhing this module is stored in MODULE. */ argument
378 gcry_module_t *module)
383 /* We do not support module loading in fips mode. */
396 *module = mod;
406 gcry_cipher_unregister (gcry_module_t module)
404 gcry_cipher_unregister(gcry_module_t module) argument
421 gcry_module_t module; local
674 gcry_module_t module = NULL; local
1902 gcry_module_t module = NULL; local
[all...]
H A Dmd.c34 field from the module specification against NULL and instead
111 gcry_module_t module; member in struct:gcry_md_list
252 /* Register a new digest module whose specification can be found in
254 and a pointer representhing this module is stored in MODULE. */
259 gcry_module_t *module)
264 /* We do not support module loading in fips mode. */
277 *module = mod;
287 gcry_md_unregister (gcry_module_t module) argument
290 _gcry_module_release (module);
298 gcry_module_t module; local
256 _gcry_md_register(gcry_md_spec_t *digest, md_extra_spec_t *extraspec, unsigned int *algorithm_id, gcry_module_t *module) argument
546 gcry_module_t module; local
1345 gcry_module_t module = NULL; local
[all...]
H A Dac.c84 gcry_module_t module; /* Reference to the algorithm
85 module. */
1390 gcry_module_t module;
1394 module = NULL;
1407 /* Acquire reference to the pubkey module. */
1408 err = _gcry_pk_module_lookup (algorithm, &module);
1424 handle_new->module = module;
1431 _gcry_pk_module_release (module);
1441 /* Release reference to pubkey module
83 gcry_module_t module; /* Reference to the algorithm member in struct:gcry_ac_handle
1385 gcry_module_t module; local
[all...]
H A Dpubkey.c45 field from the module specification against NULL and instead
254 /* Register a new pubkey module whose specification can be found in
256 and a pointer representhing this module is stored in MODULE. */
261 gcry_module_t *module)
266 /* We do not support module loading in fips mode. */
279 *module = mod;
289 gcry_pk_unregister (gcry_module_t module) argument
292 _gcry_module_release (module);
366 gcry_module_t module; local
371 module
258 _gcry_pk_register(gcry_pk_spec_t *pubkey, pk_extra_spec_t *extraspec, unsigned int *algorithm_id, gcry_module_t *module) argument
412 gcry_module_t module; local
612 gcry_module_t module; local
662 gcry_module_t module; local
709 gcry_module_t module; local
753 gcry_module_t module; local
981 gcry_module_t module; local
1067 gcry_module_t module; local
1166 gcry_module_t module = NULL; local
1596 gcry_module_t module = NULL; local
1833 gcry_module_t module = NULL; local
2014 gcry_module_t module = NULL; local
2069 gcry_module_t module = NULL; local
2331 gcry_module_t module = NULL; local
2371 gcry_module_t module = NULL; local
2605 _gcry_pk_module_lookup(int algorithm, gcry_module_t *module) argument
2625 _gcry_pk_module_release(gcry_module_t module) argument
2656 gcry_module_t module = NULL; local
[all...]
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c51 unsigned int _pageshift; /* used by the zfs MDB module */
86 kstat_create(char *module, int instance, char *name, char *class, argument
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c573 dladm_kstat_lookup(kstat_ctl_t *kcp, const char *module, int instance, argument
580 const char *ksmodule = module;
588 * Callers can pass the linkname in either the module
597 } else if (instance <= 0 && module != NULL &&
598 strchr(module, '/') != NULL) {
599 (void) dlparse_zonelinkname(module, kstat_module, &zid);
704 char module[DLPI_LINKNAME_MAX]; local
724 if (!dlparse_drvppa(dpap.dp_dev, module, sizeof (module), &instance))
736 if ((ksp = kstat_lookup(kcp, module, instanc
2364 char module[DLPI_LINKNAME_MAX]; local
2698 char module[DLPI_LINKNAME_MAX]; local
[all...]
H A Dlinkprop.c3766 * Add the specified module to the dlautopush structure; returns a
3770 i_dladm_add_ap_module(const char *module, struct dlautopush *dlap) argument
3772 if ((strlen(module) == 0) || (strlen(module) > FMNAMESZ))
3775 if (strncasecmp(module, AP_ANCHOR, strlen(AP_ANCHOR)) == 0) {
3778 * be after at least one module.
3791 (void) strlcpy(dlap->dap_aplist[dlap->dap_npush++], module,
3808 char *module; local
3827 module = strtok(val, delimiters);
3828 while (module !
[all...]
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1271 HMODULE module;
1273 /* No need to do anything with the module handle */
1275 module = GetModuleHandle("HBAAPI");
1276 if ( module != NULL ) {
1277 if ( GetModuleFileName(module, attributes->LibPath,
1267 HMODULE module; local
/osnet-11/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c1586 HMODULE module; local
1588 /* No need to do anything with the module handle */
1590 module = GetModuleHandle("HBAAPI");
1591 if (module != NULL) {
1592 if (GetModuleFileName(module, attributes->LibPath,

Completed in 114 milliseconds