Searched defs:activation (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_enm.c56 "specifies the ENM activation mode - valid values are:\n"
61 "specifies the activation condition. Conditions are of the form:\n"
75 "specifies SMF FMRI of service to be enabled on ENM activation",
80 "activation",
96 nwam_enm_activation_to_flag(nwam_activation_mode_t activation) argument
98 switch (activation) {
130 * The initial activation mode is set, and the FMRI property is set,
206 uint64_t activation, actflag, walkfilter; local
216 * activation value - if the activation valu
412 uint64_t activation; local
554 uint64_t activation; local
[all...]
H A Dlibnwam_loc.c65 "specifies the location activation mode - valid values are:\n"
70 "specifies the activation condition. Conditions are of the form:\n"
185 nwam_loc_activation_to_flag(nwam_activation_mode_t activation) argument
187 switch (activation) {
312 uint64_t activation, actflag, walkfilter; local
334 * activation.
341 if (nwam_value_get_uint64(activationval, &activation) != NWAM_SUCCESS) {
347 actflag = nwam_loc_activation_to_flag(activation);
617 * location's activation as a condition, e.g. loc2 cannot specify
731 * Validates that the activation
741 uint64_t activation; local
1016 uint64_t activation; local
1212 uint64_t activation; local
[all...]
H A Dlibnwam_ncp.c59 * of both. Interface NCUs inherit activation from their underlying links,
119 "specifies the NCU activation mode - valid values are:\n"
1660 /* activation-mode is manual */
2509 * Determine if the NCU has manual activation-mode or not.
2516 uint64_t activation; local
2523 err = nwam_value_get_uint64(actval, &activation);
2528 if (activation == NWAM_ACTIVATION_MODE_MANUAL)
2576 /* Link NCUs with manual activation-mode or IP NCUs can be enabled */
2627 /* Link NCUs with manual activation-mode or IP NCUs can be disabled */

Completed in 29 milliseconds