Searched defs:FALSE (Results 1 - 25 of 185) sorted by last modified time

12345678

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactypes.h438 #ifdef FALSE
439 #undef FALSE macro
441 #define FALSE (1 == 0) macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c519 OP_SETATTR, sid_types, FALSE);
752 lost_rqstp->lr_putfirst = FALSE;
774 bool_t needrecov = FALSE;
790 bool_t did_excl_setup = FALSE;
797 bool_t retry_open = FALSE;
948 if (did_excl_setup == FALSE) {
990 &recov_state, FALSE); local
1064 nfs4_end_op(VTOMI4(dvp), dvp, vpi, &recov_state, FALSE); local
1183 bool_t abort = FALSE;
1393 nfs4open_confirm(vp, &seqid, &op_res->stateid, cred_otw, FALSE,
4938 nfs4_end_op(VTOMI4(unldvp), unldvp, NULL, &recov_state, FALSE); local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_debug.h37 #ifndef FALSE
38 #define FALSE 0 macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h309 #define FALSE 0 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h121 #ifndef FALSE
122 #define FALSE 0 macro
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidef.h39 #define FALSE ((BOOLEAN) 0) macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h76 #define FALSE B_FALSE macro
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h64 * FALSE in the module API. Thus we don't define these if we're building the
69 #define FALSE B_FALSE macro
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h76 #define FALSE false macro
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c49 #define FALSE 0 macro
54 static int kbytes = FALSE;
55 static int mbytes = FALSE;
94 int set = FALSE;
109 mbytes = FALSE;
112 kbytes = FALSE;
329 set_current[which] = FALSE;
338 set_maximum[which] = FALSE;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c173 #define FALSE 0 macro
596 first = TRUE, defaults_used = FALSE, linkerrok;
3472 &xtractbuf, 0) == -1) ? TRUE : FALSE);
5196 first = FALSE;
5442 return (FALSE);
5446 return (FALSE); /* & following ones too */
5452 return (FALSE);
5457 return (FALSE);
5463 return (FALSE);
5470 return (FALSE);
[all...]
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c53 #ifndef FALSE
54 #define FALSE 0 macro
55 #endif /* !defined FALSE */
267 show(argv[i], now, FALSE);
279 warned = FALSE;
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c75 #define FALSE 0 macro
99 static int cpy = FALSE;
100 static int mve = FALSE;
101 static int lnk = FALSE;
1066 int overwrite = FALSE;
1067 int override = FALSE;
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c64 #ifndef FALSE
65 #define FALSE B_FALSE macro
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h83 #define FALSE false macro
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h290 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dtypes.h77 #ifndef FALSE
78 #define FALSE (0) macro
/illumos-gate/usr/src/cmd/cron/
H A Delm.c67 #define FALSE 0 macro
256 n->isdummy = FALSE;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h48 * Make sure that TRUE, FALSE, MIN, and MAX have the usual definitions
57 #ifndef FALSE
58 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c42 #define FALSE 0 macro
108 return (FALSE);
225 return (FALSE);
235 return (FALSE);
246 return (FALSE);
319 io_info->fpOkForIo = FALSE;
320 return (FALSE);
326 io_info->fpOkForIo = FALSE;
327 return (FALSE);
345 return (FALSE);
[all...]
/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h47 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h1034 #define FALSE 0 macro
1177 cmdp->cmd_queued = FALSE; \
1186 cmdp->cmd_queued = FALSE; \
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h49 #ifndef FALSE
50 #define FALSE 0 macro
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c71 #ifndef FALSE
72 #define FALSE 0 macro
1412 (void) smb_ctx_setsigning(ctx, FALSE, FALSE);
1414 (void) smb_ctx_setsigning(ctx, TRUE, FALSE);
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h290 #define FALSE 0 macro

Completed in 147 milliseconds

12345678