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

123

/illumos-gate/usr/src/tools/onbld/Checks/
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.py74 def __init__(self, fh, filename=None, lenient=False):
78 self.has_copyright = False
79 self.eof = False
156 def hdrchk(fh, filename=None, lenient=False, output=sys.stderr):
157 found_ident = False
236 in_cplusplus = False
237 found_endguard = False
238 found_cplusplus = False
239 found_code = False
295 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):
/illumos-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
H A Dstpm.c252 (void) _stp_stpm_iterate_machines (this, _stp_stpm_init_machine, False);
270 need_state_change = False;
283 False);
324 port->selected = False;
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py74 return lambda x: False
83 return lambda x: False
89 return False
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dholds.py62 printing = False
63 gotone = False
/illumos-gate/usr/src/tools/scripts/
H A Dhgsetup.sh170 filemerge.premerge=False
174 meld.premerge=False
178 gpyfm.premerge=False
H A Dhdrchk.py54 lenient = False
H A Dwsdiff.py223 binaries = False
353 localTools = False
606 base_present = False
610 ptch_present = False
617 ptch_present = False
620 base_present = False
622 ptch_present = False
928 first_section = False
1085 needToSnip = False
1198 keep_processing = False
[all...]
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.h61 enum boolean { True, False }; enumerator in enum:boolean
H A Dmd_monitord.c96 boolean_e startup = False;
301 if (startup == False &&
343 probe_started = False;
378 boolean_e verbose = False;
523 startup = False; /* since we have gone through once */

Completed in 311 milliseconds

123