Searched refs:True (Results 1 - 25 of 59) sorted by relevance

123

/illumos-gate/usr/src/lib/librstp/common/
H A Dp2p.c43 return True;
60 port->p2p_recompute = True;
H A Dportinfo.c133 STP_VECT_br_id_print("rcvBpdu: OtherMsg: msgPrio", &port->msgPrio.design_bridge, True);
134 STP_VECT_br_id_print("rcvBpdu: portPrio", &port->portPrio.design_bridge, True);
155 return True;
171 port->rcvdTcn = True;
181 port->rcvdTc = True;
191 port->rcvdTcAck = True;
202 port->rcvdSTP = True;
206 port->rcvdSTP = True;
212 port->rcvdRSTP = True;
292 port->rcvdBpdu = True;
[all...]
H A Droletrns.c59 port->sync = True; /* in ROOT_PROPOSED (setSyncBridge) */
69 port->reRoot = True; /* In setReRootBridge */
85 return True;
99 return True;
117 port->reselect = True;
120 port->sync = True; /* in INIT */
121 port->reRoot = True; /* in INIT_PORT */
137 port->synced = True; /* In BLOCKED_PORT */
156 port->synced = True; /* In ROOT_AGREED */
157 port->newInfo = True;
[all...]
H A Dstatmch.c72 this->changeState = True;
120 this->changeState = True;
121 return True;
H A Dsttrans.c53 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, True);
69 return STP_OUT_set_forwarding (port->port_index, port->owner->vlan_id, True);
91 port->learning = True;
100 port->forwarding = True;
H A Drolesel.c51 &port->portPrio.design_bridge, True);
53 &this->BrId, True);
57 return True;
226 &port->designPrio.design_bridge, True);
249 port->forward = port->learn = True;
259 port->updtInfo = True;
267 port->updtInfo = True;
277 port->updtInfo = True;
312 port->selected = True;
315 return True;
[all...]
H A Dmigrate.c49 port->initPm = True;
55 port->sendRSTP = True;
H A Dstp_in.h51 # define True 1 macro
119 #define DEF_ADMIN_EDGE True
H A Dedge.c57 port->portEnabled = True;
/illumos-gate/usr/src/tools/onbld/Scm/
H A DVersion.py110 return True
122 return True
H A DIgnore.py88 return True
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dholds.py66 gotone = True
71 printing = True
H A Duserspace.py45 "groupused@": ("used", True),
46 "groupquota@": ("quota", True),
50 """Return True if this property (eg "userquota@") should be skipped."""
53 return True
56 return True
59 return True
207 options.noname = True
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dprobedev.c63 if (verbose == True)
71 if (verbose == True)
90 if (verbose == True)
127 if (verbose == True) {
135 if (verbose == True)
142 if (verbose == True)
148 if (issue_ioctl == True) {
210 if (verbose == True)
311 if (verbose == True)
327 if (verbose == True)
[all...]
H A Dmd_monitord.h61 enum boolean { True, False }; enumerator in enum:boolean
H A Dmd_monitord.c34 boolean_e issue_ioctl = True;
98 boolean_e sig_verbose = True;
102 if (probe_started == True) {
287 probe_started = True;
349 if (startup == True)
377 boolean_e startup = True;
434 verbose = True;
437 issue_ioctl = True;
/illumos-gate/usr/src/tools/onbld/Checks/
H A DHdrChk.py100 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 DComments.py48 def comchk(comments, check_db=True, output=sys.stderr):
54 If check_db is True (the default), validate bug synopses against the
88 blanks = True
/illumos-gate/usr/src/tools/scripts/
H A Dhgsetup.sh167 filemerge.gui=True
172 meld.gui=True
176 gpyfm.gui=True
H A Dcddlchk.py73 return True
77 return True
125 'lenient': True,
140 options['verbose'] = True
H A Dgit-pbchk.py174 """Return a function which returns True if a file given as an argument
198 select = lambda x: True
220 return Comments.comchk(git_comments(parent), check_db=True,
265 ret |= HdrChk.hdrchk(fh, lenient=True, output=output)
275 ret |= CStyle.cstyle(fh, output=output, picky=True,
276 check_posix_types=True,
277 check_continuation=True)
287 ret |= JStyle.jstyle(fh, output=output, picky=True)
298 ret |= ManLint.manlint(fh, output=output, picky=True)
H A Dwsdiff.py91 keep_processing = True
228 binaries = True
371 debugon = True
376 logging = True
378 sorted = True
380 vdiffs = True
382 reportAllSects = True
384 localTools = True
587 ptch_present = True
588 base_present = True
[all...]
H A Dmapfilechk.py73 return True
77 return True
135 options['verbose'] = True
/illumos-gate/usr/src/cmd/pyzfs/
H A Dpyzfs.py46 fallback=True).gettext
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c226 return True;
362 s->inUse[s->state_in_ch] = True;
377 s->inUse[s->state_in_len-4] = True;
407 zs->inUse[zs->state_in_ch] = True; \
435 while (True) {
440 progress_in = True;
451 while (True) {
458 progress_in = True;
477 while (True) {
485 progress_out = True;
[all...]

Completed in 127 milliseconds

123