Home
last modified time | relevance | path

Searched refs:_bp (Results 1 – 7 of 7) sorted by path

/freebsd/contrib/tcpdump/
H A Dprint-resp.c203 #define RESP_PRINT_SEGMENT(_ndo, _bp, _len) \ argument
205 if (nd_printn(_ndo, _bp, _len, _ndo->ndo_snapend)) \
/freebsd/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl94 $_bp="$num,#13*4";
195 ldr $tp,[$_bp] @ restore bp
215 str $tp,[$_bp] @ save bp
239 ldr $tp,[$_bp] @ restore bp
H A Dx86-mont.pl61 $_bp=&DWP(4*3,"esp");
132 &mov ($_bp,"ecx");
157 &mov ($bp,$_bp);
315 &mov ($word,$_bp);
420 &mov ($j,$_bp); # &bp[i]
431 &mov ($_bp,$j); # &bp[++i]
440 &mov ($_bp,$j); # i=0
518 &mov ($j,$_bp); # i
531 &mov ($_bp,$j); # ++i
/freebsd/sys/dev/iscsi/
H A Dicl_conn_if.m56 struct bio *_bp;
74 struct bio *_bp;
/freebsd/sys/geom/journal/
H A Dg_journal.h168 struct bio *_bp; \
174 for (_bp = (head); _bp->bio_next != NULL; _bp = _bp->bio_next) \
176 (bp) = (_bp); \
180 struct bio *_bp; \
187 for (_bp = (head); _bp->bio_next != NULL; _bp = _bp->bio_next) {\
188 if (_bp->bio_next == (bp)) \
191 KASSERT(_bp->bio_next != NULL, ("NULL bio_next")); \
192 KASSERT(_bp->bio_next == (bp), ("bio_next != bp")); \
193 _bp->bio_next = (bp)->bio_next; \
/freebsd/usr.bin/m4/tests/
H A Desyscmd.m44 define(_bp,hi there a)
6 _bp($1$2)
7 _bp($2$1)
/freebsd/usr.sbin/lpr/common_source/
H A Dprintcap.c59 static char *capdb_canonical_name(const char *_bp);
60 static int capdb_getaltlog(char *_bp, const char *_shrt,
62 static int capdb_getaltnum(char *_bp, const char *_shrt,
64 static int capdb_getaltstr(char *_bp, const char *_shrt,
66 static int getprintcap_int(char *_bp, struct printer *_pp);