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

12345678

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c104 #define FALSE 0 macro
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c62 #ifndef FALSE
63 #define FALSE 0 macro
1333 * only re-read the vtoc if necessary (force == FALSE)
1578 tgattribute->media_is_writable = FALSE;
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c184 #define FALSE 0 macro
1151 return (FALSE);
/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h47 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h290 #define FALSE 0 macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h309 #define FALSE 0 macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c199 #ifndef FALSE
200 #define FALSE (0) macro
318 static int year_is_cached = FALSE; /* mktime() perf. */
842 return (mktime1(tmptr, FALSE));
1631 ttisp->tt_ttisstd = FALSE;
1635 ttisp->tt_ttisstd != FALSE) {
1645 ttisp->tt_ttisgmt = FALSE;
1649 ttisp->tt_ttisgmt != FALSE) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.h54 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c98 #define FALSE 0 macro
442 * otherwise, returns FALSE.
458 return (FALSE);
543 mtep->mte_dev_is_valid = FALSE;
991 dfrp->dfr_valid = FALSE;
1008 dfrp->dfr_valid = FALSE;
1028 dfrp->dfr_valid = FALSE;
1039 dfrp->dfr_valid = FALSE;
1281 first = FALSE;
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h389 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h327 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h498 #ifndef FALSE
499 #define FALSE B_FALSE macro
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h426 #define FALSE (0) macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h386 #ifndef FALSE
387 #define FALSE 0 macro
388 #endif /* FALSE */
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h80 #define FALSE 0 macro
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h842 #define FALSE 0 macro
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c114 #define FALSE (0) macro
1208 static int got_uef_slot = FALSE;
2728 "stale", (unsigned char *)"true", FALSE) != SASL_OK) {
2733 "stale", "true", FALSE) != SASL_OK) {
2752 (unsigned char *) maxbufstr, FALSE) != SASL_OK) {
2768 (unsigned char *) charset, FALSE) != SASL_OK) {
2794 (unsigned char *) "md5-sess", FALSE)!=SASL_OK) {
3950 bool IsUTF8 = FALSE;
4074 "nc", (unsigned char *) ncvalue, FALSE) != SASL_OK) {
4080 "qop", (unsigned char *) qop, FALSE) !
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h49 #define FALSE 0 macro
457 int single_valued; /* TRUE OR FALSE */
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h71 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/init/
H A Dinit.c141 #define FALSE 0 macro
171 x[3] == y[3]) ? TRUE : FALSE)
607 int chg_lvl_flag = FALSE, print_banner = FALSE;
777 chg_lvl_flag = FALSE;
1003 change_level = (cur_state != prev_state ? TRUE : FALSE);
1121 while (time_up == FALSE &&
1509 * the shell command string. When the end of inittab is reached, FALSE
1584 for (answer = FALSE; answer == FALSE; ) {
[all...]
/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/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h75 #ifdef FALSE
76 #undef FALSE macro
78 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1420 #ifdef FALSE
1421 #undef FALSE macro
1423 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h516 #define FALSE 0 macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h72 #define FALSE 0 macro

Completed in 179 milliseconds

12345678