Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2825 uint_t prop_num; in listprop() local
2907 &prop_num); in listprop()
2911 ret = nwam_loc_get_default_proplist(&props, &prop_num); in listprop()
2914 ret = nwam_enm_get_default_proplist(&props, &prop_num); in listprop()
2917 ret = nwam_known_wlan_get_default_proplist(&props, &prop_num); in listprop()
2928 for (i = 0; i < prop_num; i++) { in listprop()
3943 uint_t prop_num; in walkprop_func() local
4000 &prop_num); in walkprop_func()
4004 ret = nwam_loc_get_default_proplist(&props, &prop_num); in walkprop_func()
4007 ret = nwam_enm_get_default_proplist(&props, &prop_num); in walkprop_func()
[all …]
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.c1778 export_prop(FILE *of, int prop_num, char *prop_id) in export_prop() argument
1786 pt_to_str(prop_num), quote_str); in export_prop()