Home
last modified time | relevance | path

Searched refs:STD (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-10-stable/sys/i386/ibcs2/
Dsyscalls.xenix17 7 AUE_NULL STD { int xenix_rdchk(int fd); }
20 10 AUE_FTRUNCATE STD { int xenix_chsize(int fd, long size); }
21 11 AUE_NULL STD { int xenix_ftime(struct timeb *tp); }
22 12 AUE_NULL STD { int xenix_nap(int millisec); }
31 21 AUE_NULL STD { int xenix_scoinfo(void); }
49 37 AUE_EACCESS STD { int xenix_eaccess(char *path, int flags); }
51 39 AUE_NULL STD { int ibcs2_sigaction(int sig, \
54 40 AUE_NULL STD { int ibcs2_sigprocmask(int how, \
57 41 AUE_NULL STD { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
58 42 AUE_NULL STD { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
[all …]
/freebsd-10-stable/contrib/ntp/
Dflock-build19 STD="--enable-simulator"
82 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" &
83 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS" &
84 … ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf $BUILD_ARGS" &
85 …ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp -…
98 ./build $SIG $PARSE $STD $BUILD_ARGS &
106 ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS &
112 ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf $BUILD_ARGS &
118 …./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-su…
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
Dpa-risc2W.s124 STD %r3,0(%sp) ; save r3
125 STD %r4,8(%sp) ; save r4
129 STD %r5,16(%sp) ; save r5
130 STD %r6,24(%sp) ; save r6
131 STD %r7,32(%sp) ; save r7
132 STD %r8,40(%sp) ; save r8
134 STD %r9,48(%sp) ; save r9
137 STD w,56(%sp) ; store w on stack
220 STD lt_0,0(r_ptr) ; rp[0] = lt[0]
226 STD lt_1,8(r_ptr) ; rp[1] = lt[1]
[all …]
Dpa-risc2.s132 STD %r3,0(%sp) ; save r3
133 STD %r4,8(%sp) ; save r4
137 STD %r5,16(%sp) ; save r5
139 STD %r6,24(%sp) ; save r6
140 STD %r7,32(%sp) ; save r7
142 STD %r8,40(%sp) ; save r8
143 STD %r9,48(%sp) ; save r9
228 STD lt_0,0(r_ptr) ; rp[0] = lt[0]
234 STD lt_1,8(r_ptr) ; rp[1] = lt[1]
275 STD lt_0,0(r_ptr) ; rp[0] = lt
[all …]
/freebsd-10-stable/lib/libc++/
DMakefile68 INCSGROUPS= STD EXP EXT
173 STD+= ${HDRDIR}/${hdr}
177 STD+= ${LIBCXXRTDIR}/${hdr}
/freebsd-10-stable/crypto/heimdal/lib/wind/
Drfc3491.txt22 Official Protocol Standards" (STD 1) for the standardization state
178 facilities", STD 13, RFC 1034, and "Domain names -
179 implementation and specification", STD 13, RFC 1035,
Drfc3490.txt23 Official Protocol Standards" (STD 1) for the standardization state
979 Communication Layers", STD 3, RFC 1122, and
981 Support", STD 3, RFC 1123, October 1989.
984 facilities", STD 13, RFC 1034 and "Domain names -
985 implementation and specification", STD 13, RFC 1035,
Drfc4013.txt19 Official Protocol Standards" (STD 1) for the standardization state
/freebsd-10-stable/sys/pci/
Dncrreg.h189 #define STD 0x04 /* cmd: start dma mode */ macro
Dncr.c5465 OUTB (nc_dcntl, np->rv_dcntl | STD);
5490 OUTB (nc_dcntl, np->rv_dcntl | STD);
5773 OUTB (nc_dcntl, np->rv_dcntl | STD);
6383 OUTB (nc_dcntl, np->rv_dcntl | STD);
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
Dunistruct.h625 #define D(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL, argument
626 #define N(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL, argument
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp792 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl()
887 splitMove(MI, SystemZ::STD); in expandPostRAPseudo()
1113 StoreOpcode = SystemZ::STD; in getLoadStoreOpcodes()
DSystemZFrameLowering.cpp393 (MBBI->getOpcode() == SystemZ::STD || in emitPrologue()
DSystemZInstrFP.td115 defm STD : StoreRXPair<"std", 0x60, 0xED67, store, FP64, 8>;
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp64 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX; in PPCRegisterInfo()
538 case PPC::STD: in usesIXAddr()
DPPCAsmPrinter.cpp705 case PPC::STD: in EmitInstruction()
715 unsigned OpNum = (MI->getOpcode() == PPC::STD) ? 2 : 1; in EmitInstruction()
DPPCISelDAGToDAG.cpp1429 case PPC::STD: in PostprocessISelDAG()
1477 StorageOpcode == PPC::STD) && in PostprocessISelDAG()
1514 (StorageOpcode == PPC::LD || StorageOpcode == PPC::STD || in PostprocessISelDAG()
DPPCInstrInfo.cpp132 case PPC::STD: in isStoreToStackSlot()
581 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD)) in StoreRegToStackSlot()
DPPCFastISel.cpp592 Opc = PPC::STD; in PPCEmitStore()
639 case PPC::STD: Opc = PPC::STDX; break; in PPCEmitStore()
/freebsd-10-stable/contrib/binutils/bfd/
Daoutx.h267 #define STD(i, j) case i: return & howto_table_std [j] in NAME() macro
307 STD (BFD_RELOC_8, 0); in NAME()
308 STD (BFD_RELOC_16, 1); in NAME()
309 STD (BFD_RELOC_32, 2); in NAME()
310 STD (BFD_RELOC_8_PCREL, 4); in NAME()
311 STD (BFD_RELOC_16_PCREL, 5); in NAME()
312 STD (BFD_RELOC_32_PCREL, 6); in NAME()
313 STD (BFD_RELOC_16_BASEREL, 9); in NAME()
314 STD (BFD_RELOC_32_BASEREL, 10); in NAME()
/freebsd-10-stable/contrib/sendmail/
DKNOWNBUGS209 characters which are not special characters according to STD 11 (RFC
213 STD 11.
/freebsd-10-stable/sys/dev/sym/
Dsym_defs.h413 #define STD 0x04 /* cmd: start dma mode */ macro
/freebsd-10-stable/gnu/lib/libgcc/
DMakefile204 OBJ_GRPS = STD DIV
/freebsd-10-stable/share/examples/diskless/
DREADME.TEMPLATING167 "../HT.xxxx/filename", where HT.xxxx is something like HT.STD ... this
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-199812 * LICENSE.STD: Remove.
190 * LICENSE.STD: Add requirement to retain copyrights and to provide

12