Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c158 NWAM_NCU_PROP_ACTIVATION_MODE,
215 { PT_ACTIVATION_MODE, NWAM_NCU_PROP_ACTIVATION_MODE },
2178 { NWAM_NCU_PROP_PRIORITY_GROUP, NWAM_NCU_PROP_ACTIVATION_MODE,
2180 { NWAM_NCU_PROP_PRIORITY_MODE, NWAM_NCU_PROP_ACTIVATION_MODE,
3874 if (strcmp(prop, NWAM_NCU_PROP_ACTIVATION_MODE) == 0) { in print_all_prop_choices()
3877 propval_to_str(NWAM_NCU_PROP_ACTIVATION_MODE, in print_all_prop_choices()
3881 propval_to_str(NWAM_NCU_PROP_ACTIVATION_MODE, in print_all_prop_choices()
3885 propval_to_str(NWAM_NCU_PROP_ACTIVATION_MODE, in print_all_prop_choices()
3887 propval_to_str(NWAM_NCU_PROP_ACTIVATION_MODE, in print_all_prop_choices()
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dllp.c346 prop = NWAM_NCU_PROP_ACTIVATION_MODE; in upgrade_llp_config()
H A Dncu.c655 NWAM_NCU_PROP_ACTIVATION_MODE)) != NWAM_SUCCESS) { in populate_link_ncu_properties()
658 NWAM_NCU_PROP_ACTIVATION_MODE, nwam_strerror(err)); in populate_link_ncu_properties()
1200 NWAM_NCU_PROP_ACTIVATION_MODE)) != NWAM_SUCCESS) { in add_phys_ncu_to_ncp()
/titanic_41/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c90 {NWAM_NCU_PROP_ACTIVATION_MODE, NWAM_VALUE_TYPE_UINT64, B_FALSE, 1, 1,
856 NWAM_NCU_PROP_ACTIVATION_MODE, actval); in nwam_ncu_create()
1232 if ((err = nwam_ncu_get_prop_value(ncuh, NWAM_NCU_PROP_ACTIVATION_MODE, in nwam_ncu_is_manual()
H A Dlibnwam.h432 #define NWAM_NCU_PROP_ACTIVATION_MODE "activation-mode" macro
H A Dlibnwam_values.c735 { NWAM_NCU_PROP_ACTIVATION_MODE, prop_activation_mode_value_entries },