Searched refs:mread (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dxmon.c56 static int mread(unsigned, void *, int);
391 if (mread(bp->address, &bp->instr, 4) != 4
422 if (mread(bp->address, &instr, 4) == 4
672 if (mread(adrs+i, &v, 1) == 0) {
804 if (mread(sp, stack, sizeof(stack)) != sizeof(stack))
811 if (mread(sp+16, &regs, sizeof(regs)) != sizeof(regs))
816 if (mread(sp, stack, sizeof(stack)) != sizeof(stack))
1078 mread(unsigned adrs, void *buf, int size) function
1195 n = mread(adrs, val, size);
1359 nr = mread(adr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c106 static int mread(unsigned long, void *, int);
681 if (mread(bp->address, &bp->instr[0], 4) != 4) {
725 if (mread(bp->address, &instr, 4) == 4
880 if (mread(regs->nip, &instr, 4) == 4) {
1017 if (mread(adrs+i, &v, 1) == 0) {
1038 if (!mread(addr, &instr, sizeof(instr))) {
1262 if (!mread(sp + LRSAVE_OFFSET, &ip, sizeof(unsigned long))
1263 || !mread(sp, &newsp, sizeof(unsigned long))) {
1281 mread(newsp + LRSAVE_OFFSET, &nextip,
1307 if (mread(s
1634 mread(unsigned long adrs, void *buf, int size) function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/
H A Depi_ttcp.c612 int b_flag; /* use mread() */
776 static int mread(int, char *,unsigned);
2492 cnt = mread( s, bufp, count ); /* fill bufp */
2603 mread(int s, char* bufp, unsigned n) function

Completed in 162 milliseconds