FIND_NEXT_ZERO_BIT

Section: (9)
Updated: 07 August 2003
Index Return to Main Contents

 

NAME

find_next_zero_bit - find the first zero bit in a memory region  

SYNOPSIS

int find_next_zero_bit (unsigned long * addr, int size, int offset);  

ARGUMENTS

addr
The address to base the search on
size
The maximum size to search
offset
The bitnumber to start searching at
 

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:53:38 GMT, April 09, 2004