HomeSort by: relevance | last modified time | path
    Searched defs:bc_write_n (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/sysvbfs/
bfs_sysvbfs.c 54 STATIC bool bc_write_n(void *, uint8_t *, daddr_t, int);
70 bio->io.write_n = bc_write_n;
122 bc_write_n(void *self, uint8_t *buf, daddr_t block, int count) function in typeref:typename:STATIC bool
bfs_sysvbfs.c 54 STATIC bool bc_write_n(void *, uint8_t *, daddr_t, int);
70 bio->io.write_n = bc_write_n;
122 bc_write_n(void *self, uint8_t *buf, daddr_t block, int count) function in typeref:typename:STATIC bool

Completed in 22 milliseconds