Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c159 NWAM_NCU_PROP_ACTIVATION_MODE,
218 { PT_ACTIVATION_MODE, NWAM_NCU_PROP_ACTIVATION_MODE },
2201 { NWAM_NCU_PROP_PRIORITY_GROUP, NWAM_NCU_PROP_ACTIVATION_MODE,
2203 { NWAM_NCU_PROP_PRIORITY_MODE, NWAM_NCU_PROP_ACTIVATION_MODE,
3915 if (strcmp(prop, NWAM_NCU_PROP_ACTIVATION_MODE) == 0) { in print_all_prop_choices()
3918 propval_to_str(NWAM_NCU_PROP_ACTIVATION_MODE, in print_all_prop_choices()
3922 propval_to_str(NWAM_NCU_PROP_ACTIVATION_MODE, in print_all_prop_choices()
3926 propval_to_str(NWAM_NCU_PROP_ACTIVATION_MODE, in print_all_prop_choices()
3928 propval_to_str(NWAM_NCU_PROP_ACTIVATION_MODE, in print_all_prop_choices()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dllp.c346 prop = NWAM_NCU_PROP_ACTIVATION_MODE; in upgrade_llp_config()
H A Dncu.c668 NWAM_NCU_PROP_ACTIVATION_MODE)) != NWAM_SUCCESS) { in populate_link_ncu_properties()
671 NWAM_NCU_PROP_ACTIVATION_MODE, nwam_strerror(err)); in populate_link_ncu_properties()
1262 NWAM_NCU_PROP_ACTIVATION_MODE)) != NWAM_SUCCESS) { in add_phys_ncu_to_ncp()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c93 {NWAM_NCU_PROP_ACTIVATION_MODE, NWAM_VALUE_TYPE_UINT64, B_FALSE, 1, 1,
868 NWAM_NCU_PROP_ACTIVATION_MODE, actval); in nwam_ncu_create()
1244 if ((err = nwam_ncu_get_prop_value(ncuh, NWAM_NCU_PROP_ACTIVATION_MODE, in nwam_ncu_is_manual()
H A Dlibnwam.h433 #define NWAM_NCU_PROP_ACTIVATION_MODE "activation-mode" macro
H A Dlibnwam_values.c731 { NWAM_NCU_PROP_ACTIVATION_MODE, prop_activation_mode_value_entries },