/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | hotplug.c | 77 if (!(data->di_flags & DEVINFO_HP_PHYSICAL) || 116 data.di_flags = 0; 119 'p', MDB_OPT_SETBITS, DEVINFO_HP_PHYSICAL, &data.di_flags, NULL) 129 data.di_flags |= DEVINFO_PARENT | DEVINFO_CHILD;
|
H A D | devinfo.c | 1002 if (data->di_flags & DEVINFO_PIPE) { 1008 if ((addr == data->di_base) || (data->di_flags & DEVINFO_ALLBOLD)) 1011 if ((addr == data->di_base) || (data->di_flags & DEVINFO_ALLBOLD)) 1024 if (data->di_flags & DEVINFO_VERBOSE) { 1049 data.di_flags = DEVINFO_PARENT | DEVINFO_CHILD; 1053 data.di_flags |= DEVINFO_PIPE; 1057 'v', MDB_OPT_SETBITS, DEVINFO_VERBOSE, &data.di_flags, 1058 'p', MDB_OPT_CLRBITS, DEVINFO_CHILD, &data.di_flags, 1059 'c', MDB_OPT_CLRBITS, DEVINFO_PARENT, &data.di_flags, NULL) != argc) 1069 if (data.di_flags [all...] |
H A D | devinfo.h | 49 uint_t di_flags; member in struct:devinfo_cb_data
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_as.c | 84 if (idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW)) 99 if (!(idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW))) 117 if (idp->di_flags & DT_IDFLG_LOCAL) 119 else if (idp->di_flags & DT_IDFLG_TLS) 124 if (idp->di_flags & DT_IDFLG_DIFR) 126 if (idp->di_flags & DT_IDFLG_DIFW) 133 idp->di_flags &= ~(DT_IDFLG_DIFR | DT_IDFLG_DIFW); 192 const char *kind, *mark = (idp->di_flags & DT_IDFLG_USER) ? "``" : "`"; 195 if (idp->di_flags & DT_IDFLG_USER) 197 else if (idp->di_flags [all...] |
H A D | dt_ident.c | 139 if (!(idp->di_flags & DT_IDFLG_DECL)) { 378 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, 398 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, 426 assert(dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN); 625 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, 793 idp->di_flags &= ~DT_IDFLG_ORPHAN; 823 if (!(idp->di_flags & DT_IDFLG_ORPHAN)) 912 idp->di_flags = flags; 966 if (idp->di_flags & DT_IDFLG_USER) 982 while (idp->di_flags [all...] |
H A D | dt_cg.c | 633 uint_t i = (((idp->di_flags & DT_IDFLG_LOCAL) != 0) << 1) | 634 ((idp->di_flags & DT_IDFLG_TLS) != 0); 674 idp->di_flags |= DT_IDFLG_DIFW; 729 idp->di_flags |= DT_IDFLG_DIFW; 1045 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; 1107 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; 1130 idp->di_flags |= DT_IDFLG_DIFW; 1158 assert(!(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL)); 1165 if (dnp->dn_ident->di_flags & DT_IDFLG_TLS) 1170 dnp->dn_ident->di_flags | [all...] |
H A D | dt_ident.h | 73 ushort_t di_flags; /* identifier flags (see below) */ member in struct:dt_ident
|
H A D | dt_parser.c | 573 if (dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN) 938 (dnp->dn_ident->di_flags & DT_IDFLG_INLINE)) { 1316 (idp->di_flags & DT_IDFLG_INLINE)) { 2252 (idp->di_flags & DT_IDFLG_INLINE) ? "inline" : ""); 2388 idp->di_flags |= (rdp->di_flags & 2726 if (idp->di_flags & DT_IDFLG_WRITE) 2773 idp->di_flags |= DT_IDFLG_PRIM; 2797 idp->di_flags |= DT_IDFLG_USER; 2890 (idp->di_flags [all...] |
H A D | dt_xlator.c | 156 dxp->dx_souid.di_flags = DT_IDFLG_REF; 167 dxp->dx_ptrid.di_flags = DT_IDFLG_REF;
|
H A D | dt_cc.c | 126 idp->di_flags &= ~(DT_IDFLG_REF | DT_IDFLG_MOD | 352 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { 401 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { 468 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { 543 !(aid->di_flags & DT_IDFLG_MOD)) {
|
/illumos-gate/usr/src/boot/include/ufs/ufs/ |
H A D | dinode.h | 143 u_int32_t di_flags; /* 88: Status flags (chflags). */ member in struct:ufs2_dinode 182 u_int32_t di_flags; /* 100: Status flags (chflags). */ member in struct:ufs1_dinode
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | common_sparc.c | 106 !(dip->di_flags & FLG_DI_IGNORE); dyn++, dip++) { 109 if ((dip->di_flags & FLG_DI_REGISTER) == 0)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dld_ioc.h | 92 uint_t di_flags; member in struct:dld_ioc_info 98 /* Values for di_flags */
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 376 (dip->di_flags & (FLG_DI_IGNORE | FLG_DI_LDD_DONE))) 388 dip->di_flags |= FLG_DI_LDD_DONE; 400 if (dip->di_flags & FLG_DI_GROUP) 413 if (ndx && (pdip = dip - 1) && (pdip->di_flags & FLG_DI_POSFLAG1)) 473 dip->di_flags |= FLG_DI_LAZYFAIL; 644 !(dip->di_flags & FLG_DI_IGNORE); dyn++, dip++) { 649 if ((dip->di_flags & FLG_DI_NEEDED) == 0) 658 if ((dip->di_flags & FLG_DI_DEFERRED) && 672 if ((dip->di_flags & FLG_DI_LAZY) && (lml->lm_head == clmp) && 674 dip->di_flags [all...] |
H A D | remove.c | 305 ((dip->di_flags & MSK_DI_FILTER) == 0)) 461 if ((dip->di_flags & FLG_DI_LAZY) == 0) 674 ((dip->di_flags & MSK_DI_FILTER) == 0)) 746 ((dip->di_flags & MSK_DI_FILTER) == 0)) 952 ((dip->di_flags & MSK_DI_FILTER) == 0)) 1374 ((dip->di_flags & MSK_DI_FILTER) == 0))
|
H A D | dlfcns.c | 1783 dyip->di_flags |= FLG_DI_DEF_DONE; 2121 if (!(dyip->di_flags & FLG_DI_IGNORE)) 2142 !(dyip->di_flags & FLG_DI_IGNORE); dyn++, dyip++) { 2145 if ((dyip->di_flags & FLG_DI_DEFERRED) == 0) 2158 if ((dyip->di_flags & FLG_DI_DEF_DONE) == 0)
|
H A D | tsort.c | 426 ((dip->di_flags & MSK_DI_FILTER) == 0))
|
H A D | analyze.c | 81 if (((dip->di_flags & MSK_DI_FILTER) == 0) || 82 ((dip->di_flags & FLG_DI_AUXFLTR) &&
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | ufs2.h | 137 grub_u_int32_t di_flags; /* 100: Status flags (chflags). */ member in struct:ufs1_dinode 163 grub_u_int32_t di_flags; /* 88: Status flags (chflags). */ member in struct:ufs2_dinode
|
H A D | xfs.h | 509 xfs_uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ member in struct:xfs_dinode_core
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 419 uint_t di_flags(di_node_t node);
|
H A D | devinfo.c | 998 di_flags(di_node_t node) function 1006 return (di_flags(node) & DEVI_RETIRED);
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 598 uint_t di_flags; member in struct:__anon1656
|
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_drv.c | 1493 if ((info->di_flags & DLDCOPYIN) && 1501 if ((info->di_flags & DLDCOPYOUT) &&
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | ext2fs.c | 274 u_int32_t di_flags; /* file flags */ member in struct:ext2dinode
|