Searched refs:bwrite (Results 1 - 25 of 62) sorted by relevance

123

/openbsd-current/games/hack/
H A Dhack.lev.c95 bwrite(fd, &hackpid,sizeof(hackpid));
96 bwrite(fd, &lev,sizeof(lev));
97 bwrite(fd, levl,sizeof(levl));
98 bwrite(fd, &moves,sizeof(long));
99 bwrite(fd, &xupstair,sizeof(xupstair));
100 bwrite(fd, &yupstair,sizeof(yupstair));
101 bwrite(fd, &xdnstair,sizeof(xdnstair));
102 bwrite(fd, &ydnstair,sizeof(ydnstair));
111 bwrite(fd, rooms,sizeof(rooms));
112 bwrite(f
132 bwrite(int fd, const void *loc, ssize_t num) function
[all...]
H A Dhack.o_init.c178 bwrite(fd, bases, sizeof bases);
179 bwrite(fd, objects, sizeof objects);
183 bwrite(fd, &len, sizeof len);
184 bwrite(fd, objects[i].oc_name, len);
186 bwrite(fd, &zero, sizeof len);
189 bwrite(fd, &len, sizeof len);
190 bwrite(fd, objects[i].oc_descr, len);
192 bwrite(fd, &zero, sizeof len);
195 bwrite(fd, &len, sizeof len);
196 bwrite(f
[all...]
H A Dhack.save.c116 bwrite(fd, &tmp, sizeof tmp);
117 bwrite(fd, &flags, sizeof(struct flag));
118 bwrite(fd, &dlevel, sizeof dlevel);
119 bwrite(fd, &maxdlevel, sizeof maxdlevel);
120 bwrite(fd, &moves, sizeof moves);
121 bwrite(fd, &u, sizeof(struct you));
123 bwrite(fd, &(u.ustuck->m_id), sizeof u.ustuck->m_id);
124 bwrite(fd, pl_character, sizeof pl_character);
125 bwrite(fd, genocided, sizeof genocided);
126 bwrite(f
[all...]
H A Dhack.engrave.c348 bwrite(fd, &(ep->engr_lth), sizeof(ep->engr_lth));
349 bwrite(fd, ep, sizeof(struct engr) + ep->engr_lth);
352 bwrite(fd, nul, sizeof(unsigned));
/openbsd-current/sbin/fsdb/
H A Dfsdb.h34 extern void bwrite(int fd, char *buf, daddr_t blk, long size);
/openbsd-current/usr.sbin/makefs/ffs/
H A Dbuf.h79 int bwrite(struct mkfsbuf *);
82 #define bdwrite(bp) bwrite(bp)
H A Dffs_balloc.c226 if ((error = bwrite(bp)) != 0)
269 if ((error = bwrite(nbp)) != 0) {
275 bwrite(bp);
303 bwrite(bp);
475 if ((error = bwrite(bp)) != 0)
518 if ((error = bwrite(nbp)) != 0) {
524 bwrite(bp);
552 bwrite(bp);
H A Dbuf.c95 * from bread() and bwrite() to convert the lblkno to
110 bwrite(struct mkfsbuf *bp) function
/openbsd-current/lib/libcrypto/bio/
H A Dbio_local.h69 int (*bwrite)(BIO *, const char *, int); member in struct:bio_method_st
H A Dbio_meth.c49 return biom->bwrite;
56 biom->bwrite = write;
H A Dbss_null.c78 .bwrite = null_write,
H A Dbf_null.c81 .bwrite = nullf_write,
H A Dbss_log.c89 .bwrite = slg_write,
H A Dbss_fd.c82 .bwrite = fd_write,
H A Dbf_nbio.c88 .bwrite = nbiof_write,
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_balloc.c139 if ((error = bwrite(bp)) != 0)
180 if ((error = bwrite(nbp)) != 0) {
192 bwrite(bp);
217 bwrite(bp);
265 bwrite(bp);
H A Dext2fs_inode.c192 return (bwrite(bp));
269 bwrite(bp);
301 bwrite(bp);
479 error = bwrite(bp);
/openbsd-current/sbin/fsck_ext2fs/
H A Dextern.h35 void bwrite(int, char *, daddr32_t, long);
H A Dutilities.c208 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size);
212 bwrite(fswritefd, (char *)
313 bwrite(int fd, char *buf, daddr32_t blk, long size) function
/openbsd-current/sbin/fsck_ffs/
H A Dextern.h34 void bwrite(int, char *, daddr_t, long);
/openbsd-current/sbin/tunefs/
H A Dtunefs.c70 static void bwrite(daddr_t, char *, int, const char *);
233 bwrite(sblockloc, buf, SBLOCKSIZE, special);
236 bwrite(fsbtodb(&sblock, cgsblock(&sblock, i)),
298 bwrite(daddr_t blk, char *buffer, int size, const char *file) function
/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_lookup.c149 else if ((error = bwrite(bp)) != 0)
178 else if ((error = bwrite(bp)) != 0)
230 else if ((rberror = bwrite(bp)) != 0)
256 (void) bwrite(bp);
H A Dmsdosfs_vnops.c395 error = bwrite(bp);
479 bwrite(bp);
596 if ((error = bwrite(bp)) != 0)
/openbsd-current/sys/ufs/ffs/
H A Dffs_balloc.c117 bwrite(*bpp);
243 if ((error = bwrite(bp)) != 0)
286 if ((error = bwrite(nbp)) != 0) {
298 bwrite(bp);
329 bwrite(bp);
384 bwrite(bp);
457 bwrite(*bpp);
593 error = bwrite(bp);
646 error = bwrite(nbp);
662 bwrite(b
[all...]
/openbsd-current/sys/kern/
H A Dvfs_default.c156 return (bwrite(ap->a_bp));

Completed in 156 milliseconds

123