Searched refs:instr (Results 26 - 50 of 85) sorted by relevance

1234

/freebsd-9.3-release/usr.bin/vgrind/
H A Dvfontedpr.c88 static boolean instr; /* in a string constant */ variable
286 instr = FALSE;
340 printf ("com %o str %o chr %o ptr %d\n", incomm, instr, inchr, psptr);
367 if (nokeyw || incomm || instr)
383 if (!incomm && !instr && !inchr) {
443 instr = TRUE;
513 } else if (instr) {
517 instr = FALSE;
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipfcomp.c1237 char *instr; local
1249 instr = "in";
1251 instr = "out";
1253 instr = "???";
1255 fprintf(fp, "static frentry_t ipfrule_%s_%s;\n", instr, group);
1259 int ipfrule_add_%s_%s()\n", instr, group);
1275 instr, grp->fg_name, i,
1276 instr, grp->fg_name, i);
1282 fp->fr_next = NULL;\n", instr, group, instr, grou
[all...]
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_conv.c791 * Store an area with multi byte string instr, and reterns left
792 * byte of instr and moves pointer forward. The area's size is
796 mbsadjpos(const char **instr, size_t inlen, size_t outlen, int weight, int flag, void *handle) argument
803 msdosfs_iconv->conv(handle, instr, &inlen, &outp, &outlen);
807 (*instr) += min(inlen, outlen);
815 dos2unixchr(u_char *outbuf, const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp) argument
825 msdosfs_iconv->convchr_case(pmp->pm_d2u, (const char **)instr,
828 msdosfs_iconv->convchr(pmp->pm_d2u, (const char **)instr,
837 (*instr)++;
842 c = *(*instr)
859 unix2doschr(const u_char **instr, size_t *ilen, struct msdosfsmount *pmp) argument
972 unix2winchr(const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp) argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCDisassembler.h68 /// @param instr - An MCInst to populate with the contents of the
82 virtual DecodeStatus getInstruction(MCInst& instr,
/freebsd-9.3-release/crypto/openssh/
H A Dauth2-chall.c257 char *name, *instr, **prompts; local
262 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
267 packet_put_cstring(instr);
282 free(instr);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c67 dlp->dl_len++; /* don't count forward refs in instr count */
322 dif_instr_t instr = dp->dtdo_buf[i]; local
323 uint_t op = DIF_INSTR_OP(instr);
326 if (DIF_INSTR_SUBR(instr) == DIF_SUBR_COPYOUT ||
327 DIF_INSTR_SUBR(instr) == DIF_SUBR_COPYOUTSTR)
333 assert(DIF_INSTR_LABEL(instr) < dlp->dl_label);
335 labels[DIF_INSTR_LABEL(instr)]);
H A Ddt_dis.c442 dif_instr_t instr = dp->dtdo_buf[i]; local
443 dif_instr_t opcode = DIF_INSTR_OP(instr);
449 (void) fprintf(fp, "%02lu: %08x ", i, instr);
450 op->op_func(dp, op->op_name, instr, fp);
/freebsd-9.3-release/sys/i386/i386/
H A Ddb_trace.c402 int instr, narg; local
423 instr = (int)(kdb_frame + 1);
425 instr = (int)&kdb_frame->tf_esp;
426 pc = db_get_value(instr, 4, FALSE);
451 instr = db_get_value(pc, 4, FALSE);
452 if ((instr & 0xffffff) == 0x00e58955) {
455 } else if ((instr & 0xffff) == 0x0000e589) {
462 } else if ((instr & 0xff) == 0x000000c3) {
/freebsd-9.3-release/lib/libc/sparc64/sys/
H A D__sparc_utrap_align.c31 #include <machine/instr.h>
H A D__sparc_utrap_emul.c32 #include <machine/instr.h>
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp43 virtual DecodeStatus getInstruction(MCInst &instr,
205 SparcDisassembler::getInstruction(MCInst &instr, argument
219 Result = decodeInstruction(DecoderTableSparc32, instr, Insn, Address,
/freebsd-9.3-release/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c216 uint8_t instr; local
240 if (fuword8((void *)(rp->r_pc - 1), &instr) == 0 &&
241 instr != FASTTRAP_INSTR) {
/freebsd-9.3-release/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c225 uint8_t instr; local
249 if (fuword8((void *)(rp->r_pc - 1), &instr) == 0 &&
250 instr != FASTTRAP_INSTR) {
/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c909 * Tranfer the contents of "instr" to
916 static VOIDRET send_data FUNCTION((instr, outstr, blksize), FILE *instr AND FILE *outstr AND off_t blksize)
930 while ((c = getc(instr)) != EOF) {
941 if (ferror(instr))
956 filefd = fileno(instr);
993 static int receive_data FUNCTION((instr, outstr), FILE *instr AND FILE *outstr)
1008 while ((cnt = read(fileno(instr), buf, sizeof buf)) > 0) {
1024 while ((c = getc(instr)) !
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h183 /// isNotInMIMap - returns true if the specified machine instr has been
190 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
191 return Indexes->getInstructionIndex(instr);
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp67 virtual DecodeStatus getInstruction(MCInst &instr,
86 virtual DecodeStatus getInstruction(MCInst &instr,
355 MipsDisassembler::getInstruction(MCInst &instr, argument
370 Result = decodeInstruction(DecoderTableMicroMips32, instr, Insn, Address,
380 Result = decodeInstruction(DecoderTableMips32, instr, Insn, Address,
391 Mips64Disassembler::getInstruction(MCInst &instr, argument
405 Result = decodeInstruction(DecoderTableMips6432, instr, Insn, Address,
412 Result = decodeInstruction(DecoderTableMips32, instr, Insn, Address,
/freebsd-9.3-release/sys/amd64/amd64/
H A Ddb_trace.c422 int instr; local
424 instr = db_get_value(pc, 4, FALSE);
425 if ((instr & 0xffffffff) == 0xe5894855) {
428 } else if ((instr & 0xffffff) == 0xe58948) {
435 } else if ((instr & 0xff) == 0xc3) {
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y1607 struct instruction *instr;
1621 instr = seq_alloc();
1622 f1_instr = &instr->format.format1;
1682 struct instruction *instr;
1694 instr = seq_alloc();
1695 f2_instr = &instr->format.format2;
1743 struct instruction *instr;
1754 instr = seq_alloc();
1755 f3_instr = &instr->format.format3;
1762 instr
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c2161 fasttrap_instr_query_t instr; local
2169 if (copyin((void *)arg, &instr, sizeof (instr)) != 0)
2176 pid_t pid = instr.ftiq_pid;
2221 index = FASTTRAP_TPOINTS_INDEX(instr.ftiq_pid, instr.ftiq_pc);
2226 if (instr.ftiq_pid == tp->ftt_pid &&
2227 instr.ftiq_pc == tp->ftt_pc &&
2239 bcopy(&tp->ftt_instr, &instr.ftiq_instr,
2240 sizeof (instr
[all...]
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_add.c56 #include <machine/instr.h>
H A Dfpu_subr.c54 #include <machine/instr.h>
/freebsd-9.3-release/sys/powerpc/aim/
H A Dtrap.c744 uint32_t instr; local
747 instr = fuword32((void *)frame->srr0);
749 if ((instr & 0xfc1fffff) == 0x7c1f42a6) { /* mfpvr */
750 reg = (instr & ~0xfc1fffff) >> 21;
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c2055 * Tranfer the contents of "instr" to "outstr" peer using the appropriate
2061 send_data(FILE *instr, FILE *outstr, size_t blksize, off_t filesize, int isreg) argument
2073 c = getc(instr);
2075 else if (c == EOF && ferror(instr))
2078 if (ferror(instr)) { /* resume after OOB */
2079 clearerr(instr);
2082 if (feof(instr)) /* EOF */
2119 filefd = fileno(instr);
2225 receive_data(FILE *instr, FILE *outstr)
2241 cnt = read(fileno(instr), bu
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1369 * Tranfer the contents of "instr" to "outstr" peer using the appropriate
1375 send_data(FILE *instr, FILE *outstr) argument
1385 while ((c = getc(instr)) != EOF) {
1396 if (ferror(instr))
1413 int in = fileno(instr);
1439 filefd = fileno(instr);
1491 receive_data(FILE *instr, FILE *outstr) argument
1513 while ((cnt = sec_read(fileno(instr), buf, bufsize)) > 0) {
1536 while ((cnt = sec_read(fileno(instr),
1567 if (ferror(instr))
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dtrap.c115 MipsTLBInvalidException,/* TLB miss (load or instr. fetch) */
185 "TLB miss (load or instr. fetch)",
690 uint32_t instr; local
698 instr = fuword32((caddr_t)va);
701 p->p_comm, p->p_pid, instr, trapframe->pc,
705 instr != MIPS_BREAK_SSTEP) {
739 uint32_t instr; local
747 instr = fuword32((caddr_t)va);

Completed in 187 milliseconds

1234