| /illumos-gate/usr/src/tools/onbld/Checks/ |
| H A D | Cddl.py | 49 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 | 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 [all...] |
| H A D | CmtBlk.py | 54 lenient=False, verbose=False, output=sys.stderr): 59 in_cmt = False 82 in_cmt = False
|
| H A D | ProcessCheck.py | 57 stderr=subprocess.STDOUT, close_fds=False)
|
| H A D | Mapfile.py | 45 def mapfilechk(fh, filename=None, verbose=False, output=sys.stderr):
|
| /illumos-gate/usr/src/lib/librstp/common/ |
| H A D | migrate.c | 50 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 D | edge.c | 52 port->wasInitBpdu = False; 54 port->portEnabled = False; 59 port->operEdge = False; 79 return False; 114 return False;
|
| H A D | p2p.c | 45 return False; 64 port->p2p_recompute = False; 88 return False;
|
| H A D | sttrans.c | 45 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 D | statmch.c | 45 this->changeState = False; 47 this->debug = False; 86 this->changeState = False;
|
| H A D | portinfo.c | 157 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 D | roletrns.c | 81 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 D | topoch.c | 123 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 D | transmit.c | 239 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 D | rolesel.c | 59 return False; 142 port->reselect = False; 286 port->updtInfo = False; 307 return False; 371 return False; 397 port->selected = False;
|
| H A D | stp_in.h | 50 # define False 0 macro 118 #define DEF_ADMIN_NON_STP False
|
| H A D | stpm.c | 252 (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 D | Ignore.py | 74 return lambda x: False 83 return lambda x: False 89 return False
|
| /illumos-gate/usr/src/lib/pyzfs/common/ |
| H A D | holds.py | 62 printing = False 63 gotone = False
|
| /illumos-gate/usr/src/tools/scripts/ |
| H A D | hgsetup.sh | 170 filemerge.premerge=False 174 meld.premerge=False 178 gpyfm.premerge=False
|
| H A D | hdrchk.py | 54 lenient = False
|
| H A D | wsdiff.py | 223 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 D | md_monitord.h | 61 enum boolean { True, False }; enumerator in enum:boolean
|
| H A D | md_monitord.c | 96 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 */
|