/titanic_41/usr/src/cmd/sgs/librtld/common/ |
H A D | relocate.c | 119 reloc->r_flags = FLG_R_INC; in count_reloc() 126 reloc->r_flags |= FLG_R_UNDO; in count_reloc() 179 reloc->r_flags = FLG_R_CLR; in count_reloc() 188 reloc->r_flags = in count_reloc() 204 reloc->r_flags = in count_reloc() 221 reloc->r_flags = FLG_R_INC; in count_reloc() 244 reloc->r_flags = FLG_R_CLR; in count_reloc() 251 reloc->r_flags = (FLG_R_APPLY | FLG_R_CLR); in count_reloc() 357 reloc->r_flags = FLG_R_INC; in count_reloc() 361 reloc->r_flags = FLG_R_CLR; in count_reloc() [all …]
|
H A D | _librtld.h | 70 int r_flags; member
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 201 !(rp->r_flags & RINDNLCPURGE)) { in nfs_purge_caches() 207 rp->r_flags |= RINDNLCPURGE; in nfs_purge_caches() 211 if (rp->r_flags & RINDNLCPURGE) in nfs_purge_caches() 212 rp->r_flags &= ~RINDNLCPURGE; in nfs_purge_caches() 262 rp->r_flags &= ~RLOOKUP; in nfs_purge_rddir_cache() 263 rp->r_flags |= RREADDIRPLUS; in nfs_purge_rddir_cache() 522 if (!(rp->r_flags & RWRITEATTR)) { in nfs_attr_cache() 554 if (mtime_changed && !(rp->r_flags & RINCACHEPURGE)) { in nfs_attr_cache() 555 rp->r_flags |= RINCACHEPURGE; in nfs_attr_cache() 572 if ((rp->r_flags & RINCACHEPURGE) && cachepurge_set) { in nfs_attr_cache() [all …]
|
H A D | nfs4_rnode.c | 219 if ((rp->r_flags & R4DIRTY) && !rp->r_error) { in r4flushpages() 534 rp->r_flags |= R4ISXATTR; in makenfs4node() 602 if (rp->r_flags & R4HASHED) { in make_rnode4() 672 rp->r_flags = R4READDIRWATTR; in make_rnode4() 722 if (rp->r_flags & R4LODANGLERS) { in uninit_rnode4() 727 ASSERT(!(rp->r_flags & R4HASHED)); in uninit_rnode4() 748 if (rp->r_flags & R4DELMAPLIST) in uninit_rnode4() 778 if (((rnode4_new > nrnode || !(rp->r_flags & R4HASHED) || in rp4_addfree() 782 rp->r_error || (rp->r_flags & R4RECOVERR) || in rp4_addfree() 784 if (rp->r_flags & R4HASHED) { in rp4_addfree() [all …]
|
H A D | nfs4_client.c | 147 ((rp->r_flags & R4PGFLUSH) && rp->r_pgflush != curthread)) { in nfs4_waitfor_purge_complete() 151 ((rp->r_flags & R4PGFLUSH) && in nfs4_waitfor_purge_complete() 235 rp->r_flags |= R4STALE; in nfs4_purge_stale_fh() 269 rp->r_flags &= ~R4LOOKUP; in nfs4_purge_caches() 313 if (rp->r_flags & R4PGFLUSH) { in nfs4_purge_caches() 316 rp->r_flags |= R4PGFLUSH; in nfs4_purge_caches() 377 rp->r_flags &= ~R4PGFLUSH; in nfs4_pgflush_thread() 400 rp->r_flags &= ~R4LOOKUP; in nfs4_purge_rddir_cache() 401 rp->r_flags |= R4READDIRWATTR; in nfs4_purge_rddir_cache() 485 if ((rp->r_flags & R4PGFLUSH) && rp->r_pgflush != curthread) { in nfs4_attr_cache() [all …]
|
H A D | nfs_common.c | 585 if (rp->r_flags & RDIRECTIO) in nfs_directio() 594 if (rp->r_flags & RDIRECTIO) { in nfs_directio() 600 ((rp->r_flags & RDIRTY) || rp->r_awcount > 0)) { in nfs_directio() 616 rp->r_flags |= RDIRECTIO; in nfs_directio() 624 rp->r_flags &= ~RDIRECTIO; /* disable direct mode */ in nfs_directio()
|
H A D | nfs3_vnops.c | 444 if (rp->r_flags & RWRITEATTR) in nfs3_close() 576 (((rp->r_flags & RDIRECTIO) || (mi->mi_flags & MI_DIRECTIO)) && in nfs3_read() 592 while (rp->r_flags & RINCACHEPURGE) { in nfs3_read() 737 (((rp->r_flags & RDIRECTIO) || (mi->mi_flags & MI_DIRECTIO)) && in nfs3_write() 746 if (rp->r_flags & RSTALE) { in nfs3_write() 790 if (rp->r_flags & RSTALE) { in nfs3_write() 889 (rp->r_flags & ROUTOFSPACE)) { in nfs3_write() 1027 (rp->r_flags & RDIRECTIO) || in nfs3write() 1090 if (rp->r_flags & RHAVEVERF) { in nfs3write() 1107 rp->r_flags |= RHAVEVERF; in nfs3write() [all …]
|
H A D | nfs_vnops.c | 406 if (rp->r_flags & RWRITEATTR) in nfs_close() 454 (((rp->r_flags & RDIRECTIO) || (mi->mi_flags & MI_DIRECTIO)) && in nfs_read() 492 while (rp->r_flags & RINCACHEPURGE) { in nfs_read() 641 (((rp->r_flags & RDIRECTIO) || (mi->mi_flags & MI_DIRECTIO)) && in nfs_write() 649 if (rp->r_flags & RSTALE) { in nfs_write() 686 if (rp->r_flags & RSTALE) { in nfs_write() 784 (rp->r_flags & ROUTOFSPACE)) { in nfs_write() 934 rp->r_flags |= RWRITEATTR; in nfswrite() 1122 ((rp->r_flags & RDIRTY) || rp->r_awcount > 0)) { in nfs_getattr() 1216 ((rp->r_flags & RDIRTY) || in nfssetattr() [all …]
|
H A D | nfs4_vnops.c | 1356 if (VTOR4(vp)->r_flags & R4RECOVERR) in nfs4open_otw() 1757 !(rp->r_flags & R4RECOVERR)) { in nfs4_reopen() 1772 if (rp->r_flags & R4RECOVERR) { in nfs4_reopen() 2501 rp->r_flags &= ~R4WRITEMODIFIED; in nfs4close_otw() 2637 if (rp->r_flags & R4RECOVERRP) in nfs4_read() 2651 (((rp->r_flags & R4DIRECTIO) || (mi->mi_flags & MI4_DIRECTIO)) && in nfs4_read() 2670 while (rp->r_flags & R4INCACHEPURGE) { in nfs4_read() 2761 if (rp->r_flags & R4RECOVERRP) in nfs4_write() 2837 (((rp->r_flags & R4DIRECTIO) || (mi->mi_flags & MI4_DIRECTIO)) && in nfs4_write() 2844 if (rp->r_flags & R4STALE) { in nfs4_write() [all …]
|
H A D | nfs4_recovery.c | 662 if (rp->r_flags & R4RECOVERR) { in nfs4_check_recov_err() 692 rp->r_flags &= in nfs4_check_recov_err() 1914 if (rp->r_flags & R4RECOVERR) { in recov_filehandle() 1923 if (rp->r_flags & R4RECEXPFH) { in recov_filehandle() 1924 while (rp->r_flags & R4RECEXPFH) { in recov_filehandle() 1930 rp->r_flags |= R4RECEXPFH; in recov_filehandle() 1974 rp->r_flags &= ~R4RECEXPFH; in recov_filehandle() 2009 if (rp->r_flags & R4RECOVERR) { in recov_stale() 2017 if (rp->r_flags & R4STALE) { in recov_stale() 2172 rootrp->r_flags |= (R4RECOVERR | R4STALE); in recov_stale() [all …]
|
H A D | nfs_subr.c | 2201 if ((rp->r_flags & RDIRTY) && !rp->r_error) { in rinactive() 2488 if (rp->r_flags & RHASHED) { in make_rnode() 2590 rp->r_flags = RREADDIRPLUS; in make_rnode() 2694 if (((rnew > nrnode || !(rp->r_flags & RHASHED) || rp->r_error || in rp_addfree() 2696 if (rp->r_flags & RHASHED) { in rp_addfree() 2826 ASSERT(!(rp->r_flags & RHASHED)); in rp_addhash() 2834 rp->r_flags |= RHASHED; in rp_addhash() 2854 ASSERT(rp->r_flags & RHASHED); in rp_rmhash_locked() 2860 rp->r_flags &= ~RHASHED; in rp_rmhash_locked() 2953 (vn_has_cached_data(vp) && (rp->r_flags & RDIRTY)) || in check_rtable() [all …]
|
H A D | nfs4_callback.c | 323 rflag = rp->r_flags; in cb_getattr() 1512 !(rp->r_flags & R4HASHED)))) in nfs4_do_delegreturn() 1547 if (rp->r_flags & R4RECOVERR) { in nfs4_resend_delegreturn() 1658 do_reopen = !(rp->r_flags & R4RECOVERRP); in nfs4delegreturn_impl() 2102 rdirty = rp->r_flags & R4DIRTY; in nfs4delegreturn_thread() 2117 rip = rp->r_flags & R4RECOVERRP; in nfs4delegreturn_thread() 2240 rflag = rp->r_flags; in nfs4_delegation_accept()
|
H A D | nfs4_subr.c | 1834 if (rp->r_flags & R4ISXATTR) { in nfs4_remap_file() 2896 if (rp->r_flags & R4DIRECTIO) in nfs4_directio() 2905 if (rp->r_flags & R4DIRECTIO) { in nfs4_directio() 2911 ((rp->r_flags & R4DIRTY) || rp->r_awcount > 0)) { in nfs4_directio() 2927 rp->r_flags |= R4DIRECTIO; in nfs4_directio() 2935 rp->r_flags &= ~R4DIRECTIO; /* disable direct mode */ in nfs4_directio() 3137 if (rp->r_flags & R4ISXATTR) in rnode4info() 3152 (void *)rp, path, type, rp->r_flags, in rnode4info()
|
H A D | nfs_vfsops.c | 999 if (rp->r_flags & RHASHED) in nfs_mount() 1338 if (rp->r_flags & RHASHED) in nfsrootvp() 1474 if (svp && rp->r_flags & RSTALE) { in nfs_root() 1476 rp->r_flags &= ~RSTALE; in nfs_root() 1635 if (VTOR(vp)->r_flags & RSTALE) { in nfs_vget()
|
H A D | nfs3_vfsops.c | 968 if (rp->r_flags & RHASHED) in nfs3_mount() 1343 if (rp->r_flags & RHASHED) in nfs3rootvp() 1479 if (svp && rp->r_flags & RSTALE) { in nfs3_root() 1481 rp->r_flags &= ~RSTALE; in nfs3_root() 1630 if (VTOR(vp)->r_flags & RSTALE) { in nfs3_vget()
|
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr2.c | 351 if (np->r_flags & RHASHED) { in make_smbnode() 525 (np->r_flags & RHASHED) == 0 || in smbfs_addfree() 532 if (np->r_flags & RHASHED) { in smbfs_addfree() 661 ASSERT(!(np->r_flags & RHASHED)); in sn_addhash_locked() 666 np->r_flags |= RHASHED; in sn_addhash_locked() 683 ASSERT(np->r_flags & RHASHED); in sn_rmhash_locked() 688 np->r_flags &= ~RHASHED; in sn_rmhash_locked() 899 (np->r_flags & RDIRTY)) { in smbfs_check_table() 974 np->r_flags &= ~RHASHED; in smbfs_destroy_table() 1028 ASSERT(!(np->r_flags & RHASHED)); in sn_destroy_node() [all …]
|
H A D | smbfs_node.h | 238 uint_t r_flags; /* flags, see below */ member
|
/titanic_41/usr/src/cmd/filesync/ |
H A D | rules.c | 397 if (rp->r_flags & R_PROGRAM) in rw_base() 403 if (rp->r_flags & R_PROGRAM) in rw_base() 440 rp->r_flags = flags; in add_rule() 461 showflags(rflags, rp->r_flags)); in add_rule()
|
H A D | eval.c | 166 if (newrules && ((rp->r_flags & R_NEW) == 0)) in evaluate() 169 if (rp->r_flags & R_PROGRAM) in evaluate() 171 else if (rp->r_flags & R_WILD) in evaluate() 179 if (rp->r_flags & R_PROGRAM) in evaluate() 181 else if (rp->r_flags & R_WILD) in evaluate() 188 if (rp->r_flags & R_WILD) in evaluate()
|
H A D | database.h | 115 rflags_t r_flags; /* flags associated with rule */ member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_rules.c | 381 if (!(rd->r_flags & ILB_FLAGS_RULE_STICKY)) in of_rl_mask() 423 if ((rd->r_flags & ILB_FLAGS_RULE_ENABLED) == ILB_FLAGS_RULE_ENABLED) in of_rstatus() 575 boolean_t r_enabled = rd->r_flags & ILB_FLAGS_RULE_ENABLED; in ilbadm_show_onerule() 1081 rd->r_flags |= ILB_FLAGS_RULE_ENABLED; in ilbadm_create_rule() 1136 if ((rd->r_flags & ILB_FLAGS_RULE_STICKY) == 0) { in ilbadm_create_rule() 1158 if ((rd->r_flags & ILB_FLAGS_RULE_STICKY) != 0) { in ilbadm_create_rule() 1217 if (rd->r_flags & ILB_FLAGS_RULE_ENABLED) in ilbadm_export_rl() 1219 if (rd->r_flags & ILB_FLAGS_RULE_STICKY) in ilbadm_export_rl() 1248 if (rd->r_flags & ILB_FLAGS_RULE_STICKY) { in ilbadm_export_rl()
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ipt.h | 28 int r_flags; member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | link.h | 564 rd_flags_e r_flags; /* misc flags. */ member 576 rd_flags_e r_flags; /* misc flags. */ member
|
/titanic_41/usr/src/lib/libilb/common/ |
H A D | ilb_rules.c | 117 rl->rl_flags = rd->r_flags; in ilb_create_rule() 264 rd.r_flags = rl->rl_flags; in i_ilb_walk_one_rule()
|
H A D | libilb.h | 220 int32_t r_flags; /* opt: ILB_FLAGS_RULE_ENABLED etc. */ member
|