Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h149 static char *se_attr_type_to_str(int se_attr_type);
H A Dsysevent_conf_mod.c1007 se_attr_type_to_str(int se_attr_type) in se_attr_type_to_str() argument
1009 if (se_attr_type >= 0 && in se_attr_type_to_str()
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()