Searched refs:FALSE (Results 1 - 25 of 1405) sorted by path

1234567891011>>

/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c91 * FALSE otherwise.
100 return (FALSE);
104 return (FALSE);
112 * node, FALSE otherwise.
119 return (FALSE);
127 return (FALSE);
133 return (FALSE);
377 FALSE);
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidef.h39 #define FALSE ((BOOLEAN) 0) macro
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Definet.c223 status = net->ReceiveFilters(net, mask, 0, FALSE, 0, 0);
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h121 #ifndef FALSE
122 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c848 * is ".text", otherwise, returns FALSE(0).
1583 aflag = FALSE;
1659 return (FALSE);
H A Dstatic_prof.h155 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c43 #ifdef FALSE
44 #undef FALSE macro
47 #define FALSE 0 macro
100 int fflag = FALSE;
101 int errflg = FALSE;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c41 #define FALSE 0 macro
87 * add_parent -- add a parent node. Returns TRUE or FALSE.
134 return (FALSE);
177 return (FALSE);
H A Dversions.c38 #define FALSE 0 macro
53 static int Selected = FALSE;
152 if (arch_name() == FALSE) {
154 return (FALSE);
156 if (accept_token("{") == FALSE) {
158 return (FALSE);
162 if (set_list() == FALSE) {
165 return (FALSE);
179 return (FALSE);
198 return (FALSE);
[all...]
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h62 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dacpidump.h68 EXTERN BOOLEAN INIT_GLOBAL (Gbl_SummaryMode, FALSE);
69 EXTERN BOOLEAN INIT_GLOBAL (Gbl_VerboseMode, FALSE);
70 EXTERN BOOLEAN INIT_GLOBAL (Gbl_BinaryMode, FALSE);
72 EXTERN BOOLEAN INIT_GLOBAL (Gbl_DoNotDumpXsdt, FALSE);
H A Dapdump.c62 * RETURN: TRUE if the header appears to be valid. FALSE otherwise
81 return (FALSE);
90 return (FALSE);
104 * RETURN: TRUE if the checksum appears to be valid. FALSE otherwise.
H A Dapmain.c214 Gbl_DumpCustomizedTables = FALSE;
H A Dosillumostbl.c83 UINT8 Gbl_TableListInitialized = FALSE;
249 BOOLEAN Found = FALSE;
460 return (FALSE);
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c560 return (FALSE);
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutascii.c75 return (FALSE);
90 * RETURN: TRUE if the character is valid, FALSE otherwise
118 return (FALSE);
H A Dutnonansi.c201 return (FALSE);
217 return (FALSE);
238 return (FALSE);
H A Dutprint.c258 Pos1 = AcpiUtPutNumber (AsciiString, Number, 10, FALSE);
320 NeedPrefix = ((Type & ACPI_FORMAT_PREFIX) && Base != 10) ? TRUE : FALSE;
321 Upper = (Type & ACPI_FORMAT_UPPER) ? TRUE : FALSE;
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc528 return (FALSE);
536 return (FALSE);
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c84 static int Verbose = FALSE; /* verbose messages */
85 static int Immediate = FALSE;
87 static int Errdetect = FALSE; /* don't worry about underrun */
380 NetEndian = FALSE;
384 stdinseen = FALSE;
466 if (audio_drain(Audio_fd, FALSE) != AUDIO_SUCCESS) {
580 swapBytes = FALSE;
820 (void) audio_drain(Audio_fd, FALSE);
840 * Returns TRUE if successful. Returns FALSE if not.
880 return (FALSE);
[all...]
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c88 static int Append = FALSE; /* append to output file */
89 static int Force = FALSE; /* ignore rate differences on append */
100 static int File_type_set = FALSE; /* file type specified as arg */
102 static int Cleanup = FALSE; /* SIGINT sets this flag */
182 int swapBytes = FALSE;
206 NetEndian = FALSE;
334 if (File_type_set == FALSE) {
368 Append = FALSE;
391 Append = FALSE;
/illumos-gate/usr/src/cmd/audio/include/
H A DAudio.h178 virtual Boolean isFile() const { return (FALSE); }
179 virtual Boolean isDevice() const { return (FALSE); }
180 virtual Boolean isDevicectl() const { return (FALSE); }
181 virtual Boolean isPipe() const { return (FALSE); }
182 virtual Boolean isBuffer() const { return (FALSE); }
183 virtual Boolean isExtent() const { return (FALSE); }
184 virtual Boolean isList() const { return (FALSE); }
H A DAudioTypes.h70 // A Boolean 'primitive type' with values TRUE and FALSE
73 #undef FALSE macro
78 enum aud_bool_t {FALSE = 0, TRUE = 1}; enumerator in enum:aud_bool_t
82 aud_bool_t value; // value is TRUE or FALSE
84 inline Boolean(aud_bool_t x = FALSE): value(x) // Constructor argument
87 { value = (x == 0) ? FALSE : TRUE; }
89 { return (value = (x == 0) ? FALSE : TRUE); }
93 { return ((value == TRUE) ? FALSE : TRUE); }
H A Dlibaudio.h58 #ifndef FALSE
59 #define FALSE (0) macro
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioDebug.cc95 return (FALSE);
102 return (FALSE);
110 return (FALSE);

Completed in 361 milliseconds

1234567891011>>