Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_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 …]
H A Ddt_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 …]
H A Ddt_ident.c139 if (!(idp->di_flags & DT_IDFLG_DECL)) { in dt_idcook_assc()
378 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args()
398 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args()
426 assert(dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN); in dt_idcook_args()
625 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, in dt_idhash_populate()
793 idp->di_flags &= ~DT_IDFLG_ORPHAN; in dt_idhash_xinsert()
823 if (!(idp->di_flags & DT_IDFLG_ORPHAN)) in dt_idhash_delete()
912 idp->di_flags = flags; in dt_ident_create()
966 if (idp->di_flags & DT_IDFLG_USER) in dt_ident_cook()
982 while (idp->di_flags & DT_IDFLG_INLINE) { in dt_ident_resolve()
[all …]
H A Ddt_parser.c573 if (dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN) in dt_node_free()
938 (dnp->dn_ident->di_flags & DT_IDFLG_INLINE)) { in dt_node_is_dynamic()
1316 (idp->di_flags & DT_IDFLG_INLINE)) { in dt_node_ident()
2252 (idp->di_flags & DT_IDFLG_INLINE) ? "inline" : ""); in dt_node_inline()
2388 idp->di_flags |= (rdp->di_flags & in dt_node_inline()
2726 if (idp->di_flags & DT_IDFLG_WRITE) in dt_xcook_ident()
2773 idp->di_flags |= DT_IDFLG_PRIM; in dt_xcook_ident()
2797 idp->di_flags |= DT_IDFLG_USER; in dt_xcook_ident()
2890 (idp->di_flags & DT_IDFLG_LOCAL) ? "this->" : in dt_cook_var()
2891 (idp->di_flags & DT_IDFLG_TLS) ? "self->" : "", in dt_cook_var()
[all …]
H A Ddt_ident.h73 ushort_t di_flags; /* identifier flags (see below) */ member
H A Ddt_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()
H A Ddt_cc.c126 idp->di_flags &= ~(DT_IDFLG_REF | DT_IDFLG_MOD | in dt_idreset()
352 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_clear()
401 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_normalize()
468 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_trunc()
543 !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_printa()
H A Ddt_open.c1065 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, in dt_vopen()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c77 if (!(data->di_flags & DEVINFO_HP_PHYSICAL) || in hotplug_print()
116 data.di_flags = 0; in hotplug()
118 'p', MDB_OPT_SETBITS, DEVINFO_HP_PHYSICAL, &data.di_flags, NULL) in hotplug()
128 data.di_flags |= DEVINFO_PARENT | DEVINFO_CHILD; in hotplug()
H A Ddevinfo.c978 if ((addr == data->di_base) || (data->di_flags & DEVINFO_ALLBOLD)) in devinfo_print()
981 if ((addr == data->di_base) || (data->di_flags & DEVINFO_ALLBOLD)) in devinfo_print()
994 if (data->di_flags & DEVINFO_VERBOSE) { in devinfo_print()
1019 data.di_flags = DEVINFO_PARENT | DEVINFO_CHILD; in prtconf()
1022 'v', MDB_OPT_SETBITS, DEVINFO_VERBOSE, &data.di_flags, in prtconf()
1023 'p', MDB_OPT_CLRBITS, DEVINFO_CHILD, &data.di_flags, in prtconf()
1024 'c', MDB_OPT_CLRBITS, DEVINFO_PARENT, &data.di_flags, NULL) != argc) in prtconf()
1034 if (data.di_flags & DEVINFO_VERBOSE) in prtconf()
1035 data.di_flags |= DEVINFO_ALLBOLD; in prtconf()
1041 if ((data.di_flags & (DEVINFO_PARENT | DEVINFO_CHILD)) == in prtconf()
[all …]
H A Ddevinfo.h48 uint_t di_flags; member
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Delf.c376 (dip->di_flags & (FLG_DI_IGNORE | FLG_DI_LDD_DONE))) in elf_lazy_load()
388 dip->di_flags |= FLG_DI_LDD_DONE; in elf_lazy_load()
400 if (dip->di_flags & FLG_DI_GROUP) in elf_lazy_load()
413 if (ndx && (pdip = dip - 1) && (pdip->di_flags & FLG_DI_POSFLAG1)) in elf_lazy_load()
473 dip->di_flags |= FLG_DI_LAZYFAIL; in elf_lazy_load()
644 !(dip->di_flags & FLG_DI_IGNORE); dyn++, dip++) { in elf_needed()
649 if ((dip->di_flags & FLG_DI_NEEDED) == 0) in elf_needed()
658 if ((dip->di_flags & FLG_DI_DEFERRED) && in elf_needed()
672 if ((dip->di_flags & FLG_DI_LAZY) && (lml->lm_head == clmp) && in elf_needed()
674 dip->di_flags &= ~FLG_DI_LAZY; in elf_needed()
[all …]
H A Dremove.c305 ((dip->di_flags & MSK_DI_FILTER) == 0)) in remove_so()
461 if ((dip->di_flags & FLG_DI_LAZY) == 0) in remove_lists()
674 ((dip->di_flags & MSK_DI_FILTER) == 0)) in gdp_collect()
746 ((dip->di_flags & MSK_DI_FILTER) == 0)) in remove_rescan()
952 ((dip->di_flags & MSK_DI_FILTER) == 0)) in remove_lmc()
1374 ((dip->di_flags & MSK_DI_FILTER) == 0)) in remove_hdl()
H A Ddlfcns.c1783 dyip->di_flags |= FLG_DI_DEF_DONE; in set_def_need()
2121 if (!(dyip->di_flags & FLG_DI_IGNORE)) in dlinfo_core()
2142 !(dyip->di_flags & FLG_DI_IGNORE); dyn++, dyip++) { in dlinfo_core()
2145 if ((dyip->di_flags & FLG_DI_DEFERRED) == 0) in dlinfo_core()
2158 if ((dyip->di_flags & FLG_DI_DEF_DONE) == 0) in dlinfo_core()
H A Dtsort.c426 ((dip->di_flags & MSK_DI_FILTER) == 0)) in dep_visit()
H A Danalyze.c81 if (((dip->di_flags & MSK_DI_FILTER) == 0) || in load_filtees()
82 ((dip->di_flags & FLG_DI_AUXFLTR) && in load_filtees()
/titanic_50/usr/src/cmd/sgs/rtld/sparc/
H A Dcommon_sparc.c106 !(dip->di_flags & FLG_DI_IGNORE); dyn++, dip++) { in elf_regsyms()
109 if ((dip->di_flags & FLG_DI_REGISTER) == 0) in elf_regsyms()
/titanic_50/usr/src/uts/common/sys/
H A Ddld_ioc.h92 uint_t di_flags; member
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dufs2.h137 grub_u_int32_t di_flags; /* 100: Status flags (chflags). */ member
163 grub_u_int32_t di_flags; /* 88: Status flags (chflags). */ member
H A Dxfs.h509 xfs_uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ member
/titanic_50/usr/src/lib/libdevinfo/
H A Dmapfile-vers204 di_flags;
H A Dlibdevinfo.h419 uint_t di_flags(di_node_t node);
H A Ddevinfo.c998 di_flags(di_node_t node) in di_flags() function
1006 return (di_flags(node) & DEVI_RETIRED); in di_retired()
/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h598 uint_t di_flags; member
/titanic_50/usr/src/uts/common/io/dld/
H A Ddld_drv.c1692 if ((info->di_flags & DLDCOPYIN) && in drv_ioctl()
1700 if ((info->di_flags & DLDCOPYOUT) && in drv_ioctl()