Home | History | Annotate | Download | only in common

Lines Matching defs:bfs

37 #include <machine/bfs.h>
55 struct bfs *bfs;
91 if (bfs_init(&bfs) != 0) {
92 printf("no BFS partition.\n");
114 if (bfs_file_write(bfs, filename, p, size) != 0)
115 printf("BFS write failed.\n");
116 bfs_fini(bfs);
120 if (bfs_file_read(bfs, filename, p, size, 0) != 0)
121 printf("BFS read failed.\n");
124 bfs_fini(bfs);
129 if (bfs_file_write(bfs, filename, p, size) != 0)
130 printf("BFS write failed.\n");
131 bfs_fini(bfs);