Searched refs:_bp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/geom/journal/ |
H A D | g_journal.h | 168 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 D | esyscmd.m4 | 4 define(_bp,hi there a) 6 _bp($1$2) 7 _bp($2$1)
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | printcap.c | 59 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);
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | x86-mont.pl | 61 $_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
|
H A D | armv4-mont.pl | 94 $_bp="$num,#13*4"; 195 ldr $tp,[$_bp] @ restore bp 215 str $tp,[$_bp] @ save bp 239 ldr $tp,[$_bp] @ restore bp
|
/freebsd/sys/dev/iscsi/ |
H A D | icl_conn_if.m | 56 struct bio *_bp; 74 struct bio *_bp;
|
/freebsd/contrib/tcpdump/ |
H A D | print-resp.c | 201 #define RESP_PRINT_SEGMENT(_ndo, _bp, _len) \ argument 203 if (nd_printn(_ndo, _bp, _len, _ndo->ndo_snapend)) \
|