Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c1953 pt_to_prop_name(nwam_object_type_t object_type, int pt_type) in pt_to_prop_name() argument
1959 if (pt_type == prop_table[i].pte_type) in pt_to_prop_name()
2015 str_to_nwam_value(nwam_object_type_t object_type, char *input_str, int pt_type, in str_to_nwam_value() argument
2060 pt_to_prop_name(object_type, pt_type)); in str_to_nwam_value()
2100 pt_to_prop_name(object_type, pt_type), in str_to_nwam_value()
2558 int pt_type = cmd->cmd_prop_type; in set_func() local
2573 if ((prop = pt_to_prop_name(object_type, pt_type)) == NULL) { in set_func()
2575 scope_to_str(current_scope), pt_to_str(pt_type)); in set_func()
2592 prop_value = str_to_nwam_value(object_type, cmd->cmd_argv[0], pt_type, in set_func()
4114 int pt_type = prop_to_pt(object_type, props[i]); in walkprop_func() local
[all …]