Searched refs:conditions (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DMakefile31 OBJS= conditions.o dlpi_events.o door_if.o enm.o\
36 HEADERS= conditions.h events.h known_wlans.h llp.h ncp.h ncu.h\
H A Dloc.c43 #include "conditions.h"
164 * their conditions for activation.
255 char **conditions; local
302 &conditions, &nelem) != NWAM_SUCCESS) {
308 satisfied = nwamd_check_conditions(activation, conditions,
313 conditions, nelem);
368 * check the activation-mode and conditions. If not, enable the NoNet
H A Denm.c42 #include "conditions.h"
50 * manually or in response to network conditions.
365 * Activate the ENM, either in response to an enable event or conditions
618 char **conditions; local
688 &conditions, &nelem) != NWAM_SUCCESS) {
695 conditions, nelem);
697 nlog(LOG_DEBUG, "nwamd_enm_check: conditions for enm %s "
H A Dconditions.c39 #include "conditions.h"
45 * conditions.c - contains routines which check state to see if activation
46 * conditions for NWAM objects are satisfied and rates activation conditions to
49 * If the activation-mode is CONDITIONAL_ANY or CONDITIONAL_ALL, the conditions
54 * one of the conditions is true; if the activation-mode is CONDITIONAL_ALL,
55 * the condition is satisfied only if all of the conditions are true.
62 /* NCP, NCU, ENM and location conditions */
72 /* IP address conditions */
76 /* domainname conditions */
747 nwamd_rate_conditions(nwam_activation_mode_t activation_mode, char **conditions, uint_t num_conditions) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusbcore.mk13 # modification, are permitted provided that the following conditions
16 # notice, this list of conditions and the following disclaimer.
18 # notice, this list of conditions and the following disclaimer in the
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S6 # modification, are permitted provided that the following conditions
9 # notice, this list of conditions and the following disclaimer.
11 # notice, this list of conditions and the following disclaimer in the
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s7 # modification, are permitted provided that the following conditions
10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c47 * available conditions (an IP address is present, an ENM is active etc).
513 char **conditions; local
518 if (nwam_value_get_string_array(value, &conditions, &numvalues)
525 if (nwam_condition_string_to_condition(conditions[i],
835 char **conditions, *name; local
880 * Are conditions self-referential? In other words, do any
881 * of the activation conditions refer to this location?
883 if (nwam_value_get_string_array(conditionval, &conditions,
897 if (nwam_condition_string_to_condition(conditions[i],
H A Dlibnwam_enm.c46 * available conditions (an IP address is present, a location is active etc).
387 char **conditions, *name; local
441 * Are conditions self-referential? In other words, do any
442 * of the activation conditions refer to this ENM?
444 if (nwam_value_get_string_array(conditionval, &conditions,
458 if (nwam_condition_string_to_condition(conditions[i],
H A Dlibnwam_util.c424 return ("conditions for activation are unmet");
550 char **conditions; local
555 if (nwam_value_get_string_array(value, &conditions, &numvalues)
562 if (nwam_condition_string_to_condition(conditions[i],
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l167 <TSTATE>conditions { return CONDITIONS; }
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man35 This is free software; see the source for copying conditions. There is NO
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s40 / entry conditions: %eax each byte is set to desired byte.
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dumultiply.s89 ! and clear N and V conditions
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.s196 ! certain conditions an ITLB locked index 0 TTE will erroneously be
326 ! for the DTLB. Erratum 34 states that under certain conditions,
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s3127 ! In Cheetah+ erratum 34, under certain conditions an ITLB locked
3202 ! In Cheetah+ erratum 34, under certain conditions a DTLB locked
H A Dspitfire_copy.s2443 ! Why are we doing this AGAIN? There are certain conditions in
3677 ! Why are we doing this AGAIN? There are certain conditions in
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s4628 ! Why are we doing this AGAIN? There are certain conditions in
6802 ! Why are we doing this AGAIN? There are certain conditions in

Completed in 142 milliseconds