HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 1 - 25 of 51) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_self.c 40 fmd_stat_t module; member in struct:__anon448
43 { "module", FMD_TYPE_UINT64, "error events received from fmd modules" },
93 * If we get an error report from another fmd module, then create a
94 * case for the module and add the ereport to it. The error is either
97 * when the module has failed, at which point we can solve the case.
110 self_stats.module.fmds_value.ui64++;
114 return; /* module is still active, so keep case open */
195 * fall outside of what we want in the module API. Manually disable
196 * checkpointing for this module by tweaking the mod_stats values.
  /onnv/onnv-gate/usr/src/uts/common/sys/
hotkey_drv.h 95 const char *module; member in struct:vendor_hotkey_drv
kobj.h 47 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 *);
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/niu/
niu.c 68 * Turn on module debugging output
125 nvlist_t *module; local
132 if ((module = topo_mod_modfmri(mod, FM_MOD_SCHEME_VERSION, dnm))
136 if (topo_prop_set_fmri(tn, tpgrp, tpnm, TOPO_PROP_IMMUTABLE, module,
138 nvlist_free(module);
141 nvlist_free(module);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
dd_misc.c 59 free_enumerated_dd(char **module, int count)
62 free(module[count]);
64 free(module);
73 char **module; local
80 rcode = enumerate_dd(&module, &count);
85 if (strcmp(module[ndx], name) == 0) {
89 free_enumerated_dd(module, count);
438 char **module; local
443 rcode = enumerate_dd(&module, &count);
455 free_enumerated_dd(module, count)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
Message.h 30 MessageFragment(unsigned module, unsigned number, const char *text = 0);
31 unsigned module() const;
54 MessageType(Severity, unsigned module, unsigned number,
68 MessageType0(Severity, unsigned module, unsigned number, const char *text = 0);
73 MessageType1(Severity, unsigned module, unsigned number, const char *text = 0);
78 MessageType2(Severity, unsigned module, unsigned number, const char *text = 0);
83 MessageType3(Severity, unsigned module, unsigned number, const char *text = 0);
88 MessageType4(Severity, unsigned module, unsigned number, const char *text = 0);
93 MessageType5(Severity, unsigned module, unsigned number, const char *text = 0);
98 MessageType6(Severity, unsigned module, unsigned number, const char *text = 0)
204 unsigned MessageFragment::module() const function in class:SP_NAMESPACE::MessageFragment
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/libjkstat/
jkstat.c 190 const char *module = NULL; local
199 if (!(module = (*env)->GetStringUTFChars(env, moduleObj, NULL)))
206 ksp = kstat_lookup(kctl, (char *)module, instance, (char *)name);
214 if (module)
215 (*env)->ReleaseStringUTFChars(env, moduleObj, module);
  /onnv/onnv-gate/usr/src/cmd/sgs/prof/common/
profv.h 100 * Module info.
103 char *path; /* pathname of module */
105 bool active; /* is this module active or not ? */
106 Address load_base; /* base addr where module is loaded */
107 Address load_end; /* end addr of loaded module */
110 struct nl *nl; /* ptr to module's namelist */
112 struct mod_info *next; /* link to next module */
148 bool print_mid; /* print module id ? */
150 mod_info_t *module; /* bookkeeping, not printed */ member in struct:profrec
  /onnv/onnv-gate/usr/src/cmd/syseventd/daemons/syseventd/
syseventd.h 90 * module_t - SLM client module data
92 typedef struct module { struct
93 struct module *next;
  /onnv/onnv-gate/usr/src/grub/grub-0.97/docs/
multiboot.h 98 /* The module structure. */
99 typedef struct module struct
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
ProbeDescription.java 36 * 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 */
79 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 = ""
    [all...]
  /onnv/onnv-gate/usr/src/lib/librcm/
librcm_impl.h 134 struct module *module; member in struct:rcm_handle
143 * module utility routines
  /onnv/onnv-gate/usr/src/uts/common/avs/ncall/
ncall.c 103 * Module linkage.
122 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))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/xge/hal/include/
xge-debug.h 85 * @XGE_COMPONENT_HAL_CONFIG: do debug for xge core config module
86 * @XGE_COMPONENT_HAL_FIFO: do debug for xge core fifo module
87 * @XGE_COMPONENT_HAL_RING: do debug for xge core ring module
88 * @XGE_COMPONENT_HAL_CHANNEL: do debug for xge core channel module
89 * @XGE_COMPONENT_HAL_DEVICE: do debug for xge core device module
90 * @XGE_COMPONENT_HAL_DMQ: do debug for xge core DMQ module
91 * @XGE_COMPONENT_HAL_UMQ: do debug for xge core UMQ module
92 * @XGE_COMPONENT_HAL_SQ: do debug for xge core SQ module
93 * @XGE_COMPONENT_HAL_SRQ: do debug for xge core SRQ module
94 * @XGE_COMPONENT_HAL_CQRQ: do debug for xge core CRQ module
170 u32 module = XGE_COMPONENT_HAL_STATS; local
189 u32 module = XGE_COMPONENT_HAL_INTERRUPT; local
207 u32 module = XGE_COMPONENT_HAL_QUEUE; local
227 u32 module = XGE_COMPONENT_HAL_MM; local
246 u32 module = XGE_COMPONENT_HAL_CONFIG; local
265 u32 module = XGE_COMPONENT_HAL_FIFO; local
283 u32 module = XGE_COMPONENT_HAL_RING; local
301 u32 module = XGE_COMPONENT_HAL_CHANNEL; local
319 u32 module = XGE_COMPONENT_HAL_DEVICE; local
337 u32 module = XGE_COMPONENT_OSDEP; local
356 u32 module = XGE_COMPONENT_LL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libgrubmgmt/common/
libgrub_cmd.c 29 * kernel, kernel$, module, module$, findroot, bootfs
313 module(const grub_line_t *lp, grub_barg_t *barg) function
  /onnv/onnv-gate/usr/src/lib/libdll/common/
dlfcn.c 120 /* 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)
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 = NSLinkModule(image, path, (mode & RTLD_LAZY) ? 0 : NSLINKMODULE_OPTION_BINDNOW)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
rcm_impl.h 109 * 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 */
rcm_script_impl.h 87 * kept in module structure.
98 module_t *module; member in struct:script_info
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/common/
sys.c 41 * 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, and it can also be the defaul
1028 static elfedit_module_t module = { local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/unistat/
spcs_s_impl.h 74 unsigned char module: 8; /* module code (see below) */ member in struct:__anon4616
86 unsigned char module: 8; /* module code (see below) */ member in struct:__anon4617
254 * Module codes. These can be in any order except that Solaris MUST BE
258 enum {SPCS_M_Solaris, /* Solaris module */
259 SPCS_M_SPCS, /* SPCS "module" (for codes that apply across */
261 SPCS_M_DSW, /* InstantImage Module */
262 SPCS_M_SV, /* Storage Volume Module */
263 SPCS_M_RDC, /* Remote Dual Copy Module */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/
syminfo.c 38 * 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);
  /onnv/onnv-gate/usr/src/lib/libdladm/common/
libdlstat.c 545 dladm_kstat_lookup(kstat_ctl_t *kcp, const char *module, int instance,
551 if ((module == NULL || strcmp(ksp->ks_module, module) == 0) &&
649 char module[DLPI_LINKNAME_MAX]; local
669 status = dladm_parselink(dpap.dp_dev, module, &instance);
683 if ((ksp = kstat_lookup(kcp, module, instance, "mac")) == NULL &&
684 (ksp = kstat_lookup(kcp, module, instance, NULL)) == NULL)
  /onnv/onnv-gate/usr/src/uts/common/os/
swapgeneric.c 89 * Module linkage information for the kernel.
152 * module we need to special case it.
208 cmn_err(CE_WARN, "Failed to load iscsi module");
333 * so that when we start the ball rolling in 'getrootdev', every module
376 * filesystem module - it gets _init-ed in rootconf()
494 * a diskless helper module, rpcmod, and the tli interface. Load
497 * Because we glomb all versions of nfs into a single module
508 * Preload (load-only, no init) the dacf module. We cannot
509 * init the module because one of its requisite modules is
641 * nfs module will map the type back to either "nfs", "nfs3", or "nfs4"
783 char *module; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/boot/bootadm/
bootadm_hyper.c 500 * use to construct an appropriate "module$" line that can be used to specify
602 * Parse a hypervisor's "module$" line into parameters that can be used to
612 * If multiple pathnames exist on the module$ line, we just want
768 char *module = NULL; local
852 module = alloca(strlen(lp->arg) + 1);
853 (void) strcpy(module, lp->arg);
871 * If findroot, module or kern_path are NULL, the boot entry is
879 if (module == NULL) {
889 /* assemble new kernel and module arguments from parsed values */
972 module, bootfs)) == BAM_ERROR
1016 char *module = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
preauth2.c 74 * 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-specific enctype list to the request, but only i
523 struct _krb5_preauth_context_module *module; local
1416 struct _krb5_preauth_context_module *module; local
    [all...]

Completed in 7519 milliseconds

1 2 3