Home
last modified time | relevance | path

Searched defs:bp (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/csrg-svn/sys/kern/
H A Dvfs_bio.c39 #define binshash(bp, dp) LIST_INSERT_HEAD(dp, bp, b_hash) argument
40 #define bremhash(bp) LIST_REMOVE(bp, b_hash) argument
58 #define binsheadfree(bp, dp) TAILQ_INSERT_HEAD(dp, bp, b_freelist) argument
59 #define binstailfree(bp, dp) TAILQ_INSERT_TAIL(dp, bp, b_freelist) argument
62 bremfree(bp) in bremfree() argument
90 register struct buf *bp; in bufinit() local
132 register struct buf *bp; variable
167 register struct buf *bp, *rabp; variable
232 bwrite(bp) in bwrite() argument
307 bdwrite(bp) in bdwrite() argument
[all …]
H A Dkern_physio.c35 register struct buf *bp; variable
123 minphys(bp) in minphys() argument
135 struct buf *bp; local
149 freeswbuf(bp) in freeswbuf() argument
H A Dtty_subr.c59 register struct cblock *bp; local
110 register struct cblock *bp; local
212 register struct cblock *bp; local
266 register struct cblock *bp; local
312 register struct cblock *bp; local
388 register struct cblock *bp; local
470 register struct cblock *bp; local
523 register struct cblock *bp; local
H A Dvfs_cluster.c81 struct buf *bp, *rbp; variable
242 cluster_rbuild(vp, filesize, bp, lbn, blkno, size, run, flags) in cluster_rbuild() argument
359 cluster_newbuf(vp, bp, flags, blkno, lblkno, size, run) in cluster_newbuf() argument
389 cluster_callback(bp) in cluster_callback() argument
457 cluster_write(bp, filesize) in cluster_write() argument
579 struct buf *bp, *tbp; local
/csrg-svn/usr.bin/make/
H A Dbuf.c37 #define BufExpand(bp,nb) \ argument
67 Buf_OvAddByte (bp, byte) in Buf_OvAddByte() argument
98 Buf_AddBytes (bp, numBytes, bytesPtr) in Buf_AddBytes() argument
130 Buf_UngetByte (bp, byte) in Buf_UngetByte() argument
180 Buf_UngetBytes (bp, numBytes, bytesPtr) in Buf_UngetBytes() argument
225 Buf_GetByte (bp) in Buf_GetByte() argument
258 Buf_GetBytes (bp, numBytes, bytesPtr) in Buf_GetBytes() argument
292 Buf_GetAll (bp, numBytesPtr) in Buf_GetAll() argument
318 Buf_Discard (bp, numBytes) in Buf_Discard() argument
372 Buffer bp; /* New Buffer */ local
/csrg-svn/old/as.vax/
H A Dasio.c41 struct biobuf *bp; variable
54 bwrite(p, cnt, bp) in bwrite() argument
102 register struct biobuf *bp; in bflush() local
110 bflush1(bp) in bflush1() argument
129 bflushc(bp, c) in bflushc() argument
/csrg-svn/sys/ufs/lfs/
H A Dlfs_segment.c198 struct buf *bp; local
316 struct buf *bp; local
364 struct buf *bp, *ibp; local
454 lfs_gatherblock(sp, bp, sptr) in lfs_gatherblock() argument
509 struct buf *bp; local
554 struct buf *bp; local
649 struct buf *bp; local
724 struct buf *bp; local
765 struct buf **bpp, *bp, *cbp; local
933 struct buf *bp; local
[all …]
/csrg-svn/sys/i386/i386/
H A Dufs_machdep.c37 register struct buf *bp, *ep; local
101 struct buf *bp; variable
/csrg-svn/old/as.tahoe/
H A Dasio.c40 struct biobuf *bp; variable
53 bwrite(p, cnt, bp) in bwrite() argument
101 register struct biobuf *bp; in bflush() local
109 bflush1(bp) in bflush1() argument
128 bflushc(bp, c) in bflushc() argument
/csrg-svn/sys/vax/vax/
H A Dflp.c62 register struct buf *bp; local
119 register struct buf *bp; in flstart() local
148 register struct buf *bp; in conxfl() local
209 register struct buf *bp; local
H A Dtu.c162 struct buf *bp, *last = NULL; local
191 struct buf *bp; variable
219 tustrategy(bp) in tustrategy() argument
248 register struct buf *bp; in tustart() local
284 register struct buf *bp; in turintr() local
664 register struct buf *bp; in tuwatch() local
/csrg-svn/usr.sbin/lpr/common_source/
H A Dprintcap.c39 cgetnext(bp, db_array) in cgetnext() argument
53 cgetent(bp, db_array, name) in cgetent() argument
152 getprent(bp) in getprent() argument
216 tgetent(bp, name) in tgetent() argument
377 tskip(bp) in tskip() argument
401 register char *bp = tbuf; local
434 register char *bp = tbuf; local
461 register char *bp = tbuf; local
/csrg-svn/sys/i386/stand/
H A Ddisktab.c91 dgetent(bp, name) in dgetent() argument
175 dskip(bp) in dskip() argument
199 register char *bp = tbuf; local
232 register char *bp = tbuf; local
259 register char *bp = tbuf; local
/csrg-svn/usr.bin/vgrind/
H A Dvgrindefs.c44 tgetent(bp, name, file) in tgetent() argument
178 tskip(bp) in tskip() argument
201 register char *bp = tbuf; local
233 register char *bp = tbuf; local
260 register char *bp = tbuf; local
/csrg-svn/usr.bin/yacc/
H A Dsymtab.c49 register bucket *bp; local
76 register bucket *bp, **bpp; local
99 register bucket *bp; in create_symbol_table() local
H A Dreader.c606 register bucket *bp; in get_literal() local
845 register bucket *bp; local
906 register bucket *bp; in declare_types() local
934 register bucket *bp; in declare_start() local
1052 register bucket *bp; in advance_to_start() local
1099 start_rule(bp, s_lineno) in start_rule() argument
1135 register bucket *bp, **bpp; in insert_empty_rule() local
1165 register bucket *bp; in add_symbol() local
1420 register bucket *bp; in mark_symbol() local
1510 register bucket *bp; in pack_names() local
[all …]
/csrg-svn/sys/kern/PROTO/44Lite/
H A Dvfs_bio.c36 #define binshash(bp, dp) LIST_INSERT_HEAD(dp, bp, b_hash) argument
37 #define bremhash(bp) LIST_REMOVE(bp, b_hash) argument
55 #define binsheadfree(bp, dp) TAILQ_INSERT_HEAD(dp, bp, b_freelist) argument
56 #define binstailfree(bp, dp) TAILQ_INSERT_TAIL(dp, bp, b_freelist) argument
59 bremfree(bp) in bremfree() argument
87 register struct buf *bp; in bufinit() local
291 register struct buf *bp; in vfs_bufstats() local
/csrg-svn/usr.bin/tip/
H A Dremcap.c66 tgetent(bp, name) in tgetent() argument
99 getent(bp, name, cp) in getent() argument
254 tskip(bp) in tskip() argument
277 register char *bp = tbuf; local
309 register char *bp = tbuf; local
336 register char *bp = tbuf; local
/csrg-svn/lib/libc/db/hash/
H A Dhash_buf.c83 register BUFHEAD *bp; variable
137 register BUFHEAD *bp; /* The buffer we're going to use */ local
285 BUFHEAD *bp; variable
314 BUFHEAD *bp; variable
H A Dhash_bigkey.c166 u_short *bp, pageno; variable
247 register u_short *bp; variable
297 u_short *bp, pageno; variable
341 u_short *bp, len, off, save_addr; variable
429 register u_short *bp; local
508 u_short *bp, save_addr; local
555 BUFHEAD *bp; variable
/csrg-svn/sys/vax/mba/
H A Dmba.c48 register struct buf *bp; /* i/o operation at head of queue */ local
130 struct buf *bp; local
218 register struct buf *bp; local
404 struct buf *bp = mi->mi_tab.b_actf; local
/csrg-svn/usr.bin/more/
H A Dch.c79 register struct buf *bp; in fch_get() local
220 register struct buf *bp; local
275 register struct buf *bp, *firstbp; in ch_beg_seek() local
361 register struct buf *bp; local
400 register struct buf *bp; local
/csrg-svn/sys/ufs/ffs/
H A Dufs_disksubr.c45 disksort(ap, bp) in disksort() argument
135 register struct buf *bp; local
230 struct buf *bp; local
299 diskerr(bp, dname, what, pri, blkdone, lp) in diskerr() argument
/csrg-svn/sys/ufs/ufs/
H A Dufs_disksubr.c45 disksort(ap, bp) in disksort() argument
135 register struct buf *bp; local
230 struct buf *bp; local
299 diskerr(bp, dname, what, pri, blkdone, lp) in diskerr() argument
/csrg-svn/games/hack/
H A Dhack.shk.c125 register struct bill_x *bp = bill; in addupbill() local
255 register struct bill_x *bp; local
268 register struct bill_x *bp = onbill(obj); local
312 register struct bill_x *bp; in dopay() local
429 dopayobj(bp) register struct bill_x *bp; { in dopayobj() argument
493 bp_to_obj(bp) in bp_to_obj() argument
519 register struct bill_x *bp; local
540 register struct bill_x *bp; local
572 register struct bill_x *bp; local
634 register struct bill_x *bp; local

12345678910>>...14