Searched refs:sti (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c377 sotpi_info_t *sti = SOTOTPI(so); local
390 if (getmajor(sti->sti_dev) == clone_major)
405 sti->sti_direct = 1;
423 sti->sti_direct = 0;
448 sti->sti_dev = newdev;
462 sti->sti_provinfo = tpi_findprov(stp->sd_wrq);
475 if (sti->sti_direct) {
504 sti->sti_direct = 0;
596 sotpi_info_t *sti = SOTOTPI(so); local
601 ASSERT(sti
650 sotpi_info_t *sti = SOTOTPI(so); local
1415 sotpi_info_t *sti = SOTOTPI(so); local
1494 sotpi_info_t *sti = SOTOTPI(so); local
1666 sotpi_info_t *sti = SOTOTPI(so); local
2197 sotpi_info_t *sti = SOTOTPI(so); local
2619 sotpi_info_t *sti = SOTOTPI(so); local
2811 sotpi_info_t *sti = SOTOTPI(so); local
2966 sotpi_info_t *sti = SOTOTPI(so); local
2990 sotpi_info_t *sti = SOTOTPI(so); local
3080 sotpi_info_t *sti = SOTOTPI(so); local
3670 sotpi_info_t *sti = SOTOTPI(so); local
3850 sotpi_info_t *sti = SOTOTPI(so); local
3997 sotpi_info_t *sti = SOTOTPI(so); local
4133 sotpi_info_t *sti = SOTOTPI(so); local
4223 sotpi_info_t *sti = SOTOTPI(so); local
4636 sotpi_info_t *sti = SOTOTPI(so); local
4861 sotpi_info_t *sti = SOTOTPI(so); local
4997 sotpi_info_t *sti = SOTOTPI(so); local
5717 sotpi_info_t *sti = SOTOTPI(so); local
5786 sotpi_info_t *sti = SOTOTPI(so); local
6022 sotpi_info_t *sti = SOTOTPI(so); local
6224 sotpi_info_t *sti = SOTOTPI(so); local
6371 sotpi_info_t *sti = SOTOTPI(so); local
6391 sotpi_info_t *sti = SOTOTPI(so); local
6434 sotpi_info_t *sti; local
6546 sotpi_info_t *sti = SOTOTPI(so); local
6577 sotpi_info_t *sti = SOTOTPI(so); local
6601 sotpi_info_t *sti; local
6614 i_sotpi_info_constructor(sotpi_info_t *sti) argument
6639 i_sotpi_info_destructor(sotpi_info_t *sti) argument
6667 sotpi_info_t *sti; local
6690 sotpi_info_t *sti = SOTOTPI(so); local
6740 sotpi_info_t *sti = SOTOTPI(so); local
6815 sotpi_info_t *sti = SOTOTPI(so); local
[all...]
H A Dsockstr.c131 sotpi_info_t *sti = SOTOTPI(so); local
133 ASSERT(MUTEX_HELD(&sti->sti_plumb_lock));
140 if (sti->sti_direct) {
156 sti->sti_direct = 0;
158 for (mpp = &sti->sti_conn_ind_head; (mp = *mpp) != NULL;
240 so->so_error = sti->sti_delayed_error = 0;
243 sti->sti_oobsigcnt = sti->sti_oobcnt = 0;
249 freemsg(sti->sti_ack_mp);
250 sti
299 sotpi_info_t *sti = SOTOTPI(so); local
383 sotpi_info_t *sti = SOTOTPI(so); local
415 sotpi_info_t *sti = SOTOTPI(so); local
477 sotpi_info_t *sti = SOTOTPI(so); local
547 sotpi_info_t *sti = SOTOTPI(so); local
657 sotpi_info_t *sti = SOTOTPI(so); local
742 sotpi_info_t *sti = SOTOTPI(so); local
1038 sotpi_info_t *sti = SOTOTPI(so); local
1065 sotpi_info_t *sti = SOTOTPI(so); local
1113 sotpi_info_t *sti = SOTOTPI(so); local
1145 sotpi_info_t *sti = SOTOTPI(so); local
1199 sotpi_info_t *sti = SOTOTPI(so); local
1300 sotpi_info_t *sti = SOTOTPI(so); local
1352 sotpi_info_t *sti = SOTOTPI(so); local
1381 sotpi_info_t *sti = SOTOTPI(so); local
1419 sotpi_info_t *sti = SOTOTPI(so); local
1451 sotpi_info_t *sti = SOTOTPI(so); local
1482 sotpi_info_t *sti = SOTOTPI(so); local
1524 sotpi_info_t *sti = SOTOTPI(so); local
1665 sotpi_info_t *sti; local
2656 sotpi_info_t *sti; local
[all...]
H A Dnl7c.c919 sotpi_info_t *sti = SOTOTPI(so); local
920 mblk_t *rmp = sti->sti_nl7c_rcv_mp;
929 boolean_t pollin = (sti->sti_nl7c_flags & NL7C_POLLIN);
937 sti->sti_nl7c_flags = 0;
945 sti->sti_nl7c_flags &= ~NL7C_POLLIN;
953 } else if (sti->sti_nl7c_flags & NL7C_SOPERSIST) {
983 sti->sti_nl7c_flags = 0;
989 mblk_t *mp = sti->sti_nl7c_rcv_mp;
994 sti->sti_nl7c_rcv_mp = rmp;
1002 if (sti
[all...]
H A Dnl7curi.c1021 sotpi_info_t *sti = SOTOTPI(so); local
1022 uri_desc_t *uri = (uri_desc_t *)sti->sti_nl7c_uri;
1024 sti->sti_nl7c_uri = NULL;
1114 sotpi_info_t *sti = SOTOTPI(so); local
1115 uri_desc_t *uri = (uri_desc_t *)sti->sti_nl7c_uri;
1129 sti->sti_nl7c_flags = 0;
1134 if (sti->sti_nl7c_flags & NL7C_WAITWRITE) {
1135 sti->sti_nl7c_flags &= ~NL7C_WAITWRITE;
1197 if (! (sti->sti_nl7c_flags & NL7C_SOPERSIST)) {
1199 sti
1281 sotpi_info_t *sti = SOTOTPI(so); local
1482 sotpi_info_t *sti = SOTOTPI(so); local
1945 sotpi_info_t *sti = SOTOTPI(so); local
[all...]
H A Dsockcommon_vnops.c328 sotpi_info_t *sti = SOTOTPI(so); local
331 vap->va_atime.tv_sec = sti->sti_atime;
332 vap->va_mtime.tv_sec = sti->sti_mtime;
333 vap->va_ctime.tv_sec = sti->sti_ctime;
370 sotpi_info_t *sti = SOTOTPI(so); local
374 sti->sti_atime = vap->va_atime.tv_sec;
376 sti->sti_mtime = vap->va_mtime.tv_sec;
377 sti->sti_ctime = gethrestime_sec();
H A Dsocksubr.c346 sotpi_info_t *sti = SOTOTPI(so); local
348 if (sti->sti_discon_ind_mp != NULL)
640 sotpi_info_t *sti = SOTOTPI(so); local
647 ASSERT(!sti->sti_faddr_noxlate);
666 sti->sti_ux_faddr.soua_vp = vp;
667 sti->sti_ux_faddr.soua_magic = SOU_MAGIC_EXPLICIT;
668 addr = &sti->sti_ux_faddr;
669 addrlen = (socklen_t)sizeof (sti->sti_ux_faddr);
1778 sotpi_info_t *sti; local
1808 sti
[all...]
H A Dnl7chttp.c1189 sotpi_info_t *sti = SOTOTPI(so); local
1432 sti->sti_nl7c_flags |= NL7C_SOPERSIST;
1434 sti->sti_nl7c_flags &= ~NL7C_SOPERSIST;
1437 sti->sti_nl7c_flags &= ~NL7C_SCHEMEPRIV;
1440 sti->sti_nl7c_flags |= HTTP_CONN_CL;
1443 sti->sti_nl7c_flags |= HTTP_CONN_KA;
1445 sti->sti_nl7c_flags |= HTTP_CONN_CL;
1467 sotpi_info_t *sti = SOTOTPI(so); local
1757 sti->sti_nl7c_flags |= NL7C_SOPERSIST;
1759 sti
[all...]
/illumos-gate/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
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dview.c192 int sti = ep->type & STYPE_MASK; local
193 if (sti > STYPE_UNKNOWN)
194 sti = STYPE_UNKNOWN;
196 gettext(shtype[sti]),
/illumos-gate/usr/src/uts/intel/sys/
H A Dcpu.h57 extern void sti(void);
H A Darchsystm.h65 extern void sti(void);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachprivregs.h51 sti
/illumos-gate/usr/src/uts/intel/asm/
H A Dcpu.h111 sti(void) function
114 "sti");
121 "sti; hlt");
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacsolaris.h105 #define ACPI_ENABLE_IRQS() sti()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c284 sti();
308 sti();
323 sti();
437 sti();
451 sti();
463 sti();
538 sti();
/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c159 * is through the cli and sti instructions. These clear the IF flag and set it,
261 * +---->| sti |->| av_dispatch_autovect |->| cli |---------+ |
294 * | | | sti |->| av_dispatch_autovect |->| cli |->| dosoftint_ |
308 * | set_base_spl() |->| *setlvlx() |->| splhigh() |->| sti() |->| swtch() |
331 * (cli/sti) to either block all interrupts or allow any interrupts to come in.
383 * | |sti| |*intr()| |cli| | |
430 * +---------------------------------+ |sti| |dispatch_ | |cli| |softint_ |
435 * |sti| |*intr()| |cli| |apix_post_| |*intr()|
820 sti();
933 sti();
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c795 const struct sotpi_info *sti = &st->st_info; local
807 switch (sti->sti_serv_type) {
818 mdb_printf("%-10i ", sti->sti_serv_type);
822 (sti->sti_ux_laddr.soua_magic == SOU_MAGIC_EXPLICIT)) {
823 mdb_printf("%0?p ", sti->sti_ux_laddr.soua_vp);
829 (sti->sti_ux_faddr.soua_magic == SOU_MAGIC_EXPLICIT)) {
830 mdb_printf("%0?p ", sti->sti_ux_faddr.soua_vp);
835 if (netstat_unix_name_pr(st, &sti->sti_laddr) == -1)
838 if (netstat_unix_name_pr(st, &sti->sti_faddr) == -1)
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dfpu.c433 sti();
508 sti();
530 sti();
539 * an intervening save due to a context switch between the sti(),
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S189 pm_end: sti # Turn interrupts back on now
255 seta20.3: sti # Enable interrupts
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c201 sti();
337 sti();
363 sti();
731 sti();
830 sti();
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s272 sti
277 sti
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S140 sti /* we're safe again */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstart_eltorito.S89 sti
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S149 sti /* re-enable interrupts */

Completed in 136 milliseconds

12