/titanic_50/usr/src/uts/common/io/ |
H A D | ttcompat.c | 209 tp->t_curstate.t_flags = 0; in ttcompatopen() 843 cb->sg_flags = tp->t_curstate.t_flags; in ttcompat_ioctl_ack() 879 ((unsigned)tp->t_curstate.t_flags) >> 16; in ttcompat_ioctl_ack() 913 tp->t_curstate.t_flags = in ttcompat_ioctl_ack() 914 (tp->t_curstate.t_flags & 0xffff0000) | in ttcompat_ioctl_ack() 974 tp->t_curstate.t_flags |= (tp->t_new_lflags << 16); in ttcompat_ioctl_ack() 993 tp->t_curstate.t_flags &= ~(tp->t_new_lflags << 16); in ttcompat_ioctl_ack() 1012 tp->t_curstate.t_flags &= 0xffff; in ttcompat_ioctl_ack() 1013 tp->t_curstate.t_flags |= (tp->t_new_lflags << 16); in ttcompat_ioctl_ack() 1181 if (csp->t_flags & O_TANDEM) in from_compat() [all …]
|
H A D | tty_common.c | 66 tc->t_flags &= ~TS_XCLUDE; in ttycommon_close() 227 tc->t_flags |= TS_XCLUDE; in ttycommon_ioctl() 236 tc->t_flags &= ~TS_XCLUDE; in ttycommon_ioctl() 251 tc->t_flags |= TS_SOFTCAR; in ttycommon_ioctl() 253 tc->t_flags &= ~TS_SOFTCAR; in ttycommon_ioctl() 368 if (tc->t_flags & TS_SOFTCAR) in ttycommon_ioctl()
|
H A D | asy.c | 1602 if ((async->async_ttycommon.t_flags & TS_XCLUDE) && in asyopen() 1647 async->async_ttycommon.t_flags |= TS_SOFTCAR; in asyopen() 1650 async->async_ttycommon.t_flags &= ~TS_SOFTCAR; in asyopen() 1659 (async->async_ttycommon.t_flags & TS_SOFTCAR) ? "set" : "clear", in asyopen() 1675 !(async->async_ttycommon.t_flags & TS_SOFTCAR)) || in asyopen() 2717 instance, asy->asy_msr & DCD, tp->t_flags & TS_SOFTCAR); in async_softint() 2738 !(tp->t_flags & TS_SOFTCAR)) { in async_softint()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_qinfo_fs.c | 227 if (tree->t_flags & SMB_TREE_UNICODE_ON_DISK) in smb2_qfs_attr() 229 if (tree->t_flags & SMB_TREE_SUPPORTS_ACLS) in smb2_qfs_attr() 231 if ((tree->t_flags & SMB_TREE_CASEINSENSITIVE) == 0) in smb2_qfs_attr() 233 if (tree->t_flags & SMB_TREE_STREAMS) in smb2_qfs_attr() 235 if (tree->t_flags & SMB_TREE_QUOTA) in smb2_qfs_attr() 237 if (tree->t_flags & SMB_TREE_SPARSE) in smb2_qfs_attr()
|
H A D | smb_fsinfo.c | 292 if (tree->t_flags & SMB_TREE_UNICODE_ON_DISK) in smb_com_trans2_query_fs_information() 295 if (tree->t_flags & SMB_TREE_SUPPORTS_ACLS) in smb_com_trans2_query_fs_information() 298 if ((tree->t_flags & SMB_TREE_CASEINSENSITIVE) == 0) in smb_com_trans2_query_fs_information() 301 if (tree->t_flags & SMB_TREE_STREAMS) in smb_com_trans2_query_fs_information() 304 if (tree->t_flags & SMB_TREE_QUOTA) in smb_com_trans2_query_fs_information() 307 if (tree->t_flags & SMB_TREE_SPARSE) in smb_com_trans2_query_fs_information()
|
H A D | smb2_setinfo_file.c | 286 if ((of->f_tree->t_flags & SMB_TREE_SHORTNAMES) == 0) in smb2_setf_shortname()
|
H A D | smb_tree.c | 435 return ((tree->t_flags & flags) == flags); in smb_tree_has_feature() 942 if (tree->t_flags & SMB_TREE_READONLY) in smb_tree_alloc() 1227 tree->t_flags = flags; in smb_tree_get_flags()
|
H A D | smb2_qinfo_file.c | 432 if ((of->f_tree->t_flags & SMB_TREE_SHORTNAMES) == 0) in smb2_qif_altname()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_rawfile.c | 72 if ((flags ^ t->t_flags) & MDB_TGT_F_RDWR) { in rf_setflags() 73 uint_t otflags = t->t_flags; in rf_setflags() 83 t->t_flags = (t->t_flags & ~MDB_TGT_F_RDWR) | in rf_setflags() 87 t->t_flags = otflags; in rf_setflags() 248 "object file", t->t_flags, func, private) != 0) in rf_mapping_iter() 252 "core file", t->t_flags, func, private) != 0) in rf_mapping_iter() 427 if (t->t_flags & MDB_TGT_F_RDWR) in mdb_rawfile_tgt_create() 442 t->t_flags |= MDB_TGT_F_ASIO; /* do i/o using aread and awrite */ in mdb_rawfile_tgt_create()
|
H A D | mdb_target.c | 204 t->t_flags = flags; in mdb_tgt_create() 231 return (t->t_flags); in mdb_tgt_getflags() 395 if (t->t_flags & MDB_TGT_F_ASIO) in mdb_tgt_aread() 415 if (!(t->t_flags & MDB_TGT_F_RDWR)) in mdb_tgt_awrite() 418 if (t->t_flags & MDB_TGT_F_ASIO) in mdb_tgt_awrite() 443 if (t->t_flags & MDB_TGT_F_RDWR) in mdb_tgt_vwrite() 458 if (t->t_flags & MDB_TGT_F_RDWR) in mdb_tgt_pwrite() 473 if (t->t_flags & MDB_TGT_F_RDWR) in mdb_tgt_fwrite() 488 if (t->t_flags & MDB_TGT_F_RDWR) in mdb_tgt_iowrite() 1087 if (t->t_flags & MDB_TGT_F_STEP) in tgt_continue() [all …]
|
H A D | mdb_kvm.c | 264 if (t->t_flags & MDB_TGT_F_PRELOAD) { in kt_load_modules() 276 int iochg = ((flags ^ t->t_flags) & MDB_TGT_F_ALLOWIO) && in kt_setflags() 278 int rwchg = (flags ^ t->t_flags) & MDB_TGT_F_RDWR; in kt_setflags() 320 t->t_flags = (t->t_flags & ~(MDB_TGT_F_RDWR | MDB_TGT_F_ALLOWIO)) | in kt_setflags() 404 t->t_flags, argc, argv)) == NULL) in kt_setcontext() 597 if (t->t_flags & MDB_TGT_F_PRELOAD) { in kt_activate() 605 if (!(t->t_flags & MDB_TGT_F_NOLOAD)) { in kt_activate() 622 if (t->t_flags & MDB_TGT_F_PRELOAD) { in kt_activate() 1382 int oflag = (t->t_flags & MDB_TGT_F_RDWR) ? O_RDWR : O_RDONLY; in mdb_kvm_tgt_create()
|
H A D | mdb_target_impl.h | 228 uint_t t_flags; /* Mode flags (see <mdb_target.h>) */ member
|
H A D | mdb_proc.c | 445 t->t_flags |= MDB_TGT_F_RDWR; in pt_post_attach() 970 if ((flags ^ t->t_flags) & MDB_TGT_F_RDWR) { in pt_setflags() 982 t->t_flags = (t->t_flags & ~MDB_TGT_F_RDWR) | in pt_setflags() 991 t->t_flags |= MDB_TGT_F_FORCE; in pt_setflags() 3302 if (t->t_flags & MDB_TGT_F_BUSY) in pt_status() 5257 if (t->t_flags & MDB_TGT_F_RDWR) in mdb_proc_tgt_create() 5262 if (t->t_flags & MDB_TGT_F_FORCE) in mdb_proc_tgt_create() 5264 if (t->t_flags & MDB_TGT_F_NOSTOP) in mdb_proc_tgt_create()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | dwarf.c | 616 tdp->t_flags = TDESC_F_RESOLVED; in tdesc_intr_common() 662 if (!(old->t_flags & TDESC_F_RESOLVED)) { in tdesc_intr_clone() 671 new->t_flags = TDESC_F_RESOLVED; in tdesc_intr_clone() 735 dimtdp->t_flags |= TDESC_F_RESOLVED; in tdesc_array_create() 773 if (!(dimtdp->t_flags & TDESC_F_RESOLVED)) { in die_array_create() 779 tdp->t_flags |= flags; in die_array_create() 793 if (tdp->t_flags & TDESC_F_RESOLVED) in die_array_resolve() 809 tdp->t_flags |= TDESC_F_RESOLVED; in die_array_resolve() 822 if (tdp->t_flags & TDESC_F_RESOLVED) in die_array_failed() 886 tdp->t_flags |= TDESC_F_RESOLVED; in die_enum_create() [all …]
|
H A D | ctftools.h | 239 int t_flags; member
|
H A D | merge.c | 725 new->t_flags = old->t_flags; in conjure_template()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | tty.h | 40 int t_flags; member
|
H A D | ttcompat.h | 44 int t_flags; /* flags */ member
|
/titanic_50/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 514 plqi->sm_ttycommon->t_flags = uqi->sm_ttycommon-> in sm_associate() 515 t_flags; in sm_associate() 852 plqi->sm_ttycommon->t_flags = 0; in sm_link_req() 913 plqi->sm_ttycommon->t_flags = 0; in sm_link_req() 1046 uqi->sm_ttycommon->t_flags |= TS_SOFTCAR; in sm_update_ttyinfo() 1048 uqi->sm_ttycommon->t_flags &= ~TS_SOFTCAR; in sm_update_ttyinfo() 1070 (uqi->sm_ttycommon->t_flags & TS_SOFTCAR) || in sm_update_ttyinfo() 1964 (uqi->sm_ttycommon->t_flags & TS_XCLUDE) && in sm_ok_to_open() 2192 uqi->sm_ttycommon->t_flags |= TS_SOFTCAR; in sm_open() 2194 uqi->sm_ttycommon->t_flags &= ~TS_SOFTCAR; in sm_open() [all …]
|
/titanic_50/usr/src/uts/common/netinet/ |
H A D | tcp_var.h | 39 uchar_t t_flags; member
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | zs_async.c | 762 za->za_ttycommon.t_flags |= TS_SOFTCAR; in zsa_open() 822 } else if ((za->za_ttycommon.t_flags & TS_XCLUDE) && in zsa_open() 846 if ((za->za_ttycommon.t_flags & TS_SOFTCAR) || in zsa_open() 1084 if (zsasoftdtr && (za->za_ttycommon.t_flags & TS_SOFTCAR)) in zsa_close() 1469 if ((za->za_ttycommon.t_flags & TS_SOFTCAR) || in zsa_wput() 2109 (za->za_ttycommon.t_flags & TS_SOFTCAR)) { in zsa_softint() 2189 (za->za_ttycommon.t_flags & TS_SOFTCAR)) { in zsa_softint() 2774 if (za->za_ttycommon.t_flags & TS_SOFTCAR) in zsa_ioctl() 3350 if (za->za_ttycommon.t_flags & TS_SOFTCAR) printf(" t_fl:TS_SOFTCAR"); in zsa_print_info() 3351 if (za->za_ttycommon.t_flags & TS_XCLUDE) printf(" t_fl:TS_XCLUDE"); in zsa_print_info()
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | cheetahasm.h | 724 #define DO_TL1_CPU_LOGOUT(r_val, afar, t_flags, datap, scr1, scr2, scr3) \ argument 730 stxa t_flags, [datap + CH_CLO_FLAGS]%asi; \ 782 #define DO_CPU_LOGOUT(r_val, afar, r_or_s, t_flags, scr1, scr2, scr3, scr4) \ argument 785 DO_TL1_CPU_LOGOUT(r_val, afar, t_flags, scr1, scr2, scr3, scr4) \ 789 mov t_flags, afar; /* depends on afar = %g2 */ \
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 91 t->t_flags = (t->t_flags & ~MDB_TGT_F_ALLOWIO) | in kmt_setflags() 238 if (!(t->t_flags & MDB_TGT_F_ALLOWIO) && in kmt_read() 1503 t->t_flags |= MDB_TGT_F_UNLOAD; in kmt_continue() 2529 t->t_flags |= MDB_TGT_F_RDWR; /* kmdb is always r/w */ in kmdb_kvm_create()
|
/titanic_50/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kvm_isadep.c | 244 if (!(t->t_flags & MDB_TGT_F_ALLOWIO) && in kmt_write_page()
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 995 } else if ((async->async_ttycommon.t_flags & TS_XCLUDE) && in asyopen() 1017 async->async_ttycommon.t_flags |= TS_SOFTCAR; in asyopen() 1018 if ((async->async_ttycommon.t_flags & TS_SOFTCAR) || in asyopen() 2126 if ((val & DCD) || (tp->t_flags & TS_SOFTCAR)) { in async_softint() 2913 if (tp->t_flags & TS_SOFTCAR) in async_ioctl()
|