Searched refs:description (Results 1 - 8 of 8) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_4/
H A Dme4LoadGroup.c356 send_trap(u_char * hostname, u_char * modulename, oid * trapoid, int size, u_char * status, u_char * description) argument
505 (u_char *) description,
509 strlen((char *) description));
543 u_char description[] = "Load Average over last 1 minute crossed the threshold \0"; local
563 send_trap(hostName, moduleName, trapoid, size, status, description);
571 send_trap(hostName, moduleName, trapoid, size, status, description);
591 u_char description[] = "Load Average over last 5 minute crossed the threshold \0"; local
608 send_trap(hostName, moduleName, trapoid, size, status, description);
616 send_trap(hostName, moduleName, trapoid, size, status, description);
636 u_char description[] local
[all...]
/solaris-userland/components/openstack/cinder/files/zfssa/
H A Dcinder.akwf20 description: 'Setup environment for OpenStack Cinder Driver',
57 run('set description="OpenStack Cinder Driver"');
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c2322 * the trap); status - status of the node; description - description of the
2328 send_trap(u_char * hostname, u_char * modulename, u_char * moduleContext, oid * trapoid, int size, u_char * status, u_char * description, u_char * dvalue, int dtype) argument
2506 (u_char *) description,
2510 strlen((char *) description));
2597 u_char description[] = "Available Swap space on the system is low"; local
2631 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, description, dvalue, dtype);
2644 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, description, dvalue, dtype);
2653 send_trap(hostName, moduleName, statusOIDContext, trapoid, size, status, description, dvalue, dtype);
2677 u_char description[] local
2779 u_char description[] = "Bad Network or Server is slow. May need to increase timeout \\0 "; local
2880 u_char description[] = "CPU overloaded \\0"; local
2975 u_char description[] = "RAM shortage \\0"; local
3075 u_char description[] = "Kernel Memory allocation errors \\0"; local
3186 u_char description[] = "Poor DNLC Hit rate \\0"; local
3266 u_char description[] = "Disk Loaded \\0"; local
[all...]
/solaris-userland/components/proftpd/
H A Dmod_solaris_audit.c385 cmd_rec *cmd, const char* description, int event_type, char **arg2) {
398 description, "bad argument");
408 description, cmd->arg, how);
416 description, cmd->arg, "API error, notes is NULL");
423 description, cmd->arg, how, strerror(errno));
430 description, cmd->arg, how);
459 const char* description, int exit_status, int __unused,
471 pr_log_pri(PR_LOG_ERR, "Auditing of %s failed: %s", description, how);
477 pr_log_pri(PR_LOG_ERR, "Auditing of %s failed: %s", description, how);
484 pr_log_pri(PR_LOG_ERR, "Auditing of %s failed: %s", description, ms
384 __solaris_audit_pre_arg2( cmd_rec *cmd, const char* description, int event_type, char **arg2) argument
458 __solaris_audit_post(cmd_rec *cmd, const char* description, int exit_status, int __unused, const char* (*fill_event)(cmd_rec *cmd, adt_event_data_t *event)) argument
[all...]
/solaris-userland/components/pam_pkcs11/
H A Dpam_pkcs11.conf25 description = "Solaris PKCS#11 Cryptographic Framework library";
35 # The slot is specified by the slot description, for example,
/solaris-userland/components/ruby/puppet-solaris/files/
H A Dupdate_smf.py107 <description> <loctext xml:lang='C'>
109 </loctext> </description>
117 desc = etree.SubElement(prop_pattern, "description")
168 # Not a match. Last line was still part of the description
262 opt_list = OptionParser(description=desc, usage=usage)
/solaris-userland/tools/python/pkglint/
H A Duserland.py45 self.description = _(
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py257 def create(self, context, size, name, description, snapshot=None,
267 :param description: display_description of the new volume
300 kwargs['display_description'] = description
303 kwargs['description'] = description
4756 The description of the root device.

Completed in 54 milliseconds