Searched refs:rp (Results 276 - 293 of 293) sorted by relevance

<<1112

/freebsd-9.3-release/sys/ia64/ia64/
H A Ddb_machdep.c87 {"rp", DB_OFFSET(tf_special.rp), db_frame},
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c526 ctf_add_generic(ctf_file_t *fp, uint_t flag, const char *name, ctf_dtdef_t **rp) argument
562 *rp = dtd;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1954 SourceLocation rp) :
1961 OpLoc(op), RParenLoc(rp) {
1969 SourceLocation rp) :
1976 OpLoc(op), RParenLoc(rp) {
3374 SourceLocation lp, SourceLocation rp) :
3377 SubStmt(substmt), LParenLoc(lp), RParenLoc(rp) { }
1967 UnaryExprOrTypeTraitExpr(UnaryExprOrTypeTrait ExprKind, Expr *E, QualType resultType, SourceLocation op, SourceLocation rp) argument
3373 StmtExpr(CompoundStmt *substmt, QualType T, SourceLocation lp, SourceLocation rp) argument
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decofflink.c1766 const struct ecoff_fdrtab_entry *rp =
1769 if (lp->base_addr < rp->base_addr)
1771 if (lp->base_addr > rp->base_addr)
1762 const struct ecoff_fdrtab_entry *rp = local
H A Delfxx-mips.c980 RPDR *rpdr, *rp;
1017 rp = rpdr = bfd_malloc (size * count);
1043 for (i = 0; i < (unsigned long) count; i++, rp++)
1047 rp->adr = sym.value;
1048 rp->regmask = pdr.regmask;
1049 rp->regoffset = pdr.regoffset;
1050 rp->fregmask = pdr.fregmask;
1051 rp->fregoffset = pdr.fregoffset;
1052 rp->frameoffset = pdr.frameoffset;
1053 rp
973 RPDR *rpdr, *rp; local
[all...]
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_uath.c2330 uint32_t *rp = (uint32_t *)(hdr+1); local
2347 olen = be32toh(rp[0]);
2375 bcopy(&rp[1], cmd->odata, olen);
/freebsd-9.3-release/sys/dev/xen/blkback/
H A Dblkback.c1818 RING_IDX rp; local
1860 rp = rings->common.sring->req_prod;
1862 /* Ensure we see queued requests up to 'rp'. */
1874 while (rings->common.req_cons != rp
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c3024 void *rp = m->b_rptr; local
3029 m->b_rptr = rp;
3640 /* rp(I) - rule added/removed with skip in it. */
3648 void fr_fixskip(listp, rp, addremove)
3649 frentry_t **listp, *rp;
3656 for (fp = *listp; (fp != NULL) && (fp != rp); fp = fp->fr_next)
3662 for (rn = 0, fp = *listp; fp && (fp != rp); fp = fp->fr_next, rn++)
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfsidbg.c3652 xfs_convert_extent(xfs_bmbt_rec_32_t *rp, xfs_dfiloff_t *op, xfs_dfsbno_t *sp, argument
3660 flag = (((xfs_dfiloff_t)rp->l0) >> 31) & 1;
3661 o = ((((xfs_dfiloff_t)rp->l0) & 0x7fffffff) << 23) |
3662 (((xfs_dfiloff_t)rp->l1) >> 9);
3663 s = (((xfs_dfsbno_t)(rp->l1 & 0x000001ff)) << 43) |
3664 (((xfs_dfsbno_t)rp->l2) << 11) |
3665 (((xfs_dfsbno_t)rp->l3) >> 21);
3666 c = (xfs_dfilblks_t)(rp->l3 & 0x001fffff);
/freebsd-9.3-release/sys/dev/rp/
H A Drpreg.h374 struct rp_port *rp; /* port */ member in struct:CONTROLLER_str
/freebsd-9.3-release/sys/dev/isp/
H A Disp_pci.c1074 isp_pci_rd_debounced(ispsoftc_t *isp, int off, uint16_t *rp) argument
1086 *rp = val0;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmilter.c2891 ** rp -- resource pool for allocations
2900 addleadingspace(str, rp)
2902 SM_RPOOL_T *rp;
2910 new = sm_rpool_malloc_x(rp, l + 2);
/freebsd-9.3-release/etc/
H A Dservices864 pim-rp-disc 496/tcp
865 pim-rp-disc 496/udp
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.uwin413 repeat_char rep str rp - - YB-GE repeat char #1 #2 times (P*)
H A DCaps445 repeat_char rep str rp - - YB-GE repeat char #1 #2 times (P*)
H A DCaps.aix4445 repeat_char rep str rp - - YB-GE repeat char #1 #2 times (P*)
H A DCaps.hpux11447 repeat_char rep str rp - - YB-GE repeat char #1 #2 times (P*)
H A DCaps.keys447 repeat_char rep str rp - - YB-GE repeat char #1 #2 times (P*)

Completed in 349 milliseconds

<<1112