Home
last modified time | relevance | path

Searched refs:DS (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dquery.ksh38 DS=`/usr/sbin/zfs list -H -t filesystem -o name $ZONEPATH_DS/ROOT`
39 if [ ! -z "$DS" ]; then
40 echo "$DS\c"
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Ddssetup.ndl55 * DS roles
65 * DS role flags
73 * DS role upgrade
79 * DS role previous
86 * DS role state
93 * DS role information levels
/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c174 uchar_t DS[DIGEST_LEN]; in crypt_genhash_impl() local
253 DIGESTFinal(DS, &ctxDS); in crypt_genhash_impl()
258 Sp = (char *)(memcpy(Sp, DS, MIXCHARS)) + MIXCHARS; in crypt_genhash_impl()
260 (void) memcpy(Sp, DS, i); in crypt_genhash_impl()
349 (void) memset(DS, 0, sizeof (DS)); in crypt_genhash_impl()
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c104 ds = uc.uc_mcontext.gregs[DS]; in setup_context()
113 ucp->uc_mcontext.gregs[DS] = ds; in setup_context()
240 ucp->uc_mcontext.gregs[DS] = ds; in __csigsetjmp()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c302 ps->pr_lwp.pr_reg[DS] = cp->user.u_reg[DS]; in ptrace()
619 ps->pr_lwp.pr_reg[DS] = cp->user.u_reg[DS]; in ProcUpdate()
670 cp->user.u_reg[DS] = ps->pr_lwp.pr_reg[DS]; in MakeUser()
/illumos-gate/usr/src/test/os-tests/tests/i386/
H A Dbadseg_exec.c87 return (resetseg(DS)); in resetds()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/i386/
H A Dregs.c62 disp_reg_line(ph, &pstatus, "es", ES, "ds", DS); in display_all_regs()
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h111 #define DS 3 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dastsa.mm15 .DS
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c60 { "ds", DS, MDB_TGT_R_EXPORT },
179 grs[DS], grs[EBX], grs[EBX]); in pt_regs()
/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/i386/btx/lib/
H A Dbtxv86.s32 .set V86_DS,0xc # V86 DS
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in45 SED_REPLACE(DS)
H A Dregs.d.in36 inline int R_DS = @DS@;
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c348 grp[DS] = (uint16_t)pcb->pcb_ds; in getgregs32()
353 grp[DS] = (uint16_t)rp->r_ds; in getgregs32()
394 dmc->gregs[REG_DS] = (greg_t)(uint32_t)smc->gregs[DS]; in ucontext_32ton()
/illumos-gate/usr/src/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.c131 dst[REG_DS] = (uint16_t)src[DS]; in prgregset_32ton()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c513 dst[DS] = src[REG_DS]; in prgregset_n_to_32()
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c219 dst[REG_DS] = (uint32_t)src[DS]; in prgregset_32_to_n()
556 dst[DS] = src[REG_DS]; in prgregset_n_to_32()
H A DPcore.c603 lwp->lwp_status.pr_reg[DS] = prs32->pr_reg.lxr_ds; in lx_prstatus32_to_lwp()
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c237 dst[REG_DS] = (uint16_t)src[DS]; in ucontext_32_to_prgregs()
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess1209 DS/*:UNIX_System_V:*:*)
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica865 # In 1997, the DS began on October 6. The stated reason was that
866 # because international television networks ignored Brazil's policy on DS,
868 # This year, the ending date of DS was postponed to March 1
/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}
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi543 @item DS

12