Home
last modified time | relevance | path

Searched refs:Bool (Results 1 – 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/lib/librstp/common/
H A Dport.h87 Bool agreed; /* 17.18.1 */
90 Bool forward; /* 17.18.4 */
91 Bool forwarding; /* 17.18.5 */
93 Bool initPm; /* 17.18.7 */
94 Bool learn; /* 17.18.8 */
95 Bool learning; /* 17.18.9 */
96 Bool mcheck; /* 17.18.10 */
141 Bool wasInitBpdu;
142 Bool admin_non_stp;
144 Bool p2p_recompute;
[all …]
H A Dstatmch.h41 Bool changeState;
45 Bool (* concreteCheckCondition) (struct state_mach_t * );
72 Bool (* concreteCheckCondition) (STATE_MACH_T*),
79 Bool
82 Bool
85 Bool
H A Dstatmch.c35 Bool (*concreteCheckCondition) (STATE_MACH_T*), in STP_state_mach_create()
65 Bool
68 Bool bret; in STP_check_condition()
78 Bool
93 Bool
H A Dsttrans.c40 static Bool
48 static Bool
56 static Bool
64 static Bool
111 Bool
H A Dstp_in.h48 #ifndef Bool
49 # define Bool int macro
162 Bool
210 STP_IN_enable_port (int port_index, Bool enable);
H A Dp2p.c38 static Bool
71 Bool
H A Droletrns.c73 static Bool
88 static Bool
261 Bool
266 Bool allSynced; in STP_roletrns_check_conditions()
267 Bool allReRooted; in STP_roletrns_check_conditions()
H A Dtopoch.c54 static Bool
58 Bool bret; in flush()
181 Bool
H A Dstpmgmt.c106 Bool
110 Bool iret = False; in STP_IN_get_is_stpm_enabled()
H A Dbase.h58 #ifndef Bool
59 # define Bool int macro
H A Dedge.h32 Bool
H A Dmigrate.h31 Bool
H A Dp2p.h31 Bool
H A Dpcost.h31 Bool
H A Droletrns.h31 Bool
H A Dsttrans.h31 Bool
H A Dtopoch.h31 Bool
H A Dtransmit.h31 Bool
H A Drolesel.h31 Bool
H A Drolesel.c43 static Bool
297 static Bool
338 Bool
H A Dportinfo.h31 Bool
H A Dstpm.c42 Bool exit_on_non_zero_ret) in _stp_stpm_iterate_machines()
267 register Bool need_state_change; in STP_stpm_update()
/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h46 typedef unsigned char Bool; typedef
67 Bool recnoIsValid; /* True if lastRecno is valid */
68 Bool keyAsData; /* The OP_Column command works on key instead of data */
69 Bool atFirst; /* True if pointing to first entry */
70 Bool useRandomRowid; /* Generate new record numbers semi-randomly */
71 Bool nullRow; /* True if pointing to a row with no data */
72 Bool nextRowidValid; /* True if the nextRowid field is valid */
73 Bool pseudoTable; /* This is a NEW or OLD pseudo-tables of a trigger */
74 Bool deferredMoveto; /* A call to sqliteBtreeMoveto() is needed */
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h46 typedef unsigned char Bool; typedef
53 #define True ((Bool)1)
54 #define False ((Bool)0)
242 Bool inUse[256];
281 BZ2_compressBlock ( EState*, Bool );
363 Bool blockRandomised;
372 Bool smallDecompress;
400 Bool inUse[256];
401 Bool inUse16[16];
H A Dbzlib.c222 Bool isempty_RL ( EState* s ) in isempty_RL()
428 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
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()
548 Bool progress; in BZ_API()
991 Bool corrupt; in BZ_API()
1081 Bool writing;
1084 Bool initialisedOk;
[all …]

12