Home
last modified time | relevance | path

Searched refs:dwrite (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/geom/
HDgeom_map.c65 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()
HDgeom_redboot.c96 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/
HDdconschat.c143 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/
HDfirewire.c473 COMMAND_SET(dwrite, "dwrite", "write to dcons", dcons_write);