Searched refs:sw (Results 26 - 50 of 54) sorted by relevance

123

/illumos-gate/usr/src/uts/intel/sys/
H A Dmcontext.h97 uint16_t sw; member in struct:_fpu::__anon505::_fpchip_state
111 uint32_t status; /* sw at exception */
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dtdump.c127 if(sfputu(outfile,t->sw.swline)<0)
129 if(p_arg(t->sw.swarg)<0)
131 return(p_switch(t->sw.swlst));
H A Ddeparse.c272 p_arg(t->sw.swarg,' ',0);
273 if(t->sw.swlst)
279 p_switch(t->sw.swlst);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c151 unsigned sw, cw; local
153 sw = uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.status;
159 if ((sw & FE_INVALID) && !(cw & (1 << fp_trap_invalid)))
161 sip->si_code = ((sw & 0x40)? 0 : FPE_FLTINV);
162 else if ((sw & FE_DIVBYZERO) && !(cw & (1 << fp_trap_division)))
164 else if ((sw & FE_OVERFLOW) && !(cw & (1 << fp_trap_overflow)))
166 else if ((sw & FE_UNDERFLOW) && !(cw & (1 << fp_trap_underflow)))
168 else if ((sw & FE_INEXACT) && !(cw & (1 << fp_trap_inexact)))
573 unsigned int cwsw, ex, sw, op; local
579 sw
[all...]
H A Dfenv_inlines.h38 uint16_t sw; member in struct:fp_cwsw::__anon132
50 : "=m" (u->words.cw), "=m" (u->words.sw));
68 : "r" (cwsw.words.cw), "r" (cwsw.words.sw)
H A D__fex_hdlr.c515 fpchip_state.sw &= ~0x3800;
701 uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.sw &= ~0x3d;
702 uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.sw |= (accrued & ~i);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_builtin.c41 #include <sw.h>
51 { "sw", SW_VERSION, sw_init, sw_fini },
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A Doberon.esc116 event fault.io.fire.hb.sw-config@hostbridge/pciexrc, retire=0, response=0,
119 prop fault.io.fire.hb.sw-config@hostbridge/pciexrc (0)->
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dbootinfo.c71 const char *sw; local
99 sw = strchr(howto_switches, *opts);
100 if (sw == NULL)
102 howto |= howto_masks[sw - howto_switches];
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1495 set_window_t sw; local
1541 sw.WindowSize = sp->cis_win_size;
1547 sw.WindowSize = (((*offset & ~(PAGESIZE - 1)) &
1564 (int)sw.WindowSize,
1573 sw.window = sp->cis_win_num;
1574 sw.socket = sp->socket_num;
1575 sw.state = (WS_ENABLED | WS_EXACT_MAPIN);
1576 sw.attr.devacc_attr_version = DDI_DEVICE_ATTR_V0;
1577 sw.attr.devacc_attr_endian_flags = DDI_NEVERSWAP_ACC;
1578 sw
4919 set_window_t sw; local
8848 cs_set_acc_attributes(set_window_t *sw, uint32_t Attributes) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c669 dacf_module_register(char *mod_name, struct dacfsw *sw) argument
676 if (sw == NULL) {
680 if (sw->dacf_rev != DACF_MODREV_1) {
683 sw->dacf_rev);
690 for (nelems = 0; sw->dacf_opsets[nelems].opset_name != NULL; nelems++)
699 if ((nelems == 0) && (sw != &kmod_dacfsw)) {
758 dacf_opset_copy(&(opsarray[i]), &(sw->dacf_opsets[i]));
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshnodes.h196 struct swnod sw; member in union:Shnode_u
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c477 fps.sw &= 0xffff; /* status word is really 16 bits */
485 top = (fps.sw & FPS_TOP) >> 11;
486 mdb_printf("sw 0x%04x (TOP=0t%u) (%s)\n", fps.sw,
487 top, fpsw2str(fps.sw, buf, sizeof (buf)));
489 mdb_printf("xcp sw 0x%04x (%s)\n\n", fps.status,
H A Dproc_amd64dep.c503 top = (fps.sw & FPS_TOP) >> 11;
504 mdb_printf("sw 0x%04x (TOP=0t%u) (%s)\n", fps.sw,
505 top, fpsw2str(fps.sw, buf, sizeof (buf)));
507 mdb_printf("xcp sw 0x%04x (%s)\n\n", fps.status,
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h257 void cclinter(int sw);
/illumos-gate/usr/src/lib/fm/topo/libtopo/
H A DMakefile.com38 sw.c \
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c722 sw: switch (C) {
772 goto sw;
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c276 dst64->sw = (uint16_t)src32->sw;
606 dst32->sw = src64->sw;
622 top = (src64->sw & FPS_TOP) >> 11;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java1096 StringWriter sw = new StringWriter();
1097 PrintWriter pw = new PrintWriter(sw);
1104 sw.toString()});
H A DRequestHandler.java785 StringWriter sw = new StringWriter();
786 PrintWriter pw = new PrintWriter(sw);
809 sw.toString()});
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcomvar.sh526 foo_t sw
529 float mydiff=sw.diff
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciexrc.esc97 event fault.io.pciex.rc.generic-sw@hostbridge,
112 prop fault.io.pciex.rc.generic-sw@hostbridge ->
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_config.c2743 nscd_cfg_switch_t *sw; local
2763 sw = &dbcfg->sw;
2764 if (sw->nsw_config_string == NULL) {
2771 if (strstr(sw->nsw_config_string, srcs[j]) !=
2775 } else if (strcmp(sw->nsw_config_string,
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m41804 Elf64_Sxword sw;
1811 u.sw = -u.w;
1813 dst->r_addend = u.sw;
1868 Elf64_Sword sw;
1874 u.sw = -u.w;
1876 *dst = u.sw;
2065 Elf64_Sxword sw;
2072 u.sw = -u.w;
2074 *dst = u.sw;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_qinv.c131 #define INV_WAIT_DSC_LOW(sdata, fn, sw, iflag) (((uint64_t)(sdata) << 32) | \
133 ((uint64_t)(sw) << 5) | \
323 * sdata = IMMU_INV_DATA_DONE, fence = 1, sw = 1, if = 0

Completed in 101 milliseconds

123