Searched refs:FALSE (Results 301 - 325 of 1405) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libadm/common/
H A Dlistdgrp.c139 else noerror = FALSE;
H A Ddevtab.c112 * FALSE otherwise
137 else same = FALSE;
138 } else same = FALSE;
140 } else same = FALSE;
227 done = FALSE; /* We're not done yet */
430 done = FALSE;
580 * TRUE if it successfully opens the device table file, FALSE otherwise
599 else rtnval = FALSE; /* :-( */
600 } else rtnval = FALSE; /* :-( */
609 * a valid alias, FALSE otherwis
[all...]
H A Ddgrpent.c237 done = FALSE;
384 * TRUE if successful, FALSE otherwise
400 } else rtnval = FALSE; /* :-( */
401 } else rtnval = FALSE; /* :-( */
447 done = FALSE;
474 ent->comment = FALSE;
646 found = FALSE;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c91 static int man_mbox_initialized = FALSE;
144 man_mbox_initialized = FALSE;
240 man_mbox_initialized = FALSE;
264 if (man_get_eri_dev_info(dip, &mdev) == FALSE) {
673 return (FALSE);
680 return (FALSE);
683 return (FALSE);
686 if (man_dip_is_schizoxmits0_pcib(parent_dip, &exp_id, &xmits) == FALSE)
687 return (FALSE);
692 if (man_dip_is_attached(dip) == FALSE) {
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Dcvc.h43 #define FALSE 0 macro
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_gcmd.c76 ASSERT(sleep == FALSE);
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrc.c196 BOOLEAN Previous = FALSE;
257 BOOLEAN DependentFns = FALSE;
318 DependentFns = FALSE;
332 DependentFns = FALSE;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey_mgr.c29 static CK_BBOOL true = TRUE, false = FALSE;
265 if (rc == FALSE) {
269 if (flag == FALSE) {
275 if (rc == FALSE) {
293 if (rc == FALSE)
378 found_class = FALSE;
379 found_type = FALSE;
402 if (found_class == FALSE || (found_type == FALSE && keyclass !=
441 FALSE, ct
[all...]
H A Dmech_rsa.c65 if (rc == FALSE) {
95 if (rc == FALSE) {
127 if (rc == FALSE) {
157 if (rc == FALSE) {
195 if (flag == FALSE) {
238 if (flag == FALSE)
285 if (flag == FALSE)
325 if (flag == FALSE) {
367 if (flag == FALSE) {
441 rc = ber_encode_OCTET_STRING(FALSE,
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c180 ad->ad_dosync = FALSE;
291 return (FALSE);
317 return (FALSE);
319 return (FALSE);
322 return (FALSE);
330 return (FALSE);
332 return (FALSE);
352 return (FALSE);
367 return (FALSE);
384 return (FALSE);
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_server.c248 return (FALSE);
250 return (FALSE);
252 return (FALSE);
261 bool_t false = FALSE;
280 return (FALSE);
284 return (FALSE);
298 return (FALSE);
340 bool_t false = FALSE;
346 return (FALSE);
350 return (FALSE);
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c682 return (FALSE);
689 return (FALSE);
696 return (FALSE);
702 if (*((bool_t *)arg) == FALSE) {
703 p->cku_nodelayonerr = FALSE;
706 return (FALSE);
710 return (FALSE);
717 return (FALSE);
720 return (FALSE);
728 return (FALSE);
[all...]
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dcryptoki.h61 * pkcs11t.h defines TRUE and FALSE in a way that upsets lint
68 #ifndef FALSE
69 #define FALSE 0 macro
70 #endif /* FALSE */
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h153 Boolean handleeuc = FALSE;
154 Boolean widecio = FALSE;
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcache.c39 gboolean result = FALSE;
99 if ((result == FALSE) && ((val = calloc(1, sizeof (*val))) != NULL)) {
H A Daddon-network-discovery.c81 if (args->enabled == FALSE) {
86 return (FALSE);
103 snmp_cb_data->enabled = FALSE; /* cancel it */
130 snmp_cb_data->enabled = FALSE;
211 return (FALSE);
313 GMainLoop *loop = g_main_loop_new(NULL, FALSE);
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_find_by_capability.c78 dbus_bool_t is_verbose = FALSE;
79 dbus_bool_t is_version = FALSE;
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_clnt_stubs.c89 first = FALSE;
139 first = FALSE;
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaCrypt.c87 meta_operation_cleanup(session, CKF_ENCRYPT, FALSE);
118 meta_operation_cleanup(session, CKF_ENCRYPT, FALSE);
148 meta_operation_cleanup(session, CKF_ENCRYPT, FALSE);
213 meta_operation_cleanup(session, CKF_DECRYPT, FALSE);
244 meta_operation_cleanup(session, CKF_DECRYPT, FALSE);
274 meta_operation_cleanup(session, CKF_DECRYPT, FALSE);
/illumos-gate/usr/src/cmd/audio/include/
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); }
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.c253 return (FALSE);
274 return (FALSE);
289 return (FALSE);
291 return (FALSE);
305 return (FALSE);
309 return (FALSE);
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c166 bool_t quick = FALSE;
167 int is_v4 = FALSE;
368 return (FALSE);
371 return (FALSE);
389 return (FALSE);
391 return (FALSE);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c80 return FALSE;
181 ret = FALSE;
213 ret = FALSE;
231 ret = FALSE;
264 ret = FALSE;
288 ret = FALSE;
305 passed_white_space = FALSE;
354 ret = FALSE;
415 ret = FALSE;
461 return FALSE;
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c111 int atend = FALSE; /* TRUE only if a comment says so */
308 map[next].downloaded = FALSE;
416 int infontlist = FALSE;
444 if ( (buf[0] != '%' || buf[1] != '!') && atend == FALSE )
446 infontlist = FALSE;
452 else infontlist = FALSE;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c265 cbp->cb_newer.cb_new = FALSE;
266 cbp->cb_newer.cb_confirmed = FALSE;
278 cbp->cb_nullcaller = FALSE;
321 cbp->cb_nullcaller = FALSE;
346 while (cbp->cb_newer.cb_new == TRUE && cbp->cb_nullcaller == FALSE) {
360 if (cbp->cb_newer.cb_new == FALSE || cbp->cb_nullcaller == TRUE)
395 int cb_new = FALSE;
404 cbp->cb_notified_of_cb_path_down = FALSE;
424 cbp->cb_nullcaller == FALSE &&
602 if (lockheld == FALSE)
[all...]

Completed in 115 milliseconds

<<11121314151617181920>>