Searched refs:FALSE (Results 126 - 150 of 1405) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c94 goteof = FALSE;
96 return (FALSE);
124 return (FALSE);
125 if (more == FALSE)
128 return (FALSE);
145 goteof = FALSE;
147 return (FALSE);
169 return (FALSE);
170 if (more == FALSE)
173 return (FALSE);
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dids.c129 dbus_bool_t vendor_matched = FALSE;
130 dbus_bool_t product_matched = FALSE;
168 vendor_matched = FALSE;
206 product_matched = FALSE;
263 * @param #FALSE if the PCI database wasn't loaded
273 return FALSE;
292 return FALSE;
310 return FALSE;
399 dbus_bool_t vendor_matched = FALSE;
429 vendor_matched = FALSE;
[all...]
H A Ddevice_info.c187 rc = FALSE;
267 * against a string in which case this function returns FALSE. Also, if the property doesn't
268 * exist this function will also return FALSE.
282 rc = FALSE;
324 * @return #FALSE if the device in question didn't
339 return FALSE;
342 return FALSE;
351 return FALSE;
360 return FALSE;
375 return FALSE;
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c189 return (FALSE);
195 return (FALSE);
218 return (FALSE);
221 return (FALSE);
257 retval = FALSE;
387 return (FALSE);
415 return (FALSE);
490 retval = FALSE;
507 return (FALSE);
514 retval = FALSE;
[all...]
H A Drpc_prot.c71 return (FALSE);
93 return (FALSE);
95 return (FALSE);
103 return (FALSE);
117 return (FALSE);
122 return (FALSE);
128 return (FALSE);
179 return (FALSE);
189 return (FALSE);
195 return (FALSE);
[all...]
H A Dxdr_mem.c78 return (FALSE);
89 return (FALSE);
100 return (FALSE);
110 return (FALSE);
130 return (FALSE);
171 return (FALSE);
184 return (FALSE);
189 return (FALSE);
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmcstyle.c84 * RETURN: TRUE if opcode can be converted to symbolic, FALSE otherwise
107 return (FALSE);
115 return (FALSE);
225 return (FALSE);
244 return (FALSE);
269 return (FALSE);
326 return (FALSE);
337 return (FALSE);
487 return (FALSE);
504 return (FALSE);
[all...]
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetdev.c54 * FALSE Boolean FALSE value
65 #ifndef FALSE macro
66 #define FALSE (0)
187 andflag = FALSE; /* No -a -- Or criteria data */
188 excludeflag = FALSE; /* No -e -- Include only mentioned devices */
189 usageerr = FALSE; /* No errors on the command line (yet) */
194 opterr = FALSE; /* Don't let getopt() write messages */
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dserengeti.h55 #ifndef FALSE
56 #define FALSE 0 macro
170 * otherwise FALSE.
173 ((((board_num) >= 0) && ((board_num) < SG_MAX_CPU_BDS)) ? TRUE: FALSE)
179 * otherwise FALSE.
183 ((board_num) < SG_MAX_BDS)) ? TRUE: FALSE)
189 * otherwise FALSE.
193 (((portid) & SG_SAFARI_ID_MASK) <= SG_MAX_CPU_SAFARI_ID)) ? TRUE: FALSE)
199 * otherwise FALSE.
203 (((portid) & SG_SAFARI_ID_MASK) <= SG_MAX_IO_SAFARI_ID)) ? TRUE: FALSE)
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexoparg6.c94 * RETURN: TRUE if the match is successful, FALSE otherwise
139 return (FALSE);
152 return (FALSE);
166 return (FALSE);
179 return (FALSE);
193 return (FALSE);
201 return (FALSE);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkuserok.c206 * cred table, otherwise return FALSE.
225 return (FALSE);
240 return (FALSE);
249 * if authorized, FALSE if not authorized.
252 * FALSE. If there is no authorization file, and the given Kerberos
255 * can't be accessed, returns FALSE. Otherwise, the file is read for
257 * returns TRUE, if none is found, returns FALSE.
270 krb5_boolean isok = FALSE;
284 return(FALSE);
301 return (FALSE);
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcsec_gss_if.c62 static bool_t initialized = FALSE;
68 bool_t ret = FALSE;
171 return (FALSE);
184 return (FALSE);
209 return (FALSE);
217 return (FALSE);
230 return (FALSE);
239 return (FALSE);
248 return (FALSE);
256 return (FALSE);
[all...]
H A Dxdr_stdio.c89 return (FALSE);
104 return (FALSE);
114 return (FALSE);
126 return (FALSE);
139 return (FALSE);
149 return (FALSE);
165 (int)pos, 0) < 0) ? FALSE : TRUE);
188 return (FALSE);
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c83 return (FALSE);
236 return (FALSE);
247 return (FALSE);
313 return (FALSE);
325 return (FALSE);
331 return (FALSE);
343 return (FALSE);
345 return (FALSE);
347 return (FALSE);
349 return (FALSE);
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c299 return (FALSE); /* probably a comment line */
302 return (FALSE);
481 * return TRUE if successful, FALSE if not
494 if (nextsystems() == FALSE)
495 return (FALSE);
502 if (nextsystems() == FALSE)
503 return (FALSE);
508 * move to next systems file. return TRUE if successful, FALSE if not
524 return (FALSE);
529 * return TRUE if successful, FALSE i
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c275 return(FALSE); /* probably a comment line */
279 return(FALSE);
460 * return TRUE if successful, FALSE if not
476 if (nextsystems() == FALSE) {
478 return(FALSE);
489 if (nextsystems() == FALSE) {
491 return(FALSE);
497 * move to next systems file. return TRUE if successful, FALSE if not
513 return(FALSE);
518 * return TRUE if successful, FALSE i
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c131 initialized = FALSE;
149 if (st_Initialized() == FALSE) {
207 if (st_Initialized() == FALSE) {
218 if (st_Initialized() == FALSE) {
227 initialized = FALSE;
254 if (st_Initialized() == FALSE)
282 if (st_Initialized() == FALSE) {
334 if (st_Initialized() == FALSE) {
382 if (st_Initialized() == FALSE) {
455 if (st_Initialized() == FALSE) {
[all...]
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Daffect.c49 int topchange = FALSE, curchange = FALSE;
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc.c81 return (FALSE);
84 return (FALSE);
/illumos-gate/usr/src/cmd/zic/
H A Dprivate.h67 #ifndef FALSE
68 #define FALSE 0 macro
69 #endif /* !defined FALSE */
/illumos-gate/usr/src/common/devid/
H A Ddevid_impl.h40 #ifndef FALSE
41 #define FALSE 0 macro
42 #endif /* FALSE */
/illumos-gate/usr/src/cmd/mail/
H A Dcopymt.c50 int ToldUser = FALSE;
52 int ctf = FALSE; /* header continuation flag */
70 } else if ((hdr = isheader (line, &ctf)) == FALSE) {
71 ctf = FALSE; /* next line can't be cont. */
83 (let[nlet-1].text ? "TRUE":"FALSE"));
95 ctf = FALSE;
109 (let[nlet-1].text ? "TRUE" : "FALSE"));
154 Dout(pn, 5, "setting StartNewMsg to FALSE\n");
155 StartNewMsg = FALSE;
156 ToldUser = FALSE;
[all...]
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrormain.c50 boolean query = FALSE; /* query the operator if touch files */
51 boolean notouch = FALSE; /* don't touch ANY files */
52 boolean terse = FALSE; /* Terse output */
111 boolean show_errors = FALSE;
112 boolean Show_Errors = FALSE;
113 boolean pr_summary = FALSE;
114 boolean edit_files = FALSE;
199 printerrors(FALSE, nerrors, errors);
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dstrproc.c124 return (FALSE);
135 return (FALSE);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_debug.h37 #ifndef FALSE
38 #define FALSE 0 macro

Completed in 824 milliseconds

1234567891011>>