/illumos-gate/usr/src/lib/librstp/common/ |
H A D | portinfo.c | 133 STP_VECT_br_id_print("rcvBpdu: OtherMsg: msgPrio", &port->msgPrio.design_bridge, True); in rcvBpdu() 134 STP_VECT_br_id_print("rcvBpdu: portPrio", &port->portPrio.design_bridge, True); in rcvBpdu() 155 return True; in recordProposed() 171 port->rcvdTcn = True; in setTcFlags() 181 port->rcvdTc = True; in setTcFlags() 191 port->rcvdTcAck = True; in setTcFlags() 202 port->rcvdSTP = True; in updtBPDUVersion() 206 port->rcvdSTP = True; in updtBPDUVersion() 212 port->rcvdRSTP = True; in updtBPDUVersion() 292 port->rcvdBpdu = True; in STP_info_rx_bpdu() [all …]
|
H A D | roletrns.c | 59 port->sync = True; /* in ROOT_PROPOSED (setSyncBridge) */ in setSyncBridge() 69 port->reRoot = True; /* In setReRootBridge */ in setReRootBridge() 85 return True; in compute_all_synced() 99 return True; in compute_re_rooted() 117 port->reselect = True; in STP_roletrns_enter_state() 120 port->sync = True; /* in INIT */ in STP_roletrns_enter_state() 121 port->reRoot = True; /* in INIT_PORT */ in STP_roletrns_enter_state() 137 port->synced = True; /* In BLOCKED_PORT */ in STP_roletrns_enter_state() 156 port->synced = True; /* In ROOT_AGREED */ in STP_roletrns_enter_state() 157 port->newInfo = True; in STP_roletrns_enter_state() [all …]
|
H A D | rolesel.c | 51 &port->portPrio.design_bridge, True); in _is_backup_port() 53 &this->BrId, True); in _is_backup_port() 57 return True; in _is_backup_port() 226 &port->designPrio.design_bridge, True); in updtRolesBridge() 249 port->forward = port->learn = True; in updtRolesBridge() 259 port->updtInfo = True; in updtRolesBridge() 267 port->updtInfo = True; in updtRolesBridge() 277 port->updtInfo = True; in updtRolesBridge() 312 port->selected = True; in setSelectedBridge() 315 return True; in setSelectedBridge() [all …]
|
H A D | sttrans.c | 53 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, True); in enableLearning() 69 return STP_OUT_set_forwarding (port->port_index, port->owner->vlan_id, True); in enableForwarding() 91 port->learning = True; in STP_sttrans_enter_state() 100 port->forwarding = True; in STP_sttrans_enter_state()
|
H A D | statmch.c | 72 this->changeState = True; in STP_check_condition() 120 this->changeState = True; in STP_hop_2_state() 121 return True; in STP_hop_2_state()
|
H A D | stp_in.c | 88 created_here = True; in _stp_in_stpm_enable() 226 port->reselect = True; in _stp_in_enable_port_on_stpm() 524 port->reselect = True; in STP_IN_changed_port_speed() 548 port->p2p_recompute = True; in STP_IN_changed_port_duplex() 549 port->reselect = True; in STP_IN_changed_port_duplex() 654 port->tc = True; /* IEEE 802.1y, 17.30 */ in STP_IN_rx_bpdu() 660 _stp_in_enable_port_on_stpm (this, port->port_index, True); in STP_IN_rx_bpdu() 670 port->wasInitBpdu = True; in STP_IN_rx_bpdu() 796 enabled_here = True; in STP_IN_stpm_set_cfg() 828 port->mcheck = True; in STP_IN_port_set_cfg() [all …]
|
H A D | p2p.c | 43 return True; in computeP2P() 60 port->p2p_recompute = True; in STP_p2p_enter_state()
|
H A D | topoch.c | 60 if (port->operEdge) return True; in flush() 81 tmp->tcProp = True; in setTcPropBridge() 145 port->tcAck = True; in STP_topoch_enter_state()
|
/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | HdrChk.py | 100 self.eof = True 125 self.has_copyright = True 129 self.has_copyright = True 243 found_code = True 275 in_cplusplus = True 276 found_cplusplus = True 302 found_endguard = True
|
H A D | Comments.py | 57 return True 60 def comchk(comments, check_db=True, output=sys.stderr, bugs=None): 111 blanks = True
|
H A D | Comments_test.py | 187 self.expect_pass('10 this is a bug\n', check_db=True) 196 check_db=True) 202 check_db=True)
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 205 select = lambda x: True 281 result = Comments.comchk(commit, check_db=True, 311 ret |= CStyle.cstyle(fh, output=output, picky=True, 312 check_posix_types=True, 313 check_continuation=True) 323 ret |= HdrChk.hdrchk(fh, lenient=True, output=output) 335 ret |= JStyle.jstyle(fh, output=output, picky=True) 364 ret |= ManLint.manlint(fh, output=output, picky=True) 404 return True 408 return True [all …]
|
H A D | wsdiff.py | 100 keep_processing = True 249 binaries = True 409 debugon = True 414 logging = True 416 o_sorted = True 422 vdiffs = True 424 reportAllSects = True 426 localTools = True 624 ptch_present = True 625 base_present = True [all …]
|
H A D | cddlchk.py | 74 return True 78 return True 126 'lenient': True, 141 options['verbose'] = True
|
H A D | mapfilechk.py | 74 return True 78 return True 136 options['verbose'] = True
|
H A D | validate_pkg.py | 199 return True 319 self.editable = True 333 self.isdir = True 391 self.isdir = True 451 nodifferences = True 553 fileinfo.isdir = True 830 listonly = True 843 verbose = True
|
/illumos-gate/usr/src/test/net-tests/tests/ipv6/ |
H A D | dup_bind.py | 99 self.thread = Thread(target=self.server_thread, name=self.name, daemon=True) 122 while True: 130 while True: 134 t = Thread(target=self.conn_thread, name='connection', daemon=True, args=[conn]) 160 while True: 211 parser.add_argument('--proto', choices=test_map.keys(), required=True) 212 parser.add_argument('--family', choices=family_map.keys(), required=True) 213 parser.add_argument('--port', type=int, required=True)
|
/illumos-gate/usr/src/common/bzip2/ |
H A D | bzlib.c | 226 return True; in isempty_RL() 362 s->inUse[s->state_in_ch] = True; in add_pair_to_block() 377 s->inUse[s->state_in_len-4] = True; in add_pair_to_block() 407 zs->inUse[zs->state_in_ch] = True; \ 435 while (True) { in copy_input_until_stop() 440 progress_in = True; in copy_input_until_stop() 451 while (True) { in copy_input_until_stop() 458 progress_in = True; in copy_input_until_stop() 477 while (True) { in copy_output_until_stop() 485 progress_out = True; in copy_output_until_stop() [all …]
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | userspace.py | 46 "groupused@": ("used", True), 47 "groupquota@": ("quota", True), 54 return True 57 return True 60 return True 208 options.noname = True
|
H A D | holds.py | 67 gotone = True 72 printing = True
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/sphinx/ |
H A D | ir.py | 28 final_argument_whitespace = True 31 has_content = True 72 'parallel_read_safe': True,
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | OBSOLETE | 37 True, if 42 True, if 47 True, if 52 True, if 57 True, if 62 True, if
|
/illumos-gate/usr/src/test/smbsrv-tests/cmd/ |
H A D | run_smbtorture.py | 47 universal_newlines=True) 95 subprocess.run(cmd, universal_newlines=True, stdout=wfd, 134 return True 274 print(test.name, end=': ', flush=True) 277 print(res, flush=True)
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | run.c | 76 Cell *True = &truecell; variable 160 return (True); in execute() 204 return (True); in program() 229 return (True); in program() 608 return (True); in awkdelete() 659 return (True); in intest() 699 return (True); in matchop() 717 return (True); in boolop() 721 return (i ? True : False); in boolop() 728 return (i ? True : False); in boolop() [all …]
|
/illumos-gate/usr/src/test/test-runner/cmd/ |
H A D | run | 72 while True: 198 self.killed = True 251 if options.dryrun is True: 267 universal_newlines=True) 407 return True 424 cont = True 530 cont = True 792 if options.dryrun is True: 861 return True 874 return True [all …]
|