Searched refs:config_entry (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c135 config_entry_list_t *config_entry; local
152 if ((config_entry = find_warning_info(argp->warning_name)) == NULL) {
172 - config_entry->seconds_to_warn;
186 - config_entry->seconds_to_warn;
266 * load the warn.conf file into the config_entry list.
323 * Make the config_entry item for the config_entry_list, based on
353 config_entry_list_t *config_entry; local
549 config_entry = (config_entry_list_t *)
551 if (config_entry == NULL)
553 (void) memset(config_entry,
593 config_entry_list_t *config_entry; local
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c69 typedef struct config_entry { struct
72 struct config_entry *ce_next;

Completed in 65 milliseconds