Searched refs:False (Results 1 - 25 of 72) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/tools/onbld/Checks/
H A D__init__.py55 return False
57 return False
H A DCddl.py49 def cddlchk(fh, filename=None, lenient=False, verbose=False, output=sys.stderr):
H A DKeywords.py46 def keywords(fh, filename=None, lenient=False, verbose=False,
H A DHdrChk.py73 def __init__(self, fh, filename=None, lenient=False):
77 self.has_copyright = False
78 self.eof = False
155 def hdrchk(fh, filename=None, lenient=False, output=sys.stderr):
156 found_ident = False
235 in_cplusplus = False
236 found_endguard = False
237 found_cplusplus = False
238 found_code = False
294 in_cplusplus = False
[all...]
H A DCmtBlk.py54 lenient=False, verbose=False, output=sys.stderr):
59 in_cmt = False
82 in_cmt = False
H A DProcessCheck.py57 stderr=subprocess.STDOUT, close_fds=False)
H A DMapfile.py45 def mapfilechk(fh, filename=None, verbose=False, output=sys.stderr):
H A DCopyright.py64 check_license = False
73 check_license = False
H A DRti.py112 return False
150 return False
/opensolaris-onvv-gate/usr/src/lib/librstp/common/
H A Dmigrate.c50 port->mcheck = False;
54 port->mcheck = port->initPm = False;
58 port->rcvdRSTP = port->rcvdSTP = False;
62 port->sendRSTP = False;
63 port->initPm = False;
66 port->rcvdRSTP = port->rcvdSTP = False;
117 return False;
H A Dedge.c52 port->wasInitBpdu = False;
54 port->portEnabled = False;
59 port->operEdge = False;
79 return False;
114 return False;
H A Dp2p.c45 return False;
64 port->p2p_recompute = False;
88 return False;
H A Dsttrans.c45 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, False);
61 return STP_OUT_set_forwarding (port->port_index, port->owner->vlan_id, False);
81 port->learning = False;
82 port->forwarding = False;
139 return False;
H A Dstatmch.c45 this->changeState = False;
47 this->debug = False;
86 this->changeState = False;
H A Dportinfo.c157 return False;
354 port->rcvdBpdu = port->rcvdRSTP = port->rcvdSTP = False;
355 port->updtInfo = port->proposing = False; /* In DISABLED */
356 port->agreed = port->proposed = False;
360 port->selected = False;
369 port->selected = False;
374 port->updtInfo = False;
375 port->agreed = port->synced = False; /* In UPDATE */
376 port->proposed = port->proposing = False; /* in UPDATE */
394 port->rcvdBpdu = False;
[all...]
H A Droletrns.c81 return False;
96 return False;
119 port->synced = False; /* in INIT */
133 port->forward = False;
139 port->sync = port->reRoot = False; /* BLOCKED_PORT */
148 port->proposed = False;
155 port->proposed = port->sync = False; /* in ROOT_AGREED */
179 port->reRoot = False; /* In REROOTED */
214 port->sync = False; /* DESIGNATED_SYNCED */
221 port->reRoot = False; /* DESIGNATED_RETIRE
[all...]
H A Dtopoch.c123 port->tcAck = False;
128 port->rcvdTcAck = port->tc = port->tcProp = False;
140 port->tc = False;
143 port->rcvdTcn = port->rcvdTc = False;
159 port->tcProp = False;
168 port->rcvdTcAck = False;
225 return False;
H A Dtransmit.c239 build_config_bpdu (port, False);
298 port->newInfo = False;
311 port->newInfo = False;
314 port->tcAck = False;
317 port->newInfo = False;
322 port->newInfo = False;
325 port->tcAck = False;
367 return False;
H A Drolesel.c59 return False;
142 port->reselect = False;
286 port->updtInfo = False;
307 return False;
371 return False;
397 port->selected = False;
H A Dstp_in.h50 # define False 0 macro
118 #define DEF_ADMIN_NON_STP False
/opensolaris-onvv-gate/usr/src/lib/pyzfs/common/
H A Dholds.py62 printing = False
63 gotone = False
/opensolaris-onvv-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.h61 enum boolean { True, False }; enumerator in enum:boolean
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/
H A Dimpl.h54 #ifndef False
55 #define False 0 macro
H A Drequest.c261 static int my_ip_address_initialized = False;
277 if(my_ip_address_initialized == False)
351 * otherwise it returns True or False accordind to the
357 static int my_ip_address_initialized = False;
371 if(my_ip_address_initialized == False)
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dhgsetup.sh198 filemerge.premerge=False
202 meld.premerge=False
206 gpyfm.premerge=False

Completed in 132 milliseconds

123