Searched refs:TRUE (Results 276 - 300 of 1436) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.c66 return (TRUE);
99 return (TRUE);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dxdr_alloc.c128 return (TRUE);
150 return TRUE;
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidef.h37 #ifndef TRUE
38 #define TRUE ((BOOLEAN) 1) macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c54 static int file_mods = TRUE;
91 static int load_attach_drv = TRUE;
106 static int build_dev = TRUE;
109 static int build_devices = TRUE;
112 static int flush_path_to_inst_enable = TRUE;
121 static int minor_fini_canceled = TRUE;
183 static int linknew = TRUE;
316 system_labeled = TRUE;
344 if (daemon_mode == TRUE) {
406 login_dev_enable = TRUE;
[all...]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c78 return (TRUE);
93 return (TRUE);
119 return (TRUE);
234 return (TRUE);
289 return (TRUE);
308 return (TRUE);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dkey_prot.c135 return (TRUE);
145 return (TRUE);
179 return (TRUE);
189 return (TRUE);
230 return (TRUE);
239 return (TRUE);
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c61 #define TRUE (1) macro
295 * subscripted by the chars in "white" are set to TRUE. Thus "_wht"
296 * of a char is TRUE if it is the string "white", else FALSE.
308 _gd[i] = TRUE;
311 _wht[*sp] = TRUE;
313 _etk[*sp] = TRUE;
315 _itk[*sp] = TRUE;
317 _btk[*sp] = TRUE;
321 _opr[*sp] = TRUE;
371 pfnote("yylex", lineno, TRUE);
[all...]
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c40 #ifdef TRUE
41 #undef TRUE macro
46 #define TRUE 1 macro
128 fflag = TRUE;
152 errflg = TRUE;
176 if (fflag == TRUE)
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c138 int gotdraw = FALSE; /* TRUE when *drawfile has been added */
139 int gotbaseline = FALSE; /* TRUE after *baselinefile is added */
140 int inpath = FALSE; /* TRUE if we're putting pieces together */
187 gotdraw = TRUE;
442 if ( copy == TRUE )
444 inpath = TRUE;
473 * call this routine with copy set to TRUE.
479 if ( inpath == TRUE ) {
480 if ( copy == TRUE )
614 gotbaseline = TRUE;
[all...]
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c205 "volume.disc.is_videodvd", TRUE, &error);
208 "volume.disc.is_vcd", TRUE, &error);
211 "volume.disc.is_svcd", TRUE, &error);
251 is_rewritable = TRUE;
261 is_rewritable = TRUE;
265 is_rewritable = TRUE;
269 is_rewritable = TRUE;
273 is_rewritable = TRUE;
292 is_rewritable = TRUE;
302 is_rewritable = TRUE;
[all...]
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c181 profsym[i].print_mid = TRUE;
185 profsym[i].print_mid = TRUE;
309 (pn[i].pfrec)->print_mid = TRUE;
312 (pn[i].pfrec)->print_mid = TRUE;
322 static int first_time = TRUE;
327 time_in_ticks = TRUE;
576 mi->active = TRUE;
599 return (TRUE);
612 return (TRUE);
623 bool more_modules = TRUE;
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c139 return (TRUE);
150 return (TRUE);
160 * *bflags is TRUE if flags have already been seen in, the
166 * *b_flags is set to TRUE, and TRUE is returned. On error, FALSE
247 *b_flags = TRUE;
249 return (TRUE);
263 * Returns TRUE for success. On failure, issues an error message
271 return (TRUE);
396 b_len = TRUE;
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c121 static int use_nobody_keys = TRUE;
237 use_nobody_keys = TRUE;
635 return (TRUE);
663 return (TRUE);
691 return (TRUE);
715 return (TRUE);
744 return (TRUE);
772 return (TRUE);
801 return (TRUE);
828 return (TRUE);
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1041 return (TRUE);
1054 return (TRUE);
1065 bool more_modules = TRUE;
1167 mi->active = TRUE;
1301 found_cgraph = TRUE;
1306 found_pcsamples = TRUE;
1476 invalid_version = TRUE;
1536 static bool first_time = TRUE;
1560 if ((!first_time) && (old_style == TRUE)) {
1577 old_style = TRUE;
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c210 if (cbp->cb_nullcaller == TRUE) {
217 cbp->cb_nullcaller = TRUE;
233 if (cbp->cb_newer.cb_new == TRUE &&
234 cbp->cb_newer.cb_confirmed == TRUE) {
273 cbp->cb_notified_of_cb_path_down = TRUE;
310 rfs4_cb_freech(cbp, ch, TRUE);
311 if (cbp->cb_newer.cb_new == TRUE &&
312 cbp->cb_newer.cb_confirmed == TRUE) {
346 while (cbp->cb_newer.cb_new == TRUE && cbp->cb_nullcaller == FALSE) {
360 if (cbp->cb_newer.cb_new == FALSE || cbp->cb_nullcaller == TRUE)
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c312 return (TRUE);
481 * return TRUE if successful, FALSE if not
501 return (TRUE);
508 * move to next systems file. return TRUE if successful, FALSE if not
523 return (TRUE);
529 * return TRUE if successful, FALSE if not
543 return (TRUE);
550 * move to next devices file. return TRUE if successful, FALSE if not
563 return (TRUE);
570 * return TRUE i
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dtree.c85 #ifndef TRUE
86 # define TRUE 1 macro
158 RET(TRUE)
166 RET(TRUE)
203 *pi_balance = TRUE;
370 *pi_balance = TRUE;
374 *pi_balance = TRUE;
386 i_ret = TRUE;
405 *pi_uar_called = TRUE;
409 *pi_balance = TRUE;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c190 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v,
484 cbdata->verbose = TRUE;
557 int needhdr = TRUE;
593 if (cbdata->verbose == TRUE)
602 cbdata->found = TRUE; /* printed if false || reqid */
604 if (needhdr == TRUE) {
630 else if (cbdata->verbose == TRUE)
649 if ((needhdr == TRUE) && (cbdata->cb_reqid == 0)) {
672 if ((i = mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE,
715 if ((mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE,
[all...]
/illumos-gate/usr/src/cmd/filesync/
H A Drecon.c102 * The TRUE side of the samedata test handles minor differences.
337 errs = do_like(fp, OPT_SRC, TRUE);
343 errs = do_like(fp, OPT_DST, TRUE);
422 TRUE);
586 return (TRUE);
594 return (TRUE);
609 return (TRUE);
640 return (TRUE);
669 bool_t same = TRUE;
744 return (TRUE);
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c289 return(TRUE);
460 * return TRUE if successful, FALSE if not
487 return(TRUE);
497 * move to next systems file. return TRUE if successful, FALSE if not
512 return(TRUE);
518 * return TRUE if successful, FALSE if not
538 return(TRUE);
548 * move to next devices file. return TRUE if successful, FALSE if not
561 return(TRUE);
568 * return TRUE i
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c186 int_notified = TRUE;
193 usr1_notified = TRUE;
200 usr2_notified = TRUE;
331 pflag = TRUE;
334 fflag = TRUE;
337 cflag = TRUE;
338 iflag = TRUE; /* implies no interruptable syscalls */
341 aflag = TRUE;
344 eflag = TRUE;
347 iflag = TRUE;
[all...]
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c415 int default_size = TRUE;
439 auto_take = TRUE;
445 if (meds == TRUE || hosts == TRUE)
449 if (default_size == FALSE || force_label == TRUE)
454 hosts = TRUE;
456 meds = TRUE;
459 if (hosts == TRUE || meds == TRUE)
472 if (hosts == TRUE || med
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_defaults.c335 defaults, diskset, TYPE_HSP, &hsp, TRUE)) != 0) {
446 defaults, diskset, TYPE_MIRROR, &mirror, TRUE)) != 0) {
559 defaults, diskset, TYPE_MIRROR, &mirror, TRUE)) != 0) {
670 defaults, diskset, TYPE_MIRROR, &mirror, TRUE)) != 0) {
783 defaults, diskset, TYPE_MIRROR, &mirror, TRUE)) != 0) {
894 defaults, diskset, TYPE_MIRROR, &mirror, TRUE)) != 0) {
1007 defaults, diskset, TYPE_CONCAT, &concat, TRUE)) != 0) {
1120 defaults, diskset, TYPE_STRIPE, &stripe, TRUE)) != 0) {
1233 defaults, diskset, TYPE_STRIPE, &stripe, TRUE)) != 0) {
1346 defaults, diskset, TYPE_STRIPE, &stripe, TRUE)) !
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c465 *(CK_BBOOL *)encrypt_attr->pValue = TRUE;
471 *(CK_BBOOL *)verify_attr->pValue = TRUE;
477 *(CK_BBOOL *)verify_recover_attr->pValue = TRUE;
483 *(CK_BBOOL *)wrap_attr->pValue = TRUE;
507 if (nv_token_data->tweak_vector.allow_key_mods == TRUE)
600 *(CK_BBOOL *)decrypt_attr->pValue = TRUE;
606 *(CK_BBOOL *)sign_attr->pValue = TRUE;
612 *(CK_BBOOL *)sign_recover_attr->pValue = TRUE;
618 *(CK_BBOOL *)unwrap_attr->pValue = TRUE;
624 *(CK_BBOOL *)extractable_attr->pValue = TRUE;
[all...]
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c157 if (rd->sent_kill == TRUE) {
208 rd->sent_kill = TRUE;
237 return TRUE;
325 rd->emit_pid_exited = TRUE;
327 return TRUE;
344 rd->sent_kill = TRUE;
370 return TRUE;

Completed in 946 milliseconds

<<11121314151617181920>>