Home
last modified time | relevance | path

Searched refs:False (Results 1 – 25 of 89) sorted by relevance

1234

/illumos-gate/usr/src/tools/onbld/Checks/
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
H A DCmtBlk.py55 lenient=False, verbose=False, output=sys.stderr):
60 in_cmt = False
83 in_cmt = False
H A DComments.py53 return False
55 return False
58 return False
92 blanks = False
H A DCddl.py52 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 DComments_test.py101 def expect_pass(self, input, *, check_db=False):
111 def expect_fail(self, input, output, *, check_db=False):
123 Comments.comchk(['\n'], False, out)
/illumos-gate/usr/src/lib/librstp/common/
H A Dmigrate.c50 port->mcheck = False; in STP_migrate_enter_state()
54 port->mcheck = port->initPm = False; in STP_migrate_enter_state()
58 port->rcvdRSTP = port->rcvdSTP = False; in STP_migrate_enter_state()
62 port->sendRSTP = False; in STP_migrate_enter_state()
63 port->initPm = False; in STP_migrate_enter_state()
66 port->rcvdRSTP = port->rcvdSTP = False; in STP_migrate_enter_state()
117 return False; in STP_migrate_check_conditions()
H A Dportinfo.c157 return False; in recordProposed()
356 port->agreed = port->proposed = False; in STP_info_enter_state()
360 port->selected = False; in STP_info_enter_state()
369 port->selected = False; in STP_info_enter_state()
374 port->updtInfo = False; in STP_info_enter_state()
375 port->agreed = port->synced = False; /* In UPDATE */ in STP_info_enter_state()
394 port->rcvdBpdu = False; in STP_info_enter_state()
404 port->proposing = False; /* in SUPERIOR */ in STP_info_enter_state()
408 port->selected = False; in STP_info_enter_state()
433 port->proposing = False; /* In AGREEMENT */ in STP_info_enter_state()
[all …]
H A Droletrns.c81 return False; in compute_all_synced()
96 return False; in compute_re_rooted()
119 port->synced = False; /* in INIT */ in STP_roletrns_enter_state()
133 port->forward = False; in STP_roletrns_enter_state()
148 port->proposed = False; in STP_roletrns_enter_state()
179 port->reRoot = False; /* In REROOTED */ in STP_roletrns_enter_state()
214 port->sync = False; /* DESIGNATED_SYNCED */ in STP_roletrns_enter_state()
221 port->reRoot = False; /* DESIGNATED_RETIRED */ in STP_roletrns_enter_state()
235 port->learn = port->forward = False; in STP_roletrns_enter_state()
294 return False; in STP_roletrns_check_conditions()
[all …]
H A Dedge.c52 port->wasInitBpdu = False; in STP_edge_enter_state()
54 port->portEnabled = False; in STP_edge_enter_state()
59 port->operEdge = False; in STP_edge_enter_state()
79 return False; in STP_edge_check_conditions()
114 return False; in STP_edge_check_conditions()
H A Dtopoch.c123 port->tcAck = False; in STP_topoch_enter_state()
128 port->rcvdTcAck = port->tc = port->tcProp = False; in STP_topoch_enter_state()
140 port->tc = False; in STP_topoch_enter_state()
143 port->rcvdTcn = port->rcvdTc = False; in STP_topoch_enter_state()
159 port->tcProp = False; in STP_topoch_enter_state()
168 port->rcvdTcAck = False; in STP_topoch_enter_state()
225 return False; in STP_topoch_check_conditions()
H A Dsttrans.c45 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, False); in disableLearning()
61 return STP_OUT_set_forwarding (port->port_index, port->owner->vlan_id, False); in disableForwarding()
81 port->learning = False; in STP_sttrans_enter_state()
82 port->forwarding = False; in STP_sttrans_enter_state()
139 return False; in STP_sttrans_check_conditions()
H A Dtransmit.c239 build_config_bpdu (port, False); in txRstp()
298 port->newInfo = False; in STP_transmit_enter_state()
311 port->newInfo = False; in STP_transmit_enter_state()
314 port->tcAck = False; in STP_transmit_enter_state()
317 port->newInfo = False; in STP_transmit_enter_state()
322 port->newInfo = False; in STP_transmit_enter_state()
325 port->tcAck = False; in STP_transmit_enter_state()
367 return False; in STP_transmit_check_conditions()
H A Dp2p.c45 return False; in computeP2P()
64 port->p2p_recompute = False; in STP_p2p_enter_state()
88 return False; in STP_p2p_check_conditions()
H A Drolesel.c59 return False; in _is_backup_port()
142 port->reselect = False; in clearReselectBridge()
286 port->updtInfo = False; in updtRolesBridge()
307 return False; in setSelectedBridge()
371 return False; in STP_rolesel_check_conditions()
397 port->selected = False; in STP_rolesel_update_stpm()
H A Dstatmch.c45 this->changeState = False; in STP_state_mach_create()
47 this->debug = False; in STP_state_mach_create()
86 this->changeState = False; in STP_change_state()
H A Dstpm.c252 (void) _stp_stpm_iterate_machines (this, _stp_stpm_init_machine, False); in STP_stpm_start()
270 need_state_change = False; in STP_stpm_update()
283 False); in STP_stpm_update()
324 port->selected = False; in STP_stpm_update_after_bridge_management()
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-euc%zh_TW-iso2022-CN-EXT.c61 enum _truefalse { False, True }; enumerator
83 st->SOset = False; in _icv_open()
84 st->SS2set = False; in _icv_open()
161 st->SOset = False; in _icv_iconv()
162 st->SS2set = False; in _icv_iconv()
195 st->SOset = False; in _icv_iconv()
196 st->SS2set = False; in _icv_iconv()
248 if (st->SOset == False) { in _icv_iconv()
262 if (st->SS2set == False) { in _icv_iconv()
/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/tools/scripts/
H A Dwsdiff.py244 binaries = False
391 localTools = False
643 base_present = False
647 ptch_present = False
654 ptch_present = False
657 base_present = False
659 ptch_present = False
1039 first_section = False
1270 keep_processing = False
1417 logging = False
[all …]
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun178 self.killed = False
399 return False
405 return False
493 return False
499 return False
505 return False
764 done = False
858 return False
863 return False
880 return False
[all …]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dholds.py63 printing = False
64 gotone = False
/illumos-gate/usr/src/test/smbclient-tests/runfiles/
H A Djust-nsmbrc.run18 verbose = False
19 quiet = False
H A Djust-sharectl.run18 verbose = False
19 quiet = False
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c225 return False; else in isempty_RL()
430 Bool progress_in = False; in copy_input_until_stop()
475 Bool progress_out = False; in copy_output_until_stop()
502 Bool progress_in = False; in handle_compress()
503 Bool progress_out = False; in handle_compress()
530 BZ2_compressBlock ( s, False ); in handle_compress()
858 return False; in unRLE_obuf_to_output_FAST()
1095 return False; in myfeof()
1126 bzf->initialisedOk = False; in BZ_API()
1300 bzf->initialisedOk = False; in BZ_API()
[all …]

1234