Searched defs:description (Results 1 - 3 of 3) 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/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/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...]

Completed in 33 milliseconds