Lines Matching defs:activation
56 "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)
98 switch (activation) {
130 * Create new object list for ENM. The initial activation mode is set,
193 uint64_t activation, actflag, walkfilter;
198 * activation value - if the activation value is not recognized,
206 if (nwam_value_get_uint64(actval, &activation) != NWAM_SUCCESS) {
211 actflag = nwam_enm_activation_to_flag(activation);
261 * If the activation-mode is not manual, allow the enabled
384 uint64_t activation;
396 * an fmri or a start string; and if activation type is conditional,
424 if (nwam_value_get_uint64(activationval, &activation)
432 if (activation == NWAM_ACTIVATION_MODE_CONDITIONAL_ANY ||
433 activation == NWAM_ACTIVATION_MODE_CONDITIONAL_ALL) {
442 * of the activation conditions refer to this ENM?
483 if (activation == NWAM_ACTIVATION_MODE_MANUAL) {
521 * Determine if the ENM has manual activation-mode or not.
528 uint64_t activation;
535 err = nwam_value_get_uint64(actval, &activation);
540 if (activation == NWAM_ACTIVATION_MODE_MANUAL)
590 /* Only enms with manual activation-mode can be enabled */
622 /* Only enms with manual activation-mode can be disabled */