Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dmapfile-vers60 nwam_value_get_type;
H A Dlibnwam_values.c350 nwam_value_get_type(nwam_value_t value, nwam_value_type_t *typep) in nwam_value_get_type() function
595 if ((err = nwam_value_get_type(value, &type)) != NWAM_SUCCESS) in nwam_set_prop_value()
H A Dlibnwam.h180 extern nwam_error_t nwam_value_get_type(nwam_value_t, nwam_value_type_t *);
H A Dlibnwam_object.c635 (err = nwam_value_get_type(value, &type)) != NWAM_SUCCESS) { in nwam_validate_prop_internal()
H A Dlibnwam_files.c637 if (nwam_value_get_type(val, &type) != NWAM_SUCCESS) in nwam_object_to_line()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2370 if (nwam_value_get_type(prop_val, &prop_type) != NWAM_SUCCESS) in show_prop_test()
2760 if (nwam_value_get_type(value, &value_type) != NWAM_SUCCESS) { in output_prop_val()
/illumos-gate/usr/src/lib/libnwam/
H A DREADME205 nwam_error_t nwam_value_get_type(nwam_value_t, nwam_value_type_t *);