Searched refs:nwam_value_get_boolean (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | mapfile-vers | 52 nwam_value_get_boolean;
|
H A D | libnwam_enm.c | 559 err = nwam_value_get_boolean(enabledval, enabledp); in nwam_enm_is_enabled()
|
H A D | libnwam.h | 166 extern nwam_error_t nwam_value_get_boolean(nwam_value_t, boolean_t *);
|
H A D | libnwam_values.c | 249 nwam_value_get_boolean(nwam_value_t value, boolean_t *valuep) in nwam_value_get_boolean() function
|
H A D | libnwam_loc.c | 1054 err = nwam_value_get_boolean(enabledval, enabledp); in nwam_loc_is_enabled()
|
H A D | libnwam_ncp.c | 1259 err = nwam_value_get_boolean(enabledval, enabledp); in nwam_ncu_is_enabled()
|
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | loc.c | 115 if (nwam_value_get_boolean(enabledval, &enabled) in loc_is_enabled()
|
H A D | enm.c | 110 if (nwam_value_get_boolean(enabledval, &enabled) != NWAM_SUCCESS) { in enm_is_enabled()
|
H A D | ncu.c | 620 if ((err = nwam_value_get_boolean(ncu_prop, &enablevalue)) != in populate_common_ncu_properties()
|
/titanic_50/usr/src/lib/libnwam/ |
H A D | README | 194 nwam_error_t nwam_value_get_boolean(nwam_value_t, boolean_t *);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 2367 if (nwam_value_get_boolean(prop_val, &bval) != in show_prop_test()
|