Home
last modified time | relevance | path

Searched refs:get_last_entry (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bart/
H A Drules.c42 static struct rule *get_last_entry(boolean_t);
949 get_last_entry(boolean_t reset) in get_last_entry() function
1015 root = get_last_entry(B_TRUE); in check_rules()
1021 root = get_last_entry(B_FALSE); in check_rules()
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c550 get_last_entry(ses_log_monitor_t *slmp, char *key, char **expdata) in get_last_entry() function
801 if ((err = get_last_entry(slmp, expander->slt_key, &expdata)) != 0) { in get_log()