FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
bufwrite
sys/geom/geom_vfs.c
64
.bop_write = bufwrite,
sys/kern/vfs_bio.c
102
.bop_write = bufwrite,
sys/sys/buf.h
589
int bufwrite(struct buf *);
sys/ufs/ffs/ffs_vfsops.c
2358
return (bufwrite(bp));