Searched defs:nwam_value_type_to_string (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c294 nwam_value_type_to_string(nwam_value_type_t type) function
313 if (strncmp(typestr, nwam_value_type_to_string(NWAM_VALUE_TYPE_BOOLEAN),
316 if (strncmp(typestr, nwam_value_type_to_string(NWAM_VALUE_TYPE_INT64),
319 if (strncmp(typestr, nwam_value_type_to_string(NWAM_VALUE_TYPE_UINT64),
322 if (strncmp(typestr, nwam_value_type_to_string(NWAM_VALUE_TYPE_STRING),

Completed in 60 milliseconds