Searched refs:SS (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c111 #undef SS /* who co-opted this namespace? */ macro
115 #define SS 0x0004 /* set in sane mode */ macro
158 { "intr", CHAR, T_CHAR, SS, VINTR, 'C', C("Send an interrupt signal") },
159 { "quit", CHAR, T_CHAR, SS, VQUIT, '|', C("Send a quit signal") },
160 { "erase", CHAR, T_CHAR, SS, VERASE, 'H', C("Erase the last character entered") },
161 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") },
162 { "eof", CHAR, T_CHAR, SS, VEOF, 'D', C("Send an end of file") },
171 { "start", CHAR, T_CHAR, SS, VSTART, 'Q', C("Restart the output after stopping it") },
174 { "stop", CHAR, T_CHAR, SS, VSTOP, 'S', C("Stop the output") },
177 { "dsusp", CHAR, T_CHAR, SS, VDSUS
[all...]
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in42 #define SED_REPLACE64(x) s/#x/SS @+@1@+@ x/g
62 SED_REPLACE(SS)
H A Dregs.d.in68 inline int R_SS = @SS@;
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c57 static SPACE HS, PS, SS, YS; variable
381 SS.len = 0; /* Clean substitute space. */
393 cspace(&SS, s, re_off, APPEND);
395 regsub(&SS, s, cp->u.s->new);
405 cspace(&SS, s + match[0].rm_so, 1,
414 cspace(&SS, s, slen, APPEND);
432 cspace(&SS, ps, re_off, APPEND);
434 regsub(&SS, s, cp->u.s->new);
438 cspace(&SS, s, slen, APPEND);
447 PS = SS;
[all...]
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h96 #define SS 18 /* only stored on a privilege transition */ macro
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c106 ss = uc.uc_mcontext.gregs[SS];
115 ucp->uc_mcontext.gregs[SS] = ss;
255 ucp->uc_mcontext.gregs[SS] = ss;
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c319 ps->pr_lwp.pr_reg[SS] = cp->user.u_reg[SS];
636 ps->pr_lwp.pr_reg[SS] = cp->user.u_reg[SS];
687 cp->user.u_reg[SS] = ps->pr_lwp.pr_reg[SS];
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S62 .set TSS_SS0,0x8 # PL 0 SS
215 pushl %ecx # Set SS
260 mov %cx,%ss # Reload SS
272 mov %ax,%ss # Reload SS
335 push $0xc # Int 0xc: #SS
361 pushl %ss # Set SS
363 except.1: pushl 0x50(%esp,1) # Set SS
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c572 REG_SS /* SS */
575 if (reg <= SS) {
583 reg -= SS + 1;
645 if (reg > SS) {
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h58 # define SS INCH/10 /* " */ macro
76 # define SS 12 /* space size in 36ths of an em */ macro
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c87 { "ss", SS, MDB_TGT_R_EXPORT },
176 grs[SS], grs[ECX], grs[ECX]);
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c161 spacesz = SS;
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c131 dst[REG_SS] = (uint16_t)src[SS];
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c234 dst[REG_SS] = (uint32_t)src[SS];
571 dst[SS] = src[REG_SS];
H A DPcore.c607 lwp->lwp_status.pr_reg[SS] = prs32->pr_reg.lxr_ss;
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c219 dst[REG_SS] = (uint16_t)src[SS];
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c557 dst[SS] = src[REG_SS];
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c197 spacesz = SS;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c533 grp[SS] = (uint16_t)rp->r_ss;
569 dmc->gregs[REG_SS] = (greg_t)(uint32_t)smc->gregs[SS];
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs138 #define SAVE_STRING(H, S, K, SS) \
140 newSVpvn(S->K, SS ? strlen(S->K) : sizeof(S->K)), 0)
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dexception.s430 movq 56(%rsp), %rax /* load calling SS */
431 movq %rax, 40(%rsp) /* store calling SS */
928 movl TSS_SS(%eax), %ebx /* save the fault SS */
995 pushl %ebx / fault SS
1038 * #SS

Completed in 127 milliseconds