Home
last modified time | relevance | path

Searched refs:bwrite (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd-src/games/hack/
H A Dhack.lev.c97 bwrite(fd, &hackpid, sizeof(hackpid)); in savelev()
98 bwrite(fd, &lev, sizeof(lev)); in savelev()
99 bwrite(fd, levl, sizeof(levl)); in savelev()
100 bwrite(fd, &moves, sizeof(long)); in savelev()
101 bwrite(fd, &xupstair, sizeof(xupstair)); in savelev()
102 bwrite(fd, &yupstair, sizeof(yupstair)); in savelev()
103 bwrite(fd, &xdnstair, sizeof(xdnstair)); in savelev()
104 bwrite(fd, &ydnstair, sizeof(ydnstair)); in savelev()
113 bwrite(fd, rooms, sizeof(rooms)); in savelev()
114 bwrite(fd, doors, sizeof(doors)); in savelev()
[all …]
H A Dhack.save.c119 bwrite(fd, &tmp, sizeof tmp); in dosave0()
120 bwrite(fd, &flags, sizeof(struct flag)); in dosave0()
121 bwrite(fd, &dlevel, sizeof dlevel); in dosave0()
122 bwrite(fd, &maxdlevel, sizeof maxdlevel); in dosave0()
123 bwrite(fd, &moves, sizeof moves); in dosave0()
124 bwrite(fd, &u, sizeof(struct you)); in dosave0()
126 bwrite(fd, &(u.ustuck->m_id), sizeof u.ustuck->m_id); in dosave0()
127 bwrite(fd, pl_character, sizeof pl_character); in dosave0()
128 bwrite(fd, genocided, sizeof genocided); in dosave0()
129 bwrite(fd, fut_geno, sizeof fut_geno); in dosave0()
[all …]
H A Dhack.o_init.c184 bwrite(fd, bases, sizeof bases); in savenames()
185 bwrite(fd, objects, sizeof objects); in savenames()
195 bwrite(fd, &len, sizeof len); \ in savenames()
196 bwrite(fd, objects[i].FIELD, len); \ in savenames()
H A Dhack.engrave.c355 bwrite(fd, &(ep->engr_lth), sizeof(ep->engr_lth)); in save_engravings()
356 bwrite(fd, ep, sizeof(struct engr) + ep->engr_lth); in save_engravings()
359 bwrite(fd, nul, sizeof(unsigned)); in save_engravings()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_meth.c66 return biom->bwrite; in BIO_meth_get_write_ex()
90 int (*bwrite) (BIO *, const char *, int)) in BIO_meth_set_write()
92 biom->bwrite_old = bwrite; in BIO_meth_set_write()
93 biom->bwrite = bwrite_conv; in BIO_meth_set_write()
98 int (*bwrite) (BIO *, const char *, size_t, size_t *)) in BIO_meth_set_write_ex()
101 biom->bwrite = bwrite; in BIO_meth_set_write_ex()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_meth.c66 return biom->bwrite; in BIO_meth_get_write_ex()
90 int (*bwrite) (BIO *, const char *, int)) in BIO_meth_set_write()
92 biom->bwrite_old = bwrite; in BIO_meth_set_write()
93 biom->bwrite = bwrite_conv; in BIO_meth_set_write()
98 int (*bwrite) (BIO *, const char *, size_t, size_t *)) in BIO_meth_set_write_ex()
101 biom->bwrite = bwrite; in BIO_meth_set_write_ex()
/netbsd-src/sys/ufs/ffs/
H A Dffs_balloc.c167 bwrite(*bpp); in ffs_balloc_ufs1()
300 if ((error = bwrite(bp)) != 0) in ffs_balloc_ufs1()
357 if ((error = bwrite(nbp)) != 0) { in ffs_balloc_ufs1()
371 bwrite(bp); in ffs_balloc_ufs1()
422 bwrite(bp); in ffs_balloc_ufs1()
471 bwrite(bp); in ffs_balloc_ufs1()
476 bwrite(bp); in ffs_balloc_ufs1()
501 bwrite(bp); in ffs_balloc_ufs1()
591 bwrite(bp); in ffs_balloc_ufs2()
685 bwrite(*bpp); in ffs_balloc_ufs2()
[all …]
/netbsd-src/usr.sbin/makefs/ffs/
H A Dffs_balloc.c241 if ((error = bwrite(bp)) != 0) in ffs_balloc_ufs1()
283 if ((error = bwrite(nbp)) != 0) { in ffs_balloc_ufs1()
289 bwrite(bp); in ffs_balloc_ufs1()
317 bwrite(bp); in ffs_balloc_ufs1()
487 if ((error = bwrite(bp)) != 0) in ffs_balloc_ufs2()
529 if ((error = bwrite(nbp)) != 0) { in ffs_balloc_ufs2()
535 bwrite(bp); in ffs_balloc_ufs2()
563 bwrite(bp); in ffs_balloc_ufs2()
H A Dbuf.h82 int bwrite(struct buf *);
85 #define bdwrite(bp) bwrite(bp)
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_balloc.c201 if ((error = bwrite(bp)) != 0) in ext2fs_balloc()
243 if ((error = bwrite(nbp)) != 0) { in ext2fs_balloc()
256 bwrite(bp); in ext2fs_balloc()
282 bwrite(bp); in ext2fs_balloc()
334 bwrite(bp); in ext2fs_balloc()
H A Dext2fs_htree.c186 error = bwrite(bp); in ext2fs_htree_writebuf()
449 (void)bwrite(bp); in ext2fs_htree_create_index()
580 error = bwrite(dst_bp); in ext2fs_htree_add_entry()
636 error = bwrite(bp); in ext2fs_htree_add_entry()
/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c644 else if ((error = bwrite(bp)) != 0) in msdosfs_createde()
675 else if ((error = bwrite(bp)) != 0) in msdosfs_createde()
737 else if ((rberror = bwrite(bp)) != 0) in msdosfs_createde()
763 (void) bwrite(bp); in msdosfs_createde()
964 else if ((error = bwrite(bp)) != 0) in msdosfs_removede()
/netbsd-src/sbin/tunefs/
H A Dtunefs.c95 static void bwrite(daddr_t, char *, int, const char *);
455 bwrite(sblockloc, buf.data, SBLOCKSIZE, special); in main()
474 bwrite(FFS_FSBTODB(&sblock, cgsblock(&sblock, i)), in main()
702 bwrite(daddr_t blk, char *buffer, int size, const char *file) in bwrite() function
/netbsd-src/sbin/fsck_ext2fs/
H A Dutilities.c235 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size); in flush()
239 bwrite(fswritefd, (char *) in flush()
345 bwrite(int fd, char *buf, daddr_t blk, long size) in bwrite() function
H A Dextern.h34 void bwrite(int, char *, daddr_t, long);
/netbsd-src/sys/ufs/ufs/
H A Dufs_quota2.c129 return bwrite(bp); in quota2_bwrite()
229 ret2 = bwrite(bp); in quota2_walk_list()
234 ret2 = bwrite(obp); in quota2_walk_list()
252 ret2 = bwrite(obp); in quota2_walk_list()
322 error = bwrite(bp); in quota2_q2ealloc()
356 bwrite(hbp); in quota2_q2ealloc()
358 bwrite(bp); in quota2_q2ealloc()
784 bwrite(hbp); in quota2_handle_cmd_del()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dbio.h15 int (*bwrite) (BIO *, const char *, size_t, size_t *); member
/netbsd-src/sys/ufs/lfs/
H A Dulfs_quota2.c134 return bwrite(bp); in quota2_bwrite()
233 ret2 = bwrite(bp); in quota2_walk_list()
238 ret2 = bwrite(obp); in quota2_walk_list()
256 ret2 = bwrite(obp); in quota2_walk_list()
328 error = bwrite(bp); in quota2_q2ealloc()
362 bwrite(hbp); in quota2_q2ealloc()
364 bwrite(bp); in quota2_q2ealloc()
779 bwrite(hbp); in lfsquota2_handle_cmd_del()
/netbsd-src/bin/dd/
H A Dextern.h67 ssize_t bwrite(IO *, const void *, size_t);
H A Dposition.c179 if ((uint64_t)(n = bwrite(&out, in pos_out()
/netbsd-src/sbin/fsck_lfs/
H A Dbufcache.h120 void bwrite(struct ubuf *);
/netbsd-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c422 error = bwrite(bp); in msdosfs_updatede()
506 bwrite(bp); in msdosfs_wfile()
623 if ((error = bwrite(bp)) != 0) in msdosfs_mkdire()
/netbsd-src/external/bsd/libevent/dist/
H A Dopenssl-compat.h22 #define BIO_meth_set_write(b, f) (b)->bwrite = (f)
/netbsd-src/sys/fs/sysvbfs/
H A Dbfs_sysvbfs.c151 if (bwrite(bp) != 0) { in bc_write()
/netbsd-src/sbin/fsck_ffs/
H A Dextern.h34 void bwrite(int, char *, daddr_t, long);

1234