| /freebsd-10-stable/sys/i386/ibcs2/ |
| D | syscalls.xenix | 17 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/ |
| D | flock-build | 19 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/ |
| D | pa-risc2W.s | 124 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 …]
|
| D | pa-risc2.s | 132 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++/ |
| D | Makefile | 68 INCSGROUPS= STD EXP EXT 173 STD+= ${HDRDIR}/${hdr} 177 STD+= ${LIBCXXRTDIR}/${hdr}
|
| /freebsd-10-stable/crypto/heimdal/lib/wind/ |
| D | rfc3491.txt | 22 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,
|
| D | rfc3490.txt | 23 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,
|
| D | rfc4013.txt | 19 Official Protocol Standards" (STD 1) for the standardization state
|
| /freebsd-10-stable/sys/pci/ |
| D | ncrreg.h | 189 #define STD 0x04 /* cmd: start dma mode */ macro
|
| D | ncr.c | 5465 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/ |
| D | unistruct.h | 625 #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/ |
| D | SystemZInstrInfo.cpp | 792 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() 887 splitMove(MI, SystemZ::STD); in expandPostRAPseudo() 1113 StoreOpcode = SystemZ::STD; in getLoadStoreOpcodes()
|
| D | SystemZFrameLowering.cpp | 393 (MBBI->getOpcode() == SystemZ::STD || in emitPrologue()
|
| D | SystemZInstrFP.td | 115 defm STD : StoreRXPair<"std", 0x60, 0xED67, store, FP64, 8>;
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCRegisterInfo.cpp | 64 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX; in PPCRegisterInfo() 538 case PPC::STD: in usesIXAddr()
|
| D | PPCAsmPrinter.cpp | 705 case PPC::STD: in EmitInstruction() 715 unsigned OpNum = (MI->getOpcode() == PPC::STD) ? 2 : 1; in EmitInstruction()
|
| D | PPCISelDAGToDAG.cpp | 1429 case PPC::STD: in PostprocessISelDAG() 1477 StorageOpcode == PPC::STD) && in PostprocessISelDAG() 1514 (StorageOpcode == PPC::LD || StorageOpcode == PPC::STD || in PostprocessISelDAG()
|
| D | PPCInstrInfo.cpp | 132 case PPC::STD: in isStoreToStackSlot() 581 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD)) in StoreRegToStackSlot()
|
| D | PPCFastISel.cpp | 592 Opc = PPC::STD; in PPCEmitStore() 639 case PPC::STD: Opc = PPC::STDX; break; in PPCEmitStore()
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | aoutx.h | 267 #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/ |
| D | KNOWNBUGS | 209 characters which are not special characters according to STD 11 (RFC 213 STD 11.
|
| /freebsd-10-stable/sys/dev/sym/ |
| D | sym_defs.h | 413 #define STD 0x04 /* cmd: start dma mode */ macro
|
| /freebsd-10-stable/gnu/lib/libgcc/ |
| D | Makefile | 204 OBJ_GRPS = STD DIV
|
| /freebsd-10-stable/share/examples/diskless/ |
| D | README.TEMPLATING | 167 "../HT.xxxx/filename", where HT.xxxx is something like HT.STD ... this
|
| /freebsd-10-stable/contrib/libstdc++/ |
| D | ChangeLog-1998 | 12 * LICENSE.STD: Remove. 190 * LICENSE.STD: Add requirement to retain copyrights and to provide
|