Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2863 uint_t prop_num; in listprop() local
2945 &prop_num); in listprop()
2949 ret = nwam_loc_get_default_proplist(&props, &prop_num); in listprop()
2952 ret = nwam_enm_get_default_proplist(&props, &prop_num); in listprop()
2955 ret = nwam_known_wlan_get_default_proplist(&props, &prop_num); in listprop()
2966 for (i = 0; i < prop_num; i++) { in listprop()
3984 uint_t prop_num; in walkprop_func() local
4041 &prop_num); in walkprop_func()
4045 ret = nwam_loc_get_default_proplist(&props, &prop_num); in walkprop_func()
4048 ret = nwam_enm_get_default_proplist(&props, &prop_num); in walkprop_func()
[all …]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c1824 export_prop(FILE *of, int prop_num, char *prop_id) in export_prop() argument
1835 pt_to_str(prop_num), prop_id); in export_prop()