Lines Matching defs:entry

76  * other data which is held by FMD and retrieved whenever an entry point
279 * instance number on the FMRI for a given hc-list entry. It is also
280 * used to pull the value of an hc-list entry. In all cases, the function
281 * returns the value of the hc-list entry found, NULL if no value was found.
471 * Determines the error class type based on the severity of the entry.
473 * severity: A severity level from a log entry.
498 * Allocates and adds an entry for a given expander to the expander list.
542 * entry is created with default values.
546 * expdata: A pointer to a pointer for the last log entry data for this
557 * entry will be returned if no matching entry is found.
668 * Checks the severity of the log entry against the configured boundary,
672 * entry: The log entry
675 * format_time: The formatted time to append to this entry.
679 handle_log_entry(ses_log_monitor_t *slmp, nvpair_t *entry,
691 if ((rval = nvpair_value_nvlist(entry, &entry_data)) != 0) {
692 fmd_hdl_debug(slmp->slt_hdl, "Unable to retrieve entry");
739 "Unable to pull severity from the entry.");
744 * Append the log entry to the log file.
756 "Unable to pull log from the entry.");
800 /* Retrieve the last entry for this expander for the lib call */
803 fmd_hdl_debug(slmp->slt_hdl, "Error collecting expander entry");
830 * the last log entry returned from the library. Otherwise log it
844 "Could not retrieve expander to store last entry: %d", err);
872 nvpair_t *entry = NULL;
897 /* Format the time to prepend to the log entry */
903 * For each entry returned, generate an ereport if the severity
908 while ((entry = nvlist_next_nvpair(result, entry)) != NULL) {
910 pairName = nvpair_name(entry);
912 * Process each entry in the result data returned from
918 err = handle_log_entry(slmp, entry, expander,
942 * If a log entry should generate an ereport, call slt_post_ereport