Searched refs:savep (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dras.c275 unsigned long *savep; local
279 savep = __va(errdata);
280 regs->gpr[3] = savep[0]; /* restore original r3 */
282 memcpy(mce_data_buf, (char *)(savep + 1), RTAS_ERROR_LOG_MAX);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Ddump.c683 const char *savep; local
713 for (savep = p; isdigit(*p); ++p);
718 tfu->reps = atoi(savep);
732 savep = p;
737 tfu->bcnt = atoi(savep);
746 for (savep = ++p; *p != '"';) {
751 tfu->fmt = xmalloc(p - savep + 1);
752 strncpy(tfu->fmt, savep, p - savep);
753 tfu->fmt[p - savep]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dcallback_xdr.c220 static __be32 encode_attr_bitmap(struct xdr_stream *xdr, const uint32_t *bitmap, __be32 **savep) argument
246 *savep = p;
332 __be32 *savep = NULL; local
337 status = encode_attr_bitmap(xdr, res->bitmap, &savep);
350 *savep = htonl((unsigned int)((char *)xdr->p - (char *)(savep+1)));
H A Dnfs4xdr.c2167 static inline int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, __be32 **savep) argument
2173 *savep = xdr->p;
2847 static int verify_attr_len(struct xdr_stream *xdr, __be32 *savep, uint32_t attrlen) argument
2850 unsigned int nwords = xdr->p - savep;
2936 __be32 *savep; local
2945 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
2955 status = verify_attr_len(xdr, savep, attrlen);
2963 __be32 *savep; local
2972 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
2988 status = verify_attr_len(xdr, savep, attrle
2996 __be32 *savep; local
3021 __be32 *savep; local
3090 __be32 *savep; local
3516 __be32 *savep; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c1399 u32 savep; member in struct:head
1405 ** They are copied back to savep/lastp/goalp by the SCRIPTS
2156 ** load the savep (saved pointer) into
2160 NADDR (header.savep),
2481 NADDR (header.savep),
2492 NADDR (header.savep),
3248 ** savep --> DATA_IO
3253 ** This script sets savep/lastp/goalp according to the
3264 NADDR (header.savep),
3270 NADDR (header.savep),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h780 HADDR_1 (ccb_head.savep),
800 HADDR_1 (ccb_head.savep),
H A Dsym_fw2.h742 offsetof (struct sym_ccb, phys.head.savep),
762 offsetof (struct sym_ccb, phys.head.savep),
1616 * other PM context since the savep may point
H A Dsym_hipd.h643 * 'savep' points to the position in the script responsible
647 u32 savep; /* Jump address to saved data pointer */ member in struct:sym_ccbh
H A Dsym_glue.c505 cp->phys.head.savep = cpu_to_scr(lastp);
506 cp->startp = cp->phys.head.savep;
H A Dsym_hipd.c3040 cp->phys.head.savep = cpu_to_scr(startp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4xdr.c2293 __be32 *page, *savep, *tailbase; local
2302 savep = p;
2361 p = savep;

Completed in 90 milliseconds