Searched refs:TRUE (Results 1001 - 1025 of 1436) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnseval.c147 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE);
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsaddr.c314 * RETURN: TRUE if the ResourceType field is OK, FALSE otherwise
362 return (TRUE);
H A Drscalc.c704 NameFound = TRUE;
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutobject.c369 * RETURN: TRUE if object is valid, FALSE otherwise
399 return (TRUE);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c1194 locker->new_lock_owner = TRUE;
1693 *last_time = TRUE;
1971 needrecov = nfs4_needs_recovery(ep, TRUE, mi->mi_vfsp);
1997 t, cred_otw, TRUE, NULL);
2315 nfs4open_confirm(vp, &seqid, &op_res->stateid, cr, TRUE,
2316 &retry_open, oop, TRUE, ep, NULL);
2389 nfs4_attr_cache(vp, garp, t, cr, TRUE, NULL);
H A Dnfs4_subr.c1248 cred_cloned = TRUE;
1333 client->cl_nosignal = TRUE;
1435 tryagain = TRUE;
1803 bool_t first_time = TRUE; /* first time getting OTW cred */
1912 if (last_time == TRUE)
2045 * set it to TRUE.
2137 &recov_state, TRUE);
2203 OH_LOOKUP, &recov_state, TRUE);
2944 * Return TRUE if the file has any pages. Always go back to
3021 return (TRUE);
[all...]
H A Dnfs_export.c893 * return TRUE if the same.
899 return (TRUE);
1006 lock->locked = TRUE;
1008 return (TRUE);
1536 srv_secinfo_treeclimb(exi, newsec, newcnt, TRUE);
1554 &exi->exi_export.ex_seccnt, oldsec, oldcnt, TRUE);
1668 curcnt = build_seclist_nodups(&exi->exi_export, cursec, TRUE);
1998 return (TRUE);
2071 * "TRUE" is passed to build_seclist_nodups(), only explicitly
2074 seccnt = build_seclist_nodups(&exi->exi_export, sec, TRUE);
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c94 (void (*)(void *))_sd_flush_thread, 0, TRUE));
178 TRUE);
436 hold_candidate = TRUE;
451 dealloc = TRUE;
458 0) == TRUE) {
488 if (hold_candidate == TRUE &&
515 } /* if (hold_candidate == TRUE */
683 } /* while (TRUE) */
746 return (TRUE);
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c211 * This is set to TRUE the first time env data is stored in the cache
1599 } else if (env_cache_updated == TRUE) {
1614 } else if (env_cache_updated == TRUE) {
1629 } else if (env_cache_updated == TRUE) {
1638 * we ensure <env_cache_updated> is set to TRUE so that
1645 env_cache_updated = TRUE;
1692 * TRUE. For a Serengeti only one position in the array will be TRUE.
1697 static int first_time = TRUE;
1895 board_cache_updated = TRUE;
[all...]
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c3356 return (TRUE);
4526 sp->cmd_cdb[FAS_PROXY_RESULT] = TRUE;
5957 sp->cmd_cdb[FAS_PROXY_RESULT] = TRUE;
6646 if (fas_startcmd(fas, sp) != TRUE) {
7754 rval = TRUE;
7940 return (TRUE);
8124 sp->cmd_cdb[FAS_PROXY_RESULT] == TRUE) {
8128 rval = TRUE;
8186 rval = TRUE;
8277 rval = TRUE;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c2004 *last_deref = TRUE;
2047 non_array = TRUE;
2229 'C', MDB_OPT_SETBITS, TRUE, &dummy,
2233 'i', MDB_OPT_SETBITS, TRUE, &dummy,
2234 'L', MDB_OPT_SETBITS, TRUE, &dummy,
2237 'p', MDB_OPT_SETBITS, TRUE, &dummy,
2280 'C', MDB_OPT_SETBITS, TRUE, &opt_C,
2284 'i', MDB_OPT_SETBITS, TRUE, &opt_i,
2285 'L', MDB_OPT_SETBITS, TRUE, &opt_L,
2288 'p', MDB_OPT_SETBITS, TRUE,
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c408 _audit_activity(auditors->ad_list, clmp, flags, TRUE);
411 _audit_activity(AUDITORS(clmp)->ad_list, clmp, flags, TRUE);
515 alp->al_libname, NAME(hlmp), flags, TRUE));
1154 _audit_preinit(auditors->ad_list, mlmp, TRUE);
1157 _audit_preinit(AUDITORS(mlmp)->ad_list, mlmp, TRUE);
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c112 #ifndef TRUE
113 #define TRUE (1) macro
1261 CK_BBOOL true = TRUE;
2668 TRUE) != SASL_OK) {
2690 (unsigned char *) qop, TRUE) != SASL_OK) {
2710 TRUE) != SASL_OK) {
4042 TRUE) != SASL_OK) {
4051 TRUE) != SASL_OK) {
4053 "authzid", (char *) oparams->user, TRUE) != SASL_OK) {
4061 "nonce", text->nonce, TRUE) !
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1755 'F', MDB_OPT_SETBITS, TRUE, &opt_F, NULL) != argc)
3085 cid->cid_print_head = TRUE;
3127 found_one = TRUE;
3154 cid->cid_print_head = TRUE;
3222 cid->cid_print_head = TRUE;
3243 cid.cid_print_head = DCMD_HDRSPEC(flags) ? TRUE : FALSE;
3250 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc)
3254 cid.cid_print_ithr = TRUE;
3255 cid.cid_print_thr = TRUE;
3256 cid.cid_print_flags = TRUE;
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c328 * - TRUE: buffers were written
545 bd_chain->bd_chain_phy, (u16_t)pdev->params.l4_scq_page_cnt, sizeof(struct toe_tx_cqe), 1, TRUE);
588 bd_chain->bd_chain_phy, (u16_t)pdev->params.l4_rcq_page_cnt, sizeof(struct toe_rx_cqe), 1, TRUE);
614 grq->grq_compensate_on_alloc = TRUE;
625 bd_chain->bd_chain_phy, (u16_t)pdev->params.l4_grq_page_cnt, sizeof(struct toe_rx_grq_bd), 0, TRUE);
1187 lm_status = lm_tcp_init_resc(pdev, TRUE);
1238 DbgBreakIf(rcq->suspend_processing == TRUE);
1294 rcq->suspend_processing = pdev->params.update_toe_comp_cnt ? TRUE : FALSE;
1646 lm_bd_chain_add_page(pdev,&con->bd_chain,phy_mblk[block_idx].free, phy_mblk[block_idx].free_phy, bd_size, TRUE);
2952 cmp_rx = TRUE;
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c244 drop_struct_lock = TRUE;
1105 drop_struct_lock = TRUE;
1214 return (TRUE);
1405 err = dbuf_hold_impl(dn, 0, 0, TRUE, FALSE, FTAG, &db);
1539 trunc = TRUE;
1579 TRUE, FALSE, FTAG, &db) == 0) {
1617 TRUE, FALSE, FTAG, &db) == 0) {
1745 /* return TRUE if this blkid was freed in a recent txg, or FALSE if it wasn't */
1763 return (TRUE);
1869 error = dbuf_hold_impl(dn, lvl, blkid, TRUE, FALS
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c180 /* "readonly" is optional. Default is TRUE */
484 CK_BBOOL true = TRUE;
1103 CK_BBOOL true = TRUE;
1413 static CK_BBOOL true = TRUE;
1519 static CK_BBOOL true = TRUE;
1591 static CK_BBOOL true = TRUE;
1671 boolean_t storekey = TRUE;
1680 /* "storekey" is optional. Default is TRUE */
1968 /* "destroy" is optional. Default is TRUE */
2182 CK_BBOOL true = TRUE;
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs806 * non-null it will be set to TRUE if a new tie has been created, and FALSE if
832 entry = hv_fetch(hash, key[k], strlen(key[k]), TRUE);
866 stash = gv_stashpv("Sun::Solaris::Kstat::_Stat", TRUE);
1165 * accessed (kip->read == TRUE). If refresh is false, this function is being
1218 kip->read = TRUE;
1285 stash = gv_stashpv(class, TRUE);
1295 kstatinfo.valid = TRUE;
1386 if (! apply_to_ties(self, (ATTCb_t)read_kstats, (void *)TRUE)) {
1416 kstatinfo.valid = TRUE;
1480 kip->valid = TRUE;
[all...]
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c668 is_visible = TRUE;
731 dbus_bool_t is_mounted_read_only; /* TRUE iff is_mounted and r/o fs */
1916 is_imply_opt = TRUE;
1969 "/org/freedesktop/Hal/devices/computer", drive->mount_options, MOUNT_OPTIONS_SIZE, TRUE);
1971 drive->udi, drive->mount_options, MOUNT_OPTIONS_SIZE, TRUE);
2012 "/org/freedesktop/Hal/devices/computer", volume->mount_options, MOUNT_OPTIONS_SIZE, TRUE);
2014 volume->udi, volume->mount_options, MOUNT_OPTIONS_SIZE, TRUE);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c203 #ifndef TRUE
204 #define TRUE (1) macro
222 int tt_ttisstd; /* TRUE if trans is std time */
223 int tt_ttisgmt; /* TRUE if transition is GMT */
717 year_is_cached = TRUE;
836 return (mktime1(tmptr, TRUE));
1634 if (ttisp->tt_ttisstd != TRUE &&
1648 if (ttisp->tt_ttisgmt != TRUE &&
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c279 'c', MDB_OPT_SETBITS, TRUE, &opt_c,
280 's', MDB_OPT_SETBITS, TRUE, &opt_s, NULL) != argc)
1513 'l', MDB_OPT_SETBITS, TRUE, &opt_l,
1514 'r', MDB_OPT_SETBITS, TRUE, &opt_r,
1515 's', MDB_OPT_SETBITS, TRUE, &opt_s,
1516 'u', MDB_OPT_SETBITS, TRUE, &opt_u, NULL) != argc)
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c70 bool_t getall; /* TRUE if all dbm for prefix open */
300 * otherwise, search for it using fhpath. If getall is TRUE, open all
372 dbp->getall = TRUE;
1588 dbp = db_get_all_databases(fhpath, TRUE);
1615 dbp = db_get_all_databases(fhpath, TRUE);
1687 (void) db_get_all_databases(fhpath, TRUE);
1744 * the 'prune_timeout' value. TRUE if all links are old and FALSE
1789 return (TRUE);
1822 (void) db_get_all_databases(fhpath, TRUE);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h136 ((void)((krb5_log) && (krb5_log & (A)) && (printf((B), (C), (D)), TRUE)))
138 ((void)((krb5_log) && (krb5_log & (A)) && (printf((B), (C)), TRUE)))
140 ((void)((krb5_log) && (krb5_log & (A)) && (printf((B)), TRUE)))
148 (syslog(LOG_DEBUG, (B), (C), (D)), TRUE)))
151 (syslog(LOG_DEBUG, (B), (C)), TRUE)))
154 (syslog(LOG_DEBUG, B), TRUE)))
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c163 error = auto_lookup_request(fnip, name, &link, TRUE, &mountreq, cred);
267 error = auto_mount_request(fnip, name, &alp, cred, TRUE);
657 reqst.isdirect = fnip->fi_flags & MF_DIRECT ? TRUE : FALSE;
680 *mountreq = TRUE;
755 reqst.isdirect = fnip->fi_flags & MF_DIRECT ? TRUE : FALSE;
983 * this function returns FALSE, if there is a problem it returns TRUE.
1956 ul.isdirect = fnip->fi_flags & MF_DIRECT ? TRUE : FALSE;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c184 DbgBreakIf(TRUE);
679 pdev->vars.cable_is_attached = TRUE;
709 pdev->vars.cable_is_attached = TRUE;
870 u8_t b_indicate = TRUE;
919 lm_stats_on_link_update(pdev, TRUE );
1955 b_exit = TRUE;

Completed in 253 milliseconds

<<41424344454647484950>>