Searched defs:FALSE (Results 176 - 185 of 185) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h69 #ifndef FALSE
70 #define FALSE 0 macro
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.h78 #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/intel/sys/acpi/
H A Dactypes.h438 #ifdef FALSE
439 #undef FALSE macro
441 #define FALSE (1 == 0) macro
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h34 #ifndef FALSE
35 #define FALSE CK_FALSE macro
1056 #define CKF_EXTENSION 0x80000000 /* FALSE for this version */
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h242 #ifndef FALSE
243 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h52 #if defined(FALSE)
53 #undef FALSE macro
57 #define FALSE 0 macro
1832 ((pm_cap & PM_CAPABLE_LOG_SUPPORTED) ? TRUE : FALSE)
1835 ((pm_cap & PM_CAPABLE_SMART_LOG) ? TRUE : 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/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/sys/fibre-channel/fca/qlc/
H A Dql_api.h200 #ifndef FALSE
201 #define FALSE B_FALSE macro
1216 (q->lun_flags[lun_num].untagged_pending = FALSE)

Completed in 165 milliseconds

12345678