.TH repoutsb() "" "" "DDI/DKI Kernel Routine"
.PC "Write bytes to a port"
.B "#include <sys/types.h>"
\fBvoid repoutsb(\fIport\^\fB, \fIaddress\^\fB, \fIcount\^\fB)\fR
\fBint \fIport\^\fB, \fIcount\^\fB; uchar_t *\fIaddress\^\fB;\fR
.PP
.B repoutsb()
writes
.I count
bytes from
.I address
to
.IR port .
.SH "See Also"
.B
DDI/DKI kernel routines,
outb(),
repinsb(),
repoutsl(),
repoutsw()
.R
.SH Notes
.B repoutsb()
has base or interrupt level.
It does not sleep.
.PP
A driver can hold a
driver-defined basic lock, read/write lock, or sleep locks
across a call to this function.
.PP
This function is meaningful only on implementations that support I/O-mapped I/O.
