Home
last modified time | relevance | path

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

/freebsd-13.1/sys/geom/
H A Dgeom_map.c67 g_map_access(struct g_provider *pp, int dread, int dwrite, int dexcl) in g_map_access() argument
77 if (dwrite > 0 && sc->readonly[pp->index]) in g_map_access()
80 return (sc->parent_access(pp, dread, dwrite, dexcl)); in g_map_access()
H A Dgeom_redboot.c99 g_redboot_access(struct g_provider *pp, int dread, int dwrite, int dexcl) in g_redboot_access() argument
105 if (dwrite > 0 && sc->readonly[pp->index]) in g_redboot_access()
107 return (sc->parent_access(pp, dread, dwrite, dexcl)); in g_redboot_access()
/freebsd-13.1/usr.sbin/dconschat/
H A Ddconschat.c145 dwrite(struct dcons_state *dc, void *buf, size_t n, off_t offset) in dwrite() function
171 dwrite(dc, (void *)buf, PAGE_SIZE, dc->reset); in dconschat_reset_target()
575 len = dwrite(dc, buf, wlen, ch->buf + ch->pos); in dconschat_write_dcons()
601 len = dwrite(dc, &ptr, sizeof(u_int32_t), in dconschat_write_dcons()
/freebsd-13.1/stand/i386/libfirewire/
H A Dfirewire.c484 COMMAND_SET(dwrite, "dwrite", "write to dcons", dcons_write);