Searched refs:TRUE (Results 76 - 100 of 1436) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetdev.c53 * TRUE Boolean TRUE value
61 #ifndef TRUE macro
62 #define TRUE (1)
161 int andflag; /* TRUE if criteria are to be anded */
162 int excludeflag; /* TRUE if exclude "devices" lists */
164 int usageerr; /* TRUE if syntax error */
199 if (andflag) usageerr = TRUE;
200 else andflag = TRUE;
205 if (excludeflag) usageerr = TRUE;
[all...]
H A Dgetdgrp.c48 * TRUE Boolean TRUE value
53 #ifndef TRUE macro
54 #define TRUE 1
109 * isacriterion(p) Returns TRUE if *p is a criterion, FALSE otherwise
183 int andflag; /* TRUE if anding criteria, FALSE if or'ed */
184 int excludeflag; /* TRUE if the dgroups list those to exclude */
185 int allflag; /* TRUE if all device grps are to be displayed */
187 int usageerr; /* TRUE if syntax error */
223 if (andflag) usageerr = TRUE;
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexmisc.c248 * LogicalResult - TRUE/FALSE result of the operation
281 LocalResult = TRUE;
289 LocalResult = TRUE;
313 * LogicalResult - TRUE/FALSE result of the operation
406 LocalResult = TRUE;
414 LocalResult = TRUE;
422 LocalResult = TRUE;
458 /* Length and all bytes match ==> TRUE */
460 LocalResult = TRUE;
468 LocalResult = TRUE;
[all...]
/illumos-gate/usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c50 static const int TRUE = 1; variable
68 while (TRUE) {
88 while (TRUE) {
104 while (TRUE) {
138 while (TRUE) {
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c42 * @return TRUE iff there is a filesystem system mounted
60 rc = TRUE;
74 libhal_changeset_set_property_bool (cs, "storage.cdrom.cdr", TRUE);
77 libhal_changeset_set_property_bool (cs, "storage.cdrom.cdrw", TRUE);
80 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvd", TRUE);
83 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdr", TRUE);
86 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdram", TRUE);
89 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdrw", TRUE);
92 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdrw", TRUE);
95 libhal_changeset_set_property_bool (cs, "storage.cdrom.dvdplusrw", TRUE);
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_mem.c82 return (TRUE);
93 return (TRUE);
103 return (TRUE);
113 return (TRUE);
134 return (TRUE);
162 xptr->xc_is_last_record = TRUE;
164 return (TRUE);
175 return (TRUE);
186 return (TRUE);
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmcstyle.c84 * RETURN: TRUE if opcode can be converted to symbolic, FALSE otherwise
213 return (TRUE);
229 return (TRUE);
274 return (TRUE);
374 if ((AcpiDmIsTargetAnOperand (Target, Child1, TRUE)) ||
375 (AcpiDmIsTargetAnOperand (Target, Child2, TRUE)))
384 return (TRUE);
403 if ((AcpiDmIsTargetAnOperand (Target, Child1, TRUE)))
412 return (TRUE);
453 return (TRUE);
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dpol_xdr.c34 return (TRUE);
37 return (TRUE);
60 return TRUE;
73 return TRUE;
79 return TRUE;
120 return (TRUE);
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dserengeti.h51 #ifndef TRUE
52 #define TRUE 1 macro
169 * If the board number of a board of CPU type is passed in, TRUE is returned,
173 ((((board_num) >= 0) && ((board_num) < SG_MAX_CPU_BDS)) ? TRUE: FALSE)
178 * If the board number of a board of IO type is passed in, TRUE is returned,
183 ((board_num) < SG_MAX_BDS)) ? TRUE: FALSE)
188 * If the portid associated with a CPU board is passed in, TRUE is returned,
193 (((portid) & SG_SAFARI_ID_MASK) <= SG_MAX_CPU_SAFARI_ID)) ? TRUE: FALSE)
198 * If the portid associated with an IO board is passed in, TRUE is returned,
203 (((portid) & SG_SAFARI_ID_MASK) <= SG_MAX_IO_SAFARI_ID)) ? TRUE
[all...]
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dapmain.c203 Gbl_BinaryMode = TRUE;
210 Gbl_DumpCustomizedTables = TRUE;
252 Gbl_SummaryMode = TRUE;
259 AcpiGbl_DoNotUseXsdt = TRUE;
263 Gbl_DoNotDumpXsdt = TRUE;
274 Gbl_VerboseMode = TRUE;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc_adm.c58 return (TRUE);
100 return (TRUE);
116 return (TRUE);
121 return (TRUE);
133 return (TRUE);
148 return (TRUE);
153 return (TRUE);
163 return (TRUE);
188 return (TRUE);
215 return (TRUE);
[all...]
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c50 #ifndef TRUE
51 #define TRUE 1 macro
127 non_standard_line_count = TRUE;
169 if (non_standard_line_count == TRUE) {
271 if (output_file_open == TRUE)
276 if (output_file_open == TRUE)
288 output_file_open = TRUE;
292 if (output_file_open == TRUE)
314 if (output_file_open == TRUE)
319 if (output_file_open == TRUE)
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc_xdr.c81 return TRUE;
94 return TRUE;
100 return TRUE;
122 return TRUE;
128 null = TRUE;
135 return TRUE;
140 return TRUE;
155 return (TRUE);
174 return (TRUE);
186 return (TRUE);
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h100 #ifndef TRUE
101 #define TRUE 1 macro
H A Dslk_refresh.c58 /* Update soft labels. Return TRUE if a window was updated. */
67 if ((slk = SP->slk) == NULL || (slk->_changed != TRUE))
95 return (win ? TRUE : FALSE);
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Daffect.c57 curchange = TRUE;
63 topchange = TRUE;
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcmodel.h72 * p_cm->cm_refin = TRUE;
73 * p_cm->cm_refot = TRUE;
117 #ifndef TRUE
119 #define TRUE 1 macro
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdxdr.c59 return (TRUE);
71 return (TRUE);
/illumos-gate/usr/src/cmd/zic/
H A Dprivate.h63 #ifndef TRUE
64 #define TRUE 1 macro
65 #endif /* !defined TRUE */
/illumos-gate/usr/src/common/devid/
H A Ddevid_impl.h36 #ifndef TRUE
37 #define TRUE 1 macro
38 #endif /* TRUE */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcmodel.h73 * p_cm->cm_refin = TRUE;
74 * p_cm->cm_refot = TRUE;
118 #ifndef TRUE
120 #define TRUE 1 macro
/illumos-gate/usr/src/cmd/mail/
H A Disheader.c70 * ismail == TRUE, it must be part of the content.
76 *ctfp = TRUE;
88 *ctfp = TRUE;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintlist.c71 return (TRUE);
75 return (TRUE);
/illumos-gate/usr/src/cmd/sh/
H A Dstring.c58 return(TRUE);
76 return(TRUE);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_debug.h33 #ifndef TRUE
34 #define TRUE 1 macro

Completed in 3930 milliseconds

1234567891011>>