Searched refs:TRUE (Results 676 - 700 of 1436) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_stat.c266 return (TRUE);
277 return (TRUE);
H A Drpcb_svc_4.c342 return (TRUE);
369 return (TRUE);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c358 * Make symbol[k]=TRUE for all k
367 symbol[j] = TRUE;
395 symbol[i] = TRUE;
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c91 return (TRUE);
109 snmp_cb_data->enabled = TRUE;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c112 ofl->ofl_dehdr->e_machine, ndx, sgp, TRUE);
131 Dbg_seg_desc_entry(lml, osabi, mach, ndx++, sgp, TRUE);
/illumos-gate/usr/src/cmd/sh/
H A Dio.c93 return (TRUE);
114 return (TRUE);
H A Dmain.c112 login_shell = TRUE;
263 if ((login_shell == TRUE) && (flags & privflg) == 0) {
/illumos-gate/usr/src/cmd/sunpc/other/
H A Ddos2unix.c82 #define TRUE ~FALSE macro
203 same_name = TRUE;
H A Dunix2dos.c84 #define TRUE ~FALSE macro
206 same_name = TRUE;
/illumos-gate/usr/src/cmd/krb5/kproplog/
H A Dkproplog.c220 headeronly = TRUE;
226 verbose = TRUE;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmexpress.c89 opendebug(TRUE);
280 pmtab->p_prompt = strsave(getword(tbuf, &size, TRUE));
H A Dtmterm.c57 * clear - if TRUE, current flags will be set to some defaults
281 (char *)NULL, TRUE, (long)RAW);
284 (char *)NULL, TRUE, (long)CANON);
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DgssapiP_dummy.h90 ((void)((dummy_mech_log & (A)) && (printf((B), (C)), TRUE)))
92 ((void)((dummy_mech_log & (A)) && (printf(B), TRUE)))
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h515 #ifndef TRUE
516 #define TRUE 1 macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h808 win_debug_enter_fatal_state(TRUE);\
830 // in debug builds - outputs a debug message and enter condition in case TRUE
831 // in release builds - enters condition in case TRUE (like debug but without the debug print)
839 #define CHK_NULL(p) ((p==NULL) ? (dbg_out(NULL, WARN, DBG_ERR_STR" %s is NULL\n",#p), TRUE): FALSE )
847 #define ERR_IF(cond)(((cond)==TRUE) ? (dbg_out(NULL, WARN, DBG_ERR_STR" ErrIf failed %s\n",#cond), TRUE): FALSE )
848 #define WRN_IF(cond)(((cond)==TRUE) ? (dbg_out(NULL, WARN, DBG_WRN_STR" WrnIf failed %s\n",#cond), TRUE): FALSE )
882 #define ERR_IF(cond)(cond==TRUE)
883 #define WRN_IF(cond)(cond==TRUE)
[all...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c195 return (TRUE);
301 return (TRUE);
H A Dbootparams.c74 * Returns TRUE if it has set the global structure 'bp' to our boot
84 bool_t retval = TRUE;
365 return (TRUE);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_calmsg.c93 return (TRUE);
152 return (TRUE);
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c82 found = TRUE;
136 bool_t clset = TRUE;
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h36 #ifndef TRUE
37 #define TRUE (1) macro
424 int sys_led; /* on (TRUE) or off (FALSE) */
425 int sys_fault; /* on (TRUE) or off (FALSE) */
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_dlist.c41 const boolean_t ASCENDING = TRUE; /* list ordering */
43 const boolean_t AT_TAIL = TRUE; /* list insertion location */
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.c548 ypxfrd_flag = TRUE;
626 * RETURNS : TRUE = Everything worked
671 return (TRUE);
/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h45 #ifndef TRUE
46 #define TRUE 1 macro
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c328 *autoneg = TRUE;
338 *autoneg = TRUE;
636 * @link_up: TRUE is link is up, FALSE otherwise
666 *link_up = TRUE;
681 *link_up = TRUE;
694 *link_up = TRUE;
704 *link_up = TRUE;
714 if ((hw->device_id == IXGBE_DEV_ID_82598AT2) && (*link_up == TRUE) &&
726 * @autoneg_wait_to_complete: TRUE when waiting for completion is needed
780 * @autoneg_wait_to_complete: TRUE i
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libpython/
H A Dlibpython.c151 'v', MDB_OPT_SETBITS, TRUE, &verbose,
297 'v', MDB_OPT_SETBITS, TRUE, &verbose,

Completed in 144 milliseconds

<<21222324252627282930>>