/src/usr.sbin/makefs/ffs/ |
buf.c | 132 * from bread() and bwrite() to convert the lblkno to 147 bwrite(struct buf *bp) function in typeref:typename:int
|
/src/games/hack/ |
hack.lev.c | 97 bwrite(fd, &hackpid, sizeof(hackpid)); 98 bwrite(fd, &lev, sizeof(lev)); 99 bwrite(fd, levl, sizeof(levl)); 100 bwrite(fd, &moves, sizeof(long)); 101 bwrite(fd, &xupstair, sizeof(xupstair)); 102 bwrite(fd, &yupstair, sizeof(yupstair)); 103 bwrite(fd, &xdnstair, sizeof(xdnstair)); 104 bwrite(fd, &ydnstair, sizeof(ydnstair)); 113 bwrite(fd, rooms, sizeof(rooms)); 114 bwrite(fd, doors, sizeof(doors)) 134 bwrite(int fd, const void *loc, size_t num) function in typeref:typename:void [all...] |
/src/sbin/fsck_ext2fs/ |
utilities.c | 235 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size); 239 bwrite(fswritefd, (char *) 345 bwrite(int fd, char *buf, daddr_t blk, long size) function in typeref:typename:void
|
/src/sbin/fsck_lfs/ |
bufcache.c | 293 bwrite(struct ubuf * bp) function in typeref:typename:void
|
/src/bin/dd/ |
dd.c | 563 nw = bwrite(&out, outp, cnt); 619 bwrite(IO *io, const void *buf, size_t len) function in typeref:typename:ssize_t
|
/src/sbin/fsck_ffs/ |
utilities.c | 236 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size); 245 bwrite(fswritefd, (char *)ccsp, 380 bwrite(int fd, char *buf, daddr_t blk, long size) function in typeref:typename:void
|
/src/sbin/tunefs/ |
tunefs.c | 95 static void bwrite(daddr_t, char *, int, const char *); 455 bwrite(sblockloc, buf.data, SBLOCKSIZE, special); 474 bwrite(FFS_FSBTODB(&sblock, cgsblock(&sblock, i)), 702 bwrite(daddr_t blk, char *buffer, int size, const char *file) function in typeref:typename:void
|
/src/sys/kern/ |
vfs_bio.c | 819 bwrite(buf_t *bp) function in typeref:typename:int 838 KASSERTMSG(vp != NULL, "bwrite given buffer with null vnode"); 932 return bwrite(ap->a_bp); 1002 * Asynchronous block write; just an asynchronous bwrite(). 1549 bwrite(bp);
|