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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Denm.c121 uint64_t activation; local
128 "activation mode value");
131 if (nwam_value_get_uint64(activationval, &activation) != NWAM_SUCCESS) {
133 "activation mode value");
136 ret = activation;
H A Dloc.c130 uint64_t activation; local
136 "activation mode value");
139 err = nwam_value_get_uint64(activationval, &activation);
143 "activation mode value");
147 return ((int64_t)activation);
164 * their conditions for activation.
253 uint64_t rating, activation; local
263 activation = (uint64_t)lactivation;
264 switch (activation) {
308 satisfied = nwamd_check_conditions(activation, condition
[all...]
/illumos-gate/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 * Create new object list for ENM. The initial activation mode is set,
193 uint64_t activation, actflag, walkfilter; local
198 * activation value - if the activation valu
384 uint64_t activation; local
528 uint64_t activation; local
[all...]
H A Dlibnwam_loc.c62 "specifies the location activation mode - valid values are:\n"
67 "specifies the activation condition. Conditions are of the form:\n"
171 nwam_loc_activation_to_flag(nwam_activation_mode_t activation) argument
173 switch (activation) {
304 uint64_t activation, actflag, walkfilter; local
318 * activation.
324 if (nwam_value_get_uint64(activationval, &activation) != NWAM_SUCCESS) {
329 actflag = nwam_loc_activation_to_flag(activation);
447 uint64_t activation; local
451 * destroyable by netadm only. These have system activation
581 uint64_t activation; local
834 uint64_t activation; local
1023 uint64_t activation; local
[all...]
H A Dlibnwam_ncp.c55 * of both. Interface NCUs inherit activation from their underlying links,
92 "specifies the NCU activation mode - valid values are:\n"
1221 * Determine if the NCU has manual activation-mode or not.
1228 uint64_t activation; local
1235 err = nwam_value_get_uint64(actval, &activation);
1240 if (activation == NWAM_ACTIVATION_MODE_MANUAL)
1301 /* Link NCUs with manual activation-mode or IP NCUs can be enabled */
1358 /* Link NCUs with manual activation-mode or IP NCUs can be disabled */

Completed in 539 milliseconds