/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | HdrChk.py | 74 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 D | CmtBlk.py | 55 lenient=False, verbose=False, output=sys.stderr): 60 in_cmt = False 83 in_cmt = False
|
H A D | Comments.py | 53 return False 55 return False 58 return False 92 blanks = False
|
H A D | Cddl.py | 52 def cddlchk(fh, filename=None, lenient=False, verbose=False, output=sys.stderr):
|
H A D | Keywords.py | 46 def keywords(fh, filename=None, lenient=False, verbose=False,
|
H A D | Comments_test.py | 101 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 D | migrate.c | 50 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 D | portinfo.c | 157 return False; in recordProposed() 354 port->rcvdBpdu = port->rcvdRSTP = port->rcvdSTP = False; in STP_info_enter_state() 355 port->updtInfo = port->proposing = False; /* In DISABLED */ in STP_info_enter_state() 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() 376 port->proposed = port->proposing = False; /* in UPDATE */ in STP_info_enter_state() 394 port->rcvdBpdu = False; in STP_info_enter_state() [all …]
|
H A D | roletrns.c | 81 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() 139 port->sync = port->reRoot = False; /* BLOCKED_PORT */ in STP_roletrns_enter_state() 148 port->proposed = False; in STP_roletrns_enter_state() 155 port->proposed = port->sync = False; /* in ROOT_AGREED */ 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() [all …]
|
H A D | edge.c | 52 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 D | topoch.c | 123 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 D | sttrans.c | 45 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 D | transmit.c | 239 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 D | p2p.c | 45 return False; in computeP2P() 64 port->p2p_recompute = False; in STP_p2p_enter_state() 88 return False; in STP_p2p_check_conditions()
|
H A D | rolesel.c | 59 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 D | statmch.c | 45 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 D | stpm.c | 252 (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 D | zh_TW-euc%zh_TW-iso2022-CN-EXT.c | 61 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 D | Ignore.py | 74 return lambda x: False 83 return lambda x: False 89 return False
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | wsdiff.py | 244 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 788 diff_ctf.genunix1 = diff_ctf.genunix2 = False 1039 first_section = False 1270 keep_processing = False [all …]
|
/illumos-gate/usr/src/test/test-runner/cmd/ |
H A D | run | 178 self.killed = False 399 return False 405 return False 493 return False 499 return False 505 return False 565 ('quiet', False), 764 done = False 858 return False 863 return False [all …]
|
/illumos-gate/usr/src/common/bzip2/ |
H A D | bzlib.c | 207 for (i = 0; i < 256; i++) s->inUse[i] = False; in prepare_new_block() 225 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() 718 if (s->strm->avail_out == 0) return False; in unRLE_obuf_to_output_FAST() 730 if (s->nblock_used == s->save_nblock+1) return False; in unRLE_obuf_to_output_FAST() 858 return False; in unRLE_obuf_to_output_FAST() [all …]
|
/illumos-gate/usr/src/test/libproc-tests/runfiles/ |
H A D | default.run | 18 verbose = False 19 quiet = False
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | holds.py | 63 printing = False 64 gotone = False
|
/illumos-gate/usr/src/test/smbclient-tests/runfiles/ |
H A D | just-nsmbrc.run | 18 verbose = False 19 quiet = False
|