.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SBA_ALLOC_RANGE" "" "06 October 2005" "" ""
.SH NAME
sba_alloc_range \- find free bits and mark them in IO PDIR resource bitmap
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int sba_alloc_range (struct ioc * \fIioc\fB, size_t \fIsize\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIioc\fB\fR
IO MMU structure which owns the pdir we are interested in.
.TP
\fB\fIsize\fB\fR
number of bytes to create a mapping for
.SH "DESCRIPTION"
.PP
Given a size, find consecutive unmarked and then mark those bits in the
resource bit map.