Searched refs:DS (Results 26 - 49 of 49) sorted by relevance

12

/illumos-gate/usr/src/lib/efcode/engine/
H A Dinterp.c63 PUSH(DS, (fstack_t) (WA+1));
117 WA = (token_t *) POP(DS);
H A Dresource.c110 head = (fc_resource_t **) POP(DS);
117 PUSH(DS, (fstack_t) &env->propbufs);
H A Ddebug.c72 if (DS > env->ds0) {
73 for (i = 0; i < (DS - env->ds0); i++)
151 acf = (acf_t)POP(DS);
179 d = POP(DS);
181 acf = (acf_t)POP(DS);
332 d = POP(DS);
334 acf = (acf_t)POP(DS);
585 if (DS < env->ds0 || DS >= &env->ds0[stack_size]) {
586 forth_abort(env, "DS
[all...]
H A Dinteractive.c68 PUSH(DS, 0);
91 PUSH(DS, 0);
104 PUSH(DS, (fstack_t)&crash_ptr);
168 DS = env->ds0;
175 DS = new.ds;
185 new.ds = DS;
229 PUSH(DS, (fstack_t)env->input->buffer);
230 PUSH(DS, wlen);
289 DS = env->ds0;
300 PUSH(DS,
[all...]
/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c174 uchar_t DS[DIGEST_LEN]; local
253 DIGESTFinal(DS, &ctxDS);
258 Sp = (char *)(memcpy(Sp, DS, MIXCHARS)) + MIXCHARS;
260 (void) memcpy(Sp, DS, i);
349 (void) memset(DS, 0, sizeof (DS));
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in47 SED_REPLACE(DS)
H A Dregs.d.in36 inline int R_DS = @DS@;
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h237 #define DS (env->ds) macro
239 #define TOS *DS
242 #define DEPTH (DS-env->ds0)
288 #define COMPILE_TOKEN(x) PUSH(DS, (fstack_t)(x)); compile_comma(env);
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Dregs.c62 disp_reg_line(ph, &pstatus, "es", ES, "ds", DS);
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h111 #define DS 3 macro
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c104 ds = uc.uc_mcontext.gregs[DS];
113 ucp->uc_mcontext.gregs[DS] = ds;
240 ucp->uc_mcontext.gregs[DS] = ds;
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.s92 mov %ds, EH_LOCALS_GREG(DS)(%ebp)
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxv86.s32 .set V86_DS,0xc # V86 DS
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c304 ps->pr_lwp.pr_reg[DS] = cp->user.u_reg[DS];
621 ps->pr_lwp.pr_reg[DS] = cp->user.u_reg[DS];
672 cp->user.u_reg[DS] = ps->pr_lwp.pr_reg[DS];
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c55 { "ds", DS, MDB_TGT_R_EXPORT },
173 grs[DS], grs[EBX], grs[EBX]);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c509 grp[DS] = (uint16_t)pcb->pcb_ds;
514 grp[DS] = (uint16_t)rp->r_ds;
555 dmc->gregs[REG_DS] = (greg_t)(uint32_t)smc->gregs[DS];
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S75 .set V86_DS,0xc # V86 DS
222 pushl %ecx # Set DS
357 pushl %ds # Set DS
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c126 dst[REG_DS] = (uint16_t)src[DS];
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c219 dst[REG_DS] = (uint32_t)src[DS];
556 dst[DS] = src[REG_DS];
H A DPcore.c602 lwp->lwp_status.pr_reg[DS] = prs32->pr_reg.lxr_ds;
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c214 dst[REG_DS] = (uint16_t)src[DS];
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c542 dst[DS] = src[REG_DS];
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess1209 DS/*:UNIX_System_V:*:*)
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh63 For DS6.x or later, use dsadm command delivered with DS on ${IDS_SERVER}
1271 *) ${ECHO} "ERROR: $PROG only works with JES DS version 5.x, 6.x or 7.x, not ${IDS_VER}."; exit 1;;
3272 # if mapping exists, suffix should work, otherwise DS inconsistent

Completed in 85 milliseconds

12