Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c984 static char *nv_attr_type_strings[] = { variable
1010 se_attr_type < sizeof (nv_attr_type_strings) / sizeof (char *)) { in se_attr_type_to_str()
1011 return (nv_attr_type_strings[se_attr_type]); in se_attr_type_to_str()
1013 return (nv_attr_type_strings[DATA_TYPE_UNKNOWN]); in se_attr_type_to_str()