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

12345678

/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c175 #define FALSE 0 macro
239 Readdb = FALSE;
993 Readdb = FALSE;
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h110 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.h68 #ifdef FALSE
69 #undef FALSE macro
72 #define FALSE 0 macro
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c71 #ifndef FALSE
72 #define FALSE 0 macro
174 Return TRUE if we need the section, FALSE otherwise
186 return FALSE;
225 if (dwarf_need_debug_line_section(dbg) == FALSE) {
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h509 #ifndef FALSE
510 #define FALSE 0 macro
H A Dcontract.h519 #ifndef FALSE
520 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/sys/
H A Demul64var.h44 #define FALSE 0 macro
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c99 #ifndef FALSE
100 #define FALSE (0) macro
101 #endif /* FALSE */
667 error = mboxsc_lock_flags(FALSE, deadline);
1063 if ((error = mboxsc_lock_flags(FALSE, deadline)) != 0) {
1064 lock_held = FALSE;
2143 unlock_err = mboxsc_unlock_flags(FALSE);
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.h53 #ifndef FALSE
54 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c56 * FALSE Boolean constant
64 #ifndef FALSE
65 #define FALSE 0 macro
87 * user-ID, FALSE otherwise.
91 * FALSE otherwise.
224 errorflg = FALSE;
306 * function returns TRUE. Otherwise it returns FALSE.
313 * FALSE otherwise
324 found = FALSE;
438 found = FALSE;
[all...]
/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/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/lib/libnsl/dial/
H A Duucp.h284 #define FALSE 0 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c61 FALSE = 0, enumerator in enum:__anon2050
935 hw->tbi_compatibility_en = FALSE;
949 hw->tbi_compatibility_en = FALSE;
994 hw->tbi_compatibility_on = FALSE;
1576 hw->phy_reset_disable = FALSE;
1594 if((ret_val = e1000_set_d3_lplu_state(hw, FALSE))) {
2447 hw->get_link_status = FALSE;
2506 hw->tbi_compatibility_on = FALSE;
2578 hw->serdes_link_down = FALSE;
3083 boolean_t match = FALSE;
[all...]
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c47 #define FALSE 0 macro
224 uint8_t r_flag = FALSE;
225 uint8_t f_flag = FALSE;
226 uint8_t action = FALSE;
274 return (FALSE);
283 if (action == FALSE) {
292 if (action == FALSE) {
302 if (action == FALSE) {
311 if (action == FALSE) {
320 if (action == FALSE) {
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h196 #define DEVFSADM_DEBUG_ON (verbose == NULL) ? FALSE : TRUE
517 #ifndef FALSE
518 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h290 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c35 #define FALSE 0 macro
126 static int aflg = FALSE;
127 static int cflg = FALSE;
130 static int hflg = FALSE;
131 static int jflg = FALSE;
132 static int mflg = FALSE;
133 static int Mflg = FALSE;
136 static int nflg = FALSE;
137 static int pflg = FALSE;
139 static int sflg = FALSE;
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c974 ret = FALSE;
1083 rc = FALSE;
1148 /* TODO: error out on rc==FALSE? */
1429 rc = FALSE;
1849 rc = FALSE;
2205 hal_util_branch_claim (hald_get_gdl (), d, FALSE, NULL, 0); local
2484 return FALSE;
2520 hal_util_branch_claim (hald_get_gdl (), d, FALSE, NULL, 0); local
3107 /* returns FALSE if we don't actually invoke anything */
3114 ret = FALSE;
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h69 #define FALSE 0 macro
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c74 #ifndef FALSE
75 #define FALSE (0) macro
614 return (FALSE);
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h407 #ifndef FALSE
408 #define FALSE (0) macro
H A Dsysctrl.h39 #ifndef FALSE
40 #define FALSE (0) macro
424 int sys_led; /* on (TRUE) or off (FALSE) */
425 int sys_fault; /* on (TRUE) or off (FALSE) */
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h402 #define FALSE 0 macro

Completed in 157 milliseconds

12345678