Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c131 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 Dsocktpi.c375 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 Dnl7curi.c1021 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 Dnl7c.c919 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 Dsocksubr.c346 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 Dsockcommon_vnops.c328 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 Dnl7chttp.c1189 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 Dview.c192 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 Damd64.il71 .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 Dia32.il58 .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 Dintr.c820 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 Dmp_machdep.c443 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 Dcpu_idle.c284 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 Dcpu.h57 extern void sti(void);
H A Darchsystm.h64 extern void sti(void);
/titanic_44/usr/src/uts/intel/ia32/os/
H A Dfpu.c433 sti(); in fpnoextflt()
508 sti(); in fpextovrflt()
530 sti(); in fpexterrflt()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c795 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 Dacsolaris.h105 #define ACPI_ENABLE_IRQS() sti()
/titanic_44/usr/src/uts/intel/asm/
H A Dcpu.h111 sti(void) in sti() function
/titanic_44/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c201 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 Dmachprivregs.h51 sti
/titanic_44/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s272 sti
277 sti
/titanic_44/usr/src/cmd/Adm/
H A Dmime.types28 application/vnd.sun.xml.impress.template sti
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dstart_eltorito.S89 sti
/titanic_44/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S149 sti /* re-enable interrupts */

12