Home
last modified time | relevance | path

Searched refs:di_flags (Results 1 – 25 of 25) sorted by relevance

/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_as.c84 if (idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW)) in dt_countvar()
99 if (!(idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW))) in dt_copyvar()
117 if (idp->di_flags & DT_IDFLG_LOCAL) in dt_copyvar()
119 else if (idp->di_flags & DT_IDFLG_TLS) in dt_copyvar()
124 if (idp->di_flags & DT_IDFLG_DIFR) in dt_copyvar()
126 if (idp->di_flags & DT_IDFLG_DIFW) in dt_copyvar()
133 idp->di_flags &= ~(DT_IDFLG_DIFR | DT_IDFLG_DIFW); in dt_copyvar()
192 const char *kind, *mark = (idp->di_flags & DT_IDFLG_USER) ? "``" : "`"; in dt_as_undef()
195 if (idp->di_flags & DT_IDFLG_USER) in dt_as_undef()
197 else if (idp->di_flags & DT_IDFLG_PRIM) in dt_as_undef()
[all …]
HDdt_cg.c633 uint_t i = (((idp->di_flags & DT_IDFLG_LOCAL) != 0) << 1) | in dt_cg_stvar()
634 ((idp->di_flags & DT_IDFLG_TLS) != 0); in dt_cg_stvar()
674 idp->di_flags |= DT_IDFLG_DIFW; in dt_cg_prearith_op()
729 idp->di_flags |= DT_IDFLG_DIFW; in dt_cg_postarith_op()
1045 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_asgn_op()
1107 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_asgn_op()
1130 idp->di_flags |= DT_IDFLG_DIFW; in dt_cg_asgn_op()
1158 assert(!(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL)); in dt_cg_assoc_op()
1165 if (dnp->dn_ident->di_flags & DT_IDFLG_TLS) in dt_cg_assoc_op()
1170 dnp->dn_ident->di_flags |= DT_IDFLG_DIFR; in dt_cg_assoc_op()
[all …]
HDdt_ident.c148 if (!(idp->di_flags & DT_IDFLG_DECL)) { in dt_idcook_assc()
388 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args()
408 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args()
436 assert(dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN); in dt_idcook_args()
635 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, in dt_idhash_populate()
803 idp->di_flags &= ~DT_IDFLG_ORPHAN; in dt_idhash_xinsert()
833 if (!(idp->di_flags & DT_IDFLG_ORPHAN)) in dt_idhash_delete()
922 idp->di_flags = flags; in dt_ident_create()
976 if (idp->di_flags & DT_IDFLG_USER) in dt_ident_cook()
992 while (idp->di_flags & DT_IDFLG_INLINE) { in dt_ident_resolve()
[all …]
HDdt_parser.c578 if (dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN) in dt_node_free()
943 (dnp->dn_ident->di_flags & DT_IDFLG_INLINE)) { in dt_node_is_dynamic()
1321 (idp->di_flags & DT_IDFLG_INLINE)) { in dt_node_ident()
2248 (idp->di_flags & DT_IDFLG_INLINE) ? "inline" : ""); in dt_node_inline()
2384 idp->di_flags |= (rdp->di_flags & in dt_node_inline()
2722 if (idp->di_flags & DT_IDFLG_WRITE) in dt_xcook_ident()
2769 idp->di_flags |= DT_IDFLG_PRIM; in dt_xcook_ident()
2793 idp->di_flags |= DT_IDFLG_USER; in dt_xcook_ident()
2886 (idp->di_flags & DT_IDFLG_LOCAL) ? "this->" : in dt_cook_var()
2887 (idp->di_flags & DT_IDFLG_TLS) ? "self->" : "", in dt_cook_var()
[all …]
HDdt_ident.h73 ushort_t di_flags; /* identifier flags (see below) */ member
HDdt_xlator.c156 dxp->dx_souid.di_flags = DT_IDFLG_REF; in dt_xlator_create()
167 dxp->dx_ptrid.di_flags = DT_IDFLG_REF; in dt_xlator_create()
HDdt_cc.c127 idp->di_flags &= ~(DT_IDFLG_REF | DT_IDFLG_MOD | in dt_idreset()
353 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_clear()
402 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_normalize()
469 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_trunc()
544 !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_printa()
HDdt_open.c1328 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, in dt_vopen()
/trueos/sys/ufs/ufs/
HDdinode.h143 u_int32_t di_flags; /* 88: Status flags (chflags). */ member
181 u_int32_t di_flags; /* 100: Status flags (chflags). */ member
/trueos/usr.sbin/makefs/ffs/
HDufs_inode.h60 #define i_ffs1_flags i_din.ffs1_din.di_flags
81 #define i_ffs2_flags i_din.ffs2_din.di_flags
HDffs_bswap.c139 n->di_flags = bswap32(o->di_flags); in ffs_dinode1_swap()
166 n->di_flags = bswap32(o->di_flags); in ffs_dinode2_swap()
/trueos/sbin/dump/
HDtraverse.c115 if ((DIP(dp, di_flags) & SF_SNAPSHOT) != 0) in blockest()
138 (nonodump || (DIP(dp, di_flags) & UF_NODUMP) != UF_NODUMP))
225 (DIP(dp, di_flags) & UF_NODUMP)) in mapfiles()
473 if ((DIP(dp, di_flags) & SF_SNAPSHOT) != 0) { in dumpino()
475 DIP_SET(dp, di_flags, DIP(dp, di_flags) & ~SF_SNAPSHOT); in dumpino()
488 spcl.c_file_flags = dp->dp1.di_flags; in dumpino()
502 spcl.c_file_flags = dp->dp2.di_flags; in dumpino()
/trueos/sys/ufs/ffs/
HDffs_subr.c115 ip->i_flags = ip->i_din1->di_flags;
125 ip->i_flags = ip->i_din2->di_flags;
HDffs_snapshot.c1049 dip->di_flags &= ~SF_SNAPSHOT;
1333 dip->di_flags &= ~SF_SNAPSHOT;
/trueos/sbin/tunefs/
HDtunefs.c927 dp1->di_flags = 0; in journal_clear()
929 dp2->di_flags = 0; in journal_clear()
1015 dp1->di_flags = SF_IMMUTABLE | SF_NOUNLINK | UF_NODUMP; in journal_alloc()
1024 dp2->di_flags = SF_IMMUTABLE | SF_NOUNLINK | UF_NODUMP; in journal_alloc()
/trueos/contrib/tcpdump/
HDdecnet.h448 byte di_flags; /* message flags */ member
/trueos/sbin/growfs/
HDdebug.c718 fprintf(dbg_log, "flags u_int32_t 0x%08x\n", ino->di_flags); in dbg_dump_ufs1_ino()
767 fprintf(dbg_log, "flags u_int32_t 0x%08x\n", ino->di_flags); in dbg_dump_ufs2_ino()
/trueos/sbin/fsdb/
HDfsdbutil.c197 DIP(dp, di_flags), (intmax_t)blocks, (intmax_t)gen); in printstat()
HDfsdb.c983 DIP_SET(curinode, di_flags, flags); in CMDFUNCSTART()
/trueos/usr.sbin/makefs/
HDffs.c653 dinp->di_flags = cur->inode->st.st_flags; in ffs_build_dinode1()
701 dinp->di_flags = cur->inode->st.st_flags; in ffs_build_dinode2()
/trueos/sbin/fsck_ffs/
HDpass1.c371 if (DIP(dp, di_flags) & SF_SNAPSHOT) in checkinode()
HDinode.c700 DIP_SET(dp, di_flags, 0); in allocino()
HDsuj.c2378 if ((DIP(ip, di_flags) & (SF_IMMUTABLE | SF_NOUNLINK)) != in suj_verifyino()
2381 DIP(ip, di_flags), (uintmax_t)sujino); in suj_verifyino()
/trueos/sbin/quotacheck/
HDquotacheck.c400 if (DIP(dp, di_flags) & SF_SNAPSHOT) in chkquota()
/trueos/lib/libstand/
HDext2fs.c274 u_int32_t di_flags; /* file flags */ member