Searched refs:FALSE (Results 276 - 300 of 1405) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_svc.c205 return (FALSE);
336 return (FALSE);
386 return (FALSE);
436 return (FALSE);
471 return (FALSE);
507 return (FALSE);
530 return (FALSE);
538 return (FALSE);
546 return (FALSE);
554 return (FALSE);
[all...]
/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/lib/pkcs11/libpkcs11/common/
H A DmetaSign.c87 meta_operation_cleanup(session, CKF_SIGN, FALSE);
117 meta_operation_cleanup(session, CKF_SIGN, FALSE);
147 meta_operation_cleanup(session, CKF_SIGN, FALSE);
210 meta_operation_cleanup(session, CKF_SIGN_RECOVER, FALSE);
H A DmetaVerify.c87 meta_operation_cleanup(session, CKF_VERIFY, FALSE);
117 meta_operation_cleanup(session, CKF_VERIFY, FALSE);
151 meta_operation_cleanup(session, CKF_VERIFY, FALSE);
215 meta_operation_cleanup(session, CKF_VERIFY_RECOVER, FALSE);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h102 #define FALSE 0 macro
H A Ddelterm.c79 _called_before = FALSE;
H A Dinitscr.c71 static char i_called_before = FALSE;
H A Dwclrtobot.c58 win->_immed = win->_sync = FALSE;
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dty_enum.c175 return (FALSE);
181 return (FALSE);
203 return (FALSE);
225 return (FALSE);
H A Dty_regexp.c97 return (libform_regex(arg, field_buffer(f, 0), NULL) ? TRUE : FALSE);
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Ditemopts.c47 Value(i) = FALSE;
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcmodel.h118 #define FALSE 0 macro
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog.cc137 * The log is traversed until either 'func' returns FALSE, or when the log
150 bool_t done = FALSE;
153 if (open() == FALSE) { // open log
161 if ((*func)(j, dict, &count) == FALSE) done = TRUE;
206 if (xdr_db_dictlog_entry(&(xdr), j) == FALSE) {
233 /* xdr returns TRUE if successful, FALSE otherwise */
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypcat.c63 static int dodump = FALSE;
64 static int dumpkeys = FALSE;
158 translate = FALSE;
229 return (FALSE);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcmodel.h119 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c36 #define FALSE 0 macro
39 bool Debug = FALSE;
125 bool in_body = FALSE;
335 return (FALSE);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintlist.c77 return (FALSE);
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.h39 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_cpu.c211 clock_mhz) == FALSE) {
221 is_supp_freqs = FALSE;
228 is_supp_freqs = FALSE;
235 is_supp_freqs) == FALSE) {
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_get_property.c88 dbus_bool_t is_hex = FALSE;
89 dbus_bool_t is_verbose = FALSE;
90 dbus_bool_t is_version = FALSE;
91 dbus_bool_t udi_exists = FALSE;
/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c54 return (FALSE);
61 return (FALSE);
88 return (FALSE);
99 return (FALSE);
104 "button.state.value", FALSE);
121 return (FALSE);
126 "button.state.value", FALSE);
160 FALSE);
303 charging = bst.bst_state & ACPI_DRV_BST_CHARGING ? TRUE : FALSE;
304 discharging = bst.bst_state & ACPI_DRV_BST_DISCHARGING ? TRUE : FALSE;
[all...]
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c40 bool time_in_ticks = FALSE;
328 first_time = FALSE;
398 profsym[ndx].print_mid = FALSE;
495 if (mi->active == FALSE)
528 if (mi->active == FALSE)
592 return (FALSE);
596 return (FALSE);
614 return (FALSE);
653 more_modules = FALSE;
682 mi->active = FALSE;
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmglobal.c53 int Reread_flag = FALSE; /* reread pmtab flag */
H A Dttymon.h29 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_kern.c124 bool_t ret = FALSE;
174 ret = FALSE;
192 ret = FALSE;
209 return (FALSE);

Completed in 788 milliseconds

<<11121314151617181920>>