Searched defs:module (Results 26 - 50 of 79) sorted by relevance

1234

/illumos-gate/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...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h109 * Struct for client loadable module
111 typedef struct module { struct
112 struct module *next;
118 char *name; /* module name */
121 rcm_queue_t client_q; /* list of module's clients */
129 rcm_queue_t queue; /* per module queue */
131 module_t *module; /* per-client module */ member in struct:client
206 extern librcm_ops_t rcm_ops; /* ops for module callback */
H A Drcm_script_impl.h87 * kept in module structure.
98 module_t *module; member in struct:script_info
H A Drcm_subr.c38 static mutex_t mod_lock; /* protects module list */
91 * This is determined at runtime when filesys module register
114 * call unregister() entry point to allow module to unregister for
118 module_detach(module_t *module) argument
120 struct rcm_mod_ops *ops = module->modops;
122 rcm_log_message(RCM_TRACE2, "module_detach(name=%s)\n", module->name);
124 ops->rcmop_unregister(module->rcmhandle);
129 * call register() entry point to allow module to register for resources
132 module_attach(module_t *module) argument
134 struct rcm_mod_ops *ops = module
145 module_init(module_t *module) argument
159 module_info(module_t *module) argument
170 module_fini(module_t *module) argument
184 module_unload(module_t *module) argument
220 module_t *module; local
331 module_t *module; local
374 cli_module_rele(module_t *module) argument
1566 module_t *module; local
1808 rcm_handle_alloc(module_t *module) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c53 static char modpath[128]; /* path to module */
348 gldv3_warning(char *module) argument
357 link = strrchr(module, '/');
508 (void) printf("name is non-existent for this module\n"
601 len = get_value("module to query ? ", modpath,
/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c342 const char *module = "kvm"; local
346 if (strcmp(ksp->ks_module, module) != 0)
/illumos-gate/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_impl.h74 unsigned char module: 8; /* module code (see below) */ member in struct:__anon4532
86 unsigned char module: 8; /* module code (see below) */ member in struct:__anon4533
258 enum {SPCS_M_Solaris, /* Solaris module */
259 SPCS_M_SPCS, /* SPCS "module" (for codes that apply across */
271 #define SPCS_M_MAX SPCS_M_NVM /* Highest defined module code */
277 /* the module name spellings */
296 #define SPCS_S_MAXPRE 32 /* max module prefix length */
297 #define SPCS_S_MAXMODNAME 16 /* max module nam
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dneti_impl.c609 net_kstat_create(netid_t netid, char *module, int instance, char *name, argument
617 return (kstat_create_netstack(module, instance, name, class, type,
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h47 struct module *mp;
55 struct module { struct
165 extern uintptr_t kobj_lookup(struct module *, const char *);
166 extern Sym *kobj_lookup_all(struct module *, char *, int);
173 extern char *kobj_searchsym(struct module *, uintptr_t, ulong_t *);
189 extern void kobj_set_ctf(struct module *, caddr_t data, size_t size);
202 extern void kobj_textwin_alloc(struct module *);
203 extern void kobj_textwin_free(struct module *);
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c150 * module we need to special case it.
206 cmn_err(CE_WARN, "Failed to load iscsi module");
330 * so that when we start the ball rolling in 'getrootdev', every module
372 * filesystem module - it gets _init-ed in rootconf()
489 * a diskless helper module, rpcmod, and the tli interface. Load
492 * Because we glomb all versions of nfs into a single module
503 * Preload (load-only, no init) the dacf module. We cannot
504 * init the module because one of its requisite modules is
635 * nfs module will map the type back to either "nfs", "nfs3", or "nfs4".
777 char *module; local
[all...]
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c583 old_addsvc(char *svc, char *addr, char *cmd, char *com, char *module, argument
618 sprintf(mesgbuf, "'%s::c:%s:%s'", addr, module ? module : "" , cmd);
620 sprintf(mesgbuf, "'::c:%s:%s'", module ? module : "" , cmd);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.c543 /* If CPU Mem module exists, create a node for it */
546 err = ptree_create_node("cpu-mem-module",
586 err = ptree_create_node("cpu-module", "location",
615 do_dimms_init(picl_nodehdl_t rooth, int slot, int module) argument
634 (module * DIMMS_PER_MOD) + i) + CPU0_DIMM0;
646 /* If the memory module exists, create a node for it */
649 err = ptree_create_node("dimm-module", "fru",
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.c637 /* If CPU Mem module exists, create a node for it */
640 err = ptree_create_node("cpu-mem-module",
680 err = ptree_create_node("cpu-module", "location",
709 do_dimms_init(picl_nodehdl_t rooth, int slot, int module) argument
728 (module * DIMMS_PER_MOD) + i) + CPU0_DIMM0;
740 /* If the memory module exists, create a node for it */
743 err = ptree_create_node("dimm-module", "fru",
1006 /* If they are different, then add a CPU Mem module */
1044 /* If they are different, then remove a CPU Mem module */
1286 /* Find the node for the given CPU Memory module slo
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c41 * This file provides the builtin sys module. It is similar to the
52 * module definition statically.
60 * in our module interface into the actual strings for elfedit to
64 * This module uses Msg codes for its i18n handle type.
80 * allowed by a command in this module.
157 * Helper for cmd_help(). Displays synopsis information for one module.
320 * one as either a module or a command:
321 * 1) An item without a colon can be a module,
322 * or a command from the sys: module.
324 * a module, an
1028 static elfedit_module_t module = { local
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c44 * This module uses shared code for several of the commands.
59 * We supply this function for the msg module. Only one copy is needed.
74 * in our module interface into the actual strings for elfedit to
78 * This module uses Msg codes for its i18n handle type.
94 * argument allowed by a command in this module.
235 * Standard argument processing for string table module
657 * Common body for the str: module commands.
1144 static elfedit_module_t module = { local
1150 return (&module);
H A Dsyminfo.c38 * This module uses shared code for several of the commands.
53 * We supply this function for the msg module. Only one copy is needed.
68 * in our module interface into the actual strings for elfedit to
72 * This module uses Msg codes for its i18n handle type.
88 * argument allowed by a command in this module.
138 * Standard argument processing for syminfo module
557 * Common body for the syminfo: module commands. These commands
877 static elfedit_module_t module = { local
883 return (&module);
H A Dcap.c45 * This module uses shared code for several of the commands.
50 /* Dump command, used as module default to display dynamic section */
69 * We supply this function for the msg module
82 * in our module interface into the actual strings for elfedit to
86 * This module uses Msg codes for its i18n handle type.
102 * argument allowed by a command in this module.
284 * Standard argument processing for cap module
754 * Common body for the cap: module commands. These commands
1478 static elfedit_module_t module = { local
1484 return (&module);
[all...]
H A Dphdr.c41 * This module uses shared code for several of the commands.
46 /* Dump command, used as module default to display dynamic section */
82 * We supply this function for the msg module
95 * in our module interface into the actual strings for elfedit to
99 * This module uses Msg codes for its i18n handle type.
115 * argument allowed by a command in this module.
144 * Standard argument processing for phdr module
651 * Common body for the phdr: module commands. These commands
1394 static elfedit_module_t module = { local
1400 return (&module);
[all...]
H A Dshdr.c41 * This module uses shared code for several of the commands.
64 * We supply this function for the msg module. Only one copy is needed.
79 * in our module interface into the actual strings for elfedit to
83 * This module uses Msg codes for its i18n handle type.
99 * argument allowed by a command in this module.
132 * Standard argument processing for shdr module
344 * Common body for the shdr: module commands. These commands
1284 static elfedit_module_t module = { local
1290 return (&module);
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c214 * it on a per-module basis and if verbose mode is on too,
218 if (mi != profsym[i].module) {
220 mi = profsym[i].module;
239 (void) printf("%d:", (profsym[i].module)->id);
397 profsym[ndx].module = mi;
411 assign_pcsamples(mod_info_t *module, Address *pcsmpl, argument
419 /* Locate the first pc-hit for this module */
420 if ((pcptr = locate(pcsmpl, n_samples, module->load_base)) == NULL)
421 return; /* no pc-hits in this module */
423 /* Assign all pc-hits in this module t
[all...]
/illumos-gate/usr/src/uts/common/avs/ncall/
H A Dncall.c122 ncall_module_t *module; member in struct:ncall_modinfo_s
279 new->module = mp;
305 if ((*mpp)->module == mod) {
329 rc = (*mod->module->ncall_stop)();
426 (*ncall_modules->module->ncall_register_svc)(svc_id, func);
434 (*ncall_modules->module->ncall_unregister_svc)(svc_id);
442 return ((ncall_modules->module->ncall_nodeid)(nodename));
452 return ((*ncall_modules->module->ncall_nodename)(nodeid));
462 return ((*ncall_modules->module->ncall_mirror)(nodeid));
472 return ((*ncall_modules->module
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c500 * use to construct an appropriate "module$" line that can be used to specify
604 * Parse a hypervisor's "module$" line into parameters that can be used to
614 * If multiple pathnames exist on the module$ line, we just want
771 char *module = NULL; local
856 module = strdupa(lp->arg);
878 * If findroot, module or kern_path are NULL, the boot entry is
887 if (module == NULL) {
888 bam_error(_("module$ in default boot entry (%d) missing or "
899 /* assemble new kernel and module arguments from parsed values */
979 BAM_DPRINTF(("%s: converted module cm
1029 char *module = NULL; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c74 * credentials should never hit this routine), breaking up the module's
76 * easily, and copying over the relevant parts of the module's table. */
101 /* pull out the module function tables for all of the modules */
151 fprintf (stderr, "init err, skipping module \"%s\"\n",
181 * Only the first module within each plugin will ever
182 * have request_context filled in. Every module within
197 fprintf (stderr, "init module \"%s\", pa_type %d, flag %d\n",
213 * start processing any data from the server, at which point every module
469 /* Tweak the request body, for now adding any enctypes which the module claims
482 /* Add the module
523 struct _krb5_preauth_context_module *module; local
1416 struct _krb5_preauth_context_module *module; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c564 mdb_warn("stacks: module \"%s\" is unknown\n", name);
596 stacks_module_t module, excl_module; local
625 bzero(&module, sizeof (module));
676 if (module_str != NULL && stacks_module_find(module_str, &module) != 0)
799 if (module.sm_size != 0 && !stacks_has_module(sep, &module))
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c45 fmd_stat_t module; member in struct:stats
70 { "module", FMD_TYPE_STRING },
248 * common queue statistics for the given module and store the results in 'mp'.
280 * looking at the module queue or the transport queue.
412 mp->m_new->module.fmds_value.str);
423 "wait", "svc_t", "%w", "%b", "module");
432 const char *module = arg; local
454 if (module == NULL ||
455 strcmp(module, mp->m_new->module
468 stat_xprt_auth(const char *module) argument
[all...]

Completed in 125 milliseconds

1234