/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 131 sotpi_info_t *sti = SOTOTPI(so); in so_sock2stream() local 133 ASSERT(MUTEX_HELD(&sti->sti_plumb_lock)); in so_sock2stream() 140 if (sti->sti_direct) { in so_sock2stream() 156 sti->sti_direct = 0; in so_sock2stream() 158 for (mpp = &sti->sti_conn_ind_head; (mp = *mpp) != NULL; in so_sock2stream() 240 so->so_error = sti->sti_delayed_error = 0; in so_sock2stream() 243 sti->sti_oobsigcnt = sti->sti_oobcnt = 0; in so_sock2stream() 249 freemsg(sti->sti_ack_mp); in so_sock2stream() 250 sti->sti_ack_mp = NULL; in so_sock2stream() 261 while ((mp = sti->sti_conn_ind_head) != NULL) { in so_sock2stream() [all …]
|
H A D | socktpi.c | 375 sotpi_info_t *sti = SOTOTPI(so); in sotpi_init() local 388 if (getmajor(sti->sti_dev) == clone_major) in sotpi_init() 403 sti->sti_direct = 1; in sotpi_init() 421 sti->sti_direct = 0; in sotpi_init() 446 sti->sti_dev = newdev; in sotpi_init() 460 sti->sti_provinfo = tpi_findprov(stp->sd_wrq); in sotpi_init() 473 if (sti->sti_direct) { in sotpi_init() 502 sti->sti_direct = 0; in sotpi_init() 587 sotpi_info_t *sti = SOTOTPI(so); in so_automatic_bind() local 592 ASSERT(sti->sti_unbind_mp); in so_automatic_bind() [all …]
|
H A D | nl7curi.c | 1021 sotpi_info_t *sti = SOTOTPI(so); in nl7c_urifree() local 1022 uri_desc_t *uri = (uri_desc_t *)sti->sti_nl7c_uri; in nl7c_urifree() 1024 sti->sti_nl7c_uri = NULL; in nl7c_urifree() 1114 sotpi_info_t *sti = SOTOTPI(so); in nl7c_data() local 1115 uri_desc_t *uri = (uri_desc_t *)sti->sti_nl7c_uri; in nl7c_data() 1129 sti->sti_nl7c_flags = 0; in nl7c_data() 1134 if (sti->sti_nl7c_flags & NL7C_WAITWRITE) { in nl7c_data() 1135 sti->sti_nl7c_flags &= ~NL7C_WAITWRITE; in nl7c_data() 1197 if (! (sti->sti_nl7c_flags & NL7C_SOPERSIST)) { in nl7c_data() 1199 sti->sti_nl7c_flags = 0; in nl7c_data() [all …]
|
H A D | nl7c.c | 919 sotpi_info_t *sti = SOTOTPI(so); in nl7c_process() local 920 mblk_t *rmp = sti->sti_nl7c_rcv_mp; in nl7c_process() 929 boolean_t pollin = (sti->sti_nl7c_flags & NL7C_POLLIN); in nl7c_process() 937 sti->sti_nl7c_flags = 0; in nl7c_process() 945 sti->sti_nl7c_flags &= ~NL7C_POLLIN; in nl7c_process() 953 } else if (sti->sti_nl7c_flags & NL7C_SOPERSIST) { in nl7c_process() 983 sti->sti_nl7c_flags = 0; in nl7c_process() 989 mblk_t *mp = sti->sti_nl7c_rcv_mp; in nl7c_process() 994 sti->sti_nl7c_rcv_mp = rmp; in nl7c_process() 1002 if (sti->sti_nl7c_rcv_mp == NULL) { in nl7c_process() [all …]
|
H A D | socksubr.c | 346 sotpi_info_t *sti = SOTOTPI(so); in so_unlock_single() local 348 if (sti->sti_discon_ind_mp != NULL) in so_unlock_single() 640 sotpi_info_t *sti = SOTOTPI(so); in so_ux_addr_xlate() local 647 ASSERT(!sti->sti_faddr_noxlate); in so_ux_addr_xlate() 666 sti->sti_ux_faddr.soua_vp = vp; in so_ux_addr_xlate() 667 sti->sti_ux_faddr.soua_magic = SOU_MAGIC_EXPLICIT; in so_ux_addr_xlate() 668 addr = &sti->sti_ux_faddr; in so_ux_addr_xlate() 669 addrlen = (socklen_t)sizeof (sti->sti_ux_faddr); in so_ux_addr_xlate() 1778 sotpi_info_t *sti; in sockfs_snapshot() local 1808 sti = SOTOTPI(so); in sockfs_snapshot() [all …]
|
H A D | sockcommon_vnops.c | 328 sotpi_info_t *sti = SOTOTPI(so); in socket_vop_getattr() local 331 vap->va_atime.tv_sec = sti->sti_atime; in socket_vop_getattr() 332 vap->va_mtime.tv_sec = sti->sti_mtime; in socket_vop_getattr() 333 vap->va_ctime.tv_sec = sti->sti_ctime; in socket_vop_getattr() 370 sotpi_info_t *sti = SOTOTPI(so); in socket_vop_setattr() local 374 sti->sti_atime = vap->va_atime.tv_sec; in socket_vop_setattr() 376 sti->sti_mtime = vap->va_mtime.tv_sec; in socket_vop_setattr() 377 sti->sti_ctime = gethrestime_sec(); in socket_vop_setattr()
|
H A D | nl7chttp.c | 1189 sotpi_info_t *sti = SOTOTPI(so); in nl7c_http_request() local 1432 sti->sti_nl7c_flags |= NL7C_SOPERSIST; in nl7c_http_request() 1434 sti->sti_nl7c_flags &= ~NL7C_SOPERSIST; in nl7c_http_request() 1437 sti->sti_nl7c_flags &= ~NL7C_SCHEMEPRIV; in nl7c_http_request() 1440 sti->sti_nl7c_flags |= HTTP_CONN_CL; in nl7c_http_request() 1443 sti->sti_nl7c_flags |= HTTP_CONN_KA; in nl7c_http_request() 1445 sti->sti_nl7c_flags |= HTTP_CONN_CL; in nl7c_http_request() 1467 sotpi_info_t *sti = SOTOTPI(so); in nl7c_http_response() local 1757 sti->sti_nl7c_flags |= NL7C_SOPERSIST; in nl7c_http_response() 1759 sti->sti_nl7c_flags &= ~NL7C_SOPERSIST; in nl7c_http_response() [all …]
|
/titanic_44/usr/src/cmd/fs.d/smbclnt/smbutil/ |
H A D | view.c | 192 int sti = ep->type & STYPE_MASK; in print_shares() local 193 if (sti > STYPE_UNKNOWN) in print_shares() 194 sti = STYPE_UNKNOWN; in print_shares() 196 gettext(shtype[sti]), in print_shares()
|
/titanic_44/usr/src/uts/i86pc/ml/ |
H A D | amd64.il | 71 .inline sti,0 72 sti 111 sti 118 sti 166 * Note that "sti" will only enable interrupts at the end of the 170 sti
|
H A D | ia32.il | 58 .inline sti,0 59 sti 98 sti 105 sti 162 * Note that "sti" will only enable interrupts at the end of the 166 sti
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | intr.c | 820 sti(); in intr_thread_epilog() 933 sti(); in intr_get_time() 1083 sti(); in dosoftint_epilog() 1264 sti(); in dispatch_hilevel() 1278 sti(); in dispatch_softint() 1297 sti(); in dispatch_hardint() 1441 sti(); in sys_rtt_common() 1462 sti(); in sys_rtt_common() 1487 sti(); in sys_rtt_common()
|
H A D | mp_machdep.c | 443 sti(); in cpu_idle_check_wakeup() 528 sti(); in cpu_idle() 543 sti(); in cpu_idle() 651 sti(); in cpu_idle_mwait_check_wakeup()
|
/titanic_44/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpu_idle.c | 284 sti(); in acpi_cpu_mwait_check_wakeup() 308 sti(); in acpi_cpu_mwait_ipi_check_wakeup() 323 sti(); in acpi_cpu_check_wakeup() 437 sti(); in acpi_cpu_cstate() 451 sti(); in acpi_cpu_cstate() 463 sti(); in acpi_cpu_cstate() 538 sti(); in acpi_cpu_cstate()
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | cpu.h | 57 extern void sti(void);
|
H A D | archsystm.h | 64 extern void sti(void);
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | fpu.c | 433 sti(); in fpnoextflt() 508 sti(); in fpextovrflt() 530 sti(); in fpexterrflt()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 795 const struct sotpi_info *sti = &st->st_info; in netstat_unix_cb() local 807 switch (sti->sti_serv_type) { in netstat_unix_cb() 818 mdb_printf("%-10i ", sti->sti_serv_type); in netstat_unix_cb() 822 (sti->sti_ux_laddr.soua_magic == SOU_MAGIC_EXPLICIT)) { in netstat_unix_cb() 823 mdb_printf("%0?p ", sti->sti_ux_laddr.soua_vp); in netstat_unix_cb() 829 (sti->sti_ux_faddr.soua_magic == SOU_MAGIC_EXPLICIT)) { in netstat_unix_cb() 830 mdb_printf("%0?p ", sti->sti_ux_faddr.soua_vp); in netstat_unix_cb() 835 if (netstat_unix_name_pr(st, &sti->sti_laddr) == -1) in netstat_unix_cb() 838 if (netstat_unix_name_pr(st, &sti->sti_faddr) == -1) in netstat_unix_cb()
|
/titanic_44/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acsolaris.h | 105 #define ACPI_ENABLE_IRQS() sti()
|
/titanic_44/usr/src/uts/intel/asm/ |
H A D | cpu.h | 111 sti(void) in sti() function
|
/titanic_44/usr/src/uts/i86pc/io/apix/ |
H A D | apix_intr.c | 201 sti(); in apix_dispatch_pending_autovect() 337 sti(); in apix_do_softint_epilog() 363 sti(); in apix_dispatch_softint() 731 sti(); in apix_intr_thread_epilog() 830 sti(); in apix_dispatch_by_vector()
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | machprivregs.h | 51 sti
|
/titanic_44/usr/src/uts/i86xpv/ml/ |
H A D | panic_asm.s | 272 sti 277 sti
|
/titanic_44/usr/src/cmd/Adm/ |
H A D | mime.types | 28 application/vnd.sun.xml.impress.template sti
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | start_eltorito.S | 89 sti
|
/titanic_44/usr/src/psm/stand/bootblks/ufs/i386/ |
H A D | mboot.S | 149 sti /* re-enable interrupts */
|