Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/
H A Dhostcons.c74 host_write(1, &ch, 1); in hostcons_putchar()
H A Dhostdisk.c320 n = host_write(desc->d_unit, buf, size); in hostdisk_strategy()
/freebsd/stand/kboot/include/
H A Dhost_syscall.h184 ssize_t host_write(int fd, const void *buf, size_t nbyte);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c168 host_write(int fd, const void *buf, size_t nbyte) in host_write() function