Searched refs:dwrite (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/geom/ |
| HD | geom_map.c | 65 g_map_access(struct g_provider *pp, int dread, int dwrite, int dexcl) in g_map_access() argument 75 if (dwrite > 0 && sc->readonly[pp->index]) in g_map_access() 78 return (sc->parent_access(pp, dread, dwrite, dexcl)); in g_map_access()
|
| HD | geom_redboot.c | 96 g_redboot_access(struct g_provider *pp, int dread, int dwrite, int dexcl) in g_redboot_access() argument 102 if (dwrite > 0 && sc->readonly[pp->index]) in g_redboot_access() 104 return (sc->parent_access(pp, dread, dwrite, dexcl)); in g_redboot_access()
|
| /NextBSD/usr.sbin/dconschat/ |
| HD | dconschat.c | 143 dwrite(struct dcons_state *dc, void *buf, size_t n, off_t offset) in dwrite() function 169 dwrite(dc, (void *)buf, PAGE_SIZE, dc->reset); in dconschat_reset_target() 573 len = dwrite(dc, buf, wlen, ch->buf + ch->pos); in dconschat_write_dcons() 599 len = dwrite(dc, &ptr, sizeof(u_int32_t), in dconschat_write_dcons()
|
| /NextBSD/sys/boot/i386/libfirewire/ |
| HD | firewire.c | 473 COMMAND_SET(dwrite, "dwrite", "write to dcons", dcons_write);
|