安装kernel API的man手册

From: http://blog.163.com/yun_2527/blog/static/3527186120122242516589/


参考:http://hi.baidu.com/handsoul/blog/item/eb2f59f11d55e8d90a46e0b2.html

系统环境:ubuntu-10.04.1-desktop-i386

1、下载一个内核源代码
2、安装make mandocs的两个依赖:
一个是xmlto,它的作用是:Convert xml to many other formats
下载地址:http://download.chinaunix.net/download/0012000/11917.shtml
一个是docbook-xls:作用是:XML stylesheets for Docbook-xml transformations
下载地址:http://sourceforge.net/projects/docbook/files/docbook-xsl/1.71.1/

这个软件docbook-xsl最好用sudo apt-get install docbook-xsl安装,因为其实xmlto不止依赖docbook-xsl软件,还有其他的软件不清楚(我估计应该是docbook-xsl-doc-html软件)。而软件xmlto最好自己下载tar安装软件包,因为用apt-get安装的话要下载355MB其他相关extra packages,网速太慢。
yun@yun-desktop:/work/kernel/docbook-xsl-1.76.1$ sudo apt-get install docbook-xsl
yun@yun-desktop:/work/kernel/xmlto-0.0.18$ ./configure
yun@yun-desktop:/work/kernel/xmlto-0.0.18$ make
yun@yun-desktop:/work/kernel/xmlto-0.0.18$ sudo make install
3、解压内核源代码,到内核源码的根目录
yun@yun-desktop:/work/kernel/linux-3.2.9$ make mandocs
yun@yun-desktop:/work/kernel/linux-3.2.9$ sudo make installmandocs
[sudo] password for yun:
  GEN     /work/kernel/linux-3.2.9/Documentation/DocBook//v4l2.xml
mkdir -p /usr/local/man/man9/
install Documentation/DocBook/man/*.9.gz /usr/local/man/man9/
切记这句命令的installmandocs中间没有空格
查看软件安装在/usr/local/share/man/的man9中。
编译时间长,希望虚拟机执行完自己关机的话,命令后面跟个poweroff,让虚拟机自己慢慢执行,执行完自动关机。

例如:make installmandocs;sudo poweroff           

注意:命令之间有分号
4、测试下:
yun@yun-desktop:/work/kernel/linux-3.2.9$ man printk


======================================================================================================

以下内容是我自己编译安装过程中产生的日志,为什么会有那么多的Warn我就不明白了,为什么其他人的文章里从来没人提过有这回事呢?

我的kernel源码下载地址:https://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.31.5.tar.xz

[root@linux-2.6.34.14 #32]#pwd
/mnt/mdisk5/kernel/linux-2.6.34.14
[root@linux-2.6.34.14 #33]#make mandocsHOSTCC  scripts/basic/fixdepHOSTCC  scripts/basic/docprocHOSTCC  scripts/basic/hashDOCPROC Documentation/DocBook/z8530book.xmlMAN     Documentation/DocBook/z8530book.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_interrupt.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_sync_open.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_sync_close.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_sync_dma_open.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_sync_dma_close.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_sync_txdma_open.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_sync_txdma_close.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_describe.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_shutdown.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_channel_load.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_null_rx.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_queue_xmit.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_read_port.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_write_port.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing read_zsreg.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing read_zsdata.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing write_zsreg.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing write_zsctrl.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing write_zsdata.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_flush_fifo.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_rtsdtr.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_rx.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_tx.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_status.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_dma_rx.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_dma_tx.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_dma_status.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_rx_clear.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_tx_clear.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_status_clear.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_tx_begin.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_tx_done.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing z8530_rx_done.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing spans_boundary.9DOCPROC Documentation/DocBook/mcabook.xmlMAN     Documentation/DocBook/mcabook.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_find_adapter.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_find_unused_adapter.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_read_stored_pos.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_read_pos.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_write_pos.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_set_adapter_name.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_mark_as_used.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_mark_as_unused.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_enable_dma.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_disable_dma.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_set_dma_addr.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_get_dma_addr.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_set_dma_count.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_get_dma_residue.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_set_dma_io.9
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for David Weinehall     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Chris Beauregard    
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mca_set_dma_mode.9DOCPROC Documentation/DocBook/device-drivers.xml
Warning(/mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.h): no structured comments found
Warning(/mnt/mdisk5/kernel/linux-2.6.34.14//include/linux/i2c.h:175): No description found for parameter 'alert'MAN     Documentation/DocBook/device-drivers.9
Warn: meta author : no refentry/info/author                        module_init
Note: meta author : see http://docbook.sf.net/el/author            module_init
Warn: meta author : no author data, so inserted a fixme            module_init
Note: Writing module_init.9
Warn: meta author : no refentry/info/author                        module_exit
Note: meta author : see http://docbook.sf.net/el/author            module_exit
Warn: meta author : no author data, so inserted a fixme            module_exit
Note: Writing module_exit.9
Warn: meta author : no refentry/info/author                        atomic_read
Note: meta author : see http://docbook.sf.net/el/author            atomic_read
Warn: meta author : no author data, so inserted a fixme            atomic_read
Note: Writing atomic_read.9
Warn: meta author : no refentry/info/author                        atomic_set
Note: meta author : see http://docbook.sf.net/el/author            atomic_set
Warn: meta author : no author data, so inserted a fixme            atomic_set
Note: Writing atomic_set.9
Warn: meta author : no refentry/info/author                        atomic_add
Note: meta author : see http://docbook.sf.net/el/author            atomic_add
Warn: meta author : no author data, so inserted a fixme            atomic_add
Note: Writing atomic_add.9
Warn: meta author : no refentry/info/author                        atomic_sub
Note: meta author : see http://docbook.sf.net/el/author            atomic_sub
Warn: meta author : no author data, so inserted a fixme            atomic_sub
Note: Writing atomic_sub.9
Warn: meta author : no refentry/info/author                        atomic_sub_and_test
Note: meta author : see http://docbook.sf.net/el/author            atomic_sub_and_test
Warn: meta author : no author data, so inserted a fixme            atomic_sub_and_test
Note: Writing atomic_sub_and_test.9
Warn: meta author : no refentry/info/author                        atomic_inc
Note: meta author : see http://docbook.sf.net/el/author            atomic_inc
Warn: meta author : no author data, so inserted a fixme            atomic_inc
Note: Writing atomic_inc.9
Warn: meta author : no refentry/info/author                        atomic_dec
Note: meta author : see http://docbook.sf.net/el/author            atomic_dec
Warn: meta author : no author data, so inserted a fixme            atomic_dec
Note: Writing atomic_dec.9
Warn: meta author : no refentry/info/author                        atomic_dec_and_test
Note: meta author : see http://docbook.sf.net/el/author            atomic_dec_and_test
Warn: meta author : no author data, so inserted a fixme            atomic_dec_and_test
Note: Writing atomic_dec_and_test.9
Warn: meta author : no refentry/info/author                        atomic_inc_and_test
Note: meta author : see http://docbook.sf.net/el/author            atomic_inc_and_test
Warn: meta author : no author data, so inserted a fixme            atomic_inc_and_test
Note: Writing atomic_inc_and_test.9
Warn: meta author : no refentry/info/author                        atomic_add_negative
Note: meta author : see http://docbook.sf.net/el/author            atomic_add_negative
Warn: meta author : no author data, so inserted a fixme            atomic_add_negative
Note: Writing atomic_add_negative.9
Warn: meta author : no refentry/info/author                        atomic_add_return
Note: meta author : see http://docbook.sf.net/el/author            atomic_add_return
Warn: meta author : no author data, so inserted a fixme            atomic_add_return
Note: Writing atomic_add_return.9
Warn: meta author : no refentry/info/author                        atomic_sub_return
Note: meta author : see http://docbook.sf.net/el/author            atomic_sub_return
Warn: meta author : no author data, so inserted a fixme            atomic_sub_return
Note: Writing atomic_sub_return.9
Warn: meta author : no refentry/info/author                        atomic_add_unless
Note: meta author : see http://docbook.sf.net/el/author            atomic_add_unless
Warn: meta author : no author data, so inserted a fixme            atomic_add_unless
Note: Writing atomic_add_unless.9
Warn: meta author : no refentry/info/author                        atomic_inc_short
Note: meta author : see http://docbook.sf.net/el/author            atomic_inc_short
Warn: meta author : no author data, so inserted a fixme            atomic_inc_short
Note: Writing atomic_inc_short.9
Warn: meta author : no refentry/info/author                        atomic_or_long
Note: meta author : see http://docbook.sf.net/el/author            atomic_or_long
Warn: meta author : no author data, so inserted a fixme            atomic_or_long
Note: Writing atomic_or_long.9
Note: meta manvol : no refentry/refmeta/manvolnum                  /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: meta manvol : see http://docbook.sf.net/el/manvolnum         /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: meta source : no *info/productname or alternative            /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: meta source : see http://docbook.sf.net/el/productname       /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: meta source : no refentry/refmeta/refmiscinfo@class=source   /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: meta source : see http://docbook.sf.net/el/refmiscinfo       /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: meta version: no *info/productnumber or alternative          /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: meta version: see http://docbook.sf.net/el/productnumber     /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: meta version: no refentry/refmeta/refmiscinfo@class=version  /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: meta version: see http://docbook.sf.net/el/refmiscinfo       /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hWarn: meta source : no fallback for source, so inserted a fixme    /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hWarn: meta author : no refentry/info/author                        /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: meta author : see http://docbook.sf.net/el/author            /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hWarn: meta author : no author data, so inserted a fixme            /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.hNote: Writing /mnt/mdisk5/kernel/linux-2.6.34.14//arch/x86/include/asm/unaligned.h.1
Warn: meta author : no refentry/info/author                        struct task_cputime
Note: meta author : see http://docbook.sf.net/el/author            struct task_cputime
Warn: meta author : no author data, so inserted a fixme            struct task_cputime
Note: Writing struct_task_cputime.9
Warn: meta author : no refentry/info/author                        struct thread_group_cputimer
Note: meta author : see http://docbook.sf.net/el/author            struct thread_group_cputimer
Warn: meta author : no author data, so inserted a fixme            struct thread_group_cputimer
Note: Writing struct_thread_group_cputimer.9
Warn: meta author : no refentry/info/author                        pid_alive
Note: meta author : see http://docbook.sf.net/el/author            pid_alive
Warn: meta author : no author data, so inserted a fixme            pid_alive
Note: Writing pid_alive.9
Warn: meta author : no refentry/info/author                        is_global_init
Note: meta author : see http://docbook.sf.net/el/author            is_global_init
Warn: meta author : no author data, so inserted a fixme            is_global_init
Note: Writing is_global_init.9
Warn: meta author : no refentry/info/author                        wake_up_process
Note: meta author : see http://docbook.sf.net/el/author            wake_up_process
Warn: meta author : no author data, so inserted a fixme            wake_up_process
Note: Writing wake_up_process.9
Warn: meta author : no refentry/info/author                        preempt_notifier_register
Note: meta author : see http://docbook.sf.net/el/author            preempt_notifier_register
Warn: meta author : no author data, so inserted a fixme            preempt_notifier_register
Note: Writing preempt_notifier_register.9
Warn: meta author : no refentry/info/author                        preempt_notifier_unregister
Note: meta author : see http://docbook.sf.net/el/author            preempt_notifier_unregister
Warn: meta author : no author data, so inserted a fixme            preempt_notifier_unregister
Note: Writing preempt_notifier_unregister.9
Warn: meta author : no refentry/info/author                        __wake_up
Note: meta author : see http://docbook.sf.net/el/author            __wake_up
Warn: meta author : no author data, so inserted a fixme            __wake_up
Note: Writing __wake_up.9
Warn: meta author : no refentry/info/author                        __wake_up_sync_key
Note: meta author : see http://docbook.sf.net/el/author            __wake_up_sync_key
Warn: meta author : no author data, so inserted a fixme            __wake_up_sync_key
Note: Writing __wake_up_sync_key.9
Warn: meta author : no refentry/info/author                        complete
Note: meta author : see http://docbook.sf.net/el/author            complete
Warn: meta author : no author data, so inserted a fixme            complete
Note: Writing complete.9
Warn: meta author : no refentry/info/author                        complete_all
Note: meta author : see http://docbook.sf.net/el/author            complete_all
Warn: meta author : no author data, so inserted a fixme            complete_all
Note: Writing complete_all.9
Warn: meta author : no refentry/info/author                        wait_for_completion
Note: meta author : see http://docbook.sf.net/el/author            wait_for_completion
Warn: meta author : no author data, so inserted a fixme            wait_for_completion
Note: Writing wait_for_completion.9
Warn: meta author : no refentry/info/author                        wait_for_completion_timeout
Note: meta author : see http://docbook.sf.net/el/author            wait_for_completion_timeout
Warn: meta author : no author data, so inserted a fixme            wait_for_completion_timeout
Note: Writing wait_for_completion_timeout.9
Warn: meta author : no refentry/info/author                        wait_for_completion_interruptible
Note: meta author : see http://docbook.sf.net/el/author            wait_for_completion_interruptible
Warn: meta author : no author data, so inserted a fixme            wait_for_completion_interruptible
Note: Writing wait_for_completion_interruptible.9
Warn: meta author : no refentry/info/author                        wait_for_completion_interruptible_timeout
Note: meta author : see http://docbook.sf.net/el/author            wait_for_completion_interruptible_timeout
Warn: meta author : no author data, so inserted a fixme            wait_for_completion_interruptible_timeout
Note: Writing wait_for_completion_interruptible_timeout.9
Warn: meta author : no refentry/info/author                        wait_for_completion_killable
Note: meta author : see http://docbook.sf.net/el/author            wait_for_completion_killable
Warn: meta author : no author data, so inserted a fixme            wait_for_completion_killable
Note: Writing wait_for_completion_killable.9
Warn: meta author : no refentry/info/author                        try_wait_for_completion
Note: meta author : see http://docbook.sf.net/el/author            try_wait_for_completion
Warn: meta author : no author data, so inserted a fixme            try_wait_for_completion
Note: Writing try_wait_for_completion.9
Warn: meta author : no refentry/info/author                        completion_done
Note: meta author : see http://docbook.sf.net/el/author            completion_done
Warn: meta author : no author data, so inserted a fixme            completion_done
Note: Writing completion_done.9
Warn: meta author : no refentry/info/author                        task_nice
Note: meta author : see http://docbook.sf.net/el/author            task_nice
Warn: meta author : no author data, so inserted a fixme            task_nice
Note: Writing task_nice.9
Warn: meta author : no refentry/info/author                        sched_setscheduler
Note: meta author : see http://docbook.sf.net/el/author            sched_setscheduler
Warn: meta author : no author data, so inserted a fixme            sched_setscheduler
Note: Writing sched_setscheduler.9
Warn: meta author : no refentry/info/author                        yield
Note: meta author : see http://docbook.sf.net/el/author            yield
Warn: meta author : no author data, so inserted a fixme            yield
Note: Writing yield.9
Warn: meta author : no refentry/info/author                        __round_jiffies
Note: meta author : see http://docbook.sf.net/el/author            __round_jiffies
Warn: meta author : no author data, so inserted a fixme            __round_jiffies
Note: Writing __round_jiffies.9
Warn: meta author : no refentry/info/author                        __round_jiffies_relative
Note: meta author : see http://docbook.sf.net/el/author            __round_jiffies_relative
Warn: meta author : no author data, so inserted a fixme            __round_jiffies_relative
Note: Writing __round_jiffies_relative.9
Warn: meta author : no refentry/info/author                        round_jiffies
Note: meta author : see http://docbook.sf.net/el/author            round_jiffies
Warn: meta author : no author data, so inserted a fixme            round_jiffies
Note: Writing round_jiffies.9
Warn: meta author : no refentry/info/author                        round_jiffies_relative
Note: meta author : see http://docbook.sf.net/el/author            round_jiffies_relative
Warn: meta author : no author data, so inserted a fixme            round_jiffies_relative
Note: Writing round_jiffies_relative.9
Warn: meta author : no refentry/info/author                        __round_jiffies_up
Note: meta author : see http://docbook.sf.net/el/author            __round_jiffies_up
Warn: meta author : no author data, so inserted a fixme            __round_jiffies_up
Note: Writing __round_jiffies_up.9
Warn: meta author : no refentry/info/author                        __round_jiffies_up_relative
Note: meta author : see http://docbook.sf.net/el/author            __round_jiffies_up_relative
Warn: meta author : no author data, so inserted a fixme            __round_jiffies_up_relative
Note: Writing __round_jiffies_up_relative.9
Warn: meta author : no refentry/info/author                        round_jiffies_up
Note: meta author : see http://docbook.sf.net/el/author            round_jiffies_up
Warn: meta author : no author data, so inserted a fixme            round_jiffies_up
Note: Writing round_jiffies_up.9
Warn: meta author : no refentry/info/author                        round_jiffies_up_relative
Note: meta author : see http://docbook.sf.net/el/author            round_jiffies_up_relative
Warn: meta author : no author data, so inserted a fixme            round_jiffies_up_relative
Note: Writing round_jiffies_up_relative.9
Warn: meta author : no refentry/info/author                        init_timer_key
Note: meta author : see http://docbook.sf.net/el/author            init_timer_key
Warn: meta author : no author data, so inserted a fixme            init_timer_key
Note: Writing init_timer_key.9
Warn: meta author : no refentry/info/author                        mod_timer_pending
Note: meta author : see http://docbook.sf.net/el/author            mod_timer_pending
Warn: meta author : no author data, so inserted a fixme            mod_timer_pending
Note: Writing mod_timer_pending.9
Warn: meta author : no refentry/info/author                        mod_timer
Note: meta author : see http://docbook.sf.net/el/author            mod_timer
Warn: meta author : no author data, so inserted a fixme            mod_timer
Note: Writing mod_timer.9
Warn: meta author : no refentry/info/author                        mod_timer_pinned
Note: meta author : see http://docbook.sf.net/el/author            mod_timer_pinned
Warn: meta author : no author data, so inserted a fixme            mod_timer_pinned
Note: Writing mod_timer_pinned.9
Warn: meta author : no refentry/info/author                        add_timer
Note: meta author : see http://docbook.sf.net/el/author            add_timer
Warn: meta author : no author data, so inserted a fixme            add_timer
Note: Writing add_timer.9
Warn: meta author : no refentry/info/author                        add_timer_on
Note: meta author : see http://docbook.sf.net/el/author            add_timer_on
Warn: meta author : no author data, so inserted a fixme            add_timer_on
Note: Writing add_timer_on.9
Warn: meta author : no refentry/info/author                        del_timer
Note: meta author : see http://docbook.sf.net/el/author            del_timer
Warn: meta author : no author data, so inserted a fixme            del_timer
Note: Writing del_timer.9
Warn: meta author : no refentry/info/author                        try_to_del_timer_sync
Note: meta author : see http://docbook.sf.net/el/author            try_to_del_timer_sync
Warn: meta author : no author data, so inserted a fixme            try_to_del_timer_sync
Note: Writing try_to_del_timer_sync.9
Warn: meta author : no refentry/info/author                        del_timer_sync
Note: meta author : see http://docbook.sf.net/el/author            del_timer_sync
Warn: meta author : no author data, so inserted a fixme            del_timer_sync
Note: Writing del_timer_sync.9
Warn: meta author : no refentry/info/author                        schedule_timeout
Note: meta author : see http://docbook.sf.net/el/author            schedule_timeout
Warn: meta author : no author data, so inserted a fixme            schedule_timeout
Note: Writing schedule_timeout.9
Warn: meta author : no refentry/info/author                        msleep
Note: meta author : see http://docbook.sf.net/el/author            msleep
Warn: meta author : no author data, so inserted a fixme            msleep
Note: Writing msleep.9
Warn: meta author : no refentry/info/author                        msleep_interruptible
Note: meta author : see http://docbook.sf.net/el/author            msleep_interruptible
Warn: meta author : no author data, so inserted a fixme            msleep_interruptible
Note: Writing msleep_interruptible.9
Warn: meta author : no refentry/info/author                        ktime_set
Note: meta author : see http://docbook.sf.net/el/author            ktime_set
Warn: meta author : no author data, so inserted a fixme            ktime_set
Note: Writing ktime_set.9
Warn: meta author : no refentry/info/author                        ktime_sub
Note: meta author : see http://docbook.sf.net/el/author            ktime_sub
Warn: meta author : no author data, so inserted a fixme            ktime_sub
Note: Writing ktime_sub.9
Warn: meta author : no refentry/info/author                        ktime_add
Note: meta author : see http://docbook.sf.net/el/author            ktime_add
Warn: meta author : no author data, so inserted a fixme            ktime_add
Note: Writing ktime_add.9
Warn: meta author : no refentry/info/author                        timespec_to_ktime
Note: meta author : see http://docbook.sf.net/el/author            timespec_to_ktime
Warn: meta author : no author data, so inserted a fixme            timespec_to_ktime
Note: Writing timespec_to_ktime.9
Warn: meta author : no refentry/info/author                        timeval_to_ktime
Note: meta author : see http://docbook.sf.net/el/author            timeval_to_ktime
Warn: meta author : no author data, so inserted a fixme            timeval_to_ktime
Note: Writing timeval_to_ktime.9
Warn: meta author : no refentry/info/author                        ktime_to_timespec
Note: meta author : see http://docbook.sf.net/el/author            ktime_to_timespec
Warn: meta author : no author data, so inserted a fixme            ktime_to_timespec
Note: Writing ktime_to_timespec.9
Warn: meta author : no refentry/info/author                        ktime_to_timeval
Note: meta author : see http://docbook.sf.net/el/author            ktime_to_timeval
Warn: meta author : no author data, so inserted a fixme            ktime_to_timeval
Note: Writing ktime_to_timeval.9
Warn: meta author : no refentry/info/author                        ktime_to_ns
Note: meta author : see http://docbook.sf.net/el/author            ktime_to_ns
Warn: meta author : no author data, so inserted a fixme            ktime_to_ns
Note: Writing ktime_to_ns.9
Warn: meta author : no refentry/info/author                        ktime_equal
Note: meta author : see http://docbook.sf.net/el/author            ktime_equal
Warn: meta author : no author data, so inserted a fixme            ktime_equal
Note: Writing ktime_equal.9
Warn: meta author : no refentry/info/author                        struct hrtimer
Note: meta author : see http://docbook.sf.net/el/author            struct hrtimer
Warn: meta author : no author data, so inserted a fixme            struct hrtimer
Note: Writing struct_hrtimer.9
Warn: meta author : no refentry/info/author                        struct hrtimer_sleeper
Note: meta author : see http://docbook.sf.net/el/author            struct hrtimer_sleeper
Warn: meta author : no author data, so inserted a fixme            struct hrtimer_sleeper
Note: Writing struct_hrtimer_sleeper.9
Warn: meta author : no refentry/info/author                        struct hrtimer_clock_base
Note: meta author : see http://docbook.sf.net/el/author            struct hrtimer_clock_base
Warn: meta author : no author data, so inserted a fixme            struct hrtimer_clock_base
Note: Writing struct_hrtimer_clock_base.9
Warn: meta author : no refentry/info/author                        ktime_add_ns
Note: meta author : see http://docbook.sf.net/el/author            ktime_add_ns
Warn: meta author : no author data, so inserted a fixme            ktime_add_ns
Note: Writing ktime_add_ns.9
Warn: meta author : no refentry/info/author                        ktime_sub_ns
Note: meta author : see http://docbook.sf.net/el/author            ktime_sub_ns
Warn: meta author : no author data, so inserted a fixme            ktime_sub_ns
Note: Writing ktime_sub_ns.9
Warn: meta author : no refentry/info/author                        hrtimer_forward
Note: meta author : see http://docbook.sf.net/el/author            hrtimer_forward
Warn: meta author : no author data, so inserted a fixme            hrtimer_forward
Note: Writing hrtimer_forward.9
Warn: meta author : no refentry/info/author                        hrtimer_start_range_ns
Note: meta author : see http://docbook.sf.net/el/author            hrtimer_start_range_ns
Warn: meta author : no author data, so inserted a fixme            hrtimer_start_range_ns
Note: Writing hrtimer_start_range_ns.9
Warn: meta author : no refentry/info/author                        hrtimer_start
Note: meta author : see http://docbook.sf.net/el/author            hrtimer_start
Warn: meta author : no author data, so inserted a fixme            hrtimer_start
Note: Writing hrtimer_start.9
Warn: meta author : no refentry/info/author                        hrtimer_try_to_cancel
Note: meta author : see http://docbook.sf.net/el/author            hrtimer_try_to_cancel
Warn: meta author : no author data, so inserted a fixme            hrtimer_try_to_cancel
Note: Writing hrtimer_try_to_cancel.9
Warn: meta author : no refentry/info/author                        hrtimer_cancel
Note: meta author : see http://docbook.sf.net/el/author            hrtimer_cancel
Warn: meta author : no author data, so inserted a fixme            hrtimer_cancel
Note: Writing hrtimer_cancel.9
Warn: meta author : no refentry/info/author                        hrtimer_get_remaining
Note: meta author : see http://docbook.sf.net/el/author            hrtimer_get_remaining
Warn: meta author : no author data, so inserted a fixme            hrtimer_get_remaining
Note: Writing hrtimer_get_remaining.9
Warn: meta author : no refentry/info/author                        hrtimer_init
Note: meta author : see http://docbook.sf.net/el/author            hrtimer_init
Warn: meta author : no author data, so inserted a fixme            hrtimer_init
Note: Writing hrtimer_init.9
Warn: meta author : no refentry/info/author                        hrtimer_get_res
Note: meta author : see http://docbook.sf.net/el/author            hrtimer_get_res
Warn: meta author : no author data, so inserted a fixme            hrtimer_get_res
Note: Writing hrtimer_get_res.9
Warn: meta author : no refentry/info/author                        schedule_hrtimeout_range
Note: meta author : see http://docbook.sf.net/el/author            schedule_hrtimeout_range
Warn: meta author : no author data, so inserted a fixme            schedule_hrtimeout_range
Note: Writing schedule_hrtimeout_range.9
Warn: meta author : no refentry/info/author                        schedule_hrtimeout
Note: meta author : see http://docbook.sf.net/el/author            schedule_hrtimeout
Warn: meta author : no author data, so inserted a fixme            schedule_hrtimeout
Note: Writing schedule_hrtimeout.9
Warn: meta author : no refentry/info/author                        queue_work
Note: meta author : see http://docbook.sf.net/el/author            queue_work
Warn: meta author : no author data, so inserted a fixme            queue_work
Note: Writing queue_work.9
Warn: meta author : no refentry/info/author                        queue_work_on
Note: meta author : see http://docbook.sf.net/el/author            queue_work_on
Warn: meta author : no author data, so inserted a fixme            queue_work_on
Note: Writing queue_work_on.9
Warn: meta author : no refentry/info/author                        queue_delayed_work
Note: meta author : see http://docbook.sf.net/el/author            queue_delayed_work
Warn: meta author : no author data, so inserted a fixme            queue_delayed_work
Note: Writing queue_delayed_work.9
Warn: meta author : no refentry/info/author                        queue_delayed_work_on
Note: meta author : see http://docbook.sf.net/el/author            queue_delayed_work_on
Warn: meta author : no author data, so inserted a fixme            queue_delayed_work_on
Note: Writing queue_delayed_work_on.9
Warn: meta author : no refentry/info/author                        flush_workqueue
Note: meta author : see http://docbook.sf.net/el/author            flush_workqueue
Warn: meta author : no author data, so inserted a fixme            flush_workqueue
Note: Writing flush_workqueue.9
Warn: meta author : no refentry/info/author                        flush_work
Note: meta author : see http://docbook.sf.net/el/author            flush_work
Warn: meta author : no author data, so inserted a fixme            flush_work
Note: Writing flush_work.9
Warn: meta author : no refentry/info/author                        cancel_work_sync
Note: meta author : see http://docbook.sf.net/el/author            cancel_work_sync
Warn: meta author : no author data, so inserted a fixme            cancel_work_sync
Note: Writing cancel_work_sync.9
Warn: meta author : no refentry/info/author                        cancel_delayed_work_sync
Note: meta author : see http://docbook.sf.net/el/author            cancel_delayed_work_sync
Warn: meta author : no author data, so inserted a fixme            cancel_delayed_work_sync
Note: Writing cancel_delayed_work_sync.9
Warn: meta author : no refentry/info/author                        schedule_work
Note: meta author : see http://docbook.sf.net/el/author            schedule_work
Warn: meta author : no author data, so inserted a fixme            schedule_work
Note: Writing schedule_work.9
Warn: meta author : no refentry/info/author                        schedule_delayed_work
Note: meta author : see http://docbook.sf.net/el/author            schedule_delayed_work
Warn: meta author : no author data, so inserted a fixme            schedule_delayed_work
Note: Writing schedule_delayed_work.9
Warn: meta author : no refentry/info/author                        flush_delayed_work
Note: meta author : see http://docbook.sf.net/el/author            flush_delayed_work
Warn: meta author : no author data, so inserted a fixme            flush_delayed_work
Note: Writing flush_delayed_work.9
Warn: meta author : no refentry/info/author                        schedule_delayed_work_on
Note: meta author : see http://docbook.sf.net/el/author            schedule_delayed_work_on
Warn: meta author : no author data, so inserted a fixme            schedule_delayed_work_on
Note: Writing schedule_delayed_work_on.9
Warn: meta author : no refentry/info/author                        execute_in_process_context
Note: meta author : see http://docbook.sf.net/el/author            execute_in_process_context
Warn: meta author : no author data, so inserted a fixme            execute_in_process_context
Note: Writing execute_in_process_context.9
Warn: meta author : no refentry/info/author                        destroy_workqueue
Note: meta author : see http://docbook.sf.net/el/author            destroy_workqueue
Warn: meta author : no author data, so inserted a fixme            destroy_workqueue
Note: Writing destroy_workqueue.9
Warn: meta author : no refentry/info/author                        work_on_cpu
Note: meta author : see http://docbook.sf.net/el/author            work_on_cpu
Warn: meta author : no author data, so inserted a fixme            work_on_cpu
Note: Writing work_on_cpu.9
Warn: meta author : no refentry/info/author                        reparent_to_kthreadd
Note: meta author : see http://docbook.sf.net/el/author            reparent_to_kthreadd
Warn: meta author : no author data, so inserted a fixme            reparent_to_kthreadd
Note: Writing reparent_to_kthreadd.9
Warn: meta author : no refentry/info/author                        sys_tgkill
Note: meta author : see http://docbook.sf.net/el/author            sys_tgkill
Warn: meta author : no author data, so inserted a fixme            sys_tgkill
Note: Writing sys_tgkill.9
Warn: meta author : no refentry/info/author                        kthread_run
Note: meta author : see http://docbook.sf.net/el/author            kthread_run
Warn: meta author : no author data, so inserted a fixme            kthread_run
Note: Writing kthread_run.9
Warn: meta author : no refentry/info/author                        kthread_should_stop
Note: meta author : see http://docbook.sf.net/el/author            kthread_should_stop
Warn: meta author : no author data, so inserted a fixme            kthread_should_stop
Note: Writing kthread_should_stop.9
Warn: meta author : no refentry/info/author                        kthread_create
Note: meta author : see http://docbook.sf.net/el/author            kthread_create
Warn: meta author : no author data, so inserted a fixme            kthread_create
Note: Writing kthread_create.9
Warn: meta author : no refentry/info/author                        kthread_bind
Note: meta author : see http://docbook.sf.net/el/author            kthread_bind
Warn: meta author : no author data, so inserted a fixme            kthread_bind
Note: Writing kthread_bind.9
Warn: meta author : no refentry/info/author                        kthread_stop
Note: meta author : see http://docbook.sf.net/el/author            kthread_stop
Warn: meta author : no author data, so inserted a fixme            kthread_stop
Note: Writing kthread_stop.9
Warn: meta author : no refentry/info/author                        kobject_get_path
Note: meta author : see http://docbook.sf.net/el/author            kobject_get_path
Warn: meta author : no author data, so inserted a fixme            kobject_get_path
Note: Writing kobject_get_path.9
Warn: meta author : no refentry/info/author                        kobject_set_name
Note: meta author : see http://docbook.sf.net/el/author            kobject_set_name
Warn: meta author : no author data, so inserted a fixme            kobject_set_name
Note: Writing kobject_set_name.9
Warn: meta author : no refentry/info/author                        kobject_init
Note: meta author : see http://docbook.sf.net/el/author            kobject_init
Warn: meta author : no author data, so inserted a fixme            kobject_init
Note: Writing kobject_init.9
Warn: meta author : no refentry/info/author                        kobject_add
Note: meta author : see http://docbook.sf.net/el/author            kobject_add
Warn: meta author : no author data, so inserted a fixme            kobject_add
Note: Writing kobject_add.9
Warn: meta author : no refentry/info/author                        kobject_init_and_add
Note: meta author : see http://docbook.sf.net/el/author            kobject_init_and_add
Warn: meta author : no author data, so inserted a fixme            kobject_init_and_add
Note: Writing kobject_init_and_add.9
Warn: meta author : no refentry/info/author                        kobject_rename
Note: meta author : see http://docbook.sf.net/el/author            kobject_rename
Warn: meta author : no author data, so inserted a fixme            kobject_rename
Note: Writing kobject_rename.9
Warn: meta author : no refentry/info/author                        kobject_del
Note: meta author : see http://docbook.sf.net/el/author            kobject_del
Warn: meta author : no author data, so inserted a fixme            kobject_del
Note: Writing kobject_del.9
Warn: meta author : no refentry/info/author                        kobject_get
Note: meta author : see http://docbook.sf.net/el/author            kobject_get
Warn: meta author : no author data, so inserted a fixme            kobject_get
Note: Writing kobject_get.9
Warn: meta author : no refentry/info/author                        kobject_put
Note: meta author : see http://docbook.sf.net/el/author            kobject_put
Warn: meta author : no author data, so inserted a fixme            kobject_put
Note: Writing kobject_put.9
Warn: meta author : no refentry/info/author                        kobject_create_and_add
Note: meta author : see http://docbook.sf.net/el/author            kobject_create_and_add
Warn: meta author : no author data, so inserted a fixme            kobject_create_and_add
Note: Writing kobject_create_and_add.9
Warn: meta author : no refentry/info/author                        kset_register
Note: meta author : see http://docbook.sf.net/el/author            kset_register
Warn: meta author : no author data, so inserted a fixme            kset_register
Note: Writing kset_register.9
Warn: meta author : no refentry/info/author                        kset_unregister
Note: meta author : see http://docbook.sf.net/el/author            kset_unregister
Warn: meta author : no author data, so inserted a fixme            kset_unregister
Note: Writing kset_unregister.9
Warn: meta author : no refentry/info/author                        kset_create_and_add
Note: meta author : see http://docbook.sf.net/el/author            kset_create_and_add
Warn: meta author : no author data, so inserted a fixme            kset_create_and_add
Note: Writing kset_create_and_add.9
Warn: meta author : no refentry/info/author                        upper_32_bits
Note: meta author : see http://docbook.sf.net/el/author            upper_32_bits
Warn: meta author : no author data, so inserted a fixme            upper_32_bits
Note: Writing upper_32_bits.9
Warn: meta author : no refentry/info/author                        lower_32_bits
Note: meta author : see http://docbook.sf.net/el/author            lower_32_bits
Warn: meta author : no author data, so inserted a fixme            lower_32_bits
Note: Writing lower_32_bits.9
Warn: meta author : no refentry/info/author                        might_sleep
Note: meta author : see http://docbook.sf.net/el/author            might_sleep
Warn: meta author : no author data, so inserted a fixme            might_sleep
Note: Writing might_sleep.9
Warn: meta author : no refentry/info/author                        trace_printk
Note: meta author : see http://docbook.sf.net/el/author            trace_printk
Warn: meta author : no author data, so inserted a fixme            trace_printk
Note: Writing trace_printk.9
Warn: meta author : no refentry/info/author                        clamp
Note: meta author : see http://docbook.sf.net/el/author            clamp
Warn: meta author : no author data, so inserted a fixme            clamp
Note: Writing clamp.9
Warn: meta author : no refentry/info/author                        clamp_t
Note: meta author : see http://docbook.sf.net/el/author            clamp_t
Warn: meta author : no author data, so inserted a fixme            clamp_t
Note: Writing clamp_t.9
Warn: meta author : no refentry/info/author                        clamp_val
Note: meta author : see http://docbook.sf.net/el/author            clamp_val
Warn: meta author : no author data, so inserted a fixme            clamp_val
Note: Writing clamp_val.9
Warn: meta author : no refentry/info/author                        container_of
Note: meta author : see http://docbook.sf.net/el/author            container_of
Warn: meta author : no author data, so inserted a fixme            container_of
Note: Writing container_of.9
Warn: meta author : no refentry/info/author                        printk
Note: meta author : see http://docbook.sf.net/el/author            printk
Warn: meta author : no author data, so inserted a fixme            printk
Note: Writing printk.9
Warn: meta author : no refentry/info/author                        acquire_console_sem
Note: meta author : see http://docbook.sf.net/el/author            acquire_console_sem
Warn: meta author : no author data, so inserted a fixme            acquire_console_sem
Note: Writing acquire_console_sem.9
Warn: meta author : no refentry/info/author                        release_console_sem
Note: meta author : see http://docbook.sf.net/el/author            release_console_sem
Warn: meta author : no author data, so inserted a fixme            release_console_sem
Note: Writing release_console_sem.9
Warn: meta author : no refentry/info/author                        console_conditional_schedule
Note: meta author : see http://docbook.sf.net/el/author            console_conditional_schedule
Warn: meta author : no author data, so inserted a fixme            console_conditional_schedule
Note: Writing console_conditional_schedule.9
Warn: meta author : no refentry/info/author                        printk_timed_ratelimit
Note: meta author : see http://docbook.sf.net/el/author            printk_timed_ratelimit
Warn: meta author : no author data, so inserted a fixme            printk_timed_ratelimit
Note: Writing printk_timed_ratelimit.9
Warn: meta author : no refentry/info/author                        kmsg_dump_register
Note: meta author : see http://docbook.sf.net/el/author            kmsg_dump_register
Warn: meta author : no author data, so inserted a fixme            kmsg_dump_register
Note: Writing kmsg_dump_register.9
Warn: meta author : no refentry/info/author                        kmsg_dump_unregister
Note: meta author : see http://docbook.sf.net/el/author            kmsg_dump_unregister
Warn: meta author : no author data, so inserted a fixme            kmsg_dump_unregister
Note: Writing kmsg_dump_unregister.9
Warn: meta author : no refentry/info/author                        panic
Note: meta author : see http://docbook.sf.net/el/author            panic
Warn: meta author : no author data, so inserted a fixme            panic
Note: Writing panic.9
Warn: meta author : no refentry/info/author                        emergency_restart
Note: meta author : see http://docbook.sf.net/el/author            emergency_restart
Warn: meta author : no author data, so inserted a fixme            emergency_restart
Note: Writing emergency_restart.9
Warn: meta author : no refentry/info/author                        kernel_restart
Note: meta author : see http://docbook.sf.net/el/author            kernel_restart
Warn: meta author : no author data, so inserted a fixme            kernel_restart
Note: Writing kernel_restart.9
Warn: meta author : no refentry/info/author                        kernel_halt
Note: meta author : see http://docbook.sf.net/el/author            kernel_halt
Warn: meta author : no author data, so inserted a fixme            kernel_halt
Note: Writing kernel_halt.9
Warn: meta author : no refentry/info/author                        kernel_power_off
Note: meta author : see http://docbook.sf.net/el/author            kernel_power_off
Warn: meta author : no author data, so inserted a fixme            kernel_power_off
Note: Writing kernel_power_off.9
Warn: meta author : no refentry/info/author                        orderly_poweroff
Note: meta author : see http://docbook.sf.net/el/author            orderly_poweroff
Warn: meta author : no author data, so inserted a fixme            orderly_poweroff
Note: Writing orderly_poweroff.9
Warn: meta author : no refentry/info/author                        rcu_read_lock_bh_held
Note: meta author : see http://docbook.sf.net/el/author            rcu_read_lock_bh_held
Warn: meta author : no author data, so inserted a fixme            rcu_read_lock_bh_held
Note: Writing rcu_read_lock_bh_held.9
Warn: meta author : no refentry/info/author                        devres_alloc
Note: meta author : see http://docbook.sf.net/el/author            devres_alloc
Warn: meta author : no author data, so inserted a fixme            devres_alloc
Note: Writing devres_alloc.9
Warn: meta author : no refentry/info/author                        devres_free
Note: meta author : see http://docbook.sf.net/el/author            devres_free
Warn: meta author : no author data, so inserted a fixme            devres_free
Note: Writing devres_free.9
Warn: meta author : no refentry/info/author                        devres_add
Note: meta author : see http://docbook.sf.net/el/author            devres_add
Warn: meta author : no author data, so inserted a fixme            devres_add
Note: Writing devres_add.9
Warn: meta author : no refentry/info/author                        devres_find
Note: meta author : see http://docbook.sf.net/el/author            devres_find
Warn: meta author : no author data, so inserted a fixme            devres_find
Note: Writing devres_find.9
Warn: meta author : no refentry/info/author                        devres_get
Note: meta author : see http://docbook.sf.net/el/author            devres_get
Warn: meta author : no author data, so inserted a fixme            devres_get
Note: Writing devres_get.9
Warn: meta author : no refentry/info/author                        devres_remove
Note: meta author : see http://docbook.sf.net/el/author            devres_remove
Warn: meta author : no author data, so inserted a fixme            devres_remove
Note: Writing devres_remove.9
Warn: meta author : no refentry/info/author                        devres_destroy
Note: meta author : see http://docbook.sf.net/el/author            devres_destroy
Warn: meta author : no author data, so inserted a fixme            devres_destroy
Note: Writing devres_destroy.9
Warn: meta author : no refentry/info/author                        devres_open_group
Note: meta author : see http://docbook.sf.net/el/author            devres_open_group
Warn: meta author : no author data, so inserted a fixme            devres_open_group
Note: Writing devres_open_group.9
Warn: meta author : no refentry/info/author                        devres_close_group
Note: meta author : see http://docbook.sf.net/el/author            devres_close_group
Warn: meta author : no author data, so inserted a fixme            devres_close_group
Note: Writing devres_close_group.9
Warn: meta author : no refentry/info/author                        devres_remove_group
Note: meta author : see http://docbook.sf.net/el/author            devres_remove_group
Warn: meta author : no author data, so inserted a fixme            devres_remove_group
Note: Writing devres_remove_group.9
Warn: meta author : no refentry/info/author                        devres_release_group
Note: meta author : see http://docbook.sf.net/el/author            devres_release_group
Warn: meta author : no author data, so inserted a fixme            devres_release_group
Note: Writing devres_release_group.9
Warn: meta author : no refentry/info/author                        devm_kzalloc
Note: meta author : see http://docbook.sf.net/el/author            devm_kzalloc
Warn: meta author : no author data, so inserted a fixme            devm_kzalloc
Note: Writing devm_kzalloc.9
Warn: meta author : no refentry/info/author                        devm_kfree
Note: meta author : see http://docbook.sf.net/el/author            devm_kfree
Warn: meta author : no author data, so inserted a fixme            devm_kfree
Note: Writing devm_kfree.9
Warn: meta author : no refentry/info/author                        driver_for_each_device
Note: meta author : see http://docbook.sf.net/el/author            driver_for_each_device
Warn: meta author : no author data, so inserted a fixme            driver_for_each_device
Note: Writing driver_for_each_device.9
Warn: meta author : no refentry/info/author                        driver_find_device
Note: meta author : see http://docbook.sf.net/el/author            driver_find_device
Warn: meta author : no author data, so inserted a fixme            driver_find_device
Note: Writing driver_find_device.9
Warn: meta author : no refentry/info/author                        driver_create_file
Note: meta author : see http://docbook.sf.net/el/author            driver_create_file
Warn: meta author : no author data, so inserted a fixme            driver_create_file
Note: Writing driver_create_file.9
Warn: meta author : no refentry/info/author                        driver_remove_file
Note: meta author : see http://docbook.sf.net/el/author            driver_remove_file
Warn: meta author : no author data, so inserted a fixme            driver_remove_file
Note: Writing driver_remove_file.9
Warn: meta author : no refentry/info/author                        driver_add_kobj
Note: meta author : see http://docbook.sf.net/el/author            driver_add_kobj
Warn: meta author : no author data, so inserted a fixme            driver_add_kobj
Note: Writing driver_add_kobj.9
Warn: meta author : no refentry/info/author                        get_driver
Note: meta author : see http://docbook.sf.net/el/author            get_driver
Warn: meta author : no author data, so inserted a fixme            get_driver
Note: Writing get_driver.9
Warn: meta author : no refentry/info/author                        put_driver
Note: meta author : see http://docbook.sf.net/el/author            put_driver
Warn: meta author : no author data, so inserted a fixme            put_driver
Note: Writing put_driver.9
Warn: meta author : no refentry/info/author                        driver_register
Note: meta author : see http://docbook.sf.net/el/author            driver_register
Warn: meta author : no author data, so inserted a fixme            driver_register
Note: Writing driver_register.9
Warn: meta author : no refentry/info/author                        driver_unregister
Note: meta author : see http://docbook.sf.net/el/author            driver_unregister
Warn: meta author : no author data, so inserted a fixme            driver_unregister
Note: Writing driver_unregister.9
Warn: meta author : no refentry/info/author                        driver_find
Note: meta author : see http://docbook.sf.net/el/author            driver_find
Warn: meta author : no author data, so inserted a fixme            driver_find
Note: Writing driver_find.9
Warn: meta author : no refentry/info/author                        dev_driver_string
Note: meta author : see http://docbook.sf.net/el/author            dev_driver_string
Warn: meta author : no author data, so inserted a fixme            dev_driver_string
Note: Writing dev_driver_string.9
Warn: meta author : no refentry/info/author                        device_create_file
Note: meta author : see http://docbook.sf.net/el/author            device_create_file
Warn: meta author : no author data, so inserted a fixme            device_create_file
Note: Writing device_create_file.9
Warn: meta author : no refentry/info/author                        device_remove_file
Note: meta author : see http://docbook.sf.net/el/author            device_remove_file
Warn: meta author : no author data, so inserted a fixme            device_remove_file
Note: Writing device_remove_file.9
Warn: meta author : no refentry/info/author                        device_create_bin_file
Note: meta author : see http://docbook.sf.net/el/author            device_create_bin_file
Warn: meta author : no author data, so inserted a fixme            device_create_bin_file
Note: Writing device_create_bin_file.9
Warn: meta author : no refentry/info/author                        device_remove_bin_file
Note: meta author : see http://docbook.sf.net/el/author            device_remove_bin_file
Warn: meta author : no author data, so inserted a fixme            device_remove_bin_file
Note: Writing device_remove_bin_file.9
Warn: meta author : no refentry/info/author                        device_schedule_callback_owner
Note: meta author : see http://docbook.sf.net/el/author            device_schedule_callback_owner
Warn: meta author : no author data, so inserted a fixme            device_schedule_callback_owner
Note: Writing device_schedule_callback_owner.9
Warn: meta author : no refentry/info/author                        device_initialize
Note: meta author : see http://docbook.sf.net/el/author            device_initialize
Warn: meta author : no author data, so inserted a fixme            device_initialize
Note: Writing device_initialize.9
Warn: meta author : no refentry/info/author                        dev_set_name
Note: meta author : see http://docbook.sf.net/el/author            dev_set_name
Warn: meta author : no author data, so inserted a fixme            dev_set_name
Note: Writing dev_set_name.9
Warn: meta author : no refentry/info/author                        device_add
Note: meta author : see http://docbook.sf.net/el/author            device_add
Warn: meta author : no author data, so inserted a fixme            device_add
Note: Writing device_add.9
Warn: meta author : no refentry/info/author                        device_register
Note: meta author : see http://docbook.sf.net/el/author            device_register
Warn: meta author : no author data, so inserted a fixme            device_register
Note: Writing device_register.9
Warn: meta author : no refentry/info/author                        get_device
Note: meta author : see http://docbook.sf.net/el/author            get_device
Warn: meta author : no author data, so inserted a fixme            get_device
Note: Writing get_device.9
Warn: meta author : no refentry/info/author                        put_device
Note: meta author : see http://docbook.sf.net/el/author            put_device
Warn: meta author : no author data, so inserted a fixme            put_device
Note: Writing put_device.9
Warn: meta author : no refentry/info/author                        device_del
Note: meta author : see http://docbook.sf.net/el/author            device_del
Warn: meta author : no author data, so inserted a fixme            device_del
Note: Writing device_del.9
Warn: meta author : no refentry/info/author                        device_unregister
Note: meta author : see http://docbook.sf.net/el/author            device_unregister
Warn: meta author : no author data, so inserted a fixme            device_unregister
Note: Writing device_unregister.9
Warn: meta author : no refentry/info/author                        device_for_each_child
Note: meta author : see http://docbook.sf.net/el/author            device_for_each_child
Warn: meta author : no author data, so inserted a fixme            device_for_each_child
Note: Writing device_for_each_child.9
Warn: meta author : no refentry/info/author                        device_find_child
Note: meta author : see http://docbook.sf.net/el/author            device_find_child
Warn: meta author : no author data, so inserted a fixme            device_find_child
Note: Writing device_find_child.9
Warn: meta author : no refentry/info/author                        __root_device_register
Note: meta author : see http://docbook.sf.net/el/author            __root_device_register
Warn: meta author : no author data, so inserted a fixme            __root_device_register
Note: Writing __root_device_register.9
Warn: meta author : no refentry/info/author                        root_device_unregister
Note: meta author : see http://docbook.sf.net/el/author            root_device_unregister
Warn: meta author : no author data, so inserted a fixme            root_device_unregister
Note: Writing root_device_unregister.9
Warn: meta author : no refentry/info/author                        device_create_vargs
Note: meta author : see http://docbook.sf.net/el/author            device_create_vargs
Warn: meta author : no author data, so inserted a fixme            device_create_vargs
Note: Writing device_create_vargs.9
Warn: meta author : no refentry/info/author                        device_create
Note: meta author : see http://docbook.sf.net/el/author            device_create
Warn: meta author : no author data, so inserted a fixme            device_create
Note: Writing device_create.9
Warn: meta author : no refentry/info/author                        device_destroy
Note: meta author : see http://docbook.sf.net/el/author            device_destroy
Warn: meta author : no author data, so inserted a fixme            device_destroy
Note: Writing device_destroy.9
Warn: meta author : no refentry/info/author                        device_rename
Note: meta author : see http://docbook.sf.net/el/author            device_rename
Warn: meta author : no author data, so inserted a fixme            device_rename
Note: Writing device_rename.9
Warn: meta author : no refentry/info/author                        device_move
Note: meta author : see http://docbook.sf.net/el/author            device_move
Warn: meta author : no author data, so inserted a fixme            device_move
Note: Writing device_move.9
Warn: meta author : no refentry/info/author                        __class_create
Note: meta author : see http://docbook.sf.net/el/author            __class_create
Warn: meta author : no author data, so inserted a fixme            __class_create
Note: Writing __class_create.9
Warn: meta author : no refentry/info/author                        class_destroy
Note: meta author : see http://docbook.sf.net/el/author            class_destroy
Warn: meta author : no author data, so inserted a fixme            class_destroy
Note: Writing class_destroy.9
Warn: meta author : no refentry/info/author                        class_dev_iter_init
Note: meta author : see http://docbook.sf.net/el/author            class_dev_iter_init
Warn: meta author : no author data, so inserted a fixme            class_dev_iter_init
Note: Writing class_dev_iter_init.9
Warn: meta author : no refentry/info/author                        class_dev_iter_next
Note: meta author : see http://docbook.sf.net/el/author            class_dev_iter_next
Warn: meta author : no author data, so inserted a fixme            class_dev_iter_next
Note: Writing class_dev_iter_next.9
Warn: meta author : no refentry/info/author                        class_dev_iter_exit
Note: meta author : see http://docbook.sf.net/el/author            class_dev_iter_exit
Warn: meta author : no author data, so inserted a fixme            class_dev_iter_exit
Note: Writing class_dev_iter_exit.9
Warn: meta author : no refentry/info/author                        class_for_each_device
Note: meta author : see http://docbook.sf.net/el/author            class_for_each_device
Warn: meta author : no author data, so inserted a fixme            class_for_each_device
Note: Writing class_for_each_device.9
Warn: meta author : no refentry/info/author                        class_find_device
Note: meta author : see http://docbook.sf.net/el/author            class_find_device
Warn: meta author : no author data, so inserted a fixme            class_find_device
Note: Writing class_find_device.9
Warn: meta author : no refentry/info/author                        class_compat_register
Note: meta author : see http://docbook.sf.net/el/author            class_compat_register
Warn: meta author : no author data, so inserted a fixme            class_compat_register
Note: Writing class_compat_register.9
Warn: meta author : no refentry/info/author                        class_compat_unregister
Note: meta author : see http://docbook.sf.net/el/author            class_compat_unregister
Warn: meta author : no author data, so inserted a fixme            class_compat_unregister
Note: Writing class_compat_unregister.9
Warn: meta author : no refentry/info/author                        class_compat_create_link
Note: meta author : see http://docbook.sf.net/el/author            class_compat_create_link
Warn: meta author : no author data, so inserted a fixme            class_compat_create_link
Note: Writing class_compat_create_link.9
Warn: meta author : no refentry/info/author                        class_compat_remove_link
Note: meta author : see http://docbook.sf.net/el/author            class_compat_remove_link
Warn: meta author : no author data, so inserted a fixme            class_compat_remove_link
Note: Writing class_compat_remove_link.9
Warn: meta author : no refentry/info/author                        request_firmware
Note: meta author : see http://docbook.sf.net/el/author            request_firmware
Warn: meta author : no author data, so inserted a fixme            request_firmware
Note: Writing request_firmware.9
Warn: meta author : no refentry/info/author                        release_firmware
Note: meta author : see http://docbook.sf.net/el/author            release_firmware
Warn: meta author : no author data, so inserted a fixme            release_firmware
Note: Writing release_firmware.9
Warn: meta author : no refentry/info/author                        request_firmware_nowait
Note: meta author : see http://docbook.sf.net/el/author            request_firmware_nowait
Warn: meta author : no author data, so inserted a fixme            request_firmware_nowait
Note: Writing request_firmware_nowait.9
Warn: meta author : no refentry/info/author                        transport_class_register
Note: meta author : see http://docbook.sf.net/el/author            transport_class_register
Warn: meta author : no author data, so inserted a fixme            transport_class_register
Note: Writing transport_class_register.9
Warn: meta author : no refentry/info/author                        transport_class_unregister
Note: meta author : see http://docbook.sf.net/el/author            transport_class_unregister
Warn: meta author : no author data, so inserted a fixme            transport_class_unregister
Note: Writing transport_class_unregister.9
Warn: meta author : no refentry/info/author                        anon_transport_class_register
Note: meta author : see http://docbook.sf.net/el/author            anon_transport_class_register
Warn: meta author : no author data, so inserted a fixme            anon_transport_class_register
Note: Writing anon_transport_class_register.9
Warn: meta author : no refentry/info/author                        anon_transport_class_unregister
Note: meta author : see http://docbook.sf.net/el/author            anon_transport_class_unregister
Warn: meta author : no author data, so inserted a fixme            anon_transport_class_unregister
Note: Writing anon_transport_class_unregister.9
Warn: meta author : no refentry/info/author                        transport_setup_device
Note: meta author : see http://docbook.sf.net/el/author            transport_setup_device
Warn: meta author : no author data, so inserted a fixme            transport_setup_device
Note: Writing transport_setup_device.9
Warn: meta author : no refentry/info/author                        transport_add_device
Note: meta author : see http://docbook.sf.net/el/author            transport_add_device
Warn: meta author : no author data, so inserted a fixme            transport_add_device
Note: Writing transport_add_device.9
Warn: meta author : no refentry/info/author                        transport_configure_device
Note: meta author : see http://docbook.sf.net/el/author            transport_configure_device
Warn: meta author : no author data, so inserted a fixme            transport_configure_device
Note: Writing transport_configure_device.9
Warn: meta author : no refentry/info/author                        transport_remove_device
Note: meta author : see http://docbook.sf.net/el/author            transport_remove_device
Warn: meta author : no author data, so inserted a fixme            transport_remove_device
Note: Writing transport_remove_device.9
Warn: meta author : no refentry/info/author                        transport_destroy_device
Note: meta author : see http://docbook.sf.net/el/author            transport_destroy_device
Warn: meta author : no author data, so inserted a fixme            transport_destroy_device
Note: Writing transport_destroy_device.9
Warn: meta author : no refentry/info/author                        sysdev_driver_register
Note: meta author : see http://docbook.sf.net/el/author            sysdev_driver_register
Warn: meta author : no author data, so inserted a fixme            sysdev_driver_register
Note: Writing sysdev_driver_register.9
Warn: meta author : no refentry/info/author                        sysdev_driver_unregister
Note: meta author : see http://docbook.sf.net/el/author            sysdev_driver_unregister
Warn: meta author : no author data, so inserted a fixme            sysdev_driver_unregister
Note: Writing sysdev_driver_unregister.9
Warn: meta author : no refentry/info/author                        sysdev_register
Note: meta author : see http://docbook.sf.net/el/author            sysdev_register
Warn: meta author : no author data, so inserted a fixme            sysdev_register
Note: Writing sysdev_register.9
Warn: meta author : no refentry/info/author                        sysdev_suspend
Note: meta author : see http://docbook.sf.net/el/author            sysdev_suspend
Warn: meta author : no author data, so inserted a fixme            sysdev_suspend
Note: Writing sysdev_suspend.9
Warn: meta author : no refentry/info/author                        sysdev_resume
Note: meta author : see http://docbook.sf.net/el/author            sysdev_resume
Warn: meta author : no author data, so inserted a fixme            sysdev_resume
Note: Writing sysdev_resume.9
Warn: meta author : no refentry/info/author                        platform_get_resource
Note: meta author : see http://docbook.sf.net/el/author            platform_get_resource
Warn: meta author : no author data, so inserted a fixme            platform_get_resource
Note: Writing platform_get_resource.9
Warn: meta author : no refentry/info/author                        platform_get_irq
Note: meta author : see http://docbook.sf.net/el/author            platform_get_irq
Warn: meta author : no author data, so inserted a fixme            platform_get_irq
Note: Writing platform_get_irq.9
Warn: meta author : no refentry/info/author                        platform_get_resource_byname
Note: meta author : see http://docbook.sf.net/el/author            platform_get_resource_byname
Warn: meta author : no author data, so inserted a fixme            platform_get_resource_byname
Note: Writing platform_get_resource_byname.9
Warn: meta author : no refentry/info/author                        platform_get_irq_byname
Note: meta author : see http://docbook.sf.net/el/author            platform_get_irq_byname
Warn: meta author : no author data, so inserted a fixme            platform_get_irq_byname
Note: Writing platform_get_irq_byname.9
Warn: meta author : no refentry/info/author                        platform_add_devices
Note: meta author : see http://docbook.sf.net/el/author            platform_add_devices
Warn: meta author : no author data, so inserted a fixme            platform_add_devices
Note: Writing platform_add_devices.9
Warn: meta author : no refentry/info/author                        platform_device_put
Note: meta author : see http://docbook.sf.net/el/author            platform_device_put
Warn: meta author : no author data, so inserted a fixme            platform_device_put
Note: Writing platform_device_put.9
Warn: meta author : no refentry/info/author                        platform_device_alloc
Note: meta author : see http://docbook.sf.net/el/author            platform_device_alloc
Warn: meta author : no author data, so inserted a fixme            platform_device_alloc
Note: Writing platform_device_alloc.9
Warn: meta author : no refentry/info/author                        platform_device_add_resources
Note: meta author : see http://docbook.sf.net/el/author            platform_device_add_resources
Warn: meta author : no author data, so inserted a fixme            platform_device_add_resources
Note: Writing platform_device_add_resources.9
Warn: meta author : no refentry/info/author                        platform_device_add_data
Note: meta author : see http://docbook.sf.net/el/author            platform_device_add_data
Warn: meta author : no author data, so inserted a fixme            platform_device_add_data
Note: Writing platform_device_add_data.9
Warn: meta author : no refentry/info/author                        platform_device_add
Note: meta author : see http://docbook.sf.net/el/author            platform_device_add
Warn: meta author : no author data, so inserted a fixme            platform_device_add
Note: Writing platform_device_add.9
Warn: meta author : no refentry/info/author                        platform_device_del
Note: meta author : see http://docbook.sf.net/el/author            platform_device_del
Warn: meta author : no author data, so inserted a fixme            platform_device_del
Note: Writing platform_device_del.9
Warn: meta author : no refentry/info/author                        platform_device_register
Note: meta author : see http://docbook.sf.net/el/author            platform_device_register
Warn: meta author : no author data, so inserted a fixme            platform_device_register
Note: Writing platform_device_register.9
Warn: meta author : no refentry/info/author                        platform_device_unregister
Note: meta author : see http://docbook.sf.net/el/author            platform_device_unregister
Warn: meta author : no author data, so inserted a fixme            platform_device_unregister
Note: Writing platform_device_unregister.9
Warn: meta author : no refentry/info/author                        platform_device_register_simple
Note: meta author : see http://docbook.sf.net/el/author            platform_device_register_simple
Warn: meta author : no author data, so inserted a fixme            platform_device_register_simple
Note: Writing platform_device_register_simple.9
Warn: meta author : no refentry/info/author                        platform_device_register_data
Note: meta author : see http://docbook.sf.net/el/author            platform_device_register_data
Warn: meta author : no author data, so inserted a fixme            platform_device_register_data
Note: Writing platform_device_register_data.9
Warn: meta author : no refentry/info/author                        platform_driver_register
Note: meta author : see http://docbook.sf.net/el/author            platform_driver_register
Warn: meta author : no author data, so inserted a fixme            platform_driver_register
Note: Writing platform_driver_register.9
Warn: meta author : no refentry/info/author                        platform_driver_unregister
Note: meta author : see http://docbook.sf.net/el/author            platform_driver_unregister
Warn: meta author : no author data, so inserted a fixme            platform_driver_unregister
Note: Writing platform_driver_unregister.9
Warn: meta author : no refentry/info/author                        platform_driver_probe
Note: meta author : see http://docbook.sf.net/el/author            platform_driver_probe
Warn: meta author : no author data, so inserted a fixme            platform_driver_probe
Note: Writing platform_driver_probe.9
Warn: meta author : no refentry/info/author                        platform_create_bundle
Note: meta author : see http://docbook.sf.net/el/author            platform_create_bundle
Warn: meta author : no author data, so inserted a fixme            platform_create_bundle
Note: Writing platform_create_bundle.9
Warn: meta author : no refentry/info/author                        bus_for_each_dev
Note: meta author : see http://docbook.sf.net/el/author            bus_for_each_dev
Warn: meta author : no author data, so inserted a fixme            bus_for_each_dev
Note: Writing bus_for_each_dev.9
Warn: meta author : no refentry/info/author                        bus_find_device
Note: meta author : see http://docbook.sf.net/el/author            bus_find_device
Warn: meta author : no author data, so inserted a fixme            bus_find_device
Note: Writing bus_find_device.9
Warn: meta author : no refentry/info/author                        bus_find_device_by_name
Note: meta author : see http://docbook.sf.net/el/author            bus_find_device_by_name
Warn: meta author : no author data, so inserted a fixme            bus_find_device_by_name
Note: Writing bus_find_device_by_name.9
Warn: meta author : no refentry/info/author                        bus_for_each_drv
Note: meta author : see http://docbook.sf.net/el/author            bus_for_each_drv
Warn: meta author : no author data, so inserted a fixme            bus_for_each_drv
Note: Writing bus_for_each_drv.9
Warn: meta author : no refentry/info/author                        bus_rescan_devices
Note: meta author : see http://docbook.sf.net/el/author            bus_rescan_devices
Warn: meta author : no author data, so inserted a fixme            bus_rescan_devices
Note: Writing bus_rescan_devices.9
Warn: meta author : no refentry/info/author                        device_reprobe
Note: meta author : see http://docbook.sf.net/el/author            device_reprobe
Warn: meta author : no author data, so inserted a fixme            device_reprobe
Note: Writing device_reprobe.9
Warn: meta author : no refentry/info/author                        bus_register
Note: meta author : see http://docbook.sf.net/el/author            bus_register
Warn: meta author : no author data, so inserted a fixme            bus_register
Note: Writing bus_register.9
Warn: meta author : no refentry/info/author                        bus_unregister
Note: meta author : see http://docbook.sf.net/el/author            bus_unregister
Warn: meta author : no author data, so inserted a fixme            bus_unregister
Note: Writing bus_unregister.9
Warn: meta author : no refentry/info/author                        dpm_resume_noirq
Note: meta author : see http://docbook.sf.net/el/author            dpm_resume_noirq
Warn: meta author : no author data, so inserted a fixme            dpm_resume_noirq
Note: Writing dpm_resume_noirq.9
Warn: meta author : no refentry/info/author                        dpm_resume_end
Note: meta author : see http://docbook.sf.net/el/author            dpm_resume_end
Warn: meta author : no author data, so inserted a fixme            dpm_resume_end
Note: Writing dpm_resume_end.9
Warn: meta author : no refentry/info/author                        dpm_suspend_noirq
Note: meta author : see http://docbook.sf.net/el/author            dpm_suspend_noirq
Warn: meta author : no author data, so inserted a fixme            dpm_suspend_noirq
Note: Writing dpm_suspend_noirq.9
Warn: meta author : no refentry/info/author                        dpm_suspend_start
Note: meta author : see http://docbook.sf.net/el/author            dpm_suspend_start
Warn: meta author : no author data, so inserted a fixme            dpm_suspend_start
Note: Writing dpm_suspend_start.9
Warn: meta author : no refentry/info/author                        device_pm_wait_for_dev
Note: meta author : see http://docbook.sf.net/el/author            device_pm_wait_for_dev
Warn: meta author : no author data, so inserted a fixme            device_pm_wait_for_dev
Note: Writing device_pm_wait_for_dev.9
Warn: meta author : no refentry/info/author                        acpi_bus_register_driver
Note: meta author : see http://docbook.sf.net/el/author            acpi_bus_register_driver
Warn: meta author : no author data, so inserted a fixme            acpi_bus_register_driver
Note: Writing acpi_bus_register_driver.9
Warn: meta author : no refentry/info/author                        acpi_bus_unregister_driver
Note: meta author : see http://docbook.sf.net/el/author            acpi_bus_unregister_driver
Warn: meta author : no author data, so inserted a fixme            acpi_bus_unregister_driver
Note: Writing acpi_bus_unregister_driver.9
Warn: meta author : no refentry/info/author                        acpi_bus_driver_init
Note: meta author : see http://docbook.sf.net/el/author            acpi_bus_driver_init
Warn: meta author : no author data, so inserted a fixme            acpi_bus_driver_init
Note: Writing acpi_bus_driver_init.9
Warn: meta author : no refentry/info/author                        pnp_register_protocol
Note: meta author : see http://docbook.sf.net/el/author            pnp_register_protocol
Warn: meta author : no author data, so inserted a fixme            pnp_register_protocol
Note: Writing pnp_register_protocol.9
Warn: meta author : no refentry/info/author                        pnp_unregister_protocol
Note: meta author : see http://docbook.sf.net/el/author            pnp_unregister_protocol
Warn: meta author : no author data, so inserted a fixme            pnp_unregister_protocol
Note: Writing pnp_unregister_protocol.9
Warn: meta author : no refentry/info/author                        pnp_request_card_device
Note: meta author : see http://docbook.sf.net/el/author            pnp_request_card_device
Warn: meta author : no author data, so inserted a fixme            pnp_request_card_device
Note: Writing pnp_request_card_device.9
Warn: meta author : no refentry/info/author                        pnp_release_card_device
Note: meta author : see http://docbook.sf.net/el/author            pnp_release_card_device
Warn: meta author : no author data, so inserted a fixme            pnp_release_card_device
Note: Writing pnp_release_card_device.9
Warn: meta author : no refentry/info/author                        pnp_register_card_driver
Note: meta author : see http://docbook.sf.net/el/author            pnp_register_card_driver
Warn: meta author : no author data, so inserted a fixme            pnp_register_card_driver
Note: Writing pnp_register_card_driver.9
Warn: meta author : no refentry/info/author                        pnp_unregister_card_driver
Note: meta author : see http://docbook.sf.net/el/author            pnp_unregister_card_driver
Warn: meta author : no author data, so inserted a fixme            pnp_unregister_card_driver
Note: Writing pnp_unregister_card_driver.9
Warn: meta author : no refentry/info/author                        pnp_add_id
Note: meta author : see http://docbook.sf.net/el/author            pnp_add_id
Warn: meta author : no author data, so inserted a fixme            pnp_add_id
Note: Writing pnp_add_id.9
Warn: meta author : no refentry/info/author                        pnp_start_dev
Note: meta author : see http://docbook.sf.net/el/author            pnp_start_dev
Warn: meta author : no author data, so inserted a fixme            pnp_start_dev
Note: Writing pnp_start_dev.9
Warn: meta author : no refentry/info/author                        pnp_stop_dev
Note: meta author : see http://docbook.sf.net/el/author            pnp_stop_dev
Warn: meta author : no author data, so inserted a fixme            pnp_stop_dev
Note: Writing pnp_stop_dev.9
Warn: meta author : no refentry/info/author                        pnp_activate_dev
Note: meta author : see http://docbook.sf.net/el/author            pnp_activate_dev
Warn: meta author : no author data, so inserted a fixme            pnp_activate_dev
Note: Writing pnp_activate_dev.9
Warn: meta author : no refentry/info/author                        pnp_disable_dev
Note: meta author : see http://docbook.sf.net/el/author            pnp_disable_dev
Warn: meta author : no author data, so inserted a fixme            pnp_disable_dev
Note: Writing pnp_disable_dev.9
Warn: meta author : no refentry/info/author                        pnp_is_active
Note: meta author : see http://docbook.sf.net/el/author            pnp_is_active
Warn: meta author : no author data, so inserted a fixme            pnp_is_active
Note: Writing pnp_is_active.9
Warn: meta author : no refentry/info/author                        uio_event_notify
Note: meta author : see http://docbook.sf.net/el/author            uio_event_notify
Warn: meta author : no author data, so inserted a fixme            uio_event_notify
Note: Writing uio_event_notify.9
Warn: meta author : no refentry/info/author                        __uio_register_device
Note: meta author : see http://docbook.sf.net/el/author            __uio_register_device
Warn: meta author : no author data, so inserted a fixme            __uio_register_device
Note: Writing __uio_register_device.9
Warn: meta author : no refentry/info/author                        uio_unregister_device
Note: meta author : see http://docbook.sf.net/el/author            uio_unregister_device
Warn: meta author : no author data, so inserted a fixme            uio_unregister_device
Note: Writing uio_unregister_device.9
Warn: meta author : no refentry/info/author                        struct uio_mem
Note: meta author : see http://docbook.sf.net/el/author            struct uio_mem
Warn: meta author : no author data, so inserted a fixme            struct uio_mem
Note: Writing struct_uio_mem.9
Warn: meta author : no refentry/info/author                        struct uio_port
Note: meta author : see http://docbook.sf.net/el/author            struct uio_port
Warn: meta author : no author data, so inserted a fixme            struct uio_port
Note: Writing struct_uio_port.9
Warn: meta author : no refentry/info/author                        struct uio_info
Note: meta author : see http://docbook.sf.net/el/author            struct uio_info
Warn: meta author : no author data, so inserted a fixme            struct uio_info
Note: Writing struct_uio_info.9
Warn: meta author : no refentry/info/author                        parport_yield
Note: meta author : see http://docbook.sf.net/el/author            parport_yield
Warn: meta author : no author data, so inserted a fixme            parport_yield
Note: Writing parport_yield.9
Warn: meta author : no refentry/info/author                        parport_yield_blocking
Note: meta author : see http://docbook.sf.net/el/author            parport_yield_blocking
Warn: meta author : no author data, so inserted a fixme            parport_yield_blocking
Note: Writing parport_yield_blocking.9
Warn: meta author : no refentry/info/author                        parport_wait_event
Note: meta author : see http://docbook.sf.net/el/author            parport_wait_event
Warn: meta author : no author data, so inserted a fixme            parport_wait_event
Note: Writing parport_wait_event.9
Warn: meta author : no refentry/info/author                        parport_wait_peripheral
Note: meta author : see http://docbook.sf.net/el/author            parport_wait_peripheral
Warn: meta author : no author data, so inserted a fixme            parport_wait_peripheral
Note: Writing parport_wait_peripheral.9
Warn: meta author : no refentry/info/author                        parport_negotiate
Note: meta author : see http://docbook.sf.net/el/author            parport_negotiate
Warn: meta author : no author data, so inserted a fixme            parport_negotiate
Note: Writing parport_negotiate.9
Warn: meta author : no refentry/info/author                        parport_write
Note: meta author : see http://docbook.sf.net/el/author            parport_write
Warn: meta author : no author data, so inserted a fixme            parport_write
Note: Writing parport_write.9
Warn: meta author : no refentry/info/author                        parport_read
Note: meta author : see http://docbook.sf.net/el/author            parport_read
Warn: meta author : no author data, so inserted a fixme            parport_read
Note: Writing parport_read.9
Warn: meta author : no refentry/info/author                        parport_set_timeout
Note: meta author : see http://docbook.sf.net/el/author            parport_set_timeout
Warn: meta author : no author data, so inserted a fixme            parport_set_timeout
Note: Writing parport_set_timeout.9
Warn: meta author : no refentry/info/author                        parport_register_driver
Note: meta author : see http://docbook.sf.net/el/author            parport_register_driver
Warn: meta author : no author data, so inserted a fixme            parport_register_driver
Note: Writing parport_register_driver.9
Warn: meta author : no refentry/info/author                        parport_unregister_driver
Note: meta author : see http://docbook.sf.net/el/author            parport_unregister_driver
Warn: meta author : no author data, so inserted a fixme            parport_unregister_driver
Note: Writing parport_unregister_driver.9
Warn: meta author : no refentry/info/author                        parport_get_port
Note: meta author : see http://docbook.sf.net/el/author            parport_get_port
Warn: meta author : no author data, so inserted a fixme            parport_get_port
Note: Writing parport_get_port.9
Warn: meta author : no refentry/info/author                        parport_put_port
Note: meta author : see http://docbook.sf.net/el/author            parport_put_port
Warn: meta author : no author data, so inserted a fixme            parport_put_port
Note: Writing parport_put_port.9
Warn: meta author : no refentry/info/author                        parport_register_port
Note: meta author : see http://docbook.sf.net/el/author            parport_register_port
Warn: meta author : no author data, so inserted a fixme            parport_register_port
Note: Writing parport_register_port.9
Warn: meta author : no refentry/info/author                        parport_announce_port
Note: meta author : see http://docbook.sf.net/el/author            parport_announce_port
Warn: meta author : no author data, so inserted a fixme            parport_announce_port
Note: Writing parport_announce_port.9
Warn: meta author : no refentry/info/author                        parport_remove_port
Note: meta author : see http://docbook.sf.net/el/author            parport_remove_port
Warn: meta author : no author data, so inserted a fixme            parport_remove_port
Note: Writing parport_remove_port.9
Warn: meta author : no refentry/info/author                        parport_register_device
Note: meta author : see http://docbook.sf.net/el/author            parport_register_device
Warn: meta author : no author data, so inserted a fixme            parport_register_device
Note: Writing parport_register_device.9
Warn: meta author : no refentry/info/author                        parport_unregister_device
Note: meta author : see http://docbook.sf.net/el/author            parport_unregister_device
Warn: meta author : no author data, so inserted a fixme            parport_unregister_device
Note: Writing parport_unregister_device.9
Warn: meta author : no refentry/info/author                        parport_find_number
Note: meta author : see http://docbook.sf.net/el/author            parport_find_number
Warn: meta author : no author data, so inserted a fixme            parport_find_number
Note: Writing parport_find_number.9
Warn: meta author : no refentry/info/author                        parport_find_base
Note: meta author : see http://docbook.sf.net/el/author            parport_find_base
Warn: meta author : no author data, so inserted a fixme            parport_find_base
Note: Writing parport_find_base.9
Warn: meta author : no refentry/info/author                        parport_claim
Note: meta author : see http://docbook.sf.net/el/author            parport_claim
Warn: meta author : no author data, so inserted a fixme            parport_claim
Note: Writing parport_claim.9
Warn: meta author : no refentry/info/author                        parport_claim_or_block
Note: meta author : see http://docbook.sf.net/el/author            parport_claim_or_block
Warn: meta author : no author data, so inserted a fixme            parport_claim_or_block
Note: Writing parport_claim_or_block.9
Warn: meta author : no refentry/info/author                        parport_release
Note: meta author : see http://docbook.sf.net/el/author            parport_release
Warn: meta author : no author data, so inserted a fixme            parport_release
Note: Writing parport_release.9
Warn: meta author : no refentry/info/author                        parport_open
Note: meta author : see http://docbook.sf.net/el/author            parport_open
Warn: meta author : no author data, so inserted a fixme            parport_open
Note: Writing parport_open.9
Warn: meta author : no refentry/info/author                        parport_close
Note: meta author : see http://docbook.sf.net/el/author            parport_close
Warn: meta author : no author data, so inserted a fixme            parport_close
Note: Writing parport_close.9
Warn: meta author : no refentry/info/author                        mpt_register
Note: meta author : see http://docbook.sf.net/el/author            mpt_register
Warn: meta author : no author data, so inserted a fixme            mpt_register
Note: Writing mpt_register.9
Warn: meta author : no refentry/info/author                        mpt_deregister
Note: meta author : see http://docbook.sf.net/el/author            mpt_deregister
Warn: meta author : no author data, so inserted a fixme            mpt_deregister
Note: Writing mpt_deregister.9
Warn: meta author : no refentry/info/author                        mpt_event_register
Note: meta author : see http://docbook.sf.net/el/author            mpt_event_register
Warn: meta author : no author data, so inserted a fixme            mpt_event_register
Note: Writing mpt_event_register.9
Warn: meta author : no refentry/info/author                        mpt_event_deregister
Note: meta author : see http://docbook.sf.net/el/author            mpt_event_deregister
Warn: meta author : no author data, so inserted a fixme            mpt_event_deregister
Note: Writing mpt_event_deregister.9
Warn: meta author : no refentry/info/author                        mpt_reset_register
Note: meta author : see http://docbook.sf.net/el/author            mpt_reset_register
Warn: meta author : no author data, so inserted a fixme            mpt_reset_register
Note: Writing mpt_reset_register.9
Warn: meta author : no refentry/info/author                        mpt_reset_deregister
Note: meta author : see http://docbook.sf.net/el/author            mpt_reset_deregister
Warn: meta author : no author data, so inserted a fixme            mpt_reset_deregister
Note: Writing mpt_reset_deregister.9
Warn: meta author : no refentry/info/author                        mpt_device_driver_register
Note: meta author : see http://docbook.sf.net/el/author            mpt_device_driver_register
Warn: meta author : no author data, so inserted a fixme            mpt_device_driver_register
Note: Writing mpt_device_driver_register.9
Warn: meta author : no refentry/info/author                        mpt_device_driver_deregister
Note: meta author : see http://docbook.sf.net/el/author            mpt_device_driver_deregister
Warn: meta author : no author data, so inserted a fixme            mpt_device_driver_deregister
Note: Writing mpt_device_driver_deregister.9
Warn: meta author : no refentry/info/author                        mpt_get_msg_frame
Note: meta author : see http://docbook.sf.net/el/author            mpt_get_msg_frame
Warn: meta author : no author data, so inserted a fixme            mpt_get_msg_frame
Note: Writing mpt_get_msg_frame.9
Warn: meta author : no refentry/info/author                        mpt_put_msg_frame
Note: meta author : see http://docbook.sf.net/el/author            mpt_put_msg_frame
Warn: meta author : no author data, so inserted a fixme            mpt_put_msg_frame
Note: Writing mpt_put_msg_frame.9
Warn: meta author : no refentry/info/author                        mpt_put_msg_frame_hi_pri
Note: meta author : see http://docbook.sf.net/el/author            mpt_put_msg_frame_hi_pri
Warn: meta author : no author data, so inserted a fixme            mpt_put_msg_frame_hi_pri
Note: Writing mpt_put_msg_frame_hi_pri.9
Warn: meta author : no refentry/info/author                        mpt_free_msg_frame
Note: meta author : see http://docbook.sf.net/el/author            mpt_free_msg_frame
Warn: meta author : no author data, so inserted a fixme            mpt_free_msg_frame
Note: Writing mpt_free_msg_frame.9
Warn: meta author : no refentry/info/author                        mpt_send_handshake_request
Note: meta author : see http://docbook.sf.net/el/author            mpt_send_handshake_request
Warn: meta author : no author data, so inserted a fixme            mpt_send_handshake_request
Note: Writing mpt_send_handshake_request.9
Warn: meta author : no refentry/info/author                        mpt_verify_adapter
Note: meta author : see http://docbook.sf.net/el/author            mpt_verify_adapter
Warn: meta author : no author data, so inserted a fixme            mpt_verify_adapter
Note: Writing mpt_verify_adapter.9
Warn: meta author : no refentry/info/author                        mpt_attach
Note: meta author : see http://docbook.sf.net/el/author            mpt_attach
Warn: meta author : no author data, so inserted a fixme            mpt_attach
Note: Writing mpt_attach.9
Warn: meta author : no refentry/info/author                        mpt_detach
Note: meta author : see http://docbook.sf.net/el/author            mpt_detach
Warn: meta author : no author data, so inserted a fixme            mpt_detach
Note: Writing mpt_detach.9
Warn: meta author : no refentry/info/author                        mpt_suspend
Note: meta author : see http://docbook.sf.net/el/author            mpt_suspend
Warn: meta author : no author data, so inserted a fixme            mpt_suspend
Note: Writing mpt_suspend.9
Warn: meta author : no refentry/info/author                        mpt_resume
Note: meta author : see http://docbook.sf.net/el/author            mpt_resume
Warn: meta author : no author data, so inserted a fixme            mpt_resume
Note: Writing mpt_resume.9
Warn: meta author : no refentry/info/author                        mpt_GetIocState
Note: meta author : see http://docbook.sf.net/el/author            mpt_GetIocState
Warn: meta author : no author data, so inserted a fixme            mpt_GetIocState
Note: Writing mpt_GetIocState.9
Warn: meta author : no refentry/info/author                        mpt_alloc_fw_memory
Note: meta author : see http://docbook.sf.net/el/author            mpt_alloc_fw_memory
Warn: meta author : no author data, so inserted a fixme            mpt_alloc_fw_memory
Note: Writing mpt_alloc_fw_memory.9
Warn: meta author : no refentry/info/author                        mpt_free_fw_memory
Note: meta author : see http://docbook.sf.net/el/author            mpt_free_fw_memory
Warn: meta author : no author data, so inserted a fixme            mpt_free_fw_memory
Note: Writing mpt_free_fw_memory.9
Warn: meta author : no refentry/info/author                        mptbase_sas_persist_operation
Note: meta author : see http://docbook.sf.net/el/author            mptbase_sas_persist_operation
Warn: meta author : no author data, so inserted a fixme            mptbase_sas_persist_operation
Note: Writing mptbase_sas_persist_operation.9
Warn: meta author : no refentry/info/author                        mpt_raid_phys_disk_pg0
Note: meta author : see http://docbook.sf.net/el/author            mpt_raid_phys_disk_pg0
Warn: meta author : no author data, so inserted a fixme            mpt_raid_phys_disk_pg0
Note: Writing mpt_raid_phys_disk_pg0.9
Warn: meta author : no refentry/info/author                        mpt_raid_phys_disk_get_num_paths
Note: meta author : see http://docbook.sf.net/el/author            mpt_raid_phys_disk_get_num_paths
Warn: meta author : no author data, so inserted a fixme            mpt_raid_phys_disk_get_num_paths
Note: Writing mpt_raid_phys_disk_get_num_paths.9
Warn: meta author : no refentry/info/author                        mpt_raid_phys_disk_pg1
Note: meta author : see http://docbook.sf.net/el/author            mpt_raid_phys_disk_pg1
Warn: meta author : no author data, so inserted a fixme            mpt_raid_phys_disk_pg1
Note: Writing mpt_raid_phys_disk_pg1.9
Warn: meta author : no refentry/info/author                        mpt_findImVolumes
Note: meta author : see http://docbook.sf.net/el/author            mpt_findImVolumes
Warn: meta author : no author data, so inserted a fixme            mpt_findImVolumes
Note: Writing mpt_findImVolumes.9
Warn: meta author : no refentry/info/author                        mpt_config
Note: meta author : see http://docbook.sf.net/el/author            mpt_config
Warn: meta author : no author data, so inserted a fixme            mpt_config
Note: Writing mpt_config.9
Warn: meta author : no refentry/info/author                        mpt_print_ioc_summary
Note: meta author : see http://docbook.sf.net/el/author            mpt_print_ioc_summary
Warn: meta author : no author data, so inserted a fixme            mpt_print_ioc_summary
Note: Writing mpt_print_ioc_summary.9
Warn: meta author : no refentry/info/author                        mpt_set_taskmgmt_in_progress_flag
Note: meta author : see http://docbook.sf.net/el/author            mpt_set_taskmgmt_in_progress_flag
Warn: meta author : no author data, so inserted a fixme            mpt_set_taskmgmt_in_progress_flag
Note: Writing mpt_set_taskmgmt_in_progress_flag.9
Warn: meta author : no refentry/info/author                        mpt_clear_taskmgmt_in_progress_flag
Note: meta author : see http://docbook.sf.net/el/author            mpt_clear_taskmgmt_in_progress_flag
Warn: meta author : no author data, so inserted a fixme            mpt_clear_taskmgmt_in_progress_flag
Note: Writing mpt_clear_taskmgmt_in_progress_flag.9
Warn: meta author : no refentry/info/author                        mpt_halt_firmware
Note: meta author : see http://docbook.sf.net/el/author            mpt_halt_firmware
Warn: meta author : no author data, so inserted a fixme            mpt_halt_firmware
Note: Writing mpt_halt_firmware.9
Warn: meta author : no refentry/info/author                        mpt_HardResetHandler
Note: meta author : see http://docbook.sf.net/el/author            mpt_HardResetHandler
Warn: meta author : no author data, so inserted a fixme            mpt_HardResetHandler
Note: Writing mpt_HardResetHandler.9
Warn: meta author : no refentry/info/author                        mpt_get_cb_idx
Note: meta author : see http://docbook.sf.net/el/author            mpt_get_cb_idx
Warn: meta author : no author data, so inserted a fixme            mpt_get_cb_idx
Note: Writing mpt_get_cb_idx.9
Warn: meta author : no refentry/info/author                        mpt_is_discovery_complete
Note: meta author : see http://docbook.sf.net/el/author            mpt_is_discovery_complete
Warn: meta author : no author data, so inserted a fixme            mpt_is_discovery_complete
Note: Writing mpt_is_discovery_complete.9
Warn: meta author : no refentry/info/author                        mpt_fault_reset_work
Note: meta author : see http://docbook.sf.net/el/author            mpt_fault_reset_work
Warn: meta author : no author data, so inserted a fixme            mpt_fault_reset_work
Note: Writing mpt_fault_reset_work.9
Warn: meta author : no refentry/info/author                        mpt_interrupt
Note: meta author : see http://docbook.sf.net/el/author            mpt_interrupt
Warn: meta author : no author data, so inserted a fixme            mpt_interrupt
Note: Writing mpt_interrupt.9
Warn: meta author : no refentry/info/author                        mptbase_reply
Note: meta author : see http://docbook.sf.net/el/author            mptbase_reply
Warn: meta author : no author data, so inserted a fixme            mptbase_reply
Note: Writing mptbase_reply.9
Warn: meta author : no refentry/info/author                        mpt_add_sge
Note: meta author : see http://docbook.sf.net/el/author            mpt_add_sge
Warn: meta author : no author data, so inserted a fixme            mpt_add_sge
Note: Writing mpt_add_sge.9
Warn: meta author : no refentry/info/author                        mpt_add_sge_64bit
Note: meta author : see http://docbook.sf.net/el/author            mpt_add_sge_64bit
Warn: meta author : no author data, so inserted a fixme            mpt_add_sge_64bit
Note: Writing mpt_add_sge_64bit.9
Warn: meta author : no refentry/info/author                        mpt_add_sge_64bit_1078
Note: meta author : see http://docbook.sf.net/el/author            mpt_add_sge_64bit_1078
Warn: meta author : no author data, so inserted a fixme            mpt_add_sge_64bit_1078
Note: Writing mpt_add_sge_64bit_1078.9
Warn: meta author : no refentry/info/author                        mpt_add_chain
Note: meta author : see http://docbook.sf.net/el/author            mpt_add_chain
Warn: meta author : no author data, so inserted a fixme            mpt_add_chain
Note: Writing mpt_add_chain.9
Warn: meta author : no refentry/info/author                        mpt_add_chain_64bit
Note: meta author : see http://docbook.sf.net/el/author            mpt_add_chain_64bit
Warn: meta author : no author data, so inserted a fixme            mpt_add_chain_64bit
Note: Writing mpt_add_chain_64bit.9
Warn: meta author : no refentry/info/author                        mpt_host_page_access_control
Note: meta author : see http://docbook.sf.net/el/author            mpt_host_page_access_control
Warn: meta author : no author data, so inserted a fixme            mpt_host_page_access_control
Note: Writing mpt_host_page_access_control.9
Warn: meta author : no refentry/info/author                        mpt_host_page_alloc
Note: meta author : see http://docbook.sf.net/el/author            mpt_host_page_alloc
Warn: meta author : no author data, so inserted a fixme            mpt_host_page_alloc
Note: Writing mpt_host_page_alloc.9
Warn: meta author : no refentry/info/author                        mpt_get_product_name
Note: meta author : see http://docbook.sf.net/el/author            mpt_get_product_name
Warn: meta author : no author data, so inserted a fixme            mpt_get_product_name
Note: Writing mpt_get_product_name.9
Warn: meta author : no refentry/info/author                        mpt_mapresources
Note: meta author : see http://docbook.sf.net/el/author            mpt_mapresources
Warn: meta author : no author data, so inserted a fixme            mpt_mapresources
Note: Writing mpt_mapresources.9
Warn: meta author : no refentry/info/author                        mpt_do_ioc_recovery
Note: meta author : see http://docbook.sf.net/el/author            mpt_do_ioc_recovery
Warn: meta author : no author data, so inserted a fixme            mpt_do_ioc_recovery
Note: Writing mpt_do_ioc_recovery.9
Warn: meta author : no refentry/info/author                        mpt_detect_bound_ports
Note: meta author : see http://docbook.sf.net/el/author            mpt_detect_bound_ports
Warn: meta author : no author data, so inserted a fixme            mpt_detect_bound_ports
Note: Writing mpt_detect_bound_ports.9
Warn: meta author : no refentry/info/author                        mpt_adapter_disable
Note: meta author : see http://docbook.sf.net/el/author            mpt_adapter_disable
Warn: meta author : no author data, so inserted a fixme            mpt_adapter_disable
Note: Writing mpt_adapter_disable.9
Warn: meta author : no refentry/info/author                        mpt_adapter_dispose
Note: meta author : see http://docbook.sf.net/el/author            mpt_adapter_dispose
Warn: meta author : no author data, so inserted a fixme            mpt_adapter_dispose
Note: Writing mpt_adapter_dispose.9
Warn: meta author : no refentry/info/author                        MptDisplayIocCapabilities
Note: meta author : see http://docbook.sf.net/el/author            MptDisplayIocCapabilities
Warn: meta author : no author data, so inserted a fixme            MptDisplayIocCapabilities
Note: Writing MptDisplayIocCapabilities.9
Warn: meta author : no refentry/info/author                        MakeIocReady
Note: meta author : see http://docbook.sf.net/el/author            MakeIocReady
Warn: meta author : no author data, so inserted a fixme            MakeIocReady
Note: Writing MakeIocReady.9
Warn: meta author : no refentry/info/author                        GetIocFacts
Note: meta author : see http://docbook.sf.net/el/author            GetIocFacts
Warn: meta author : no author data, so inserted a fixme            GetIocFacts
Note: Writing GetIocFacts.9
Warn: meta author : no refentry/info/author                        GetPortFacts
Note: meta author : see http://docbook.sf.net/el/author            GetPortFacts
Warn: meta author : no author data, so inserted a fixme            GetPortFacts
Note: Writing GetPortFacts.9
Warn: meta author : no refentry/info/author                        SendIocInit
Note: meta author : see http://docbook.sf.net/el/author            SendIocInit
Warn: meta author : no author data, so inserted a fixme            SendIocInit
Note: Writing SendIocInit.9
Warn: meta author : no refentry/info/author                        SendPortEnable
Note: meta author : see http://docbook.sf.net/el/author            SendPortEnable
Warn: meta author : no author data, so inserted a fixme            SendPortEnable
Note: Writing SendPortEnable.9
Warn: meta author : no refentry/info/author                        mpt_do_upload
Note: meta author : see http://docbook.sf.net/el/author            mpt_do_upload
Warn: meta author : no author data, so inserted a fixme            mpt_do_upload
Note: Writing mpt_do_upload.9
Warn: meta author : no refentry/info/author                        mpt_downloadboot
Note: meta author : see http://docbook.sf.net/el/author            mpt_downloadboot
Warn: meta author : no author data, so inserted a fixme            mpt_downloadboot
Note: Writing mpt_downloadboot.9
Warn: meta author : no refentry/info/author                        KickStart
Note: meta author : see http://docbook.sf.net/el/author            KickStart
Warn: meta author : no author data, so inserted a fixme            KickStart
Note: Writing KickStart.9
Warn: meta author : no refentry/info/author                        mpt_diag_reset
Note: meta author : see http://docbook.sf.net/el/author            mpt_diag_reset
Warn: meta author : no author data, so inserted a fixme            mpt_diag_reset
Note: Writing mpt_diag_reset.9
Warn: meta author : no refentry/info/author                        SendIocReset
Note: meta author : see http://docbook.sf.net/el/author            SendIocReset
Warn: meta author : no author data, so inserted a fixme            SendIocReset
Note: Writing SendIocReset.9
Warn: meta author : no refentry/info/author                        initChainBuffers
Note: meta author : see http://docbook.sf.net/el/author            initChainBuffers
Warn: meta author : no author data, so inserted a fixme            initChainBuffers
Note: Writing initChainBuffers.9
Warn: meta author : no refentry/info/author                        PrimeIocFifos
Note: meta author : see http://docbook.sf.net/el/author            PrimeIocFifos
Warn: meta author : no author data, so inserted a fixme            PrimeIocFifos
Note: Writing PrimeIocFifos.9
Warn: meta author : no refentry/info/author                        mpt_handshake_req_reply_wait
Note: meta author : see http://docbook.sf.net/el/author            mpt_handshake_req_reply_wait
Warn: meta author : no author data, so inserted a fixme            mpt_handshake_req_reply_wait
Note: Writing mpt_handshake_req_reply_wait.9
Warn: meta author : no refentry/info/author                        WaitForDoorbellAck
Note: meta author : see http://docbook.sf.net/el/author            WaitForDoorbellAck
Warn: meta author : no author data, so inserted a fixme            WaitForDoorbellAck
Note: Writing WaitForDoorbellAck.9
Warn: meta author : no refentry/info/author                        WaitForDoorbellInt
Note: meta author : see http://docbook.sf.net/el/author            WaitForDoorbellInt
Warn: meta author : no author data, so inserted a fixme            WaitForDoorbellInt
Note: Writing WaitForDoorbellInt.9
Warn: meta author : no refentry/info/author                        WaitForDoorbellReply
Note: meta author : see http://docbook.sf.net/el/author            WaitForDoorbellReply
Warn: meta author : no author data, so inserted a fixme            WaitForDoorbellReply
Note: Writing WaitForDoorbellReply.9
Warn: meta author : no refentry/info/author                        GetLanConfigPages
Note: meta author : see http://docbook.sf.net/el/author            GetLanConfigPages
Warn: meta author : no author data, so inserted a fixme            GetLanConfigPages
Note: Writing GetLanConfigPages.9
Warn: meta author : no refentry/info/author                        GetIoUnitPage2
Note: meta author : see http://docbook.sf.net/el/author            GetIoUnitPage2
Warn: meta author : no author data, so inserted a fixme            GetIoUnitPage2
Note: Writing GetIoUnitPage2.9
Warn: meta author : no refentry/info/author                        mpt_GetScsiPortSettings
Note: meta author : see http://docbook.sf.net/el/author            mpt_GetScsiPortSettings
Warn: meta author : no author data, so inserted a fixme            mpt_GetScsiPortSettings
Note: Writing mpt_GetScsiPortSettings.9
Warn: meta author : no refentry/info/author                        mpt_readScsiDevicePageHeaders
Note: meta author : see http://docbook.sf.net/el/author            mpt_readScsiDevicePageHeaders
Warn: meta author : no author data, so inserted a fixme            mpt_readScsiDevicePageHeaders
Note: Writing mpt_readScsiDevicePageHeaders.9
Warn: meta author : no refentry/info/author                        mpt_inactive_raid_list_free
Note: meta author : see http://docbook.sf.net/el/author            mpt_inactive_raid_list_free
Warn: meta author : no author data, so inserted a fixme            mpt_inactive_raid_list_free
Note: Writing mpt_inactive_raid_list_free.9
Warn: meta author : no refentry/info/author                        mpt_inactive_raid_volumes
Note: meta author : see http://docbook.sf.net/el/author            mpt_inactive_raid_volumes
Warn: meta author : no author data, so inserted a fixme            mpt_inactive_raid_volumes
Note: Writing mpt_inactive_raid_volumes.9
Warn: meta author : no refentry/info/author                        SendEventNotification
Note: meta author : see http://docbook.sf.net/el/author            SendEventNotification
Warn: meta author : no author data, so inserted a fixme            SendEventNotification
Note: Writing SendEventNotification.9
Warn: meta author : no refentry/info/author                        SendEventAck
Note: meta author : see http://docbook.sf.net/el/author            SendEventAck
Warn: meta author : no author data, so inserted a fixme            SendEventAck
Note: Writing SendEventAck.9
Warn: meta author : no refentry/info/author                        mpt_ioc_reset
Note: meta author : see http://docbook.sf.net/el/author            mpt_ioc_reset
Warn: meta author : no author data, so inserted a fixme            mpt_ioc_reset
Note: Writing mpt_ioc_reset.9
Warn: meta author : no refentry/info/author                        procmpt_create
Note: meta author : see http://docbook.sf.net/el/author            procmpt_create
Warn: meta author : no author data, so inserted a fixme            procmpt_create
Note: Writing procmpt_create.9
Warn: meta author : no refentry/info/author                        procmpt_destroy
Note: meta author : see http://docbook.sf.net/el/author            procmpt_destroy
Warn: meta author : no author data, so inserted a fixme            procmpt_destroy
Note: Writing procmpt_destroy.9
Warn: meta author : no refentry/info/author                        procmpt_summary_read
Note: meta author : see http://docbook.sf.net/el/author            procmpt_summary_read
Warn: meta author : no author data, so inserted a fixme            procmpt_summary_read
Note: Writing procmpt_summary_read.9
Warn: meta author : no refentry/info/author                        procmpt_version_read
Note: meta author : see http://docbook.sf.net/el/author            procmpt_version_read
Warn: meta author : no author data, so inserted a fixme            procmpt_version_read
Note: Writing procmpt_version_read.9
Warn: meta author : no refentry/info/author                        procmpt_iocinfo_read
Note: meta author : see http://docbook.sf.net/el/author            procmpt_iocinfo_read
Warn: meta author : no author data, so inserted a fixme            procmpt_iocinfo_read
Note: Writing procmpt_iocinfo_read.9
Warn: meta author : no refentry/info/author                        ProcessEventNotification
Note: meta author : see http://docbook.sf.net/el/author            ProcessEventNotification
Warn: meta author : no author data, so inserted a fixme            ProcessEventNotification
Note: Writing ProcessEventNotification.9
Warn: meta author : no refentry/info/author                        mpt_fc_log_info
Note: meta author : see http://docbook.sf.net/el/author            mpt_fc_log_info
Warn: meta author : no author data, so inserted a fixme            mpt_fc_log_info
Note: Writing mpt_fc_log_info.9
Warn: meta author : no refentry/info/author                        mpt_spi_log_info
Note: meta author : see http://docbook.sf.net/el/author            mpt_spi_log_info
Warn: meta author : no author data, so inserted a fixme            mpt_spi_log_info
Note: Writing mpt_spi_log_info.9
Warn: meta author : no refentry/info/author                        mpt_sas_log_info
Note: meta author : see http://docbook.sf.net/el/author            mpt_sas_log_info
Warn: meta author : no author data, so inserted a fixme            mpt_sas_log_info
Note: Writing mpt_sas_log_info.9
Warn: meta author : no refentry/info/author                        mpt_iocstatus_info_config
Note: meta author : see http://docbook.sf.net/el/author            mpt_iocstatus_info_config
Warn: meta author : no author data, so inserted a fixme            mpt_iocstatus_info_config
Note: Writing mpt_iocstatus_info_config.9
Warn: meta author : no refentry/info/author                        mpt_iocstatus_info
Note: meta author : see http://docbook.sf.net/el/author            mpt_iocstatus_info
Warn: meta author : no author data, so inserted a fixme            mpt_iocstatus_info
Note: Writing mpt_iocstatus_info.9
Warn: meta author : no refentry/info/author                        fusion_init
Note: meta author : see http://docbook.sf.net/el/author            fusion_init
Warn: meta author : no author data, so inserted a fixme            fusion_init
Note: Writing fusion_init.9
Warn: meta author : no refentry/info/author                        fusion_exit
Note: meta author : see http://docbook.sf.net/el/author            fusion_exit
Warn: meta author : no author data, so inserted a fixme            fusion_exit
Note: Writing fusion_exit.9
Warn: meta author : no refentry/info/author                        mptscsih_info
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_info
Warn: meta author : no author data, so inserted a fixme            mptscsih_info
Note: Writing mptscsih_info.9
Warn: meta author : no refentry/info/author                        mptscsih_proc_info
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_proc_info
Warn: meta author : no author data, so inserted a fixme            mptscsih_proc_info
Note: Writing mptscsih_proc_info.9
Warn: meta author : no refentry/info/author                        mptscsih_qcmd
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_qcmd
Warn: meta author : no author data, so inserted a fixme            mptscsih_qcmd
Note: Writing mptscsih_qcmd.9
Warn: meta author : no refentry/info/author                        mptscsih_IssueTaskMgmt
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_IssueTaskMgmt
Warn: meta author : no author data, so inserted a fixme            mptscsih_IssueTaskMgmt
Note: Writing mptscsih_IssueTaskMgmt.9
Warn: meta author : no refentry/info/author                        mptscsih_abort
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_abort
Warn: meta author : no author data, so inserted a fixme            mptscsih_abort
Note: Writing mptscsih_abort.9
Warn: meta author : no refentry/info/author                        mptscsih_dev_reset
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_dev_reset
Warn: meta author : no author data, so inserted a fixme            mptscsih_dev_reset
Note: Writing mptscsih_dev_reset.9
Warn: meta author : no refentry/info/author                        mptscsih_bus_reset
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_bus_reset
Warn: meta author : no author data, so inserted a fixme            mptscsih_bus_reset
Note: Writing mptscsih_bus_reset.9
Warn: meta author : no refentry/info/author                        mptscsih_host_reset
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_host_reset
Warn: meta author : no author data, so inserted a fixme            mptscsih_host_reset
Note: Writing mptscsih_host_reset.9
Warn: meta author : no refentry/info/author                        mptscsih_taskmgmt_complete
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_taskmgmt_complete
Warn: meta author : no author data, so inserted a fixme            mptscsih_taskmgmt_complete
Note: Writing mptscsih_taskmgmt_complete.9
Warn: meta author : no refentry/info/author                        mptscsih_get_scsi_lookup
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_get_scsi_lookup
Warn: meta author : no author data, so inserted a fixme            mptscsih_get_scsi_lookup
Note: Writing mptscsih_get_scsi_lookup.9
Warn: meta author : no refentry/info/author                        mptscsih_info_scsiio
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_info_scsiio
Warn: meta author : no author data, so inserted a fixme            mptscsih_info_scsiio
Note: Writing mptscsih_info_scsiio.9
Warn: meta author : no refentry/info/author                        mptscsih_getclear_scsi_lookup
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_getclear_scsi_lookup
Warn: meta author : no author data, so inserted a fixme            mptscsih_getclear_scsi_lookup
Note: Writing mptscsih_getclear_scsi_lookup.9
Warn: meta author : no refentry/info/author                        mptscsih_set_scsi_lookup
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_set_scsi_lookup
Warn: meta author : no author data, so inserted a fixme            mptscsih_set_scsi_lookup
Note: Writing mptscsih_set_scsi_lookup.9
Warn: meta author : no refentry/info/author                        SCPNT_TO_LOOKUP_IDX
Note: meta author : see http://docbook.sf.net/el/author            SCPNT_TO_LOOKUP_IDX
Warn: meta author : no author data, so inserted a fixme            SCPNT_TO_LOOKUP_IDX
Note: Writing SCPNT_TO_LOOKUP_IDX.9
Warn: meta author : no refentry/info/author                        mptscsih_get_completion_code
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_get_completion_code
Warn: meta author : no author data, so inserted a fixme            mptscsih_get_completion_code
Note: Writing mptscsih_get_completion_code.9
Warn: meta author : no refentry/info/author                        mptscsih_do_cmd
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_do_cmd
Warn: meta author : no author data, so inserted a fixme            mptscsih_do_cmd
Note: Writing mptscsih_do_cmd.9
Warn: meta author : no refentry/info/author                        mptscsih_synchronize_cache
Note: meta author : see http://docbook.sf.net/el/author            mptscsih_synchronize_cache
Warn: meta author : no author data, so inserted a fixme            mptscsih_synchronize_cache
Note: Writing mptscsih_synchronize_cache.9
Warn: meta author : no refentry/info/author                        mptctl_syscall_down
Note: meta author : see http://docbook.sf.net/el/author            mptctl_syscall_down
Warn: meta author : no author data, so inserted a fixme            mptctl_syscall_down
Note: Writing mptctl_syscall_down.9
Warn: meta author : no refentry/info/author                        mptspi_setTargetNegoParms
Note: meta author : see http://docbook.sf.net/el/author            mptspi_setTargetNegoParms
Warn: meta author : no author data, so inserted a fixme            mptspi_setTargetNegoParms
Note: Writing mptspi_setTargetNegoParms.9
Warn: meta author : no refentry/info/author                        mptspi_writeIOCPage4
Note: meta author : see http://docbook.sf.net/el/author            mptspi_writeIOCPage4
Warn: meta author : no author data, so inserted a fixme            mptspi_writeIOCPage4
Note: Writing mptspi_writeIOCPage4.9
Warn: meta author : no refentry/info/author                        mptspi_initTarget
Note: meta author : see http://docbook.sf.net/el/author            mptspi_initTarget
Warn: meta author : no author data, so inserted a fixme            mptspi_initTarget
Note: Writing mptspi_initTarget.9
Warn: meta author : no refentry/info/author                        mptspi_is_raid
Note: meta author : see http://docbook.sf.net/el/author            mptspi_is_raid
Warn: meta author : no author data, so inserted a fixme            mptspi_is_raid
Note: Writing mptspi_is_raid.9
Warn: meta author : no refentry/info/author                        mptspi_print_write_nego
Note: meta author : see http://docbook.sf.net/el/author            mptspi_print_write_nego
Warn: meta author : no author data, so inserted a fixme            mptspi_print_write_nego
Note: Writing mptspi_print_write_nego.9
Warn: meta author : no refentry/info/author                        mptspi_print_read_nego
Note: meta author : see http://docbook.sf.net/el/author            mptspi_print_read_nego
Warn: meta author : no author data, so inserted a fixme            mptspi_print_read_nego
Note: Writing mptspi_print_read_nego.9
Warn: meta author : no refentry/info/author                        mptspi_init
Note: meta author : see http://docbook.sf.net/el/author            mptspi_init
Warn: meta author : no author data, so inserted a fixme            mptspi_init
Note: Writing mptspi_init.9
Warn: meta author : no refentry/info/author                        mptspi_exit
Note: meta author : see http://docbook.sf.net/el/author            mptspi_exit
Warn: meta author : no author data, so inserted a fixme            mptspi_exit
Note: Writing mptspi_exit.9
Warn: meta author : no refentry/info/author                        mptfc_init
Note: meta author : see http://docbook.sf.net/el/author            mptfc_init
Warn: meta author : no author data, so inserted a fixme            mptfc_init
Note: Writing mptfc_init.9
Warn: meta author : no refentry/info/author                        mptfc_remove
Note: meta author : see http://docbook.sf.net/el/author            mptfc_remove
Warn: meta author : no author data, so inserted a fixme            mptfc_remove
Note: Writing mptfc_remove.9
Warn: meta author : no refentry/info/author                        mptfc_exit
Note: meta author : see http://docbook.sf.net/el/author            mptfc_exit
Warn: meta author : no author data, so inserted a fixme            mptfc_exit
Note: Writing mptfc_exit.9
Warn: meta author : no refentry/info/author                        lan_reply
Note: meta author : see http://docbook.sf.net/el/author            lan_reply
Warn: meta author : no author data, so inserted a fixme            lan_reply
Note: Writing lan_reply.9
Warn: meta author : no refentry/info/author                        i2o_driver_notify_controller_add
Note: meta author : see http://docbook.sf.net/el/author            i2o_driver_notify_controller_add
Warn: meta author : no author data, so inserted a fixme            i2o_driver_notify_controller_add
Note: Writing i2o_driver_notify_controller_add.9
Warn: meta author : no refentry/info/author                        i2o_driver_notify_controller_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_driver_notify_controller_remove
Warn: meta author : no author data, so inserted a fixme            i2o_driver_notify_controller_remove
Note: Writing i2o_driver_notify_controller_remove.9
Warn: meta author : no refentry/info/author                        i2o_driver_notify_device_add
Note: meta author : see http://docbook.sf.net/el/author            i2o_driver_notify_device_add
Warn: meta author : no author data, so inserted a fixme            i2o_driver_notify_device_add
Note: Writing i2o_driver_notify_device_add.9
Warn: meta author : no refentry/info/author                        i2o_driver_notify_device_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_driver_notify_device_remove
Warn: meta author : no author data, so inserted a fixme            i2o_driver_notify_device_remove
Note: Writing i2o_driver_notify_device_remove.9
Warn: meta author : no refentry/info/author                        i2o_msg_out_to_virt
Note: meta author : see http://docbook.sf.net/el/author            i2o_msg_out_to_virt
Warn: meta author : no author data, so inserted a fixme            i2o_msg_out_to_virt
Note: Writing i2o_msg_out_to_virt.9
Warn: meta author : no refentry/info/author                        i2o_msg_in_to_virt
Note: meta author : see http://docbook.sf.net/el/author            i2o_msg_in_to_virt
Warn: meta author : no author data, so inserted a fixme            i2o_msg_in_to_virt
Note: Writing i2o_msg_in_to_virt.9
Warn: meta author : no refentry/info/author                        i2o_msg_get
Note: meta author : see http://docbook.sf.net/el/author            i2o_msg_get
Warn: meta author : no author data, so inserted a fixme            i2o_msg_get
Note: Writing i2o_msg_get.9
Warn: meta author : no refentry/info/author                        i2o_msg_post
Note: meta author : see http://docbook.sf.net/el/author            i2o_msg_post
Warn: meta author : no author data, so inserted a fixme            i2o_msg_post
Note: Writing i2o_msg_post.9
Warn: meta author : no refentry/info/author                        i2o_msg_post_wait
Note: meta author : see http://docbook.sf.net/el/author            i2o_msg_post_wait
Warn: meta author : no author data, so inserted a fixme            i2o_msg_post_wait
Note: Writing i2o_msg_post_wait.9
Warn: meta author : no refentry/info/author                        i2o_msg_nop_mfa
Note: meta author : see http://docbook.sf.net/el/author            i2o_msg_nop_mfa
Warn: meta author : no author data, so inserted a fixme            i2o_msg_nop_mfa
Note: Writing i2o_msg_nop_mfa.9
Warn: meta author : no refentry/info/author                        i2o_msg_nop
Note: meta author : see http://docbook.sf.net/el/author            i2o_msg_nop
Warn: meta author : no author data, so inserted a fixme            i2o_msg_nop
Note: Writing i2o_msg_nop.9
Warn: meta author : no refentry/info/author                        i2o_flush_reply
Note: meta author : see http://docbook.sf.net/el/author            i2o_flush_reply
Warn: meta author : no author data, so inserted a fixme            i2o_flush_reply
Note: Writing i2o_flush_reply.9
Warn: meta author : no refentry/info/author                        i2o_iop_free
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_free
Warn: meta author : no author data, so inserted a fixme            i2o_iop_free
Note: Writing i2o_iop_free.9
Warn: meta author : no refentry/info/author                        i2o_msg_get_wait
Note: meta author : see http://docbook.sf.net/el/author            i2o_msg_get_wait
Warn: meta author : no author data, so inserted a fixme            i2o_msg_get_wait
Note: Writing i2o_msg_get_wait.9
Warn: meta author : no refentry/info/author                        i2o_cntxt_list_add
Note: meta author : see http://docbook.sf.net/el/author            i2o_cntxt_list_add
Warn: meta author : no author data, so inserted a fixme            i2o_cntxt_list_add
Note: Writing i2o_cntxt_list_add.9
Warn: meta author : no refentry/info/author                        i2o_cntxt_list_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_cntxt_list_remove
Warn: meta author : no author data, so inserted a fixme            i2o_cntxt_list_remove
Note: Writing i2o_cntxt_list_remove.9
Warn: meta author : no refentry/info/author                        i2o_cntxt_list_get
Note: meta author : see http://docbook.sf.net/el/author            i2o_cntxt_list_get
Warn: meta author : no author data, so inserted a fixme            i2o_cntxt_list_get
Note: Writing i2o_cntxt_list_get.9
Warn: meta author : no refentry/info/author                        i2o_cntxt_list_get_ptr
Note: meta author : see http://docbook.sf.net/el/author            i2o_cntxt_list_get_ptr
Warn: meta author : no author data, so inserted a fixme            i2o_cntxt_list_get_ptr
Note: Writing i2o_cntxt_list_get_ptr.9
Warn: meta author : no refentry/info/author                        i2o_find_iop
Note: meta author : see http://docbook.sf.net/el/author            i2o_find_iop
Warn: meta author : no author data, so inserted a fixme            i2o_find_iop
Note: Writing i2o_find_iop.9
Warn: meta author : no refentry/info/author                        i2o_iop_find_device
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_find_device
Warn: meta author : no author data, so inserted a fixme            i2o_iop_find_device
Note: Writing i2o_iop_find_device.9
Warn: meta author : no refentry/info/author                        i2o_status_get
Note: meta author : see http://docbook.sf.net/el/author            i2o_status_get
Warn: meta author : no author data, so inserted a fixme            i2o_status_get
Note: Writing i2o_status_get.9
Warn: meta author : no refentry/info/author                        i2o_event_register
Note: meta author : see http://docbook.sf.net/el/author            i2o_event_register
Warn: meta author : no author data, so inserted a fixme            i2o_event_register
Note: Writing i2o_event_register.9
Warn: meta author : no refentry/info/author                        i2o_iop_quiesce
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_quiesce
Warn: meta author : no author data, so inserted a fixme            i2o_iop_quiesce
Note: Writing i2o_iop_quiesce.9
Warn: meta author : no refentry/info/author                        i2o_iop_enable
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_enable
Warn: meta author : no author data, so inserted a fixme            i2o_iop_enable
Note: Writing i2o_iop_enable.9
Warn: meta author : no refentry/info/author                        i2o_iop_quiesce_all
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_quiesce_all
Warn: meta author : no author data, so inserted a fixme            i2o_iop_quiesce_all
Note: Writing i2o_iop_quiesce_all.9
Warn: meta author : no refentry/info/author                        i2o_iop_enable_all
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_enable_all
Warn: meta author : no author data, so inserted a fixme            i2o_iop_enable_all
Note: Writing i2o_iop_enable_all.9
Warn: meta author : no refentry/info/author                        i2o_iop_clear
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_clear
Warn: meta author : no author data, so inserted a fixme            i2o_iop_clear
Note: Writing i2o_iop_clear.9
Warn: meta author : no refentry/info/author                        i2o_iop_init_outbound_queue
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_init_outbound_queue
Warn: meta author : no author data, so inserted a fixme            i2o_iop_init_outbound_queue
Note: Writing i2o_iop_init_outbound_queue.9
Warn: meta author : no refentry/info/author                        i2o_iop_reset
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_reset
Warn: meta author : no author data, so inserted a fixme            i2o_iop_reset
Note: Writing i2o_iop_reset.9
Warn: meta author : no refentry/info/author                        i2o_iop_activate
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_activate
Warn: meta author : no author data, so inserted a fixme            i2o_iop_activate
Note: Writing i2o_iop_activate.9
Warn: meta author : no refentry/info/author                        i2o_iop_systab_set
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_systab_set
Warn: meta author : no author data, so inserted a fixme            i2o_iop_systab_set
Note: Writing i2o_iop_systab_set.9
Warn: meta author : no refentry/info/author                        i2o_iop_online
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_online
Warn: meta author : no author data, so inserted a fixme            i2o_iop_online
Note: Writing i2o_iop_online.9
Warn: meta author : no refentry/info/author                        i2o_iop_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_remove
Warn: meta author : no author data, so inserted a fixme            i2o_iop_remove
Note: Writing i2o_iop_remove.9
Warn: meta author : no refentry/info/author                        i2o_systab_build
Note: meta author : see http://docbook.sf.net/el/author            i2o_systab_build
Warn: meta author : no author data, so inserted a fixme            i2o_systab_build
Note: Writing i2o_systab_build.9
Warn: meta author : no refentry/info/author                        i2o_parse_hrt
Note: meta author : see http://docbook.sf.net/el/author            i2o_parse_hrt
Warn: meta author : no author data, so inserted a fixme            i2o_parse_hrt
Note: Writing i2o_parse_hrt.9
Warn: meta author : no refentry/info/author                        i2o_iop_release
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_release
Warn: meta author : no author data, so inserted a fixme            i2o_iop_release
Note: Writing i2o_iop_release.9
Warn: meta author : no refentry/info/author                        i2o_iop_alloc
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_alloc
Warn: meta author : no author data, so inserted a fixme            i2o_iop_alloc
Note: Writing i2o_iop_alloc.9
Warn: meta author : no refentry/info/author                        i2o_iop_add
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_add
Warn: meta author : no author data, so inserted a fixme            i2o_iop_add
Note: Writing i2o_iop_add.9
Warn: meta author : no refentry/info/author                        i2o_iop_init
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_init
Warn: meta author : no author data, so inserted a fixme            i2o_iop_init
Note: Writing i2o_iop_init.9
Warn: meta author : no refentry/info/author                        i2o_iop_exit
Note: meta author : see http://docbook.sf.net/el/author            i2o_iop_exit
Warn: meta author : no author data, so inserted a fixme            i2o_iop_exit
Note: Writing i2o_iop_exit.9
Warn: meta author : no refentry/info/author                        i2o_config_init
Note: meta author : see http://docbook.sf.net/el/author            i2o_config_init
Warn: meta author : no author data, so inserted a fixme            i2o_config_init
Note: Writing i2o_config_init.9
Warn: meta author : no refentry/info/author                        i2o_config_exit
Note: meta author : see http://docbook.sf.net/el/author            i2o_config_exit
Warn: meta author : no author data, so inserted a fixme            i2o_config_exit
Note: Writing i2o_config_exit.9
Warn: meta author : no refentry/info/author                        i2o_msg_post_wait_mem
Note: meta author : see http://docbook.sf.net/el/author            i2o_msg_post_wait_mem
Warn: meta author : no author data, so inserted a fixme            i2o_msg_post_wait_mem
Note: Writing i2o_msg_post_wait_mem.9
Warn: meta author : no refentry/info/author                        i2o_exec_lct_get
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_lct_get
Warn: meta author : no author data, so inserted a fixme            i2o_exec_lct_get
Note: Writing i2o_exec_lct_get.9
Warn: meta author : no refentry/info/author                        i2o_exec_wait_alloc
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_wait_alloc
Warn: meta author : no author data, so inserted a fixme            i2o_exec_wait_alloc
Note: Writing i2o_exec_wait_alloc.9
Warn: meta author : no refentry/info/author                        i2o_exec_wait_free
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_wait_free
Warn: meta author : no author data, so inserted a fixme            i2o_exec_wait_free
Note: Writing i2o_exec_wait_free.9
Warn: meta author : no refentry/info/author                        i2o_msg_post_wait_complete
Note: meta author : see http://docbook.sf.net/el/author            i2o_msg_post_wait_complete
Warn: meta author : no author data, so inserted a fixme            i2o_msg_post_wait_complete
Note: Writing i2o_msg_post_wait_complete.9
Warn: meta author : no refentry/info/author                        i2o_exec_show_vendor_id
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_show_vendor_id
Warn: meta author : no author data, so inserted a fixme            i2o_exec_show_vendor_id
Note: Writing i2o_exec_show_vendor_id.9
Warn: meta author : no refentry/info/author                        i2o_exec_show_product_id
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_show_product_id
Warn: meta author : no author data, so inserted a fixme            i2o_exec_show_product_id
Note: Writing i2o_exec_show_product_id.9
Warn: meta author : no refentry/info/author                        i2o_exec_probe
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_probe
Warn: meta author : no author data, so inserted a fixme            i2o_exec_probe
Note: Writing i2o_exec_probe.9
Warn: meta author : no refentry/info/author                        i2o_exec_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_remove
Warn: meta author : no author data, so inserted a fixme            i2o_exec_remove
Note: Writing i2o_exec_remove.9
Warn: meta author : no refentry/info/author                        i2o_exec_lct_notify
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_lct_notify
Warn: meta author : no author data, so inserted a fixme            i2o_exec_lct_notify
Note: Writing i2o_exec_lct_notify.9
Warn: meta author : no refentry/info/author                        i2o_exec_lct_modified
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_lct_modified
Warn: meta author : no author data, so inserted a fixme            i2o_exec_lct_modified
Note: Writing i2o_exec_lct_modified.9
Warn: meta author : no refentry/info/author                        i2o_exec_reply
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_reply
Warn: meta author : no author data, so inserted a fixme            i2o_exec_reply
Note: Writing i2o_exec_reply.9
Warn: meta author : no refentry/info/author                        i2o_exec_event
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_event
Warn: meta author : no author data, so inserted a fixme            i2o_exec_event
Note: Writing i2o_exec_event.9
Warn: meta author : no refentry/info/author                        i2o_exec_init
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_init
Warn: meta author : no author data, so inserted a fixme            i2o_exec_init
Note: Writing i2o_exec_init.9
Warn: meta author : no refentry/info/author                        i2o_exec_exit
Note: meta author : see http://docbook.sf.net/el/author            i2o_exec_exit
Warn: meta author : no author data, so inserted a fixme            i2o_exec_exit
Note: Writing i2o_exec_exit.9
Warn: meta author : no refentry/info/author                        i2o_bus_scan
Note: meta author : see http://docbook.sf.net/el/author            i2o_bus_scan
Warn: meta author : no author data, so inserted a fixme            i2o_bus_scan
Note: Writing i2o_bus_scan.9
Warn: meta author : no refentry/info/author                        i2o_bus_store_scan
Note: meta author : see http://docbook.sf.net/el/author            i2o_bus_store_scan
Warn: meta author : no author data, so inserted a fixme            i2o_bus_store_scan
Note: Writing i2o_bus_store_scan.9
Warn: meta author : no refentry/info/author                        i2o_bus_probe
Note: meta author : see http://docbook.sf.net/el/author            i2o_bus_probe
Warn: meta author : no author data, so inserted a fixme            i2o_bus_probe
Note: Writing i2o_bus_probe.9
Warn: meta author : no refentry/info/author                        i2o_bus_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_bus_remove
Warn: meta author : no author data, so inserted a fixme            i2o_bus_remove
Note: Writing i2o_bus_remove.9
Warn: meta author : no refentry/info/author                        i2o_bus_init
Note: meta author : see http://docbook.sf.net/el/author            i2o_bus_init
Warn: meta author : no author data, so inserted a fixme            i2o_bus_init
Note: Writing i2o_bus_init.9
Warn: meta author : no refentry/info/author                        i2o_bus_exit
Note: meta author : see http://docbook.sf.net/el/author            i2o_bus_exit
Warn: meta author : no author data, so inserted a fixme            i2o_bus_exit
Note: Writing i2o_bus_exit.9
Warn: meta author : no refentry/info/author                        i2o_device_claim
Note: meta author : see http://docbook.sf.net/el/author            i2o_device_claim
Warn: meta author : no author data, so inserted a fixme            i2o_device_claim
Note: Writing i2o_device_claim.9
Warn: meta author : no refentry/info/author                        i2o_device_claim_release
Note: meta author : see http://docbook.sf.net/el/author            i2o_device_claim_release
Warn: meta author : no author data, so inserted a fixme            i2o_device_claim_release
Note: Writing i2o_device_claim_release.9
Warn: meta author : no refentry/info/author                        i2o_device_issue_claim
Note: meta author : see http://docbook.sf.net/el/author            i2o_device_issue_claim
Warn: meta author : no author data, so inserted a fixme            i2o_device_issue_claim
Note: Writing i2o_device_issue_claim.9
Warn: meta author : no refentry/info/author                        i2o_device_release
Note: meta author : see http://docbook.sf.net/el/author            i2o_device_release
Warn: meta author : no author data, so inserted a fixme            i2o_device_release
Note: Writing i2o_device_release.9
Warn: meta author : no refentry/info/author                        i2o_device_show_class_id
Note: meta author : see http://docbook.sf.net/el/author            i2o_device_show_class_id
Warn: meta author : no author data, so inserted a fixme            i2o_device_show_class_id
Note: Writing i2o_device_show_class_id.9
Warn: meta author : no refentry/info/author                        i2o_device_show_tid
Note: meta author : see http://docbook.sf.net/el/author            i2o_device_show_tid
Warn: meta author : no author data, so inserted a fixme            i2o_device_show_tid
Note: Writing i2o_device_show_tid.9
Warn: meta author : no refentry/info/author                        i2o_device_alloc
Note: meta author : see http://docbook.sf.net/el/author            i2o_device_alloc
Warn: meta author : no author data, so inserted a fixme            i2o_device_alloc
Note: Writing i2o_device_alloc.9
Warn: meta author : no refentry/info/author                        i2o_device_add
Note: meta author : see http://docbook.sf.net/el/author            i2o_device_add
Warn: meta author : no author data, so inserted a fixme            i2o_device_add
Note: Writing i2o_device_add.9
Warn: meta author : no refentry/info/author                        i2o_device_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_device_remove
Warn: meta author : no author data, so inserted a fixme            i2o_device_remove
Note: Writing i2o_device_remove.9
Warn: meta author : no refentry/info/author                        i2o_device_parse_lct
Note: meta author : see http://docbook.sf.net/el/author            i2o_device_parse_lct
Warn: meta author : no author data, so inserted a fixme            i2o_device_parse_lct
Note: Writing i2o_device_parse_lct.9
Warn: meta author : no refentry/info/author                        i2o_bus_match
Note: meta author : see http://docbook.sf.net/el/author            i2o_bus_match
Warn: meta author : no author data, so inserted a fixme            i2o_bus_match
Note: Writing i2o_bus_match.9
Warn: meta author : no refentry/info/author                        i2o_driver_dispatch
Note: meta author : see http://docbook.sf.net/el/author            i2o_driver_dispatch
Warn: meta author : no author data, so inserted a fixme            i2o_driver_dispatch
Note: Writing i2o_driver_dispatch.9
Warn: meta author : no refentry/info/author                        i2o_driver_init
Note: meta author : see http://docbook.sf.net/el/author            i2o_driver_init
Warn: meta author : no author data, so inserted a fixme            i2o_driver_init
Note: Writing i2o_driver_init.9
Warn: meta author : no refentry/info/author                        i2o_driver_exit
Note: meta author : see http://docbook.sf.net/el/author            i2o_driver_exit
Warn: meta author : no author data, so inserted a fixme            i2o_driver_exit
Note: Writing i2o_driver_exit.9
Warn: meta author : no refentry/info/author                        i2o_pci_free
Note: meta author : see http://docbook.sf.net/el/author            i2o_pci_free
Warn: meta author : no author data, so inserted a fixme            i2o_pci_free
Note: Writing i2o_pci_free.9
Warn: meta author : no refentry/info/author                        i2o_pci_alloc
Note: meta author : see http://docbook.sf.net/el/author            i2o_pci_alloc
Warn: meta author : no author data, so inserted a fixme            i2o_pci_alloc
Note: Writing i2o_pci_alloc.9
Warn: meta author : no refentry/info/author                        i2o_pci_interrupt
Note: meta author : see http://docbook.sf.net/el/author            i2o_pci_interrupt
Warn: meta author : no author data, so inserted a fixme            i2o_pci_interrupt
Note: Writing i2o_pci_interrupt.9
Warn: meta author : no refentry/info/author                        i2o_pci_irq_enable
Note: meta author : see http://docbook.sf.net/el/author            i2o_pci_irq_enable
Warn: meta author : no author data, so inserted a fixme            i2o_pci_irq_enable
Note: Writing i2o_pci_irq_enable.9
Warn: meta author : no refentry/info/author                        i2o_pci_irq_disable
Note: meta author : see http://docbook.sf.net/el/author            i2o_pci_irq_disable
Warn: meta author : no author data, so inserted a fixme            i2o_pci_irq_disable
Note: Writing i2o_pci_irq_disable.9
Warn: meta author : no refentry/info/author                        i2o_pci_probe
Note: meta author : see http://docbook.sf.net/el/author            i2o_pci_probe
Warn: meta author : no author data, so inserted a fixme            i2o_pci_probe
Note: Writing i2o_pci_probe.9
Warn: meta author : no refentry/info/author                        i2o_pci_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_pci_remove
Warn: meta author : no author data, so inserted a fixme            i2o_pci_remove
Note: Writing i2o_pci_remove.9
Warn: meta author : no refentry/info/author                        i2o_pci_init
Note: meta author : see http://docbook.sf.net/el/author            i2o_pci_init
Warn: meta author : no author data, so inserted a fixme            i2o_pci_init
Note: Writing i2o_pci_init.9
Warn: meta author : no refentry/info/author                        i2o_pci_exit
Note: meta author : see http://docbook.sf.net/el/author            i2o_pci_exit
Warn: meta author : no author data, so inserted a fixme            i2o_pci_exit
Note: Writing i2o_pci_exit.9
Warn: meta author : no refentry/info/author                        i2o_block_device_free
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_device_free
Warn: meta author : no author data, so inserted a fixme            i2o_block_device_free
Note: Writing i2o_block_device_free.9
Warn: meta author : no refentry/info/author                        i2o_block_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_remove
Warn: meta author : no author data, so inserted a fixme            i2o_block_remove
Note: Writing i2o_block_remove.9
Warn: meta author : no refentry/info/author                        i2o_block_device_flush
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_device_flush
Warn: meta author : no author data, so inserted a fixme            i2o_block_device_flush
Note: Writing i2o_block_device_flush.9
Warn: meta author : no refentry/info/author                        i2o_block_device_mount
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_device_mount
Warn: meta author : no author data, so inserted a fixme            i2o_block_device_mount
Note: Writing i2o_block_device_mount.9
Warn: meta author : no refentry/info/author                        i2o_block_device_lock
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_device_lock
Warn: meta author : no author data, so inserted a fixme            i2o_block_device_lock
Note: Writing i2o_block_device_lock.9
Warn: meta author : no refentry/info/author                        i2o_block_device_unlock
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_device_unlock
Warn: meta author : no author data, so inserted a fixme            i2o_block_device_unlock
Note: Writing i2o_block_device_unlock.9
Warn: meta author : no refentry/info/author                        i2o_block_device_power
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_device_power
Warn: meta author : no author data, so inserted a fixme            i2o_block_device_power
Note: Writing i2o_block_device_power.9
Warn: meta author : no refentry/info/author                        i2o_block_request_alloc
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_request_alloc
Warn: meta author : no author data, so inserted a fixme            i2o_block_request_alloc
Note: Writing i2o_block_request_alloc.9
Warn: meta author : no refentry/info/author                        i2o_block_request_free
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_request_free
Warn: meta author : no author data, so inserted a fixme            i2o_block_request_free
Note: Writing i2o_block_request_free.9
Warn: meta author : no refentry/info/author                        i2o_block_sglist_alloc
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_sglist_alloc
Warn: meta author : no author data, so inserted a fixme            i2o_block_sglist_alloc
Note: Writing i2o_block_sglist_alloc.9
Warn: meta author : no refentry/info/author                        i2o_block_sglist_free
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_sglist_free
Warn: meta author : no author data, so inserted a fixme            i2o_block_sglist_free
Note: Writing i2o_block_sglist_free.9
Warn: meta author : no refentry/info/author                        i2o_block_prep_req_fn
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_prep_req_fn
Warn: meta author : no author data, so inserted a fixme            i2o_block_prep_req_fn
Note: Writing i2o_block_prep_req_fn.9
Warn: meta author : no refentry/info/author                        i2o_block_delayed_request_fn
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_delayed_request_fn
Warn: meta author : no author data, so inserted a fixme            i2o_block_delayed_request_fn
Note: Writing i2o_block_delayed_request_fn.9
Warn: meta author : no refentry/info/author                        i2o_block_end_request
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_end_request
Warn: meta author : no author data, so inserted a fixme            i2o_block_end_request
Note: Writing i2o_block_end_request.9
Warn: meta author : no refentry/info/author                        i2o_block_reply
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_reply
Warn: meta author : no author data, so inserted a fixme            i2o_block_reply
Note: Writing i2o_block_reply.9
Warn: meta author : no refentry/info/author                        i2o_block_open
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_open
Warn: meta author : no author data, so inserted a fixme            i2o_block_open
Note: Writing i2o_block_open.9
Warn: meta author : no refentry/info/author                        i2o_block_release
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_release
Warn: meta author : no author data, so inserted a fixme            i2o_block_release
Note: Writing i2o_block_release.9
Warn: meta author : no refentry/info/author                        i2o_block_ioctl
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_ioctl
Warn: meta author : no author data, so inserted a fixme            i2o_block_ioctl
Note: Writing i2o_block_ioctl.9
Warn: meta author : no refentry/info/author                        i2o_block_media_changed
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_media_changed
Warn: meta author : no author data, so inserted a fixme            i2o_block_media_changed
Note: Writing i2o_block_media_changed.9
Warn: meta author : no refentry/info/author                        i2o_block_transfer
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_transfer
Warn: meta author : no author data, so inserted a fixme            i2o_block_transfer
Note: Writing i2o_block_transfer.9
Warn: meta author : no refentry/info/author                        i2o_block_request_fn
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_request_fn
Warn: meta author : no author data, so inserted a fixme            i2o_block_request_fn
Note: Writing i2o_block_request_fn.9
Warn: meta author : no refentry/info/author                        i2o_block_device_alloc
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_device_alloc
Warn: meta author : no author data, so inserted a fixme            i2o_block_device_alloc
Note: Writing i2o_block_device_alloc.9
Warn: meta author : no refentry/info/author                        i2o_block_probe
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_probe
Warn: meta author : no author data, so inserted a fixme            i2o_block_probe
Note: Writing i2o_block_probe.9
Warn: meta author : no refentry/info/author                        i2o_block_init
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_init
Warn: meta author : no author data, so inserted a fixme            i2o_block_init
Note: Writing i2o_block_init.9
Warn: meta author : no refentry/info/author                        i2o_block_exit
Note: meta author : see http://docbook.sf.net/el/author            i2o_block_exit
Warn: meta author : no author data, so inserted a fixme            i2o_block_exit
Note: Writing i2o_block_exit.9
Warn: meta author : no refentry/info/author                        i2o_scsi_get_host
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_get_host
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_get_host
Note: Writing i2o_scsi_get_host.9
Warn: meta author : no refentry/info/author                        i2o_scsi_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_remove
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_remove
Note: Writing i2o_scsi_remove.9
Warn: meta author : no refentry/info/author                        i2o_scsi_probe
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_probe
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_probe
Note: Writing i2o_scsi_probe.9
Warn: meta author : no refentry/info/author                        i2o_scsi_reply
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_reply
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_reply
Note: Writing i2o_scsi_reply.9
Warn: meta author : no refentry/info/author                        i2o_scsi_notify_device_add
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_notify_device_add
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_notify_device_add
Note: Writing i2o_scsi_notify_device_add.9
Warn: meta author : no refentry/info/author                        i2o_scsi_notify_device_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_notify_device_remove
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_notify_device_remove
Note: Writing i2o_scsi_notify_device_remove.9
Warn: meta author : no refentry/info/author                        i2o_scsi_notify_controller_add
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_notify_controller_add
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_notify_controller_add
Note: Writing i2o_scsi_notify_controller_add.9
Warn: meta author : no refentry/info/author                        i2o_scsi_notify_controller_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_notify_controller_remove
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_notify_controller_remove
Note: Writing i2o_scsi_notify_controller_remove.9
Warn: meta author : no refentry/info/author                        i2o_scsi_queuecommand
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_queuecommand
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_queuecommand
Note: Writing i2o_scsi_queuecommand.9
Warn: meta author : no refentry/info/author                        i2o_scsi_abort
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_abort
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_abort
Note: Writing i2o_scsi_abort.9
Warn: meta author : no refentry/info/author                        i2o_scsi_bios_param
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_bios_param
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_bios_param
Note: Writing i2o_scsi_bios_param.9
Warn: meta author : no refentry/info/author                        i2o_scsi_init
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_init
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_init
Note: Writing i2o_scsi_init.9
Warn: meta author : no refentry/info/author                        i2o_scsi_exit
Note: meta author : see http://docbook.sf.net/el/author            i2o_scsi_exit
Warn: meta author : no author data, so inserted a fixme            i2o_scsi_exit
Note: Writing i2o_scsi_exit.9
Warn: meta author : no refentry/info/author                        i2o_get_class_name
Note: meta author : see http://docbook.sf.net/el/author            i2o_get_class_name
Warn: meta author : no author data, so inserted a fixme            i2o_get_class_name
Note: Writing i2o_get_class_name.9
Warn: meta author : no refentry/info/author                        i2o_proc_create_entries
Note: meta author : see http://docbook.sf.net/el/author            i2o_proc_create_entries
Warn: meta author : no author data, so inserted a fixme            i2o_proc_create_entries
Note: Writing i2o_proc_create_entries.9
Warn: meta author : no refentry/info/author                        i2o_proc_subdir_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_proc_subdir_remove
Warn: meta author : no author data, so inserted a fixme            i2o_proc_subdir_remove
Note: Writing i2o_proc_subdir_remove.9
Warn: meta author : no refentry/info/author                        i2o_proc_device_add
Note: meta author : see http://docbook.sf.net/el/author            i2o_proc_device_add
Warn: meta author : no author data, so inserted a fixme            i2o_proc_device_add
Note: Writing i2o_proc_device_add.9
Warn: meta author : no refentry/info/author                        i2o_proc_iop_add
Note: meta author : see http://docbook.sf.net/el/author            i2o_proc_iop_add
Warn: meta author : no author data, so inserted a fixme            i2o_proc_iop_add
Note: Writing i2o_proc_iop_add.9
Warn: meta author : no refentry/info/author                        i2o_proc_iop_remove
Note: meta author : see http://docbook.sf.net/el/author            i2o_proc_iop_remove
Warn: meta author : no author data, so inserted a fixme            i2o_proc_iop_remove
Note: Writing i2o_proc_iop_remove.9
Warn: meta author : no refentry/info/author                        i2o_proc_fs_create
Note: meta author : see http://docbook.sf.net/el/author            i2o_proc_fs_create
Warn: meta author : no author data, so inserted a fixme            i2o_proc_fs_create
Note: Writing i2o_proc_fs_create.9
Warn: meta author : no refentry/info/author                        i2o_proc_fs_destroy
Note: meta author : see http://docbook.sf.net/el/author            i2o_proc_fs_destroy
Warn: meta author : no author data, so inserted a fixme            i2o_proc_fs_destroy
Note: Writing i2o_proc_fs_destroy.9
Warn: meta author : no refentry/info/author                        i2o_proc_init
Note: meta author : see http://docbook.sf.net/el/author            i2o_proc_init
Warn: meta author : no author data, so inserted a fixme            i2o_proc_init
Note: Writing i2o_proc_init.9
Warn: meta author : no refentry/info/author                        i2o_proc_exit
Note: meta author : see http://docbook.sf.net/el/author            i2o_proc_exit
Warn: meta author : no author data, so inserted a fixme            i2o_proc_exit
Note: Writing i2o_proc_exit.9
Warn: meta author : no refentry/info/author                        snd_register_device
Note: meta author : see http://docbook.sf.net/el/author            snd_register_device
Warn: meta author : no author data, so inserted a fixme            snd_register_device
Note: Writing snd_register_device.9
Warn: meta author : no refentry/info/author                        snd_printk
Note: meta author : see http://docbook.sf.net/el/author            snd_printk
Warn: meta author : no author data, so inserted a fixme            snd_printk
Note: Writing snd_printk.9
Warn: meta author : no refentry/info/author                        snd_printd
Note: meta author : see http://docbook.sf.net/el/author            snd_printd
Warn: meta author : no author data, so inserted a fixme            snd_printd
Note: Writing snd_printd.9
Warn: meta author : no refentry/info/author                        snd_BUG
Note: meta author : see http://docbook.sf.net/el/author            snd_BUG
Warn: meta author : no author data, so inserted a fixme            snd_BUG
Note: Writing snd_BUG.9
Warn: meta author : no refentry/info/author                        snd_BUG_ON
Note: meta author : see http://docbook.sf.net/el/author            snd_BUG_ON
Warn: meta author : no author data, so inserted a fixme            snd_BUG_ON
Note: Writing snd_BUG_ON.9
Warn: meta author : no refentry/info/author                        snd_printdd
Note: meta author : see http://docbook.sf.net/el/author            snd_printdd
Warn: meta author : no author data, so inserted a fixme            snd_printdd
Note: Writing snd_printdd.9
Warn: meta author : no refentry/info/author                        register_sound_special_device
Note: meta author : see http://docbook.sf.net/el/author            register_sound_special_device
Warn: meta author : no author data, so inserted a fixme            register_sound_special_device
Note: Writing register_sound_special_device.9
Warn: meta author : no refentry/info/author                        register_sound_mixer
Note: meta author : see http://docbook.sf.net/el/author            register_sound_mixer
Warn: meta author : no author data, so inserted a fixme            register_sound_mixer
Note: Writing register_sound_mixer.9
Warn: meta author : no refentry/info/author                        register_sound_midi
Note: meta author : see http://docbook.sf.net/el/author            register_sound_midi
Warn: meta author : no author data, so inserted a fixme            register_sound_midi
Note: Writing register_sound_midi.9
Warn: meta author : no refentry/info/author                        register_sound_dsp
Note: meta author : see http://docbook.sf.net/el/author            register_sound_dsp
Warn: meta author : no author data, so inserted a fixme            register_sound_dsp
Note: Writing register_sound_dsp.9
Warn: meta author : no refentry/info/author                        unregister_sound_special
Note: meta author : see http://docbook.sf.net/el/author            unregister_sound_special
Warn: meta author : no author data, so inserted a fixme            unregister_sound_special
Note: Writing unregister_sound_special.9
Warn: meta author : no refentry/info/author                        unregister_sound_mixer
Note: meta author : see http://docbook.sf.net/el/author            unregister_sound_mixer
Warn: meta author : no author data, so inserted a fixme            unregister_sound_mixer
Note: Writing unregister_sound_mixer.9
Warn: meta author : no refentry/info/author                        unregister_sound_midi
Note: meta author : see http://docbook.sf.net/el/author            unregister_sound_midi
Warn: meta author : no author data, so inserted a fixme            unregister_sound_midi
Note: Writing unregister_sound_midi.9
Warn: meta author : no refentry/info/author                        unregister_sound_dsp
Note: meta author : see http://docbook.sf.net/el/author            unregister_sound_dsp
Warn: meta author : no author data, so inserted a fixme            unregister_sound_dsp
Note: Writing unregister_sound_dsp.9
Warn: meta author : no refentry/info/author                        snd_pcm_playback_ready
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_playback_ready
Warn: meta author : no author data, so inserted a fixme            snd_pcm_playback_ready
Note: Writing snd_pcm_playback_ready.9
Warn: meta author : no refentry/info/author                        snd_pcm_capture_ready
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_capture_ready
Warn: meta author : no author data, so inserted a fixme            snd_pcm_capture_ready
Note: Writing snd_pcm_capture_ready.9
Warn: meta author : no refentry/info/author                        snd_pcm_playback_data
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_playback_data
Warn: meta author : no author data, so inserted a fixme            snd_pcm_playback_data
Note: Writing snd_pcm_playback_data.9
Warn: meta author : no refentry/info/author                        snd_pcm_playback_empty
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_playback_empty
Warn: meta author : no author data, so inserted a fixme            snd_pcm_playback_empty
Note: Writing snd_pcm_playback_empty.9
Warn: meta author : no refentry/info/author                        snd_pcm_capture_empty
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_capture_empty
Warn: meta author : no author data, so inserted a fixme            snd_pcm_capture_empty
Note: Writing snd_pcm_capture_empty.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_cpu_endian
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_cpu_endian
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_cpu_endian
Note: Writing snd_pcm_format_cpu_endian.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_alloc_vmalloc_buffer
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_alloc_vmalloc_buffer
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_alloc_vmalloc_buffer
Note: Writing snd_pcm_lib_alloc_vmalloc_buffer.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_alloc_vmalloc_32_buffer
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_alloc_vmalloc_32_buffer
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_alloc_vmalloc_32_buffer
Note: Writing snd_pcm_lib_alloc_vmalloc_32_buffer.9
Warn: meta author : no refentry/info/author                        snd_pcm_new_stream
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_new_stream
Warn: meta author : no author data, so inserted a fixme            snd_pcm_new_stream
Note: Writing snd_pcm_new_stream.9
Warn: meta author : no refentry/info/author                        snd_pcm_new
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_new
Warn: meta author : no author data, so inserted a fixme            snd_pcm_new
Note: Writing snd_pcm_new.9
Warn: meta author : no refentry/info/author                        snd_device_new
Note: meta author : see http://docbook.sf.net/el/author            snd_device_new
Warn: meta author : no author data, so inserted a fixme            snd_device_new
Note: Writing snd_device_new.9
Warn: meta author : no refentry/info/author                        snd_device_free
Note: meta author : see http://docbook.sf.net/el/author            snd_device_free
Warn: meta author : no author data, so inserted a fixme            snd_device_free
Note: Writing snd_device_free.9
Warn: meta author : no refentry/info/author                        snd_device_register
Note: meta author : see http://docbook.sf.net/el/author            snd_device_register
Warn: meta author : no author data, so inserted a fixme            snd_device_register
Note: Writing snd_device_register.9
Warn: meta author : no refentry/info/author                        snd_iprintf
Note: meta author : see http://docbook.sf.net/el/author            snd_iprintf
Warn: meta author : no author data, so inserted a fixme            snd_iprintf
Note: Writing snd_iprintf.9
Warn: meta author : no refentry/info/author                        snd_info_get_line
Note: meta author : see http://docbook.sf.net/el/author            snd_info_get_line
Warn: meta author : no author data, so inserted a fixme            snd_info_get_line
Note: Writing snd_info_get_line.9
Warn: meta author : no refentry/info/author                        snd_info_get_str
Note: meta author : see http://docbook.sf.net/el/author            snd_info_get_str
Warn: meta author : no author data, so inserted a fixme            snd_info_get_str
Note: Writing snd_info_get_str.9
Warn: meta author : no refentry/info/author                        snd_info_create_module_entry
Note: meta author : see http://docbook.sf.net/el/author            snd_info_create_module_entry
Warn: meta author : no author data, so inserted a fixme            snd_info_create_module_entry
Note: Writing snd_info_create_module_entry.9
Warn: meta author : no refentry/info/author                        snd_info_create_card_entry
Note: meta author : see http://docbook.sf.net/el/author            snd_info_create_card_entry
Warn: meta author : no author data, so inserted a fixme            snd_info_create_card_entry
Note: Writing snd_info_create_card_entry.9
Warn: meta author : no refentry/info/author                        snd_card_proc_new
Note: meta author : see http://docbook.sf.net/el/author            snd_card_proc_new
Warn: meta author : no author data, so inserted a fixme            snd_card_proc_new
Note: Writing snd_card_proc_new.9
Warn: meta author : no refentry/info/author                        snd_info_free_entry
Note: meta author : see http://docbook.sf.net/el/author            snd_info_free_entry
Warn: meta author : no author data, so inserted a fixme            snd_info_free_entry
Note: Writing snd_info_free_entry.9
Warn: meta author : no refentry/info/author                        snd_info_register
Note: meta author : see http://docbook.sf.net/el/author            snd_info_register
Warn: meta author : no author data, so inserted a fixme            snd_info_register
Note: Writing snd_info_register.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_receive
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_receive
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_receive
Note: Writing snd_rawmidi_receive.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_transmit_empty
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_transmit_empty
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_transmit_empty
Note: Writing snd_rawmidi_transmit_empty.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_transmit_peek
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_transmit_peek
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_transmit_peek
Note: Writing snd_rawmidi_transmit_peek.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_transmit_ack
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_transmit_ack
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_transmit_ack
Note: Writing snd_rawmidi_transmit_ack.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_transmit
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_transmit
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_transmit
Note: Writing snd_rawmidi_transmit.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_new
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_new
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_new
Note: Writing snd_rawmidi_new.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_set_ops
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_set_ops
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_set_ops
Note: Writing snd_rawmidi_set_ops.9
Warn: meta author : no refentry/info/author                        snd_request_card
Note: meta author : see http://docbook.sf.net/el/author            snd_request_card
Warn: meta author : no author data, so inserted a fixme            snd_request_card
Note: Writing snd_request_card.9
Warn: meta author : no refentry/info/author                        snd_lookup_minor_data
Note: meta author : see http://docbook.sf.net/el/author            snd_lookup_minor_data
Warn: meta author : no author data, so inserted a fixme            snd_lookup_minor_data
Note: Writing snd_lookup_minor_data.9
Warn: meta author : no refentry/info/author                        snd_register_device_for_dev
Note: meta author : see http://docbook.sf.net/el/author            snd_register_device_for_dev
Warn: meta author : no author data, so inserted a fixme            snd_register_device_for_dev
Note: Writing snd_register_device_for_dev.9
Warn: meta author : no refentry/info/author                        snd_unregister_device
Note: meta author : see http://docbook.sf.net/el/author            snd_unregister_device
Warn: meta author : no author data, so inserted a fixme            snd_unregister_device
Note: Writing snd_unregister_device.9
Warn: meta author : no refentry/info/author                        copy_to_user_fromio
Note: meta author : see http://docbook.sf.net/el/author            copy_to_user_fromio
Warn: meta author : no author data, so inserted a fixme            copy_to_user_fromio
Note: Writing copy_to_user_fromio.9
Warn: meta author : no refentry/info/author                        copy_from_user_toio
Note: meta author : see http://docbook.sf.net/el/author            copy_from_user_toio
Warn: meta author : no author data, so inserted a fixme            copy_from_user_toio
Note: Writing copy_from_user_toio.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_preallocate_free_for_all
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_preallocate_free_for_all
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_preallocate_free_for_all
Note: Writing snd_pcm_lib_preallocate_free_for_all.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_preallocate_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_preallocate_pages
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_preallocate_pages
Note: Writing snd_pcm_lib_preallocate_pages.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_preallocate_pages_for_all
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_preallocate_pages_for_all
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_preallocate_pages_for_all
Note: Writing snd_pcm_lib_preallocate_pages_for_all.9
Warn: meta author : no refentry/info/author                        snd_pcm_sgbuf_ops_page
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_sgbuf_ops_page
Warn: meta author : no author data, so inserted a fixme            snd_pcm_sgbuf_ops_page
Note: Writing snd_pcm_sgbuf_ops_page.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_malloc_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_malloc_pages
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_malloc_pages
Note: Writing snd_pcm_lib_malloc_pages.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_free_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_free_pages
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_free_pages
Note: Writing snd_pcm_lib_free_pages.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_free_vmalloc_buffer
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_free_vmalloc_buffer
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_free_vmalloc_buffer
Note: Writing snd_pcm_lib_free_vmalloc_buffer.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_get_vmalloc_page
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_get_vmalloc_page
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_get_vmalloc_page
Note: Writing snd_pcm_lib_get_vmalloc_page.9
Warn: meta author : no refentry/info/author                        snd_card_create
Note: meta author : see http://docbook.sf.net/el/author            snd_card_create
Warn: meta author : no author data, so inserted a fixme            snd_card_create
Note: Writing snd_card_create.9
Warn: meta author : no refentry/info/author                        snd_card_disconnect
Note: meta author : see http://docbook.sf.net/el/author            snd_card_disconnect
Warn: meta author : no author data, so inserted a fixme            snd_card_disconnect
Note: Writing snd_card_disconnect.9
Warn: meta author : no refentry/info/author                        snd_card_set_id
Note: meta author : see http://docbook.sf.net/el/author            snd_card_set_id
Warn: meta author : no author data, so inserted a fixme            snd_card_set_id
Note: Writing snd_card_set_id.9
Warn: meta author : no refentry/info/author                        snd_card_register
Note: meta author : see http://docbook.sf.net/el/author            snd_card_register
Warn: meta author : no author data, so inserted a fixme            snd_card_register
Note: Writing snd_card_register.9
Warn: meta author : no refentry/info/author                        snd_component_add
Note: meta author : see http://docbook.sf.net/el/author            snd_component_add
Warn: meta author : no author data, so inserted a fixme            snd_component_add
Note: Writing snd_component_add.9
Warn: meta author : no refentry/info/author                        snd_card_file_add
Note: meta author : see http://docbook.sf.net/el/author            snd_card_file_add
Warn: meta author : no author data, so inserted a fixme            snd_card_file_add
Note: Writing snd_card_file_add.9
Warn: meta author : no refentry/info/author                        snd_card_file_remove
Note: meta author : see http://docbook.sf.net/el/author            snd_card_file_remove
Warn: meta author : no author data, so inserted a fixme            snd_card_file_remove
Note: Writing snd_card_file_remove.9
Warn: meta author : no refentry/info/author                        snd_power_wait
Note: meta author : see http://docbook.sf.net/el/author            snd_power_wait
Warn: meta author : no author data, so inserted a fixme            snd_power_wait
Note: Writing snd_power_wait.9
Warn: meta author : no refentry/info/author                        snd_dma_program
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_program
Warn: meta author : no author data, so inserted a fixme            snd_dma_program
Note: Writing snd_dma_program.9
Warn: meta author : no refentry/info/author                        snd_dma_disable
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_disable
Warn: meta author : no author data, so inserted a fixme            snd_dma_disable
Note: Writing snd_dma_disable.9
Warn: meta author : no refentry/info/author                        snd_dma_pointer
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_pointer
Warn: meta author : no author data, so inserted a fixme            snd_dma_pointer
Note: Writing snd_dma_pointer.9
Warn: meta author : no refentry/info/author                        snd_ctl_new1
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_new1
Warn: meta author : no author data, so inserted a fixme            snd_ctl_new1
Note: Writing snd_ctl_new1.9
Warn: meta author : no refentry/info/author                        snd_ctl_free_one
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_free_one
Warn: meta author : no author data, so inserted a fixme            snd_ctl_free_one
Note: Writing snd_ctl_free_one.9
Warn: meta author : no refentry/info/author                        snd_ctl_add
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_add
Warn: meta author : no author data, so inserted a fixme            snd_ctl_add
Note: Writing snd_ctl_add.9
Warn: meta author : no refentry/info/author                        snd_ctl_remove
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_remove
Warn: meta author : no author data, so inserted a fixme            snd_ctl_remove
Note: Writing snd_ctl_remove.9
Warn: meta author : no refentry/info/author                        snd_ctl_remove_id
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_remove_id
Warn: meta author : no author data, so inserted a fixme            snd_ctl_remove_id
Note: Writing snd_ctl_remove_id.9
Warn: meta author : no refentry/info/author                        snd_ctl_rename_id
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_rename_id
Warn: meta author : no author data, so inserted a fixme            snd_ctl_rename_id
Note: Writing snd_ctl_rename_id.9
Warn: meta author : no refentry/info/author                        snd_ctl_find_numid
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_find_numid
Warn: meta author : no author data, so inserted a fixme            snd_ctl_find_numid
Note: Writing snd_ctl_find_numid.9
Warn: meta author : no refentry/info/author                        snd_ctl_find_id
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_find_id
Warn: meta author : no author data, so inserted a fixme            snd_ctl_find_id
Note: Writing snd_ctl_find_id.9
Warn: meta author : no refentry/info/author                        snd_pcm_set_ops
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_set_ops
Warn: meta author : no author data, so inserted a fixme            snd_pcm_set_ops
Note: Writing snd_pcm_set_ops.9
Warn: meta author : no refentry/info/author                        snd_pcm_set_sync
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_set_sync
Warn: meta author : no author data, so inserted a fixme            snd_pcm_set_sync
Note: Writing snd_pcm_set_sync.9
Warn: meta author : no refentry/info/author                        snd_interval_refine
Note: meta author : see http://docbook.sf.net/el/author            snd_interval_refine
Warn: meta author : no author data, so inserted a fixme            snd_interval_refine
Note: Writing snd_interval_refine.9
Warn: meta author : no refentry/info/author                        snd_interval_ratnum
Note: meta author : see http://docbook.sf.net/el/author            snd_interval_ratnum
Warn: meta author : no author data, so inserted a fixme            snd_interval_ratnum
Note: Writing snd_interval_ratnum.9
Warn: meta author : no refentry/info/author                        snd_interval_list
Note: meta author : see http://docbook.sf.net/el/author            snd_interval_list
Warn: meta author : no author data, so inserted a fixme            snd_interval_list
Note: Writing snd_interval_list.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_rule_add
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_rule_add
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_rule_add
Note: Writing snd_pcm_hw_rule_add.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_integer
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_integer
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_integer
Note: Writing snd_pcm_hw_constraint_integer.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_minmax
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_minmax
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_minmax
Note: Writing snd_pcm_hw_constraint_minmax.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_list
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_list
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_list
Note: Writing snd_pcm_hw_constraint_list.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_ratnums
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_ratnums
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_ratnums
Note: Writing snd_pcm_hw_constraint_ratnums.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_ratdens
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_ratdens
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_ratdens
Note: Writing snd_pcm_hw_constraint_ratdens.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_msbits
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_msbits
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_msbits
Note: Writing snd_pcm_hw_constraint_msbits.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_step
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_step
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_step
Note: Writing snd_pcm_hw_constraint_step.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_pow2
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_pow2
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_pow2
Note: Writing snd_pcm_hw_constraint_pow2.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_param_value
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_param_value
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_param_value
Note: Writing snd_pcm_hw_param_value.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_param_first
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_param_first
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_param_first
Note: Writing snd_pcm_hw_param_first.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_param_last
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_param_last
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_param_last
Note: Writing snd_pcm_hw_param_last.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_ioctl
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_ioctl
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_ioctl
Note: Writing snd_pcm_lib_ioctl.9
Warn: meta author : no refentry/info/author                        snd_pcm_period_elapsed
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_period_elapsed
Warn: meta author : no author data, so inserted a fixme            snd_pcm_period_elapsed
Note: Writing snd_pcm_period_elapsed.9
Warn: meta author : no refentry/info/author                        snd_hwdep_new
Note: meta author : see http://docbook.sf.net/el/author            snd_hwdep_new
Warn: meta author : no author data, so inserted a fixme            snd_hwdep_new
Note: Writing snd_hwdep_new.9
Warn: meta author : no refentry/info/author                        snd_pcm_stop
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_stop
Warn: meta author : no author data, so inserted a fixme            snd_pcm_stop
Note: Writing snd_pcm_stop.9
Warn: meta author : no refentry/info/author                        snd_pcm_suspend
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_suspend
Warn: meta author : no author data, so inserted a fixme            snd_pcm_suspend
Note: Writing snd_pcm_suspend.9
Warn: meta author : no refentry/info/author                        snd_pcm_suspend_all
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_suspend_all
Warn: meta author : no author data, so inserted a fixme            snd_pcm_suspend_all
Note: Writing snd_pcm_suspend_all.9
Warn: meta author : no refentry/info/author                        snd_malloc_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_malloc_pages
Warn: meta author : no author data, so inserted a fixme            snd_malloc_pages
Note: Writing snd_malloc_pages.9
Warn: meta author : no refentry/info/author                        snd_free_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_free_pages
Warn: meta author : no author data, so inserted a fixme            snd_free_pages
Note: Writing snd_free_pages.9
Warn: meta author : no refentry/info/author                        snd_dma_alloc_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_alloc_pages
Warn: meta author : no author data, so inserted a fixme            snd_dma_alloc_pages
Note: Writing snd_dma_alloc_pages.9
Warn: meta author : no refentry/info/author                        snd_dma_alloc_pages_fallback
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_alloc_pages_fallback
Warn: meta author : no author data, so inserted a fixme            snd_dma_alloc_pages_fallback
Note: Writing snd_dma_alloc_pages_fallback.9
Warn: meta author : no refentry/info/author                        snd_dma_free_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_free_pages
Warn: meta author : no author data, so inserted a fixme            snd_dma_free_pages
Note: Writing snd_dma_free_pages.9
Warn: meta author : no refentry/info/author                        snd_dma_get_reserved_buf
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_get_reserved_buf
Warn: meta author : no author data, so inserted a fixme            snd_dma_get_reserved_buf
Note: Writing snd_dma_get_reserved_buf.9
Warn: meta author : no refentry/info/author                        snd_dma_reserve_buf
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_reserve_buf
Warn: meta author : no author data, so inserted a fixme            snd_dma_reserve_buf
Note: Writing snd_dma_reserve_buf.9
Warn: meta author : no refentry/info/author                        uart_handle_dcd_change
Note: meta author : see http://docbook.sf.net/el/author            uart_handle_dcd_change
Warn: meta author : no author data, so inserted a fixme            uart_handle_dcd_change
Note: Writing uart_handle_dcd_change.9
Warn: meta author : no refentry/info/author                        uart_handle_cts_change
Note: meta author : see http://docbook.sf.net/el/author            uart_handle_cts_change
Warn: meta author : no author data, so inserted a fixme            uart_handle_cts_change
Note: Writing uart_handle_cts_change.9
Warn: meta author : no refentry/info/author                        uart_update_timeout
Note: meta author : see http://docbook.sf.net/el/author            uart_update_timeout
Warn: meta author : no author data, so inserted a fixme            uart_update_timeout
Note: Writing uart_update_timeout.9
Warn: meta author : no refentry/info/author                        uart_get_baud_rate
Note: meta author : see http://docbook.sf.net/el/author            uart_get_baud_rate
Warn: meta author : no author data, so inserted a fixme            uart_get_baud_rate
Note: Writing uart_get_baud_rate.9
Warn: meta author : no refentry/info/author                        uart_get_divisor
Note: meta author : see http://docbook.sf.net/el/author            uart_get_divisor
Warn: meta author : no author data, so inserted a fixme            uart_get_divisor
Note: Writing uart_get_divisor.9
Warn: meta author : no refentry/info/author                        uart_parse_options
Note: meta author : see http://docbook.sf.net/el/author            uart_parse_options
Warn: meta author : no author data, so inserted a fixme            uart_parse_options
Note: Writing uart_parse_options.9
Warn: meta author : no refentry/info/author                        uart_set_options
Note: meta author : see http://docbook.sf.net/el/author            uart_set_options
Warn: meta author : no author data, so inserted a fixme            uart_set_options
Note: Writing uart_set_options.9
Warn: meta author : no refentry/info/author                        uart_register_driver
Note: meta author : see http://docbook.sf.net/el/author            uart_register_driver
Warn: meta author : no author data, so inserted a fixme            uart_register_driver
Note: Writing uart_register_driver.9
Warn: meta author : no refentry/info/author                        uart_unregister_driver
Note: meta author : see http://docbook.sf.net/el/author            uart_unregister_driver
Warn: meta author : no author data, so inserted a fixme            uart_unregister_driver
Note: Writing uart_unregister_driver.9
Warn: meta author : no refentry/info/author                        uart_add_one_port
Note: meta author : see http://docbook.sf.net/el/author            uart_add_one_port
Warn: meta author : no author data, so inserted a fixme            uart_add_one_port
Note: Writing uart_add_one_port.9
Warn: meta author : no refentry/info/author                        uart_remove_one_port
Note: meta author : see http://docbook.sf.net/el/author            uart_remove_one_port
Warn: meta author : no author data, so inserted a fixme            uart_remove_one_port
Note: Writing uart_remove_one_port.9
Warn: meta author : no refentry/info/author                        serial8250_suspend_port
Note: meta author : see http://docbook.sf.net/el/author            serial8250_suspend_port
Warn: meta author : no author data, so inserted a fixme            serial8250_suspend_port
Note: Writing serial8250_suspend_port.9
Warn: meta author : no refentry/info/author                        serial8250_resume_port
Note: meta author : see http://docbook.sf.net/el/author            serial8250_resume_port
Warn: meta author : no author data, so inserted a fixme            serial8250_resume_port
Note: Writing serial8250_resume_port.9
Warn: meta author : no refentry/info/author                        serial8250_register_port
Note: meta author : see http://docbook.sf.net/el/author            serial8250_register_port
Warn: meta author : no author data, so inserted a fixme            serial8250_register_port
Note: Writing serial8250_register_port.9
Warn: meta author : no refentry/info/author                        serial8250_unregister_port
Note: meta author : see http://docbook.sf.net/el/author            serial8250_unregister_port
Warn: meta author : no author data, so inserted a fixme            serial8250_unregister_port
Note: Writing serial8250_unregister_port.9
Warn: meta author : no refentry/info/author                        register_framebuffer
Note: meta author : see http://docbook.sf.net/el/author            register_framebuffer
Warn: meta author : no author data, so inserted a fixme            register_framebuffer
Note: Writing register_framebuffer.9
Warn: meta author : no refentry/info/author                        unregister_framebuffer
Note: meta author : see http://docbook.sf.net/el/author            unregister_framebuffer
Warn: meta author : no author data, so inserted a fixme            unregister_framebuffer
Note: Writing unregister_framebuffer.9
Warn: meta author : no refentry/info/author                        fb_set_suspend
Note: meta author : see http://docbook.sf.net/el/author            fb_set_suspend
Warn: meta author : no author data, so inserted a fixme            fb_set_suspend
Note: Writing fb_set_suspend.9
Warn: meta author : no refentry/info/author                        fb_get_options
Note: meta author : see http://docbook.sf.net/el/author            fb_get_options
Warn: meta author : no author data, so inserted a fixme            fb_get_options
Note: Writing fb_get_options.9
Warn: meta author : no refentry/info/author                        fb_alloc_cmap
Note: meta author : see http://docbook.sf.net/el/author            fb_alloc_cmap
Warn: meta author : no author data, so inserted a fixme            fb_alloc_cmap
Note: Writing fb_alloc_cmap.9
Warn: meta author : no refentry/info/author                        fb_dealloc_cmap
Note: meta author : see http://docbook.sf.net/el/author            fb_dealloc_cmap
Warn: meta author : no author data, so inserted a fixme            fb_dealloc_cmap
Note: Writing fb_dealloc_cmap.9
Warn: meta author : no refentry/info/author                        fb_copy_cmap
Note: meta author : see http://docbook.sf.net/el/author            fb_copy_cmap
Warn: meta author : no author data, so inserted a fixme            fb_copy_cmap
Note: Writing fb_copy_cmap.9
Warn: meta author : no refentry/info/author                        fb_set_cmap
Note: meta author : see http://docbook.sf.net/el/author            fb_set_cmap
Warn: meta author : no author data, so inserted a fixme            fb_set_cmap
Note: Writing fb_set_cmap.9
Warn: meta author : no refentry/info/author                        fb_default_cmap
Note: meta author : see http://docbook.sf.net/el/author            fb_default_cmap
Warn: meta author : no author data, so inserted a fixme            fb_default_cmap
Note: Writing fb_default_cmap.9
Warn: meta author : no refentry/info/author                        fb_invert_cmaps
Note: meta author : see http://docbook.sf.net/el/author            fb_invert_cmaps
Warn: meta author : no author data, so inserted a fixme            fb_invert_cmaps
Note: Writing fb_invert_cmaps.9
Warn: meta author : no refentry/info/author                        fb_try_mode
Note: meta author : see http://docbook.sf.net/el/author            fb_try_mode
Warn: meta author : no author data, so inserted a fixme            fb_try_mode
Note: Writing fb_try_mode.9
Warn: meta author : no refentry/info/author                        fb_delete_videomode
Note: meta author : see http://docbook.sf.net/el/author            fb_delete_videomode
Warn: meta author : no author data, so inserted a fixme            fb_delete_videomode
Note: Writing fb_delete_videomode.9
Warn: meta author : no refentry/info/author                        fb_find_mode
Note: meta author : see http://docbook.sf.net/el/author            fb_find_mode
Warn: meta author : no author data, so inserted a fixme            fb_find_mode
Note: Writing fb_find_mode.9
Warn: meta author : no refentry/info/author                        fb_var_to_videomode
Note: meta author : see http://docbook.sf.net/el/author            fb_var_to_videomode
Warn: meta author : no author data, so inserted a fixme            fb_var_to_videomode
Note: Writing fb_var_to_videomode.9
Warn: meta author : no refentry/info/author                        fb_videomode_to_var
Note: meta author : see http://docbook.sf.net/el/author            fb_videomode_to_var
Warn: meta author : no author data, so inserted a fixme            fb_videomode_to_var
Note: Writing fb_videomode_to_var.9
Warn: meta author : no refentry/info/author                        fb_mode_is_equal
Note: meta author : see http://docbook.sf.net/el/author            fb_mode_is_equal
Warn: meta author : no author data, so inserted a fixme            fb_mode_is_equal
Note: Writing fb_mode_is_equal.9
Warn: meta author : no refentry/info/author                        fb_find_best_mode
Note: meta author : see http://docbook.sf.net/el/author            fb_find_best_mode
Warn: meta author : no author data, so inserted a fixme            fb_find_best_mode
Note: Writing fb_find_best_mode.9
Warn: meta author : no refentry/info/author                        fb_find_nearest_mode
Note: meta author : see http://docbook.sf.net/el/author            fb_find_nearest_mode
Warn: meta author : no author data, so inserted a fixme            fb_find_nearest_mode
Note: Writing fb_find_nearest_mode.9
Warn: meta author : no refentry/info/author                        fb_match_mode
Note: meta author : see http://docbook.sf.net/el/author            fb_match_mode
Warn: meta author : no author data, so inserted a fixme            fb_match_mode
Note: Writing fb_match_mode.9
Warn: meta author : no refentry/info/author                        fb_add_videomode
Note: meta author : see http://docbook.sf.net/el/author            fb_add_videomode
Warn: meta author : no author data, so inserted a fixme            fb_add_videomode
Note: Writing fb_add_videomode.9
Warn: meta author : no refentry/info/author                        fb_destroy_modelist
Note: meta author : see http://docbook.sf.net/el/author            fb_destroy_modelist
Warn: meta author : no author data, so inserted a fixme            fb_destroy_modelist
Note: Writing fb_destroy_modelist.9
Warn: meta author : no refentry/info/author                        fb_videomode_to_modelist
Note: meta author : see http://docbook.sf.net/el/author            fb_videomode_to_modelist
Warn: meta author : no author data, so inserted a fixme            fb_videomode_to_modelist
Note: Writing fb_videomode_to_modelist.9
Warn: meta author : no refentry/info/author                        mac_vmode_to_var
Note: meta author : see http://docbook.sf.net/el/author            mac_vmode_to_var
Warn: meta author : no author data, so inserted a fixme            mac_vmode_to_var
Note: Writing mac_vmode_to_var.9
Warn: meta author : no refentry/info/author                        mac_map_monitor_sense
Note: meta author : see http://docbook.sf.net/el/author            mac_map_monitor_sense
Warn: meta author : no author data, so inserted a fixme            mac_map_monitor_sense
Note: Writing mac_map_monitor_sense.9
Warn: meta author : no refentry/info/author                        mac_find_mode
Note: meta author : see http://docbook.sf.net/el/author            mac_find_mode
Warn: meta author : no author data, so inserted a fixme            mac_find_mode
Note: Writing mac_find_mode.9
Warn: meta author : no refentry/info/author                        struct ff_replay
Note: meta author : see http://docbook.sf.net/el/author            struct ff_replay
Warn: meta author : no author data, so inserted a fixme            struct ff_replay
Note: Writing struct_ff_replay.9
Warn: meta author : no refentry/info/author                        struct ff_trigger
Note: meta author : see http://docbook.sf.net/el/author            struct ff_trigger
Warn: meta author : no author data, so inserted a fixme            struct ff_trigger
Note: Writing struct_ff_trigger.9
Warn: meta author : no refentry/info/author                        struct ff_envelope
Note: meta author : see http://docbook.sf.net/el/author            struct ff_envelope
Warn: meta author : no author data, so inserted a fixme            struct ff_envelope
Note: Writing struct_ff_envelope.9
Warn: meta author : no refentry/info/author                        struct ff_constant_effect
Note: meta author : see http://docbook.sf.net/el/author            struct ff_constant_effect
Warn: meta author : no author data, so inserted a fixme            struct ff_constant_effect
Note: Writing struct_ff_constant_effect.9
Warn: meta author : no refentry/info/author                        struct ff_ramp_effect
Note: meta author : see http://docbook.sf.net/el/author            struct ff_ramp_effect
Warn: meta author : no author data, so inserted a fixme            struct ff_ramp_effect
Note: Writing struct_ff_ramp_effect.9
Warn: meta author : no refentry/info/author                        struct ff_condition_effect
Note: meta author : see http://docbook.sf.net/el/author            struct ff_condition_effect
Warn: meta author : no author data, so inserted a fixme            struct ff_condition_effect
Note: Writing struct_ff_condition_effect.9
Warn: meta author : no refentry/info/author                        struct ff_periodic_effect
Note: meta author : see http://docbook.sf.net/el/author            struct ff_periodic_effect
Warn: meta author : no author data, so inserted a fixme            struct ff_periodic_effect
Note: Writing struct_ff_periodic_effect.9
Warn: meta author : no refentry/info/author                        struct ff_rumble_effect
Note: meta author : see http://docbook.sf.net/el/author            struct ff_rumble_effect
Warn: meta author : no author data, so inserted a fixme            struct ff_rumble_effect
Note: Writing struct_ff_rumble_effect.9
Warn: meta author : no refentry/info/author                        struct ff_effect
Note: meta author : see http://docbook.sf.net/el/author            struct ff_effect
Warn: meta author : no author data, so inserted a fixme            struct ff_effect
Note: Writing struct_ff_effect.9
Warn: meta author : no refentry/info/author                        struct input_dev
Note: meta author : see http://docbook.sf.net/el/author            struct input_dev
Warn: meta author : no author data, so inserted a fixme            struct input_dev
Note: Writing struct_input_dev.9
Warn: meta author : no refentry/info/author                        struct input_handler
Note: meta author : see http://docbook.sf.net/el/author            struct input_handler
Warn: meta author : no author data, so inserted a fixme            struct input_handler
Note: Writing struct_input_handler.9
Warn: meta author : no refentry/info/author                        struct input_handle
Note: meta author : see http://docbook.sf.net/el/author            struct input_handle
Warn: meta author : no author data, so inserted a fixme            struct input_handle
Note: Writing struct_input_handle.9
Warn: meta author : no refentry/info/author                        struct ff_device
Note: meta author : see http://docbook.sf.net/el/author            struct ff_device
Warn: meta author : no author data, so inserted a fixme            struct ff_device
Note: Writing struct_ff_device.9
Warn: meta author : no refentry/info/author                        input_event
Note: meta author : see http://docbook.sf.net/el/author            input_event
Warn: meta author : no author data, so inserted a fixme            input_event
Note: Writing input_event.9
Warn: meta author : no refentry/info/author                        input_inject_event
Note: meta author : see http://docbook.sf.net/el/author            input_inject_event
Warn: meta author : no author data, so inserted a fixme            input_inject_event
Note: Writing input_inject_event.9
Warn: meta author : no refentry/info/author                        input_grab_device
Note: meta author : see http://docbook.sf.net/el/author            input_grab_device
Warn: meta author : no author data, so inserted a fixme            input_grab_device
Note: Writing input_grab_device.9
Warn: meta author : no refentry/info/author                        input_release_device
Note: meta author : see http://docbook.sf.net/el/author            input_release_device
Warn: meta author : no author data, so inserted a fixme            input_release_device
Note: Writing input_release_device.9
Warn: meta author : no refentry/info/author                        input_open_device
Note: meta author : see http://docbook.sf.net/el/author            input_open_device
Warn: meta author : no author data, so inserted a fixme            input_open_device
Note: Writing input_open_device.9
Warn: meta author : no refentry/info/author                        input_close_device
Note: meta author : see http://docbook.sf.net/el/author            input_close_device
Warn: meta author : no author data, so inserted a fixme            input_close_device
Note: Writing input_close_device.9
Warn: meta author : no refentry/info/author                        input_get_keycode
Note: meta author : see http://docbook.sf.net/el/author            input_get_keycode
Warn: meta author : no author data, so inserted a fixme            input_get_keycode
Note: Writing input_get_keycode.9
Warn: meta author : no refentry/info/author                        input_set_keycode
Note: meta author : see http://docbook.sf.net/el/author            input_set_keycode
Warn: meta author : no author data, so inserted a fixme            input_set_keycode
Note: Writing input_set_keycode.9
Warn: meta author : no refentry/info/author                        input_allocate_device
Note: meta author : see http://docbook.sf.net/el/author            input_allocate_device
Warn: meta author : no author data, so inserted a fixme            input_allocate_device
Note: Writing input_allocate_device.9
Warn: meta author : no refentry/info/author                        input_free_device
Note: meta author : see http://docbook.sf.net/el/author            input_free_device
Warn: meta author : no author data, so inserted a fixme            input_free_device
Note: Writing input_free_device.9
Warn: meta author : no refentry/info/author                        input_set_capability
Note: meta author : see http://docbook.sf.net/el/author            input_set_capability
Warn: meta author : no author data, so inserted a fixme            input_set_capability
Note: Writing input_set_capability.9
Warn: meta author : no refentry/info/author                        input_register_device
Note: meta author : see http://docbook.sf.net/el/author            input_register_device
Warn: meta author : no author data, so inserted a fixme            input_register_device
Note: Writing input_register_device.9
Warn: meta author : no refentry/info/author                        input_unregister_device
Note: meta author : see http://docbook.sf.net/el/author            input_unregister_device
Warn: meta author : no author data, so inserted a fixme            input_unregister_device
Note: Writing input_unregister_device.9
Warn: meta author : no refentry/info/author                        input_register_handler
Note: meta author : see http://docbook.sf.net/el/author            input_register_handler
Warn: meta author : no author data, so inserted a fixme            input_register_handler
Note: Writing input_register_handler.9
Warn: meta author : no refentry/info/author                        input_unregister_handler
Note: meta author : see http://docbook.sf.net/el/author            input_unregister_handler
Warn: meta author : no author data, so inserted a fixme            input_unregister_handler
Note: Writing input_unregister_handler.9
Warn: meta author : no refentry/info/author                        input_handler_for_each_handle
Note: meta author : see http://docbook.sf.net/el/author            input_handler_for_each_handle
Warn: meta author : no author data, so inserted a fixme            input_handler_for_each_handle
Note: Writing input_handler_for_each_handle.9
Warn: meta author : no refentry/info/author                        input_register_handle
Note: meta author : see http://docbook.sf.net/el/author            input_register_handle
Warn: meta author : no author data, so inserted a fixme            input_register_handle
Note: Writing input_register_handle.9
Warn: meta author : no refentry/info/author                        input_unregister_handle
Note: meta author : see http://docbook.sf.net/el/author            input_unregister_handle
Warn: meta author : no author data, so inserted a fixme            input_unregister_handle
Note: Writing input_unregister_handle.9
Warn: meta author : no refentry/info/author                        input_ff_upload
Note: meta author : see http://docbook.sf.net/el/author            input_ff_upload
Warn: meta author : no author data, so inserted a fixme            input_ff_upload
Note: Writing input_ff_upload.9
Warn: meta author : no refentry/info/author                        input_ff_erase
Note: meta author : see http://docbook.sf.net/el/author            input_ff_erase
Warn: meta author : no author data, so inserted a fixme            input_ff_erase
Note: Writing input_ff_erase.9
Warn: meta author : no refentry/info/author                        input_ff_event
Note: meta author : see http://docbook.sf.net/el/author            input_ff_event
Warn: meta author : no author data, so inserted a fixme            input_ff_event
Note: Writing input_ff_event.9
Warn: meta author : no refentry/info/author                        input_ff_create
Note: meta author : see http://docbook.sf.net/el/author            input_ff_create
Warn: meta author : no author data, so inserted a fixme            input_ff_create
Note: Writing input_ff_create.9
Warn: meta author : no refentry/info/author                        input_ff_destroy
Note: meta author : see http://docbook.sf.net/el/author            input_ff_destroy
Warn: meta author : no author data, so inserted a fixme            input_ff_destroy
Note: Writing input_ff_destroy.9
Warn: meta author : no refentry/info/author                        input_ff_create_memless
Note: meta author : see http://docbook.sf.net/el/author            input_ff_create_memless
Warn: meta author : no author data, so inserted a fixme            input_ff_create_memless
Note: Writing input_ff_create_memless.9
Warn: meta author : no refentry/info/author                        struct input_polled_dev
Note: meta author : see http://docbook.sf.net/el/author            struct input_polled_dev
Warn: meta author : no author data, so inserted a fixme            struct input_polled_dev
Note: Writing struct_input_polled_dev.9
Warn: meta author : no refentry/info/author                        input_allocate_polled_device
Note: meta author : see http://docbook.sf.net/el/author            input_allocate_polled_device
Warn: meta author : no author data, so inserted a fixme            input_allocate_polled_device
Note: Writing input_allocate_polled_device.9
Warn: meta author : no refentry/info/author                        input_free_polled_device
Note: meta author : see http://docbook.sf.net/el/author            input_free_polled_device
Warn: meta author : no author data, so inserted a fixme            input_free_polled_device
Note: Writing input_free_polled_device.9
Warn: meta author : no refentry/info/author                        input_register_polled_device
Note: meta author : see http://docbook.sf.net/el/author            input_register_polled_device
Warn: meta author : no author data, so inserted a fixme            input_register_polled_device
Note: Writing input_register_polled_device.9
Warn: meta author : no refentry/info/author                        input_unregister_polled_device
Note: meta author : see http://docbook.sf.net/el/author            input_unregister_polled_device
Warn: meta author : no author data, so inserted a fixme            input_unregister_polled_device
Note: Writing input_unregister_polled_device.9
Warn: meta author : no refentry/info/author                        struct matrix_keymap_data
Note: meta author : see http://docbook.sf.net/el/author            struct matrix_keymap_data
Warn: meta author : no author data, so inserted a fixme            struct matrix_keymap_data
Note: Writing struct_matrix_keymap_data.9
Warn: meta author : no refentry/info/author                        struct matrix_keypad_platform_data
Note: meta author : see http://docbook.sf.net/el/author            struct matrix_keypad_platform_data
Warn: meta author : no author data, so inserted a fixme            struct matrix_keypad_platform_data
Note: Writing struct_matrix_keypad_platform_data.9
Warn: meta author : no refentry/info/author                        matrix_keypad_build_keymap
Note: meta author : see http://docbook.sf.net/el/author            matrix_keypad_build_keymap
Warn: meta author : no author data, so inserted a fixme            matrix_keypad_build_keymap
Note: Writing matrix_keypad_build_keymap.9
Warn: meta author : no refentry/info/author                        struct key_entry
Note: meta author : see http://docbook.sf.net/el/author            struct key_entry
Warn: meta author : no author data, so inserted a fixme            struct key_entry
Note: Writing struct_key_entry.9
Warn: meta author : no refentry/info/author                        sparse_keymap_entry_from_scancode
Note: meta author : see http://docbook.sf.net/el/author            sparse_keymap_entry_from_scancode
Warn: meta author : no author data, so inserted a fixme            sparse_keymap_entry_from_scancode
Note: Writing sparse_keymap_entry_from_scancode.9
Warn: meta author : no refentry/info/author                        sparse_keymap_entry_from_keycode
Note: meta author : see http://docbook.sf.net/el/author            sparse_keymap_entry_from_keycode
Warn: meta author : no author data, so inserted a fixme            sparse_keymap_entry_from_keycode
Note: Writing sparse_keymap_entry_from_keycode.9
Warn: meta author : no refentry/info/author                        sparse_keymap_setup
Note: meta author : see http://docbook.sf.net/el/author            sparse_keymap_setup
Warn: meta author : no author data, so inserted a fixme            sparse_keymap_setup
Note: Writing sparse_keymap_setup.9
Warn: meta author : no refentry/info/author                        sparse_keymap_free
Note: meta author : see http://docbook.sf.net/el/author            sparse_keymap_free
Warn: meta author : no author data, so inserted a fixme            sparse_keymap_free
Note: Writing sparse_keymap_free.9
Warn: meta author : no refentry/info/author                        sparse_keymap_report_entry
Note: meta author : see http://docbook.sf.net/el/author            sparse_keymap_report_entry
Warn: meta author : no author data, so inserted a fixme            sparse_keymap_report_entry
Note: Writing sparse_keymap_report_entry.9
Warn: meta author : no refentry/info/author                        sparse_keymap_report_event
Note: meta author : see http://docbook.sf.net/el/author            sparse_keymap_report_event
Warn: meta author : no author data, so inserted a fixme            sparse_keymap_report_event
Note: Writing sparse_keymap_report_event.9
Warn: meta author : no refentry/info/author                        struct spi_device
Note: meta author : see http://docbook.sf.net/el/author            struct spi_device
Warn: meta author : no author data, so inserted a fixme            struct spi_device
Note: Writing struct_spi_device.9
Warn: meta author : no refentry/info/author                        struct spi_driver
Note: meta author : see http://docbook.sf.net/el/author            struct spi_driver
Warn: meta author : no author data, so inserted a fixme            struct spi_driver
Note: Writing struct_spi_driver.9
Warn: meta author : no refentry/info/author                        spi_unregister_driver
Note: meta author : see http://docbook.sf.net/el/author            spi_unregister_driver
Warn: meta author : no author data, so inserted a fixme            spi_unregister_driver
Note: Writing spi_unregister_driver.9
Warn: meta author : no refentry/info/author                        struct spi_master
Note: meta author : see http://docbook.sf.net/el/author            struct spi_master
Warn: meta author : no author data, so inserted a fixme            struct spi_master
Note: Writing struct_spi_master.9
Warn: meta author : no refentry/info/author                        struct spi_transfer
Note: meta author : see http://docbook.sf.net/el/author            struct spi_transfer
Warn: meta author : no author data, so inserted a fixme            struct spi_transfer
Note: Writing struct_spi_transfer.9
Warn: meta author : no refentry/info/author                        struct spi_message
Note: meta author : see http://docbook.sf.net/el/author            struct spi_message
Warn: meta author : no author data, so inserted a fixme            struct spi_message
Note: Writing struct_spi_message.9
Warn: meta author : no refentry/info/author                        spi_write
Note: meta author : see http://docbook.sf.net/el/author            spi_write
Warn: meta author : no author data, so inserted a fixme            spi_write
Note: Writing spi_write.9
Warn: meta author : no refentry/info/author                        spi_read
Note: meta author : see http://docbook.sf.net/el/author            spi_read
Warn: meta author : no author data, so inserted a fixme            spi_read
Note: Writing spi_read.9
Warn: meta author : no refentry/info/author                        spi_w8r8
Note: meta author : see http://docbook.sf.net/el/author            spi_w8r8
Warn: meta author : no author data, so inserted a fixme            spi_w8r8
Note: Writing spi_w8r8.9
Warn: meta author : no refentry/info/author                        spi_w8r16
Note: meta author : see http://docbook.sf.net/el/author            spi_w8r16
Warn: meta author : no author data, so inserted a fixme            spi_w8r16
Note: Writing spi_w8r16.9
Warn: meta author : no refentry/info/author                        struct spi_board_info
Note: meta author : see http://docbook.sf.net/el/author            struct spi_board_info
Warn: meta author : no author data, so inserted a fixme            struct spi_board_info
Note: Writing struct_spi_board_info.9
Warn: meta author : no refentry/info/author                        spi_register_board_info
Note: meta author : see http://docbook.sf.net/el/author            spi_register_board_info
Warn: meta author : no author data, so inserted a fixme            spi_register_board_info
Note: Writing spi_register_board_info.9
Warn: meta author : no refentry/info/author                        spi_register_driver
Note: meta author : see http://docbook.sf.net/el/author            spi_register_driver
Warn: meta author : no author data, so inserted a fixme            spi_register_driver
Note: Writing spi_register_driver.9
Warn: meta author : no refentry/info/author                        spi_alloc_device
Note: meta author : see http://docbook.sf.net/el/author            spi_alloc_device
Warn: meta author : no author data, so inserted a fixme            spi_alloc_device
Note: Writing spi_alloc_device.9
Warn: meta author : no refentry/info/author                        spi_add_device
Note: meta author : see http://docbook.sf.net/el/author            spi_add_device
Warn: meta author : no author data, so inserted a fixme            spi_add_device
Note: Writing spi_add_device.9
Warn: meta author : no refentry/info/author                        spi_new_device
Note: meta author : see http://docbook.sf.net/el/author            spi_new_device
Warn: meta author : no author data, so inserted a fixme            spi_new_device
Note: Writing spi_new_device.9
Warn: meta author : no refentry/info/author                        spi_alloc_master
Note: meta author : see http://docbook.sf.net/el/author            spi_alloc_master
Warn: meta author : no author data, so inserted a fixme            spi_alloc_master
Note: Writing spi_alloc_master.9
Warn: meta author : no refentry/info/author                        spi_register_master
Note: meta author : see http://docbook.sf.net/el/author            spi_register_master
Warn: meta author : no author data, so inserted a fixme            spi_register_master
Note: Writing spi_register_master.9
Warn: meta author : no refentry/info/author                        spi_unregister_master
Note: meta author : see http://docbook.sf.net/el/author            spi_unregister_master
Warn: meta author : no author data, so inserted a fixme            spi_unregister_master
Note: Writing spi_unregister_master.9
Warn: meta author : no refentry/info/author                        spi_busnum_to_master
Note: meta author : see http://docbook.sf.net/el/author            spi_busnum_to_master
Warn: meta author : no author data, so inserted a fixme            spi_busnum_to_master
Note: Writing spi_busnum_to_master.9
Warn: meta author : no refentry/info/author                        spi_setup
Note: meta author : see http://docbook.sf.net/el/author            spi_setup
Warn: meta author : no author data, so inserted a fixme            spi_setup
Note: Writing spi_setup.9
Warn: meta author : no refentry/info/author                        spi_async
Note: meta author : see http://docbook.sf.net/el/author            spi_async
Warn: meta author : no author data, so inserted a fixme            spi_async
Note: Writing spi_async.9
Warn: meta author : no refentry/info/author                        spi_sync
Note: meta author : see http://docbook.sf.net/el/author            spi_sync
Warn: meta author : no author data, so inserted a fixme            spi_sync
Note: Writing spi_sync.9
Warn: meta author : no refentry/info/author                        spi_write_then_read
Note: meta author : see http://docbook.sf.net/el/author            spi_write_then_read
Warn: meta author : no author data, so inserted a fixme            spi_write_then_read
Note: Writing spi_write_then_read.9
Warn: meta author : no refentry/info/author                        struct i2c_driver
Note: meta author : see http://docbook.sf.net/el/author            struct i2c_driver
Warn: meta author : no author data, so inserted a fixme            struct i2c_driver
Note: Writing struct_i2c_driver.9
Warn: meta author : no refentry/info/author                        struct i2c_client
Note: meta author : see http://docbook.sf.net/el/author            struct i2c_client
Warn: meta author : no author data, so inserted a fixme            struct i2c_client
Note: Writing struct_i2c_client.9
Warn: meta author : no refentry/info/author                        struct i2c_board_info
Note: meta author : see http://docbook.sf.net/el/author            struct i2c_board_info
Warn: meta author : no author data, so inserted a fixme            struct i2c_board_info
Note: Writing struct_i2c_board_info.9
Warn: meta author : no refentry/info/author                        I2C_BOARD_INFO
Note: meta author : see http://docbook.sf.net/el/author            I2C_BOARD_INFO
Warn: meta author : no author data, so inserted a fixme            I2C_BOARD_INFO
Note: Writing I2C_BOARD_INFO.9
Warn: meta author : no refentry/info/author                        i2c_lock_adapter
Note: meta author : see http://docbook.sf.net/el/author            i2c_lock_adapter
Warn: meta author : no author data, so inserted a fixme            i2c_lock_adapter
Note: Writing i2c_lock_adapter.9
Warn: meta author : no refentry/info/author                        i2c_unlock_adapter
Note: meta author : see http://docbook.sf.net/el/author            i2c_unlock_adapter
Warn: meta author : no author data, so inserted a fixme            i2c_unlock_adapter
Note: Writing i2c_unlock_adapter.9
Warn: meta author : no refentry/info/author                        struct i2c_msg
Note: meta author : see http://docbook.sf.net/el/author            struct i2c_msg
Warn: meta author : no author data, so inserted a fixme            struct i2c_msg
Note: Writing struct_i2c_msg.9
Warn: meta author : no refentry/info/author                        i2c_register_board_info
Note: meta author : see http://docbook.sf.net/el/author            i2c_register_board_info
Warn: meta author : no author data, so inserted a fixme            i2c_register_board_info
Note: Writing i2c_register_board_info.9
Warn: meta author : no refentry/info/author                        i2c_verify_client
Note: meta author : see http://docbook.sf.net/el/author            i2c_verify_client
Warn: meta author : no author data, so inserted a fixme            i2c_verify_client
Note: Writing i2c_verify_client.9
Warn: meta author : no refentry/info/author                        i2c_new_device
Note: meta author : see http://docbook.sf.net/el/author            i2c_new_device
Warn: meta author : no author data, so inserted a fixme            i2c_new_device
Note: Writing i2c_new_device.9
Warn: meta author : no refentry/info/author                        i2c_unregister_device
Note: meta author : see http://docbook.sf.net/el/author            i2c_unregister_device
Warn: meta author : no author data, so inserted a fixme            i2c_unregister_device
Note: Writing i2c_unregister_device.9
Warn: meta author : no refentry/info/author                        i2c_new_dummy
Note: meta author : see http://docbook.sf.net/el/author            i2c_new_dummy
Warn: meta author : no author data, so inserted a fixme            i2c_new_dummy
Note: Writing i2c_new_dummy.9
Warn: meta author : no refentry/info/author                        i2c_add_adapter
Note: meta author : see http://docbook.sf.net/el/author            i2c_add_adapter
Warn: meta author : no author data, so inserted a fixme            i2c_add_adapter
Note: Writing i2c_add_adapter.9
Warn: meta author : no refentry/info/author                        i2c_add_numbered_adapter
Note: meta author : see http://docbook.sf.net/el/author            i2c_add_numbered_adapter
Warn: meta author : no author data, so inserted a fixme            i2c_add_numbered_adapter
Note: Writing i2c_add_numbered_adapter.9
Warn: meta author : no refentry/info/author                        i2c_del_adapter
Note: meta author : see http://docbook.sf.net/el/author            i2c_del_adapter
Warn: meta author : no author data, so inserted a fixme            i2c_del_adapter
Note: Writing i2c_del_adapter.9
Warn: meta author : no refentry/info/author                        i2c_del_driver
Note: meta author : see http://docbook.sf.net/el/author            i2c_del_driver
Warn: meta author : no author data, so inserted a fixme            i2c_del_driver
Note: Writing i2c_del_driver.9
Warn: meta author : no refentry/info/author                        i2c_use_client
Note: meta author : see http://docbook.sf.net/el/author            i2c_use_client
Warn: meta author : no author data, so inserted a fixme            i2c_use_client
Note: Writing i2c_use_client.9
Warn: meta author : no refentry/info/author                        i2c_release_client
Note: meta author : see http://docbook.sf.net/el/author            i2c_release_client
Warn: meta author : no author data, so inserted a fixme            i2c_release_client
Note: Writing i2c_release_client.9
Warn: meta author : no refentry/info/author                        i2c_transfer
Note: meta author : see http://docbook.sf.net/el/author            i2c_transfer
Warn: meta author : no author data, so inserted a fixme            i2c_transfer
Note: Writing i2c_transfer.9
Warn: meta author : no refentry/info/author                        i2c_master_send
Note: meta author : see http://docbook.sf.net/el/author            i2c_master_send
Warn: meta author : no author data, so inserted a fixme            i2c_master_send
Note: Writing i2c_master_send.9
Warn: meta author : no refentry/info/author                        i2c_master_recv
Note: meta author : see http://docbook.sf.net/el/author            i2c_master_recv
Warn: meta author : no author data, so inserted a fixme            i2c_master_recv
Note: Writing i2c_master_recv.9
Warn: meta author : no refentry/info/author                        i2c_smbus_read_byte
Note: meta author : see http://docbook.sf.net/el/author            i2c_smbus_read_byte
Warn: meta author : no author data, so inserted a fixme            i2c_smbus_read_byte
Note: Writing i2c_smbus_read_byte.9
Warn: meta author : no refentry/info/author                        i2c_smbus_write_byte
Note: meta author : see http://docbook.sf.net/el/author            i2c_smbus_write_byte
Warn: meta author : no author data, so inserted a fixme            i2c_smbus_write_byte
Note: Writing i2c_smbus_write_byte.9
Warn: meta author : no refentry/info/author                        i2c_smbus_read_byte_data
Note: meta author : see http://docbook.sf.net/el/author            i2c_smbus_read_byte_data
Warn: meta author : no author data, so inserted a fixme            i2c_smbus_read_byte_data
Note: Writing i2c_smbus_read_byte_data.9
Warn: meta author : no refentry/info/author                        i2c_smbus_write_byte_data
Note: meta author : see http://docbook.sf.net/el/author            i2c_smbus_write_byte_data
Warn: meta author : no author data, so inserted a fixme            i2c_smbus_write_byte_data
Note: Writing i2c_smbus_write_byte_data.9
Warn: meta author : no refentry/info/author                        i2c_smbus_read_word_data
Note: meta author : see http://docbook.sf.net/el/author            i2c_smbus_read_word_data
Warn: meta author : no author data, so inserted a fixme            i2c_smbus_read_word_data
Note: Writing i2c_smbus_read_word_data.9
Warn: meta author : no refentry/info/author                        i2c_smbus_write_word_data
Note: meta author : see http://docbook.sf.net/el/author            i2c_smbus_write_word_data
Warn: meta author : no author data, so inserted a fixme            i2c_smbus_write_word_data
Note: Writing i2c_smbus_write_word_data.9
Warn: meta author : no refentry/info/author                        i2c_smbus_process_call
Note: meta author : see http://docbook.sf.net/el/author            i2c_smbus_process_call
Warn: meta author : no author data, so inserted a fixme            i2c_smbus_process_call
Note: Writing i2c_smbus_process_call.9
Warn: meta author : no refentry/info/author                        i2c_smbus_read_block_data
Note: meta author : see http://docbook.sf.net/el/author            i2c_smbus_read_block_data
Warn: meta author : no author data, so inserted a fixme            i2c_smbus_read_block_data
Note: Writing i2c_smbus_read_block_data.9
Warn: meta author : no refentry/info/author                        i2c_smbus_write_block_data
Note: meta author : see http://docbook.sf.net/el/author            i2c_smbus_write_block_data
Warn: meta author : no author data, so inserted a fixme            i2c_smbus_write_block_data
Note: Writing i2c_smbus_write_block_data.9
Warn: meta author : no refentry/info/author                        i2c_smbus_xfer
Note: meta author : see http://docbook.sf.net/el/author            i2c_smbus_xfer
Warn: meta author : no author data, so inserted a fixme            i2c_smbus_xfer
Note: Writing i2c_smbus_xfer.9DOCPROC Documentation/DocBook/kernel-hacking.xmlMAN     Documentation/DocBook/kernel-hacking.9DOCPROC Documentation/DocBook/kernel-locking.xmlMAN     Documentation/DocBook/kernel-locking.9DOCPROC Documentation/DocBook/deviceiobook.xmlMAN     Documentation/DocBook/deviceiobook.9
Warn: AUTHOR sect.: no personblurb|contrib for Matthew Wilcox      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing virt_to_phys.9
Warn: AUTHOR sect.: no personblurb|contrib for Matthew Wilcox      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing phys_to_virt.9
Warn: AUTHOR sect.: no personblurb|contrib for Matthew Wilcox      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ioremap_nocache.9
Warn: AUTHOR sect.: no personblurb|contrib for Matthew Wilcox      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Alan Cox            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing pci_iomap.9DOCPROC Documentation/DocBook/writing_usb_driver.xmlMAN     Documentation/DocBook/writing_usb_driver.9DOCPROC Documentation/DocBook/networking.xml
Warning(/mnt/mdisk5/kernel/linux-2.6.34.14//include/net/wimax.h:433): No description found for parameter 'rfkill_input'MAN     Documentation/DocBook/networking.9
Warn: meta author : no refentry/info/author                        enum sock_type
Note: meta author : see http://docbook.sf.net/el/author            enum sock_type
Warn: meta author : no author data, so inserted a fixme            enum sock_type
Note: Writing enum_sock_type.9
Warn: meta author : no refentry/info/author                        struct socket
Note: meta author : see http://docbook.sf.net/el/author            struct socket
Warn: meta author : no author data, so inserted a fixme            struct socket
Note: Writing struct_socket.9
Warn: meta author : no refentry/info/author                        struct skb_shared_hwtstamps
Note: meta author : see http://docbook.sf.net/el/author            struct skb_shared_hwtstamps
Warn: meta author : no author data, so inserted a fixme            struct skb_shared_hwtstamps
Note: Writing struct_skb_shared_hwtstamps.9
Warn: meta author : no refentry/info/author                        struct skb_shared_tx
Note: meta author : see http://docbook.sf.net/el/author            struct skb_shared_tx
Warn: meta author : no author data, so inserted a fixme            struct skb_shared_tx
Note: Writing struct_skb_shared_tx.9
Warn: meta author : no refentry/info/author                        struct sk_buff
Note: meta author : see http://docbook.sf.net/el/author            struct sk_buff
Warn: meta author : no author data, so inserted a fixme            struct sk_buff
Note: Writing struct_sk_buff.9
Warn: meta author : no refentry/info/author                        skb_queue_empty
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_empty
Warn: meta author : no author data, so inserted a fixme            skb_queue_empty
Note: Writing skb_queue_empty.9
Warn: meta author : no refentry/info/author                        skb_queue_is_last
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_is_last
Warn: meta author : no author data, so inserted a fixme            skb_queue_is_last
Note: Writing skb_queue_is_last.9
Warn: meta author : no refentry/info/author                        skb_queue_is_first
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_is_first
Warn: meta author : no author data, so inserted a fixme            skb_queue_is_first
Note: Writing skb_queue_is_first.9
Warn: meta author : no refentry/info/author                        skb_queue_next
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_next
Warn: meta author : no author data, so inserted a fixme            skb_queue_next
Note: Writing skb_queue_next.9
Warn: meta author : no refentry/info/author                        skb_queue_prev
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_prev
Warn: meta author : no author data, so inserted a fixme            skb_queue_prev
Note: Writing skb_queue_prev.9
Warn: meta author : no refentry/info/author                        skb_get
Note: meta author : see http://docbook.sf.net/el/author            skb_get
Warn: meta author : no author data, so inserted a fixme            skb_get
Note: Writing skb_get.9
Warn: meta author : no refentry/info/author                        skb_cloned
Note: meta author : see http://docbook.sf.net/el/author            skb_cloned
Warn: meta author : no author data, so inserted a fixme            skb_cloned
Note: Writing skb_cloned.9
Warn: meta author : no refentry/info/author                        skb_header_cloned
Note: meta author : see http://docbook.sf.net/el/author            skb_header_cloned
Warn: meta author : no author data, so inserted a fixme            skb_header_cloned
Note: Writing skb_header_cloned.9
Warn: meta author : no refentry/info/author                        skb_header_release
Note: meta author : see http://docbook.sf.net/el/author            skb_header_release
Warn: meta author : no author data, so inserted a fixme            skb_header_release
Note: Writing skb_header_release.9
Warn: meta author : no refentry/info/author                        skb_shared
Note: meta author : see http://docbook.sf.net/el/author            skb_shared
Warn: meta author : no author data, so inserted a fixme            skb_shared
Note: Writing skb_shared.9
Warn: meta author : no refentry/info/author                        skb_share_check
Note: meta author : see http://docbook.sf.net/el/author            skb_share_check
Warn: meta author : no author data, so inserted a fixme            skb_share_check
Note: Writing skb_share_check.9
Warn: meta author : no refentry/info/author                        skb_unshare
Note: meta author : see http://docbook.sf.net/el/author            skb_unshare
Warn: meta author : no author data, so inserted a fixme            skb_unshare
Note: Writing skb_unshare.9
Warn: meta author : no refentry/info/author                        skb_peek
Note: meta author : see http://docbook.sf.net/el/author            skb_peek
Warn: meta author : no author data, so inserted a fixme            skb_peek
Note: Writing skb_peek.9
Warn: meta author : no refentry/info/author                        skb_peek_tail
Note: meta author : see http://docbook.sf.net/el/author            skb_peek_tail
Warn: meta author : no author data, so inserted a fixme            skb_peek_tail
Note: Writing skb_peek_tail.9
Warn: meta author : no refentry/info/author                        skb_queue_len
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_len
Warn: meta author : no author data, so inserted a fixme            skb_queue_len
Note: Writing skb_queue_len.9
Warn: meta author : no refentry/info/author                        __skb_queue_head_init
Note: meta author : see http://docbook.sf.net/el/author            __skb_queue_head_init
Warn: meta author : no author data, so inserted a fixme            __skb_queue_head_init
Note: Writing __skb_queue_head_init.9
Warn: meta author : no refentry/info/author                        skb_queue_splice
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_splice
Warn: meta author : no author data, so inserted a fixme            skb_queue_splice
Note: Writing skb_queue_splice.9
Warn: meta author : no refentry/info/author                        skb_queue_splice_init
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_splice_init
Warn: meta author : no author data, so inserted a fixme            skb_queue_splice_init
Note: Writing skb_queue_splice_init.9
Warn: meta author : no refentry/info/author                        skb_queue_splice_tail
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_splice_tail
Warn: meta author : no author data, so inserted a fixme            skb_queue_splice_tail
Note: Writing skb_queue_splice_tail.9
Warn: meta author : no refentry/info/author                        skb_queue_splice_tail_init
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_splice_tail_init
Warn: meta author : no author data, so inserted a fixme            skb_queue_splice_tail_init
Note: Writing skb_queue_splice_tail_init.9
Warn: meta author : no refentry/info/author                        __skb_queue_after
Note: meta author : see http://docbook.sf.net/el/author            __skb_queue_after
Warn: meta author : no author data, so inserted a fixme            __skb_queue_after
Note: Writing __skb_queue_after.9
Warn: meta author : no refentry/info/author                        skb_headroom
Note: meta author : see http://docbook.sf.net/el/author            skb_headroom
Warn: meta author : no author data, so inserted a fixme            skb_headroom
Note: Writing skb_headroom.9
Warn: meta author : no refentry/info/author                        skb_tailroom
Note: meta author : see http://docbook.sf.net/el/author            skb_tailroom
Warn: meta author : no author data, so inserted a fixme            skb_tailroom
Note: Writing skb_tailroom.9
Warn: meta author : no refentry/info/author                        skb_reserve
Note: meta author : see http://docbook.sf.net/el/author            skb_reserve
Warn: meta author : no author data, so inserted a fixme            skb_reserve
Note: Writing skb_reserve.9
Warn: meta author : no refentry/info/author                        pskb_trim_unique
Note: meta author : see http://docbook.sf.net/el/author            pskb_trim_unique
Warn: meta author : no author data, so inserted a fixme            pskb_trim_unique
Note: Writing pskb_trim_unique.9
Warn: meta author : no refentry/info/author                        skb_orphan
Note: meta author : see http://docbook.sf.net/el/author            skb_orphan
Warn: meta author : no author data, so inserted a fixme            skb_orphan
Note: Writing skb_orphan.9
Warn: meta author : no refentry/info/author                        __dev_alloc_skb
Note: meta author : see http://docbook.sf.net/el/author            __dev_alloc_skb
Warn: meta author : no author data, so inserted a fixme            __dev_alloc_skb
Note: Writing __dev_alloc_skb.9
Warn: meta author : no refentry/info/author                        netdev_alloc_skb
Note: meta author : see http://docbook.sf.net/el/author            netdev_alloc_skb
Warn: meta author : no author data, so inserted a fixme            netdev_alloc_skb
Note: Writing netdev_alloc_skb.9
Warn: meta author : no refentry/info/author                        netdev_alloc_page
Note: meta author : see http://docbook.sf.net/el/author            netdev_alloc_page
Warn: meta author : no author data, so inserted a fixme            netdev_alloc_page
Note: Writing netdev_alloc_page.9
Warn: meta author : no refentry/info/author                        skb_clone_writable
Note: meta author : see http://docbook.sf.net/el/author            skb_clone_writable
Warn: meta author : no author data, so inserted a fixme            skb_clone_writable
Note: Writing skb_clone_writable.9
Warn: meta author : no refentry/info/author                        skb_cow
Note: meta author : see http://docbook.sf.net/el/author            skb_cow
Warn: meta author : no author data, so inserted a fixme            skb_cow
Note: Writing skb_cow.9
Warn: meta author : no refentry/info/author                        skb_cow_head
Note: meta author : see http://docbook.sf.net/el/author            skb_cow_head
Warn: meta author : no author data, so inserted a fixme            skb_cow_head
Note: Writing skb_cow_head.9
Warn: meta author : no refentry/info/author                        skb_padto
Note: meta author : see http://docbook.sf.net/el/author            skb_padto
Warn: meta author : no author data, so inserted a fixme            skb_padto
Note: Writing skb_padto.9
Warn: meta author : no refentry/info/author                        skb_linearize
Note: meta author : see http://docbook.sf.net/el/author            skb_linearize
Warn: meta author : no author data, so inserted a fixme            skb_linearize
Note: Writing skb_linearize.9
Warn: meta author : no refentry/info/author                        skb_linearize_cow
Note: meta author : see http://docbook.sf.net/el/author            skb_linearize_cow
Warn: meta author : no author data, so inserted a fixme            skb_linearize_cow
Note: Writing skb_linearize_cow.9
Warn: meta author : no refentry/info/author                        skb_postpull_rcsum
Note: meta author : see http://docbook.sf.net/el/author            skb_postpull_rcsum
Warn: meta author : no author data, so inserted a fixme            skb_postpull_rcsum
Note: Writing skb_postpull_rcsum.9
Warn: meta author : no refentry/info/author                        pskb_trim_rcsum
Note: meta author : see http://docbook.sf.net/el/author            pskb_trim_rcsum
Warn: meta author : no author data, so inserted a fixme            pskb_trim_rcsum
Note: Writing pskb_trim_rcsum.9
Warn: meta author : no refentry/info/author                        skb_get_timestamp
Note: meta author : see http://docbook.sf.net/el/author            skb_get_timestamp
Warn: meta author : no author data, so inserted a fixme            skb_get_timestamp
Note: Writing skb_get_timestamp.9
Warn: meta author : no refentry/info/author                        skb_checksum_complete
Note: meta author : see http://docbook.sf.net/el/author            skb_checksum_complete
Warn: meta author : no author data, so inserted a fixme            skb_checksum_complete
Note: Writing skb_checksum_complete.9
Warn: meta author : no refentry/info/author                        struct sock_common
Note: meta author : see http://docbook.sf.net/el/author            struct sock_common
Warn: meta author : no author data, so inserted a fixme            struct sock_common
Note: Writing struct_sock_common.9
Warn: meta author : no refentry/info/author                        struct sock
Note: meta author : see http://docbook.sf.net/el/author            struct sock
Warn: meta author : no author data, so inserted a fixme            struct sock
Note: Writing struct_sock.9
Warn: meta author : no refentry/info/author                        sk_filter_release
Note: meta author : see http://docbook.sf.net/el/author            sk_filter_release
Warn: meta author : no author data, so inserted a fixme            sk_filter_release
Note: Writing sk_filter_release.9
Warn: meta author : no refentry/info/author                        sk_wmem_alloc_get
Note: meta author : see http://docbook.sf.net/el/author            sk_wmem_alloc_get
Warn: meta author : no author data, so inserted a fixme            sk_wmem_alloc_get
Note: Writing sk_wmem_alloc_get.9
Warn: meta author : no refentry/info/author                        sk_rmem_alloc_get
Note: meta author : see http://docbook.sf.net/el/author            sk_rmem_alloc_get
Warn: meta author : no author data, so inserted a fixme            sk_rmem_alloc_get
Note: Writing sk_rmem_alloc_get.9
Warn: meta author : no refentry/info/author                        sk_has_allocations
Note: meta author : see http://docbook.sf.net/el/author            sk_has_allocations
Warn: meta author : no author data, so inserted a fixme            sk_has_allocations
Note: Writing sk_has_allocations.9
Warn: meta author : no refentry/info/author                        sk_has_sleeper
Note: meta author : see http://docbook.sf.net/el/author            sk_has_sleeper
Warn: meta author : no author data, so inserted a fixme            sk_has_sleeper
Note: Writing sk_has_sleeper.9
Warn: meta author : no refentry/info/author                        sock_poll_wait
Note: meta author : see http://docbook.sf.net/el/author            sock_poll_wait
Warn: meta author : no author data, so inserted a fixme            sock_poll_wait
Note: Writing sock_poll_wait.9
Warn: meta author : no refentry/info/author                        sk_eat_skb
Note: meta author : see http://docbook.sf.net/el/author            sk_eat_skb
Warn: meta author : no author data, so inserted a fixme            sk_eat_skb
Note: Writing sk_eat_skb.9
Warn: meta author : no refentry/info/author                        sockfd_lookup
Note: meta author : see http://docbook.sf.net/el/author            sockfd_lookup
Warn: meta author : no author data, so inserted a fixme            sockfd_lookup
Note: Writing sockfd_lookup.9
Warn: meta author : no refentry/info/author                        sock_release
Note: meta author : see http://docbook.sf.net/el/author            sock_release
Warn: meta author : no author data, so inserted a fixme            sock_release
Note: Writing sock_release.9
Warn: meta author : no refentry/info/author                        sock_register
Note: meta author : see http://docbook.sf.net/el/author            sock_register
Warn: meta author : no author data, so inserted a fixme            sock_register
Note: Writing sock_register.9
Warn: meta author : no refentry/info/author                        sock_unregister
Note: meta author : see http://docbook.sf.net/el/author            sock_unregister
Warn: meta author : no author data, so inserted a fixme            sock_unregister
Note: Writing sock_unregister.9
Warn: meta author : no refentry/info/author                        skb_over_panic
Note: meta author : see http://docbook.sf.net/el/author            skb_over_panic
Warn: meta author : no author data, so inserted a fixme            skb_over_panic
Note: Writing skb_over_panic.9
Warn: meta author : no refentry/info/author                        skb_under_panic
Note: meta author : see http://docbook.sf.net/el/author            skb_under_panic
Warn: meta author : no author data, so inserted a fixme            skb_under_panic
Note: Writing skb_under_panic.9
Warn: meta author : no refentry/info/author                        __alloc_skb
Note: meta author : see http://docbook.sf.net/el/author            __alloc_skb
Warn: meta author : no author data, so inserted a fixme            __alloc_skb
Note: Writing __alloc_skb.9
Warn: meta author : no refentry/info/author                        __netdev_alloc_skb
Note: meta author : see http://docbook.sf.net/el/author            __netdev_alloc_skb
Warn: meta author : no author data, so inserted a fixme            __netdev_alloc_skb
Note: Writing __netdev_alloc_skb.9
Warn: meta author : no refentry/info/author                        dev_alloc_skb
Note: meta author : see http://docbook.sf.net/el/author            dev_alloc_skb
Warn: meta author : no author data, so inserted a fixme            dev_alloc_skb
Note: Writing dev_alloc_skb.9
Warn: meta author : no refentry/info/author                        __kfree_skb
Note: meta author : see http://docbook.sf.net/el/author            __kfree_skb
Warn: meta author : no author data, so inserted a fixme            __kfree_skb
Note: Writing __kfree_skb.9
Warn: meta author : no refentry/info/author                        kfree_skb
Note: meta author : see http://docbook.sf.net/el/author            kfree_skb
Warn: meta author : no author data, so inserted a fixme            kfree_skb
Note: Writing kfree_skb.9
Warn: meta author : no refentry/info/author                        consume_skb
Note: meta author : see http://docbook.sf.net/el/author            consume_skb
Warn: meta author : no author data, so inserted a fixme            consume_skb
Note: Writing consume_skb.9
Warn: meta author : no refentry/info/author                        skb_recycle_check
Note: meta author : see http://docbook.sf.net/el/author            skb_recycle_check
Warn: meta author : no author data, so inserted a fixme            skb_recycle_check
Note: Writing skb_recycle_check.9
Warn: meta author : no refentry/info/author                        skb_morph
Note: meta author : see http://docbook.sf.net/el/author            skb_morph
Warn: meta author : no author data, so inserted a fixme            skb_morph
Note: Writing skb_morph.9
Warn: meta author : no refentry/info/author                        skb_clone
Note: meta author : see http://docbook.sf.net/el/author            skb_clone
Warn: meta author : no author data, so inserted a fixme            skb_clone
Note: Writing skb_clone.9
Warn: meta author : no refentry/info/author                        skb_copy
Note: meta author : see http://docbook.sf.net/el/author            skb_copy
Warn: meta author : no author data, so inserted a fixme            skb_copy
Note: Writing skb_copy.9
Warn: meta author : no refentry/info/author                        pskb_copy
Note: meta author : see http://docbook.sf.net/el/author            pskb_copy
Warn: meta author : no author data, so inserted a fixme            pskb_copy
Note: Writing pskb_copy.9
Warn: meta author : no refentry/info/author                        pskb_expand_head
Note: meta author : see http://docbook.sf.net/el/author            pskb_expand_head
Warn: meta author : no author data, so inserted a fixme            pskb_expand_head
Note: Writing pskb_expand_head.9
Warn: meta author : no refentry/info/author                        skb_copy_expand
Note: meta author : see http://docbook.sf.net/el/author            skb_copy_expand
Warn: meta author : no author data, so inserted a fixme            skb_copy_expand
Note: Writing skb_copy_expand.9
Warn: meta author : no refentry/info/author                        skb_pad
Note: meta author : see http://docbook.sf.net/el/author            skb_pad
Warn: meta author : no author data, so inserted a fixme            skb_pad
Note: Writing skb_pad.9
Warn: meta author : no refentry/info/author                        skb_put
Note: meta author : see http://docbook.sf.net/el/author            skb_put
Warn: meta author : no author data, so inserted a fixme            skb_put
Note: Writing skb_put.9
Warn: meta author : no refentry/info/author                        skb_push
Note: meta author : see http://docbook.sf.net/el/author            skb_push
Warn: meta author : no author data, so inserted a fixme            skb_push
Note: Writing skb_push.9
Warn: meta author : no refentry/info/author                        skb_pull
Note: meta author : see http://docbook.sf.net/el/author            skb_pull
Warn: meta author : no author data, so inserted a fixme            skb_pull
Note: Writing skb_pull.9
Warn: meta author : no refentry/info/author                        skb_trim
Note: meta author : see http://docbook.sf.net/el/author            skb_trim
Warn: meta author : no author data, so inserted a fixme            skb_trim
Note: Writing skb_trim.9
Warn: meta author : no refentry/info/author                        __pskb_pull_tail
Note: meta author : see http://docbook.sf.net/el/author            __pskb_pull_tail
Warn: meta author : no author data, so inserted a fixme            __pskb_pull_tail
Note: Writing __pskb_pull_tail.9
Warn: meta author : no refentry/info/author                        skb_store_bits
Note: meta author : see http://docbook.sf.net/el/author            skb_store_bits
Warn: meta author : no author data, so inserted a fixme            skb_store_bits
Note: Writing skb_store_bits.9
Warn: meta author : no refentry/info/author                        skb_dequeue
Note: meta author : see http://docbook.sf.net/el/author            skb_dequeue
Warn: meta author : no author data, so inserted a fixme            skb_dequeue
Note: Writing skb_dequeue.9
Warn: meta author : no refentry/info/author                        skb_dequeue_tail
Note: meta author : see http://docbook.sf.net/el/author            skb_dequeue_tail
Warn: meta author : no author data, so inserted a fixme            skb_dequeue_tail
Note: Writing skb_dequeue_tail.9
Warn: meta author : no refentry/info/author                        skb_queue_purge
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_purge
Warn: meta author : no author data, so inserted a fixme            skb_queue_purge
Note: Writing skb_queue_purge.9
Warn: meta author : no refentry/info/author                        skb_queue_head
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_head
Warn: meta author : no author data, so inserted a fixme            skb_queue_head
Note: Writing skb_queue_head.9
Warn: meta author : no refentry/info/author                        skb_queue_tail
Note: meta author : see http://docbook.sf.net/el/author            skb_queue_tail
Warn: meta author : no author data, so inserted a fixme            skb_queue_tail
Note: Writing skb_queue_tail.9
Warn: meta author : no refentry/info/author                        skb_unlink
Note: meta author : see http://docbook.sf.net/el/author            skb_unlink
Warn: meta author : no author data, so inserted a fixme            skb_unlink
Note: Writing skb_unlink.9
Warn: meta author : no refentry/info/author                        skb_append
Note: meta author : see http://docbook.sf.net/el/author            skb_append
Warn: meta author : no author data, so inserted a fixme            skb_append
Note: Writing skb_append.9
Warn: meta author : no refentry/info/author                        skb_insert
Note: meta author : see http://docbook.sf.net/el/author            skb_insert
Warn: meta author : no author data, so inserted a fixme            skb_insert
Note: Writing skb_insert.9
Warn: meta author : no refentry/info/author                        skb_split
Note: meta author : see http://docbook.sf.net/el/author            skb_split
Warn: meta author : no author data, so inserted a fixme            skb_split
Note: Writing skb_split.9
Warn: meta author : no refentry/info/author                        skb_prepare_seq_read
Note: meta author : see http://docbook.sf.net/el/author            skb_prepare_seq_read
Warn: meta author : no author data, so inserted a fixme            skb_prepare_seq_read
Note: Writing skb_prepare_seq_read.9
Warn: meta author : no refentry/info/author                        skb_seq_read
Note: meta author : see http://docbook.sf.net/el/author            skb_seq_read
Warn: meta author : no author data, so inserted a fixme            skb_seq_read
Note: Writing skb_seq_read.9
Warn: meta author : no refentry/info/author                        skb_abort_seq_read
Note: meta author : see http://docbook.sf.net/el/author            skb_abort_seq_read
Warn: meta author : no author data, so inserted a fixme            skb_abort_seq_read
Note: Writing skb_abort_seq_read.9
Warn: meta author : no refentry/info/author                        skb_find_text
Note: meta author : see http://docbook.sf.net/el/author            skb_find_text
Warn: meta author : no author data, so inserted a fixme            skb_find_text
Note: Writing skb_find_text.9
Warn: meta author : no refentry/info/author                        skb_append_datato_frags
Note: meta author : see http://docbook.sf.net/el/author            skb_append_datato_frags
Warn: meta author : no author data, so inserted a fixme            skb_append_datato_frags
Note: Writing skb_append_datato_frags.9
Warn: meta author : no refentry/info/author                        skb_pull_rcsum
Note: meta author : see http://docbook.sf.net/el/author            skb_pull_rcsum
Warn: meta author : no author data, so inserted a fixme            skb_pull_rcsum
Note: Writing skb_pull_rcsum.9
Warn: meta author : no refentry/info/author                        skb_segment
Note: meta author : see http://docbook.sf.net/el/author            skb_segment
Warn: meta author : no author data, so inserted a fixme            skb_segment
Note: Writing skb_segment.9
Warn: meta author : no refentry/info/author                        skb_cow_data
Note: meta author : see http://docbook.sf.net/el/author            skb_cow_data
Warn: meta author : no author data, so inserted a fixme            skb_cow_data
Note: Writing skb_cow_data.9
Warn: meta author : no refentry/info/author                        skb_partial_csum_set
Note: meta author : see http://docbook.sf.net/el/author            skb_partial_csum_set
Warn: meta author : no author data, so inserted a fixme            skb_partial_csum_set
Note: Writing skb_partial_csum_set.9
Warn: meta author : no refentry/info/author                        sk_alloc
Note: meta author : see http://docbook.sf.net/el/author            sk_alloc
Warn: meta author : no author data, so inserted a fixme            sk_alloc
Note: Writing sk_alloc.9
Warn: meta author : no refentry/info/author                        sk_wait_data
Note: meta author : see http://docbook.sf.net/el/author            sk_wait_data
Warn: meta author : no author data, so inserted a fixme            sk_wait_data
Note: Writing sk_wait_data.9
Warn: meta author : no refentry/info/author                        __sk_mem_schedule
Note: meta author : see http://docbook.sf.net/el/author            __sk_mem_schedule
Warn: meta author : no author data, so inserted a fixme            __sk_mem_schedule
Note: Writing __sk_mem_schedule.9
Warn: meta author : no refentry/info/author                        __sk_mem_reclaim
Note: meta author : see http://docbook.sf.net/el/author            __sk_mem_reclaim
Warn: meta author : no author data, so inserted a fixme            __sk_mem_reclaim
Note: Writing __sk_mem_reclaim.9
Warn: meta author : no refentry/info/author                        __skb_recv_datagram
Note: meta author : see http://docbook.sf.net/el/author            __skb_recv_datagram
Warn: meta author : no author data, so inserted a fixme            __skb_recv_datagram
Note: Writing __skb_recv_datagram.9
Warn: meta author : no refentry/info/author                        skb_kill_datagram
Note: meta author : see http://docbook.sf.net/el/author            skb_kill_datagram
Warn: meta author : no author data, so inserted a fixme            skb_kill_datagram
Note: Writing skb_kill_datagram.9
Warn: meta author : no refentry/info/author                        skb_copy_datagram_iovec
Note: meta author : see http://docbook.sf.net/el/author            skb_copy_datagram_iovec
Warn: meta author : no author data, so inserted a fixme            skb_copy_datagram_iovec
Note: Writing skb_copy_datagram_iovec.9
Warn: meta author : no refentry/info/author                        skb_copy_datagram_const_iovec
Note: meta author : see http://docbook.sf.net/el/author            skb_copy_datagram_const_iovec
Warn: meta author : no author data, so inserted a fixme            skb_copy_datagram_const_iovec
Note: Writing skb_copy_datagram_const_iovec.9
Warn: meta author : no refentry/info/author                        skb_copy_datagram_from_iovec
Note: meta author : see http://docbook.sf.net/el/author            skb_copy_datagram_from_iovec
Warn: meta author : no author data, so inserted a fixme            skb_copy_datagram_from_iovec
Note: Writing skb_copy_datagram_from_iovec.9
Warn: meta author : no refentry/info/author                        skb_copy_and_csum_datagram_iovec
Note: meta author : see http://docbook.sf.net/el/author            skb_copy_and_csum_datagram_iovec
Warn: meta author : no author data, so inserted a fixme            skb_copy_and_csum_datagram_iovec
Note: Writing skb_copy_and_csum_datagram_iovec.9
Warn: meta author : no refentry/info/author                        datagram_poll
Note: meta author : see http://docbook.sf.net/el/author            datagram_poll
Warn: meta author : no author data, so inserted a fixme            datagram_poll
Note: Writing datagram_poll.9
Warn: meta author : no refentry/info/author                        sk_stream_write_space
Note: meta author : see http://docbook.sf.net/el/author            sk_stream_write_space
Warn: meta author : no author data, so inserted a fixme            sk_stream_write_space
Note: Writing sk_stream_write_space.9
Warn: meta author : no refentry/info/author                        sk_stream_wait_connect
Note: meta author : see http://docbook.sf.net/el/author            sk_stream_wait_connect
Warn: meta author : no author data, so inserted a fixme            sk_stream_wait_connect
Note: Writing sk_stream_wait_connect.9
Warn: meta author : no refentry/info/author                        sk_stream_wait_memory
Note: meta author : see http://docbook.sf.net/el/author            sk_stream_wait_memory
Warn: meta author : no author data, so inserted a fixme            sk_stream_wait_memory
Note: Writing sk_stream_wait_memory.9
Warn: meta author : no refentry/info/author                        sk_filter
Note: meta author : see http://docbook.sf.net/el/author            sk_filter
Warn: meta author : no author data, so inserted a fixme            sk_filter
Note: Writing sk_filter.9
Warn: meta author : no refentry/info/author                        sk_run_filter
Note: meta author : see http://docbook.sf.net/el/author            sk_run_filter
Warn: meta author : no author data, so inserted a fixme            sk_run_filter
Note: Writing sk_run_filter.9
Warn: meta author : no refentry/info/author                        sk_chk_filter
Note: meta author : see http://docbook.sf.net/el/author            sk_chk_filter
Warn: meta author : no author data, so inserted a fixme            sk_chk_filter
Note: Writing sk_chk_filter.9
Warn: meta author : no refentry/info/author                        sk_filter_release_rcu
Note: meta author : see http://docbook.sf.net/el/author            sk_filter_release_rcu
Warn: meta author : no author data, so inserted a fixme            sk_filter_release_rcu
Note: Writing sk_filter_release_rcu.9
Warn: meta author : no refentry/info/author                        sk_attach_filter
Note: meta author : see http://docbook.sf.net/el/author            sk_attach_filter
Warn: meta author : no author data, so inserted a fixme            sk_attach_filter
Note: Writing sk_attach_filter.9
Warn: meta author : no refentry/info/author                        struct gnet_stats_basic
Note: meta author : see http://docbook.sf.net/el/author            struct gnet_stats_basic
Warn: meta author : no author data, so inserted a fixme            struct gnet_stats_basic
Note: Writing struct_gnet_stats_basic.9
Warn: meta author : no refentry/info/author                        struct gnet_stats_rate_est
Note: meta author : see http://docbook.sf.net/el/author            struct gnet_stats_rate_est
Warn: meta author : no author data, so inserted a fixme            struct gnet_stats_rate_est
Note: Writing struct_gnet_stats_rate_est.9
Warn: meta author : no refentry/info/author                        struct gnet_stats_queue
Note: meta author : see http://docbook.sf.net/el/author            struct gnet_stats_queue
Warn: meta author : no author data, so inserted a fixme            struct gnet_stats_queue
Note: Writing struct_gnet_stats_queue.9
Warn: meta author : no refentry/info/author                        struct gnet_estimator
Note: meta author : see http://docbook.sf.net/el/author            struct gnet_estimator
Warn: meta author : no author data, so inserted a fixme            struct gnet_estimator
Note: Writing struct_gnet_estimator.9
Warn: meta author : no refentry/info/author                        gnet_stats_start_copy_compat
Note: meta author : see http://docbook.sf.net/el/author            gnet_stats_start_copy_compat
Warn: meta author : no author data, so inserted a fixme            gnet_stats_start_copy_compat
Note: Writing gnet_stats_start_copy_compat.9
Warn: meta author : no refentry/info/author                        gnet_stats_start_copy
Note: meta author : see http://docbook.sf.net/el/author            gnet_stats_start_copy
Warn: meta author : no author data, so inserted a fixme            gnet_stats_start_copy
Note: Writing gnet_stats_start_copy.9
Warn: meta author : no refentry/info/author                        gnet_stats_copy_basic
Note: meta author : see http://docbook.sf.net/el/author            gnet_stats_copy_basic
Warn: meta author : no author data, so inserted a fixme            gnet_stats_copy_basic
Note: Writing gnet_stats_copy_basic.9
Warn: meta author : no refentry/info/author                        gnet_stats_copy_rate_est
Note: meta author : see http://docbook.sf.net/el/author            gnet_stats_copy_rate_est
Warn: meta author : no author data, so inserted a fixme            gnet_stats_copy_rate_est
Note: Writing gnet_stats_copy_rate_est.9
Warn: meta author : no refentry/info/author                        gnet_stats_copy_queue
Note: meta author : see http://docbook.sf.net/el/author            gnet_stats_copy_queue
Warn: meta author : no author data, so inserted a fixme            gnet_stats_copy_queue
Note: Writing gnet_stats_copy_queue.9
Warn: meta author : no refentry/info/author                        gnet_stats_copy_app
Note: meta author : see http://docbook.sf.net/el/author            gnet_stats_copy_app
Warn: meta author : no author data, so inserted a fixme            gnet_stats_copy_app
Note: Writing gnet_stats_copy_app.9
Warn: meta author : no refentry/info/author                        gnet_stats_finish_copy
Note: meta author : see http://docbook.sf.net/el/author            gnet_stats_finish_copy
Warn: meta author : no author data, so inserted a fixme            gnet_stats_finish_copy
Note: Writing gnet_stats_finish_copy.9
Warn: meta author : no refentry/info/author                        gen_new_estimator
Note: meta author : see http://docbook.sf.net/el/author            gen_new_estimator
Warn: meta author : no author data, so inserted a fixme            gen_new_estimator
Note: Writing gen_new_estimator.9
Warn: meta author : no refentry/info/author                        gen_kill_estimator
Note: meta author : see http://docbook.sf.net/el/author            gen_kill_estimator
Warn: meta author : no author data, so inserted a fixme            gen_kill_estimator
Note: Writing gen_kill_estimator.9
Warn: meta author : no refentry/info/author                        gen_replace_estimator
Note: meta author : see http://docbook.sf.net/el/author            gen_replace_estimator
Warn: meta author : no author data, so inserted a fixme            gen_replace_estimator
Note: Writing gen_replace_estimator.9
Warn: meta author : no refentry/info/author                        gen_estimator_active
Note: meta author : see http://docbook.sf.net/el/author            gen_estimator_active
Warn: meta author : no author data, so inserted a fixme            gen_estimator_active
Note: Writing gen_estimator_active.9
Warn: meta author : no refentry/info/author                        xdr_encode_opaque_fixed
Note: meta author : see http://docbook.sf.net/el/author            xdr_encode_opaque_fixed
Warn: meta author : no author data, so inserted a fixme            xdr_encode_opaque_fixed
Note: Writing xdr_encode_opaque_fixed.9
Warn: meta author : no refentry/info/author                        xdr_encode_opaque
Note: meta author : see http://docbook.sf.net/el/author            xdr_encode_opaque
Warn: meta author : no author data, so inserted a fixme            xdr_encode_opaque
Note: Writing xdr_encode_opaque.9
Warn: meta author : no refentry/info/author                        xdr_init_encode
Note: meta author : see http://docbook.sf.net/el/author            xdr_init_encode
Warn: meta author : no author data, so inserted a fixme            xdr_init_encode
Note: Writing xdr_init_encode.9
Warn: meta author : no refentry/info/author                        xdr_reserve_space
Note: meta author : see http://docbook.sf.net/el/author            xdr_reserve_space
Warn: meta author : no author data, so inserted a fixme            xdr_reserve_space
Note: Writing xdr_reserve_space.9
Warn: meta author : no refentry/info/author                        xdr_write_pages
Note: meta author : see http://docbook.sf.net/el/author            xdr_write_pages
Warn: meta author : no author data, so inserted a fixme            xdr_write_pages
Note: Writing xdr_write_pages.9
Warn: meta author : no refentry/info/author                        xdr_init_decode
Note: meta author : see http://docbook.sf.net/el/author            xdr_init_decode
Warn: meta author : no author data, so inserted a fixme            xdr_init_decode
Note: Writing xdr_init_decode.9
Warn: meta author : no refentry/info/author                        xdr_inline_decode
Note: meta author : see http://docbook.sf.net/el/author            xdr_inline_decode
Warn: meta author : no author data, so inserted a fixme            xdr_inline_decode
Note: Writing xdr_inline_decode.9
Warn: meta author : no refentry/info/author                        xdr_read_pages
Note: meta author : see http://docbook.sf.net/el/author            xdr_read_pages
Warn: meta author : no author data, so inserted a fixme            xdr_read_pages
Note: Writing xdr_read_pages.9
Warn: meta author : no refentry/info/author                        xdr_enter_page
Note: meta author : see http://docbook.sf.net/el/author            xdr_enter_page
Warn: meta author : no author data, so inserted a fixme            xdr_enter_page
Note: Writing xdr_enter_page.9
Warn: meta author : no refentry/info/author                        svc_print_addr
Note: meta author : see http://docbook.sf.net/el/author            svc_print_addr
Warn: meta author : no author data, so inserted a fixme            svc_print_addr
Note: Writing svc_print_addr.9
Warn: meta author : no refentry/info/author                        svc_reserve
Note: meta author : see http://docbook.sf.net/el/author            svc_reserve
Warn: meta author : no author data, so inserted a fixme            svc_reserve
Note: Writing svc_reserve.9
Warn: meta author : no refentry/info/author                        svc_find_xprt
Note: meta author : see http://docbook.sf.net/el/author            svc_find_xprt
Warn: meta author : no author data, so inserted a fixme            svc_find_xprt
Note: Writing svc_find_xprt.9
Warn: meta author : no refentry/info/author                        svc_xprt_names
Note: meta author : see http://docbook.sf.net/el/author            svc_xprt_names
Warn: meta author : no author data, so inserted a fixme            svc_xprt_names
Note: Writing svc_xprt_names.9
Warn: meta author : no refentry/info/author                        xprt_register_transport
Note: meta author : see http://docbook.sf.net/el/author            xprt_register_transport
Warn: meta author : no author data, so inserted a fixme            xprt_register_transport
Note: Writing xprt_register_transport.9
Warn: meta author : no refentry/info/author                        xprt_unregister_transport
Note: meta author : see http://docbook.sf.net/el/author            xprt_unregister_transport
Warn: meta author : no author data, so inserted a fixme            xprt_unregister_transport
Note: Writing xprt_unregister_transport.9
Warn: meta author : no refentry/info/author                        xprt_load_transport
Note: meta author : see http://docbook.sf.net/el/author            xprt_load_transport
Warn: meta author : no author data, so inserted a fixme            xprt_load_transport
Note: Writing xprt_load_transport.9
Warn: meta author : no refentry/info/author                        xprt_reserve_xprt
Note: meta author : see http://docbook.sf.net/el/author            xprt_reserve_xprt
Warn: meta author : no author data, so inserted a fixme            xprt_reserve_xprt
Note: Writing xprt_reserve_xprt.9
Warn: meta author : no refentry/info/author                        xprt_release_xprt
Note: meta author : see http://docbook.sf.net/el/author            xprt_release_xprt
Warn: meta author : no author data, so inserted a fixme            xprt_release_xprt
Note: Writing xprt_release_xprt.9
Warn: meta author : no refentry/info/author                        xprt_release_xprt_cong
Note: meta author : see http://docbook.sf.net/el/author            xprt_release_xprt_cong
Warn: meta author : no author data, so inserted a fixme            xprt_release_xprt_cong
Note: Writing xprt_release_xprt_cong.9
Warn: meta author : no refentry/info/author                        xprt_release_rqst_cong
Note: meta author : see http://docbook.sf.net/el/author            xprt_release_rqst_cong
Warn: meta author : no author data, so inserted a fixme            xprt_release_rqst_cong
Note: Writing xprt_release_rqst_cong.9
Warn: meta author : no refentry/info/author                        xprt_adjust_cwnd
Note: meta author : see http://docbook.sf.net/el/author            xprt_adjust_cwnd
Warn: meta author : no author data, so inserted a fixme            xprt_adjust_cwnd
Note: Writing xprt_adjust_cwnd.9
Warn: meta author : no refentry/info/author                        xprt_wake_pending_tasks
Note: meta author : see http://docbook.sf.net/el/author            xprt_wake_pending_tasks
Warn: meta author : no author data, so inserted a fixme            xprt_wake_pending_tasks
Note: Writing xprt_wake_pending_tasks.9
Warn: meta author : no refentry/info/author                        xprt_wait_for_buffer_space
Note: meta author : see http://docbook.sf.net/el/author            xprt_wait_for_buffer_space
Warn: meta author : no author data, so inserted a fixme            xprt_wait_for_buffer_space
Note: Writing xprt_wait_for_buffer_space.9
Warn: meta author : no refentry/info/author                        xprt_write_space
Note: meta author : see http://docbook.sf.net/el/author            xprt_write_space
Warn: meta author : no author data, so inserted a fixme            xprt_write_space
Note: Writing xprt_write_space.9
Warn: meta author : no refentry/info/author                        xprt_set_retrans_timeout_def
Note: meta author : see http://docbook.sf.net/el/author            xprt_set_retrans_timeout_def
Warn: meta author : no author data, so inserted a fixme            xprt_set_retrans_timeout_def
Note: Writing xprt_set_retrans_timeout_def.9
Warn: meta author : no refentry/info/author                        xprt_disconnect_done
Note: meta author : see http://docbook.sf.net/el/author            xprt_disconnect_done
Warn: meta author : no author data, so inserted a fixme            xprt_disconnect_done
Note: Writing xprt_disconnect_done.9
Warn: meta author : no refentry/info/author                        xprt_lookup_rqst
Note: meta author : see http://docbook.sf.net/el/author            xprt_lookup_rqst
Warn: meta author : no author data, so inserted a fixme            xprt_lookup_rqst
Note: Writing xprt_lookup_rqst.9
Warn: meta author : no refentry/info/author                        xprt_update_rtt
Note: meta author : see http://docbook.sf.net/el/author            xprt_update_rtt
Warn: meta author : no author data, so inserted a fixme            xprt_update_rtt
Note: Writing xprt_update_rtt.9
Warn: meta author : no refentry/info/author                        xprt_complete_rqst
Note: meta author : see http://docbook.sf.net/el/author            xprt_complete_rqst
Warn: meta author : no author data, so inserted a fixme            xprt_complete_rqst
Note: Writing xprt_complete_rqst.9
Warn: meta author : no refentry/info/author                        rpc_wake_up
Note: meta author : see http://docbook.sf.net/el/author            rpc_wake_up
Warn: meta author : no author data, so inserted a fixme            rpc_wake_up
Note: Writing rpc_wake_up.9
Warn: meta author : no refentry/info/author                        rpc_wake_up_status
Note: meta author : see http://docbook.sf.net/el/author            rpc_wake_up_status
Warn: meta author : no author data, so inserted a fixme            rpc_wake_up_status
Note: Writing rpc_wake_up_status.9
Warn: meta author : no refentry/info/author                        rpc_malloc
Note: meta author : see http://docbook.sf.net/el/author            rpc_malloc
Warn: meta author : no author data, so inserted a fixme            rpc_malloc
Note: Writing rpc_malloc.9
Warn: meta author : no refentry/info/author                        rpc_free
Note: meta author : see http://docbook.sf.net/el/author            rpc_free
Warn: meta author : no author data, so inserted a fixme            rpc_free
Note: Writing rpc_free.9
Warn: meta author : no refentry/info/author                        xdr_skb_read_bits
Note: meta author : see http://docbook.sf.net/el/author            xdr_skb_read_bits
Warn: meta author : no author data, so inserted a fixme            xdr_skb_read_bits
Note: Writing xdr_skb_read_bits.9
Warn: meta author : no refentry/info/author                        xdr_partial_copy_from_skb
Note: meta author : see http://docbook.sf.net/el/author            xdr_partial_copy_from_skb
Warn: meta author : no author data, so inserted a fixme            xdr_partial_copy_from_skb
Note: Writing xdr_partial_copy_from_skb.9
Warn: meta author : no refentry/info/author                        csum_partial_copy_to_xdr
Note: meta author : see http://docbook.sf.net/el/author            csum_partial_copy_to_xdr
Warn: meta author : no author data, so inserted a fixme            csum_partial_copy_to_xdr
Note: Writing csum_partial_copy_to_xdr.9
Warn: meta author : no refentry/info/author                        rpc_alloc_iostats
Note: meta author : see http://docbook.sf.net/el/author            rpc_alloc_iostats
Warn: meta author : no author data, so inserted a fixme            rpc_alloc_iostats
Note: Writing rpc_alloc_iostats.9
Warn: meta author : no refentry/info/author                        rpc_free_iostats
Note: meta author : see http://docbook.sf.net/el/author            rpc_free_iostats
Warn: meta author : no author data, so inserted a fixme            rpc_free_iostats
Note: Writing rpc_free_iostats.9
Warn: meta author : no refentry/info/author                        rpc_queue_upcall
Note: meta author : see http://docbook.sf.net/el/author            rpc_queue_upcall
Warn: meta author : no author data, so inserted a fixme            rpc_queue_upcall
Note: Writing rpc_queue_upcall.9
Warn: meta author : no refentry/info/author                        rpc_mkpipe
Note: meta author : see http://docbook.sf.net/el/author            rpc_mkpipe
Warn: meta author : no author data, so inserted a fixme            rpc_mkpipe
Note: Writing rpc_mkpipe.9
Warn: meta author : no refentry/info/author                        rpc_unlink
Note: meta author : see http://docbook.sf.net/el/author            rpc_unlink
Warn: meta author : no author data, so inserted a fixme            rpc_unlink
Note: Writing rpc_unlink.9
Warn: meta author : no refentry/info/author                        rpcb_getport_sync
Note: meta author : see http://docbook.sf.net/el/author            rpcb_getport_sync
Warn: meta author : no author data, so inserted a fixme            rpcb_getport_sync
Note: Writing rpcb_getport_sync.9
Warn: meta author : no refentry/info/author                        rpcb_getport_async
Note: meta author : see http://docbook.sf.net/el/author            rpcb_getport_async
Warn: meta author : no author data, so inserted a fixme            rpcb_getport_async
Note: Writing rpcb_getport_async.9
Warn: meta author : no refentry/info/author                        rpc_bind_new_program
Note: meta author : see http://docbook.sf.net/el/author            rpc_bind_new_program
Warn: meta author : no author data, so inserted a fixme            rpc_bind_new_program
Note: Writing rpc_bind_new_program.9
Warn: meta author : no refentry/info/author                        rpc_run_task
Note: meta author : see http://docbook.sf.net/el/author            rpc_run_task
Warn: meta author : no author data, so inserted a fixme            rpc_run_task
Note: Writing rpc_run_task.9
Warn: meta author : no refentry/info/author                        rpc_call_sync
Note: meta author : see http://docbook.sf.net/el/author            rpc_call_sync
Warn: meta author : no author data, so inserted a fixme            rpc_call_sync
Note: Writing rpc_call_sync.9
Warn: meta author : no refentry/info/author                        rpc_call_async
Note: meta author : see http://docbook.sf.net/el/author            rpc_call_async
Warn: meta author : no author data, so inserted a fixme            rpc_call_async
Note: Writing rpc_call_async.9
Warn: meta author : no refentry/info/author                        rpc_peeraddr
Note: meta author : see http://docbook.sf.net/el/author            rpc_peeraddr
Warn: meta author : no author data, so inserted a fixme            rpc_peeraddr
Note: Writing rpc_peeraddr.9
Warn: meta author : no refentry/info/author                        rpc_peeraddr2str
Note: meta author : see http://docbook.sf.net/el/author            rpc_peeraddr2str
Warn: meta author : no author data, so inserted a fixme            rpc_peeraddr2str
Note: Writing rpc_peeraddr2str.9
Warn: meta author : no refentry/info/author                        rpc_force_rebind
Note: meta author : see http://docbook.sf.net/el/author            rpc_force_rebind
Warn: meta author : no author data, so inserted a fixme            rpc_force_rebind
Note: Writing rpc_force_rebind.9
Warn: meta author : no refentry/info/author                        wimax_msg_alloc
Note: meta author : see http://docbook.sf.net/el/author            wimax_msg_alloc
Warn: meta author : no author data, so inserted a fixme            wimax_msg_alloc
Note: Writing wimax_msg_alloc.9
Warn: meta author : no refentry/info/author                        wimax_msg_data_len
Note: meta author : see http://docbook.sf.net/el/author            wimax_msg_data_len
Warn: meta author : no author data, so inserted a fixme            wimax_msg_data_len
Note: Writing wimax_msg_data_len.9
Warn: meta author : no refentry/info/author                        wimax_msg_data
Note: meta author : see http://docbook.sf.net/el/author            wimax_msg_data
Warn: meta author : no author data, so inserted a fixme            wimax_msg_data
Note: Writing wimax_msg_data.9
Warn: meta author : no refentry/info/author                        wimax_msg_len
Note: meta author : see http://docbook.sf.net/el/author            wimax_msg_len
Warn: meta author : no author data, so inserted a fixme            wimax_msg_len
Note: Writing wimax_msg_len.9
Warn: meta author : no refentry/info/author                        wimax_msg_send
Note: meta author : see http://docbook.sf.net/el/author            wimax_msg_send
Warn: meta author : no author data, so inserted a fixme            wimax_msg_send
Note: Writing wimax_msg_send.9
Warn: meta author : no refentry/info/author                        wimax_msg
Note: meta author : see http://docbook.sf.net/el/author            wimax_msg
Warn: meta author : no author data, so inserted a fixme            wimax_msg
Note: Writing wimax_msg.9
Warn: meta author : no refentry/info/author                        wimax_reset
Note: meta author : see http://docbook.sf.net/el/author            wimax_reset
Warn: meta author : no author data, so inserted a fixme            wimax_reset
Note: Writing wimax_reset.9
Warn: meta author : no refentry/info/author                        wimax_report_rfkill_hw
Note: meta author : see http://docbook.sf.net/el/author            wimax_report_rfkill_hw
Warn: meta author : no author data, so inserted a fixme            wimax_report_rfkill_hw
Note: Writing wimax_report_rfkill_hw.9
Warn: meta author : no refentry/info/author                        wimax_report_rfkill_sw
Note: meta author : see http://docbook.sf.net/el/author            wimax_report_rfkill_sw
Warn: meta author : no author data, so inserted a fixme            wimax_report_rfkill_sw
Note: Writing wimax_report_rfkill_sw.9
Warn: meta author : no refentry/info/author                        wimax_rfkill
Note: meta author : see http://docbook.sf.net/el/author            wimax_rfkill
Warn: meta author : no author data, so inserted a fixme            wimax_rfkill
Note: Writing wimax_rfkill.9
Warn: meta author : no refentry/info/author                        wimax_state_change
Note: meta author : see http://docbook.sf.net/el/author            wimax_state_change
Warn: meta author : no author data, so inserted a fixme            wimax_state_change
Note: Writing wimax_state_change.9
Warn: meta author : no refentry/info/author                        wimax_state_get
Note: meta author : see http://docbook.sf.net/el/author            wimax_state_get
Warn: meta author : no author data, so inserted a fixme            wimax_state_get
Note: Writing wimax_state_get.9
Warn: meta author : no refentry/info/author                        wimax_dev_init
Note: meta author : see http://docbook.sf.net/el/author            wimax_dev_init
Warn: meta author : no author data, so inserted a fixme            wimax_dev_init
Note: Writing wimax_dev_init.9
Warn: meta author : no refentry/info/author                        wimax_dev_add
Note: meta author : see http://docbook.sf.net/el/author            wimax_dev_add
Warn: meta author : no author data, so inserted a fixme            wimax_dev_add
Note: Writing wimax_dev_add.9
Warn: meta author : no refentry/info/author                        wimax_dev_rm
Note: meta author : see http://docbook.sf.net/el/author            wimax_dev_rm
Warn: meta author : no author data, so inserted a fixme            wimax_dev_rm
Note: Writing wimax_dev_rm.9
Warn: meta author : no refentry/info/author                        struct wimax_dev
Note: meta author : see http://docbook.sf.net/el/author            struct wimax_dev
Warn: meta author : no author data, so inserted a fixme            struct wimax_dev
Note: Writing struct_wimax_dev.9
Warn: meta author : no refentry/info/author                        enum wimax_st
Note: meta author : see http://docbook.sf.net/el/author            enum wimax_st
Warn: meta author : no author data, so inserted a fixme            enum wimax_st
Note: Writing enum_wimax_st.9
Warn: meta author : no refentry/info/author                        dev_add_pack
Note: meta author : see http://docbook.sf.net/el/author            dev_add_pack
Warn: meta author : no author data, so inserted a fixme            dev_add_pack
Note: Writing dev_add_pack.9
Warn: meta author : no refentry/info/author                        __dev_remove_pack
Note: meta author : see http://docbook.sf.net/el/author            __dev_remove_pack
Warn: meta author : no author data, so inserted a fixme            __dev_remove_pack
Note: Writing __dev_remove_pack.9
Warn: meta author : no refentry/info/author                        dev_remove_pack
Note: meta author : see http://docbook.sf.net/el/author            dev_remove_pack
Warn: meta author : no author data, so inserted a fixme            dev_remove_pack
Note: Writing dev_remove_pack.9
Warn: meta author : no refentry/info/author                        netdev_boot_setup_check
Note: meta author : see http://docbook.sf.net/el/author            netdev_boot_setup_check
Warn: meta author : no author data, so inserted a fixme            netdev_boot_setup_check
Note: Writing netdev_boot_setup_check.9
Warn: meta author : no refentry/info/author                        __dev_get_by_name
Note: meta author : see http://docbook.sf.net/el/author            __dev_get_by_name
Warn: meta author : no author data, so inserted a fixme            __dev_get_by_name
Note: Writing __dev_get_by_name.9
Warn: meta author : no refentry/info/author                        dev_get_by_name_rcu
Note: meta author : see http://docbook.sf.net/el/author            dev_get_by_name_rcu
Warn: meta author : no author data, so inserted a fixme            dev_get_by_name_rcu
Note: Writing dev_get_by_name_rcu.9
Warn: meta author : no refentry/info/author                        dev_get_by_name
Note: meta author : see http://docbook.sf.net/el/author            dev_get_by_name
Warn: meta author : no author data, so inserted a fixme            dev_get_by_name
Note: Writing dev_get_by_name.9
Warn: meta author : no refentry/info/author                        __dev_get_by_index
Note: meta author : see http://docbook.sf.net/el/author            __dev_get_by_index
Warn: meta author : no author data, so inserted a fixme            __dev_get_by_index
Note: Writing __dev_get_by_index.9
Warn: meta author : no refentry/info/author                        dev_get_by_index_rcu
Note: meta author : see http://docbook.sf.net/el/author            dev_get_by_index_rcu
Warn: meta author : no author data, so inserted a fixme            dev_get_by_index_rcu
Note: Writing dev_get_by_index_rcu.9
Warn: meta author : no refentry/info/author                        dev_get_by_index
Note: meta author : see http://docbook.sf.net/el/author            dev_get_by_index
Warn: meta author : no author data, so inserted a fixme            dev_get_by_index
Note: Writing dev_get_by_index.9
Warn: meta author : no refentry/info/author                        dev_getbyhwaddr
Note: meta author : see http://docbook.sf.net/el/author            dev_getbyhwaddr
Warn: meta author : no author data, so inserted a fixme            dev_getbyhwaddr
Note: Writing dev_getbyhwaddr.9
Warn: meta author : no refentry/info/author                        dev_get_by_flags
Note: meta author : see http://docbook.sf.net/el/author            dev_get_by_flags
Warn: meta author : no author data, so inserted a fixme            dev_get_by_flags
Note: Writing dev_get_by_flags.9
Warn: meta author : no refentry/info/author                        dev_valid_name
Note: meta author : see http://docbook.sf.net/el/author            dev_valid_name
Warn: meta author : no author data, so inserted a fixme            dev_valid_name
Note: Writing dev_valid_name.9
Warn: meta author : no refentry/info/author                        dev_alloc_name
Note: meta author : see http://docbook.sf.net/el/author            dev_alloc_name
Warn: meta author : no author data, so inserted a fixme            dev_alloc_name
Note: Writing dev_alloc_name.9
Warn: meta author : no refentry/info/author                        netdev_features_change
Note: meta author : see http://docbook.sf.net/el/author            netdev_features_change
Warn: meta author : no author data, so inserted a fixme            netdev_features_change
Note: Writing netdev_features_change.9
Warn: meta author : no refentry/info/author                        netdev_state_change
Note: meta author : see http://docbook.sf.net/el/author            netdev_state_change
Warn: meta author : no author data, so inserted a fixme            netdev_state_change
Note: Writing netdev_state_change.9
Warn: meta author : no refentry/info/author                        dev_load
Note: meta author : see http://docbook.sf.net/el/author            dev_load
Warn: meta author : no author data, so inserted a fixme            dev_load
Note: Writing dev_load.9
Warn: meta author : no refentry/info/author                        dev_open
Note: meta author : see http://docbook.sf.net/el/author            dev_open
Warn: meta author : no author data, so inserted a fixme            dev_open
Note: Writing dev_open.9
Warn: meta author : no refentry/info/author                        dev_close
Note: meta author : see http://docbook.sf.net/el/author            dev_close
Warn: meta author : no author data, so inserted a fixme            dev_close
Note: Writing dev_close.9
Warn: meta author : no refentry/info/author                        dev_disable_lro
Note: meta author : see http://docbook.sf.net/el/author            dev_disable_lro
Warn: meta author : no author data, so inserted a fixme            dev_disable_lro
Note: Writing dev_disable_lro.9
Warn: meta author : no refentry/info/author                        register_netdevice_notifier
Note: meta author : see http://docbook.sf.net/el/author            register_netdevice_notifier
Warn: meta author : no author data, so inserted a fixme            register_netdevice_notifier
Note: Writing register_netdevice_notifier.9
Warn: meta author : no refentry/info/author                        unregister_netdevice_notifier
Note: meta author : see http://docbook.sf.net/el/author            unregister_netdevice_notifier
Warn: meta author : no author data, so inserted a fixme            unregister_netdevice_notifier
Note: Writing unregister_netdevice_notifier.9
Warn: meta author : no refentry/info/author                        dev_forward_skb
Note: meta author : see http://docbook.sf.net/el/author            dev_forward_skb
Warn: meta author : no author data, so inserted a fixme            dev_forward_skb
Note: Writing dev_forward_skb.9
Warn: meta author : no refentry/info/author                        netif_device_detach
Note: meta author : see http://docbook.sf.net/el/author            netif_device_detach
Warn: meta author : no author data, so inserted a fixme            netif_device_detach
Note: Writing netif_device_detach.9
Warn: meta author : no refentry/info/author                        netif_device_attach
Note: meta author : see http://docbook.sf.net/el/author            netif_device_attach
Warn: meta author : no author data, so inserted a fixme            netif_device_attach
Note: Writing netif_device_attach.9
Warn: meta author : no refentry/info/author                        skb_set_dev
Note: meta author : see http://docbook.sf.net/el/author            skb_set_dev
Warn: meta author : no author data, so inserted a fixme            skb_set_dev
Note: Writing skb_set_dev.9
Warn: meta author : no refentry/info/author                        skb_gso_segment
Note: meta author : see http://docbook.sf.net/el/author            skb_gso_segment
Warn: meta author : no author data, so inserted a fixme            skb_gso_segment
Note: Writing skb_gso_segment.9
Warn: meta author : no refentry/info/author                        dev_queue_xmit
Note: meta author : see http://docbook.sf.net/el/author            dev_queue_xmit
Warn: meta author : no author data, so inserted a fixme            dev_queue_xmit
Note: Writing dev_queue_xmit.9
Warn: meta author : no refentry/info/author                        netif_rx
Note: meta author : see http://docbook.sf.net/el/author            netif_rx
Warn: meta author : no author data, so inserted a fixme            netif_rx
Note: Writing netif_rx.9
Warn: meta author : no refentry/info/author                        netif_receive_skb
Note: meta author : see http://docbook.sf.net/el/author            netif_receive_skb
Warn: meta author : no author data, so inserted a fixme            netif_receive_skb
Note: Writing netif_receive_skb.9
Warn: meta author : no refentry/info/author                        __napi_schedule
Note: meta author : see http://docbook.sf.net/el/author            __napi_schedule
Warn: meta author : no author data, so inserted a fixme            __napi_schedule
Note: Writing __napi_schedule.9
Warn: meta author : no refentry/info/author                        register_gifconf
Note: meta author : see http://docbook.sf.net/el/author            register_gifconf
Warn: meta author : no author data, so inserted a fixme            register_gifconf
Note: Writing register_gifconf.9
Warn: meta author : no refentry/info/author                        netdev_set_master
Note: meta author : see http://docbook.sf.net/el/author            netdev_set_master
Warn: meta author : no author data, so inserted a fixme            netdev_set_master
Note: Writing netdev_set_master.9
Warn: meta author : no refentry/info/author                        dev_set_promiscuity
Note: meta author : see http://docbook.sf.net/el/author            dev_set_promiscuity
Warn: meta author : no author data, so inserted a fixme            dev_set_promiscuity
Note: Writing dev_set_promiscuity.9
Warn: meta author : no refentry/info/author                        dev_set_allmulti
Note: meta author : see http://docbook.sf.net/el/author            dev_set_allmulti
Warn: meta author : no author data, so inserted a fixme            dev_set_allmulti
Note: Writing dev_set_allmulti.9
Warn: meta author : no refentry/info/author                        dev_addr_add
Note: meta author : see http://docbook.sf.net/el/author            dev_addr_add
Warn: meta author : no author data, so inserted a fixme            dev_addr_add
Note: Writing dev_addr_add.9
Warn: meta author : no refentry/info/author                        dev_addr_del
Note: meta author : see http://docbook.sf.net/el/author            dev_addr_del
Warn: meta author : no author data, so inserted a fixme            dev_addr_del
Note: Writing dev_addr_del.9
Warn: meta author : no refentry/info/author                        dev_addr_add_multiple
Note: meta author : see http://docbook.sf.net/el/author            dev_addr_add_multiple
Warn: meta author : no author data, so inserted a fixme            dev_addr_add_multiple
Note: Writing dev_addr_add_multiple.9
Warn: meta author : no refentry/info/author                        dev_addr_del_multiple
Note: meta author : see http://docbook.sf.net/el/author            dev_addr_del_multiple
Warn: meta author : no author data, so inserted a fixme            dev_addr_del_multiple
Note: Writing dev_addr_del_multiple.9
Warn: meta author : no refentry/info/author                        dev_unicast_delete
Note: meta author : see http://docbook.sf.net/el/author            dev_unicast_delete
Warn: meta author : no author data, so inserted a fixme            dev_unicast_delete
Note: Writing dev_unicast_delete.9
Warn: meta author : no refentry/info/author                        dev_unicast_add
Note: meta author : see http://docbook.sf.net/el/author            dev_unicast_add
Warn: meta author : no author data, so inserted a fixme            dev_unicast_add
Note: Writing dev_unicast_add.9
Warn: meta author : no refentry/info/author                        dev_unicast_sync
Note: meta author : see http://docbook.sf.net/el/author            dev_unicast_sync
Warn: meta author : no author data, so inserted a fixme            dev_unicast_sync
Note: Writing dev_unicast_sync.9
Warn: meta author : no refentry/info/author                        dev_unicast_unsync
Note: meta author : see http://docbook.sf.net/el/author            dev_unicast_unsync
Warn: meta author : no author data, so inserted a fixme            dev_unicast_unsync
Note: Writing dev_unicast_unsync.9
Warn: meta author : no refentry/info/author                        dev_get_flags
Note: meta author : see http://docbook.sf.net/el/author            dev_get_flags
Warn: meta author : no author data, so inserted a fixme            dev_get_flags
Note: Writing dev_get_flags.9
Warn: meta author : no refentry/info/author                        dev_change_flags
Note: meta author : see http://docbook.sf.net/el/author            dev_change_flags
Warn: meta author : no author data, so inserted a fixme            dev_change_flags
Note: Writing dev_change_flags.9
Warn: meta author : no refentry/info/author                        dev_set_mtu
Note: meta author : see http://docbook.sf.net/el/author            dev_set_mtu
Warn: meta author : no author data, so inserted a fixme            dev_set_mtu
Note: Writing dev_set_mtu.9
Warn: meta author : no refentry/info/author                        dev_set_mac_address
Note: meta author : see http://docbook.sf.net/el/author            dev_set_mac_address
Warn: meta author : no author data, so inserted a fixme            dev_set_mac_address
Note: Writing dev_set_mac_address.9
Warn: meta author : no refentry/info/author                        netif_stacked_transfer_operstate
Note: meta author : see http://docbook.sf.net/el/author            netif_stacked_transfer_operstate
Warn: meta author : no author data, so inserted a fixme            netif_stacked_transfer_operstate
Note: Writing netif_stacked_transfer_operstate.9
Warn: meta author : no refentry/info/author                        register_netdevice
Note: meta author : see http://docbook.sf.net/el/author            register_netdevice
Warn: meta author : no author data, so inserted a fixme            register_netdevice
Note: Writing register_netdevice.9
Warn: meta author : no refentry/info/author                        init_dummy_netdev
Note: meta author : see http://docbook.sf.net/el/author            init_dummy_netdev
Warn: meta author : no author data, so inserted a fixme            init_dummy_netdev
Note: Writing init_dummy_netdev.9
Warn: meta author : no refentry/info/author                        register_netdev
Note: meta author : see http://docbook.sf.net/el/author            register_netdev
Warn: meta author : no author data, so inserted a fixme            register_netdev
Note: Writing register_netdev.9
Warn: meta author : no refentry/info/author                        dev_txq_stats_fold
Note: meta author : see http://docbook.sf.net/el/author            dev_txq_stats_fold
Warn: meta author : no author data, so inserted a fixme            dev_txq_stats_fold
Note: Writing dev_txq_stats_fold.9
Warn: meta author : no refentry/info/author                        dev_get_stats
Note: meta author : see http://docbook.sf.net/el/author            dev_get_stats
Warn: meta author : no author data, so inserted a fixme            dev_get_stats
Note: Writing dev_get_stats.9
Warn: meta author : no refentry/info/author                        alloc_netdev_mq
Note: meta author : see http://docbook.sf.net/el/author            alloc_netdev_mq
Warn: meta author : no author data, so inserted a fixme            alloc_netdev_mq
Note: Writing alloc_netdev_mq.9
Warn: meta author : no refentry/info/author                        free_netdev
Note: meta author : see http://docbook.sf.net/el/author            free_netdev
Warn: meta author : no author data, so inserted a fixme            free_netdev
Note: Writing free_netdev.9
Warn: meta author : no refentry/info/author                        synchronize_net
Note: meta author : see http://docbook.sf.net/el/author            synchronize_net
Warn: meta author : no author data, so inserted a fixme            synchronize_net
Note: Writing synchronize_net.9
Warn: meta author : no refentry/info/author                        unregister_netdevice_queue
Note: meta author : see http://docbook.sf.net/el/author            unregister_netdevice_queue
Warn: meta author : no author data, so inserted a fixme            unregister_netdevice_queue
Note: Writing unregister_netdevice_queue.9
Warn: meta author : no refentry/info/author                        unregister_netdevice_many
Note: meta author : see http://docbook.sf.net/el/author            unregister_netdevice_many
Warn: meta author : no author data, so inserted a fixme            unregister_netdevice_many
Note: Writing unregister_netdevice_many.9
Warn: meta author : no refentry/info/author                        unregister_netdev
Note: meta author : see http://docbook.sf.net/el/author            unregister_netdev
Warn: meta author : no author data, so inserted a fixme            unregister_netdev
Note: Writing unregister_netdev.9
Warn: meta author : no refentry/info/author                        dev_change_net_namespace
Note: meta author : see http://docbook.sf.net/el/author            dev_change_net_namespace
Warn: meta author : no author data, so inserted a fixme            dev_change_net_namespace
Note: Writing dev_change_net_namespace.9
Warn: meta author : no refentry/info/author                        netdev_increment_features
Note: meta author : see http://docbook.sf.net/el/author            netdev_increment_features
Warn: meta author : no author data, so inserted a fixme            netdev_increment_features
Note: Writing netdev_increment_features.9
Warn: meta author : no refentry/info/author                        eth_header
Note: meta author : see http://docbook.sf.net/el/author            eth_header
Warn: meta author : no author data, so inserted a fixme            eth_header
Note: Writing eth_header.9
Warn: meta author : no refentry/info/author                        eth_rebuild_header
Note: meta author : see http://docbook.sf.net/el/author            eth_rebuild_header
Warn: meta author : no author data, so inserted a fixme            eth_rebuild_header
Note: Writing eth_rebuild_header.9
Warn: meta author : no refentry/info/author                        eth_type_trans
Note: meta author : see http://docbook.sf.net/el/author            eth_type_trans
Warn: meta author : no author data, so inserted a fixme            eth_type_trans
Note: Writing eth_type_trans.9
Warn: meta author : no refentry/info/author                        eth_header_parse
Note: meta author : see http://docbook.sf.net/el/author            eth_header_parse
Warn: meta author : no author data, so inserted a fixme            eth_header_parse
Note: Writing eth_header_parse.9
Warn: meta author : no refentry/info/author                        eth_header_cache
Note: meta author : see http://docbook.sf.net/el/author            eth_header_cache
Warn: meta author : no author data, so inserted a fixme            eth_header_cache
Note: Writing eth_header_cache.9
Warn: meta author : no refentry/info/author                        eth_header_cache_update
Note: meta author : see http://docbook.sf.net/el/author            eth_header_cache_update
Warn: meta author : no author data, so inserted a fixme            eth_header_cache_update
Note: Writing eth_header_cache_update.9
Warn: meta author : no refentry/info/author                        eth_mac_addr
Note: meta author : see http://docbook.sf.net/el/author            eth_mac_addr
Warn: meta author : no author data, so inserted a fixme            eth_mac_addr
Note: Writing eth_mac_addr.9
Warn: meta author : no refentry/info/author                        eth_change_mtu
Note: meta author : see http://docbook.sf.net/el/author            eth_change_mtu
Warn: meta author : no author data, so inserted a fixme            eth_change_mtu
Note: Writing eth_change_mtu.9
Warn: meta author : no refentry/info/author                        ether_setup
Note: meta author : see http://docbook.sf.net/el/author            ether_setup
Warn: meta author : no author data, so inserted a fixme            ether_setup
Note: Writing ether_setup.9
Warn: meta author : no refentry/info/author                        alloc_etherdev_mq
Note: meta author : see http://docbook.sf.net/el/author            alloc_etherdev_mq
Warn: meta author : no author data, so inserted a fixme            alloc_etherdev_mq
Note: Writing alloc_etherdev_mq.9
Warn: meta author : no refentry/info/author                        netif_carrier_on
Note: meta author : see http://docbook.sf.net/el/author            netif_carrier_on
Warn: meta author : no author data, so inserted a fixme            netif_carrier_on
Note: Writing netif_carrier_on.9
Warn: meta author : no refentry/info/author                        netif_carrier_off
Note: meta author : see http://docbook.sf.net/el/author            netif_carrier_off
Warn: meta author : no author data, so inserted a fixme            netif_carrier_off
Note: Writing netif_carrier_off.9
Warn: meta author : no refentry/info/author                        netif_notify_peers
Note: meta author : see http://docbook.sf.net/el/author            netif_notify_peers
Warn: meta author : no author data, so inserted a fixme            netif_notify_peers
Note: Writing netif_notify_peers.9
Warn: meta author : no refentry/info/author                        is_zero_ether_addr
Note: meta author : see http://docbook.sf.net/el/author            is_zero_ether_addr
Warn: meta author : no author data, so inserted a fixme            is_zero_ether_addr
Note: Writing is_zero_ether_addr.9
Warn: meta author : no refentry/info/author                        is_multicast_ether_addr
Note: meta author : see http://docbook.sf.net/el/author            is_multicast_ether_addr
Warn: meta author : no author data, so inserted a fixme            is_multicast_ether_addr
Note: Writing is_multicast_ether_addr.9
Warn: meta author : no refentry/info/author                        is_local_ether_addr
Note: meta author : see http://docbook.sf.net/el/author            is_local_ether_addr
Warn: meta author : no author data, so inserted a fixme            is_local_ether_addr
Note: Writing is_local_ether_addr.9
Warn: meta author : no refentry/info/author                        is_broadcast_ether_addr
Note: meta author : see http://docbook.sf.net/el/author            is_broadcast_ether_addr
Warn: meta author : no author data, so inserted a fixme            is_broadcast_ether_addr
Note: Writing is_broadcast_ether_addr.9
Warn: meta author : no refentry/info/author                        is_valid_ether_addr
Note: meta author : see http://docbook.sf.net/el/author            is_valid_ether_addr
Warn: meta author : no author data, so inserted a fixme            is_valid_ether_addr
Note: Writing is_valid_ether_addr.9
Warn: meta author : no refentry/info/author                        random_ether_addr
Note: meta author : see http://docbook.sf.net/el/author            random_ether_addr
Warn: meta author : no author data, so inserted a fixme            random_ether_addr
Note: Writing random_ether_addr.9
Warn: meta author : no refentry/info/author                        compare_ether_addr
Note: meta author : see http://docbook.sf.net/el/author            compare_ether_addr
Warn: meta author : no author data, so inserted a fixme            compare_ether_addr
Note: Writing compare_ether_addr.9
Warn: meta author : no refentry/info/author                        compare_ether_addr_64bits
Note: meta author : see http://docbook.sf.net/el/author            compare_ether_addr_64bits
Warn: meta author : no author data, so inserted a fixme            compare_ether_addr_64bits
Note: Writing compare_ether_addr_64bits.9
Warn: meta author : no refentry/info/author                        is_etherdev_addr
Note: meta author : see http://docbook.sf.net/el/author            is_etherdev_addr
Warn: meta author : no author data, so inserted a fixme            is_etherdev_addr
Note: Writing is_etherdev_addr.9
Warn: meta author : no refentry/info/author                        compare_ether_header
Note: meta author : see http://docbook.sf.net/el/author            compare_ether_header
Warn: meta author : no author data, so inserted a fixme            compare_ether_header
Note: Writing compare_ether_header.9
Warn: meta author : no refentry/info/author                        napi_schedule_prep
Note: meta author : see http://docbook.sf.net/el/author            napi_schedule_prep
Warn: meta author : no author data, so inserted a fixme            napi_schedule_prep
Note: Writing napi_schedule_prep.9
Warn: meta author : no refentry/info/author                        napi_schedule
Note: meta author : see http://docbook.sf.net/el/author            napi_schedule
Warn: meta author : no author data, so inserted a fixme            napi_schedule
Note: Writing napi_schedule.9
Warn: meta author : no refentry/info/author                        napi_disable
Note: meta author : see http://docbook.sf.net/el/author            napi_disable
Warn: meta author : no author data, so inserted a fixme            napi_disable
Note: Writing napi_disable.9
Warn: meta author : no refentry/info/author                        napi_enable
Note: meta author : see http://docbook.sf.net/el/author            napi_enable
Warn: meta author : no author data, so inserted a fixme            napi_enable
Note: Writing napi_enable.9
Warn: meta author : no refentry/info/author                        napi_synchronize
Note: meta author : see http://docbook.sf.net/el/author            napi_synchronize
Warn: meta author : no author data, so inserted a fixme            napi_synchronize
Note: Writing napi_synchronize.9
Warn: meta author : no refentry/info/author                        netdev_priv
Note: meta author : see http://docbook.sf.net/el/author            netdev_priv
Warn: meta author : no author data, so inserted a fixme            netdev_priv
Note: Writing netdev_priv.9
Warn: meta author : no refentry/info/author                        netif_start_queue
Note: meta author : see http://docbook.sf.net/el/author            netif_start_queue
Warn: meta author : no author data, so inserted a fixme            netif_start_queue
Note: Writing netif_start_queue.9
Warn: meta author : no refentry/info/author                        netif_wake_queue
Note: meta author : see http://docbook.sf.net/el/author            netif_wake_queue
Warn: meta author : no author data, so inserted a fixme            netif_wake_queue
Note: Writing netif_wake_queue.9
Warn: meta author : no refentry/info/author                        netif_stop_queue
Note: meta author : see http://docbook.sf.net/el/author            netif_stop_queue
Warn: meta author : no author data, so inserted a fixme            netif_stop_queue
Note: Writing netif_stop_queue.9
Warn: meta author : no refentry/info/author                        netif_queue_stopped
Note: meta author : see http://docbook.sf.net/el/author            netif_queue_stopped
Warn: meta author : no author data, so inserted a fixme            netif_queue_stopped
Note: Writing netif_queue_stopped.9
Warn: meta author : no refentry/info/author                        netif_running
Note: meta author : see http://docbook.sf.net/el/author            netif_running
Warn: meta author : no author data, so inserted a fixme            netif_running
Note: Writing netif_running.9
Warn: meta author : no refentry/info/author                        netif_start_subqueue
Note: meta author : see http://docbook.sf.net/el/author            netif_start_subqueue
Warn: meta author : no author data, so inserted a fixme            netif_start_subqueue
Note: Writing netif_start_subqueue.9
Warn: meta author : no refentry/info/author                        netif_stop_subqueue
Note: meta author : see http://docbook.sf.net/el/author            netif_stop_subqueue
Warn: meta author : no author data, so inserted a fixme            netif_stop_subqueue
Note: Writing netif_stop_subqueue.9
Warn: meta author : no refentry/info/author                        __netif_subqueue_stopped
Note: meta author : see http://docbook.sf.net/el/author            __netif_subqueue_stopped
Warn: meta author : no author data, so inserted a fixme            __netif_subqueue_stopped
Note: Writing __netif_subqueue_stopped.9
Warn: meta author : no refentry/info/author                        netif_wake_subqueue
Note: meta author : see http://docbook.sf.net/el/author            netif_wake_subqueue
Warn: meta author : no author data, so inserted a fixme            netif_wake_subqueue
Note: Writing netif_wake_subqueue.9
Warn: meta author : no refentry/info/author                        netif_is_multiqueue
Note: meta author : see http://docbook.sf.net/el/author            netif_is_multiqueue
Warn: meta author : no author data, so inserted a fixme            netif_is_multiqueue
Note: Writing netif_is_multiqueue.9
Warn: meta author : no refentry/info/author                        dev_put
Note: meta author : see http://docbook.sf.net/el/author            dev_put
Warn: meta author : no author data, so inserted a fixme            dev_put
Note: Writing dev_put.9
Warn: meta author : no refentry/info/author                        dev_hold
Note: meta author : see http://docbook.sf.net/el/author            dev_hold
Warn: meta author : no author data, so inserted a fixme            dev_hold
Note: Writing dev_hold.9
Warn: meta author : no refentry/info/author                        netif_carrier_ok
Note: meta author : see http://docbook.sf.net/el/author            netif_carrier_ok
Warn: meta author : no author data, so inserted a fixme            netif_carrier_ok
Note: Writing netif_carrier_ok.9
Warn: meta author : no refentry/info/author                        netif_dormant_on
Note: meta author : see http://docbook.sf.net/el/author            netif_dormant_on
Warn: meta author : no author data, so inserted a fixme            netif_dormant_on
Note: Writing netif_dormant_on.9
Warn: meta author : no refentry/info/author                        netif_dormant_off
Note: meta author : see http://docbook.sf.net/el/author            netif_dormant_off
Warn: meta author : no author data, so inserted a fixme            netif_dormant_off
Note: Writing netif_dormant_off.9
Warn: meta author : no refentry/info/author                        netif_dormant
Note: meta author : see http://docbook.sf.net/el/author            netif_dormant
Warn: meta author : no author data, so inserted a fixme            netif_dormant
Note: Writing netif_dormant.9
Warn: meta author : no refentry/info/author                        netif_oper_up
Note: meta author : see http://docbook.sf.net/el/author            netif_oper_up
Warn: meta author : no author data, so inserted a fixme            netif_oper_up
Note: Writing netif_oper_up.9
Warn: meta author : no refentry/info/author                        netif_device_present
Note: meta author : see http://docbook.sf.net/el/author            netif_device_present
Warn: meta author : no author data, so inserted a fixme            netif_device_present
Note: Writing netif_device_present.9
Warn: meta author : no refentry/info/author                        netif_tx_lock
Note: meta author : see http://docbook.sf.net/el/author            netif_tx_lock
Warn: meta author : no author data, so inserted a fixme            netif_tx_lock
Note: Writing netif_tx_lock.9
Warn: meta author : no refentry/info/author                        phy_print_status
Note: meta author : see http://docbook.sf.net/el/author            phy_print_status
Warn: meta author : no author data, so inserted a fixme            phy_print_status
Note: Writing phy_print_status.9
Warn: meta author : no refentry/info/author                        phy_sanitize_settings
Note: meta author : see http://docbook.sf.net/el/author            phy_sanitize_settings
Warn: meta author : no author data, so inserted a fixme            phy_sanitize_settings
Note: Writing phy_sanitize_settings.9
Warn: meta author : no refentry/info/author                        phy_ethtool_sset
Note: meta author : see http://docbook.sf.net/el/author            phy_ethtool_sset
Warn: meta author : no author data, so inserted a fixme            phy_ethtool_sset
Note: Writing phy_ethtool_sset.9
Warn: meta author : no refentry/info/author                        phy_mii_ioctl
Note: meta author : see http://docbook.sf.net/el/author            phy_mii_ioctl
Warn: meta author : no author data, so inserted a fixme            phy_mii_ioctl
Note: Writing phy_mii_ioctl.9
Warn: meta author : no refentry/info/author                        phy_start_aneg
Note: meta author : see http://docbook.sf.net/el/author            phy_start_aneg
Warn: meta author : no author data, so inserted a fixme            phy_start_aneg
Note: Writing phy_start_aneg.9
Warn: meta author : no refentry/info/author                        phy_enable_interrupts
Note: meta author : see http://docbook.sf.net/el/author            phy_enable_interrupts
Warn: meta author : no author data, so inserted a fixme            phy_enable_interrupts
Note: Writing phy_enable_interrupts.9
Warn: meta author : no refentry/info/author                        phy_disable_interrupts
Note: meta author : see http://docbook.sf.net/el/author            phy_disable_interrupts
Warn: meta author : no author data, so inserted a fixme            phy_disable_interrupts
Note: Writing phy_disable_interrupts.9
Warn: meta author : no refentry/info/author                        phy_start_interrupts
Note: meta author : see http://docbook.sf.net/el/author            phy_start_interrupts
Warn: meta author : no author data, so inserted a fixme            phy_start_interrupts
Note: Writing phy_start_interrupts.9
Warn: meta author : no refentry/info/author                        phy_stop_interrupts
Note: meta author : see http://docbook.sf.net/el/author            phy_stop_interrupts
Warn: meta author : no author data, so inserted a fixme            phy_stop_interrupts
Note: Writing phy_stop_interrupts.9
Warn: meta author : no refentry/info/author                        phy_stop
Note: meta author : see http://docbook.sf.net/el/author            phy_stop
Warn: meta author : no author data, so inserted a fixme            phy_stop
Note: Writing phy_stop.9
Warn: meta author : no refentry/info/author                        phy_start
Note: meta author : see http://docbook.sf.net/el/author            phy_start
Warn: meta author : no author data, so inserted a fixme            phy_start
Note: Writing phy_start.9
Warn: meta author : no refentry/info/author                        phy_clear_interrupt
Note: meta author : see http://docbook.sf.net/el/author            phy_clear_interrupt
Warn: meta author : no author data, so inserted a fixme            phy_clear_interrupt
Note: Writing phy_clear_interrupt.9
Warn: meta author : no refentry/info/author                        phy_config_interrupt
Note: meta author : see http://docbook.sf.net/el/author            phy_config_interrupt
Warn: meta author : no author data, so inserted a fixme            phy_config_interrupt
Note: Writing phy_config_interrupt.9
Warn: meta author : no refentry/info/author                        phy_aneg_done
Note: meta author : see http://docbook.sf.net/el/author            phy_aneg_done
Warn: meta author : no author data, so inserted a fixme            phy_aneg_done
Note: Writing phy_aneg_done.9
Warn: meta author : no refentry/info/author                        phy_find_setting
Note: meta author : see http://docbook.sf.net/el/author            phy_find_setting
Warn: meta author : no author data, so inserted a fixme            phy_find_setting
Note: Writing phy_find_setting.9
Warn: meta author : no refentry/info/author                        phy_find_valid
Note: meta author : see http://docbook.sf.net/el/author            phy_find_valid
Warn: meta author : no author data, so inserted a fixme            phy_find_valid
Note: Writing phy_find_valid.9
Warn: meta author : no refentry/info/author                        phy_start_machine
Note: meta author : see http://docbook.sf.net/el/author            phy_start_machine
Warn: meta author : no author data, so inserted a fixme            phy_start_machine
Note: Writing phy_start_machine.9
Warn: meta author : no refentry/info/author                        phy_stop_machine
Note: meta author : see http://docbook.sf.net/el/author            phy_stop_machine
Warn: meta author : no author data, so inserted a fixme            phy_stop_machine
Note: Writing phy_stop_machine.9
Warn: meta author : no refentry/info/author                        phy_force_reduction
Note: meta author : see http://docbook.sf.net/el/author            phy_force_reduction
Warn: meta author : no author data, so inserted a fixme            phy_force_reduction
Note: Writing phy_force_reduction.9
Warn: meta author : no refentry/info/author                        phy_error
Note: meta author : see http://docbook.sf.net/el/author            phy_error
Warn: meta author : no author data, so inserted a fixme            phy_error
Note: Writing phy_error.9
Warn: meta author : no refentry/info/author                        phy_interrupt
Note: meta author : see http://docbook.sf.net/el/author            phy_interrupt
Warn: meta author : no author data, so inserted a fixme            phy_interrupt
Note: Writing phy_interrupt.9
Warn: meta author : no refentry/info/author                        phy_change
Note: meta author : see http://docbook.sf.net/el/author            phy_change
Warn: meta author : no author data, so inserted a fixme            phy_change
Note: Writing phy_change.9
Warn: meta author : no refentry/info/author                        phy_state_machine
Note: meta author : see http://docbook.sf.net/el/author            phy_state_machine
Warn: meta author : no author data, so inserted a fixme            phy_state_machine
Note: Writing phy_state_machine.9
Warn: meta author : no refentry/info/author                        get_phy_id
Note: meta author : see http://docbook.sf.net/el/author            get_phy_id
Warn: meta author : no author data, so inserted a fixme            get_phy_id
Note: Writing get_phy_id.9
Warn: meta author : no refentry/info/author                        get_phy_device
Note: meta author : see http://docbook.sf.net/el/author            get_phy_device
Warn: meta author : no author data, so inserted a fixme            get_phy_device
Note: Writing get_phy_device.9
Warn: meta author : no refentry/info/author                        phy_device_register
Note: meta author : see http://docbook.sf.net/el/author            phy_device_register
Warn: meta author : no author data, so inserted a fixme            phy_device_register
Note: Writing phy_device_register.9
Warn: meta author : no refentry/info/author                        phy_find_first
Note: meta author : see http://docbook.sf.net/el/author            phy_find_first
Warn: meta author : no author data, so inserted a fixme            phy_find_first
Note: Writing phy_find_first.9
Warn: meta author : no refentry/info/author                        phy_connect_direct
Note: meta author : see http://docbook.sf.net/el/author            phy_connect_direct
Warn: meta author : no author data, so inserted a fixme            phy_connect_direct
Note: Writing phy_connect_direct.9
Warn: meta author : no refentry/info/author                        phy_connect
Note: meta author : see http://docbook.sf.net/el/author            phy_connect
Warn: meta author : no author data, so inserted a fixme            phy_connect
Note: Writing phy_connect.9
Warn: meta author : no refentry/info/author                        phy_disconnect
Note: meta author : see http://docbook.sf.net/el/author            phy_disconnect
Warn: meta author : no author data, so inserted a fixme            phy_disconnect
Note: Writing phy_disconnect.9
Warn: meta author : no refentry/info/author                        phy_attach_direct
Note: meta author : see http://docbook.sf.net/el/author            phy_attach_direct
Warn: meta author : no author data, so inserted a fixme            phy_attach_direct
Note: Writing phy_attach_direct.9
Warn: meta author : no refentry/info/author                        phy_attach
Note: meta author : see http://docbook.sf.net/el/author            phy_attach
Warn: meta author : no author data, so inserted a fixme            phy_attach
Note: Writing phy_attach.9
Warn: meta author : no refentry/info/author                        phy_detach
Note: meta author : see http://docbook.sf.net/el/author            phy_detach
Warn: meta author : no author data, so inserted a fixme            phy_detach
Note: Writing phy_detach.9
Warn: meta author : no refentry/info/author                        genphy_config_advert
Note: meta author : see http://docbook.sf.net/el/author            genphy_config_advert
Warn: meta author : no author data, so inserted a fixme            genphy_config_advert
Note: Writing genphy_config_advert.9
Warn: meta author : no refentry/info/author                        genphy_restart_aneg
Note: meta author : see http://docbook.sf.net/el/author            genphy_restart_aneg
Warn: meta author : no author data, so inserted a fixme            genphy_restart_aneg
Note: Writing genphy_restart_aneg.9
Warn: meta author : no refentry/info/author                        genphy_config_aneg
Note: meta author : see http://docbook.sf.net/el/author            genphy_config_aneg
Warn: meta author : no author data, so inserted a fixme            genphy_config_aneg
Note: Writing genphy_config_aneg.9
Warn: meta author : no refentry/info/author                        genphy_update_link
Note: meta author : see http://docbook.sf.net/el/author            genphy_update_link
Warn: meta author : no author data, so inserted a fixme            genphy_update_link
Note: Writing genphy_update_link.9
Warn: meta author : no refentry/info/author                        genphy_read_status
Note: meta author : see http://docbook.sf.net/el/author            genphy_read_status
Warn: meta author : no author data, so inserted a fixme            genphy_read_status
Note: Writing genphy_read_status.9
Warn: meta author : no refentry/info/author                        phy_driver_register
Note: meta author : see http://docbook.sf.net/el/author            phy_driver_register
Warn: meta author : no author data, so inserted a fixme            phy_driver_register
Note: Writing phy_driver_register.9
Warn: meta author : no refentry/info/author                        phy_prepare_link
Note: meta author : see http://docbook.sf.net/el/author            phy_prepare_link
Warn: meta author : no author data, so inserted a fixme            phy_prepare_link
Note: Writing phy_prepare_link.9
Warn: meta author : no refentry/info/author                        genphy_setup_forced
Note: meta author : see http://docbook.sf.net/el/author            genphy_setup_forced
Warn: meta author : no author data, so inserted a fixme            genphy_setup_forced
Note: Writing genphy_setup_forced.9
Warn: meta author : no refentry/info/author                        phy_probe
Note: meta author : see http://docbook.sf.net/el/author            phy_probe
Warn: meta author : no author data, so inserted a fixme            phy_probe
Note: Writing phy_probe.9
Warn: meta author : no refentry/info/author                        mdiobus_alloc
Note: meta author : see http://docbook.sf.net/el/author            mdiobus_alloc
Warn: meta author : no author data, so inserted a fixme            mdiobus_alloc
Note: Writing mdiobus_alloc.9
Warn: meta author : no refentry/info/author                        mdiobus_register
Note: meta author : see http://docbook.sf.net/el/author            mdiobus_register
Warn: meta author : no author data, so inserted a fixme            mdiobus_register
Note: Writing mdiobus_register.9
Warn: meta author : no refentry/info/author                        mdiobus_free
Note: meta author : see http://docbook.sf.net/el/author            mdiobus_free
Warn: meta author : no author data, so inserted a fixme            mdiobus_free
Note: Writing mdiobus_free.9
Warn: meta author : no refentry/info/author                        mdiobus_read
Note: meta author : see http://docbook.sf.net/el/author            mdiobus_read
Warn: meta author : no author data, so inserted a fixme            mdiobus_read
Note: Writing mdiobus_read.9
Warn: meta author : no refentry/info/author                        mdiobus_write
Note: meta author : see http://docbook.sf.net/el/author            mdiobus_write
Warn: meta author : no author data, so inserted a fixme            mdiobus_write
Note: Writing mdiobus_write.9
Warn: meta author : no refentry/info/author                        mdiobus_release
Note: meta author : see http://docbook.sf.net/el/author            mdiobus_release
Warn: meta author : no author data, so inserted a fixme            mdiobus_release
Note: Writing mdiobus_release.9
Warn: meta author : no refentry/info/author                        mdio_bus_match
Note: meta author : see http://docbook.sf.net/el/author            mdio_bus_match
Warn: meta author : no author data, so inserted a fixme            mdio_bus_match
Note: Writing mdio_bus_match.9DOCPROC Documentation/DocBook/kernel-api.xml
Warning(/mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.c): no structured comments foundMAN     Documentation/DocBook/kernel-api.9
Warn: meta author : no refentry/info/author                        list_add
Note: meta author : see http://docbook.sf.net/el/author            list_add
Warn: meta author : no author data, so inserted a fixme            list_add
Note: Writing list_add.9
Warn: meta author : no refentry/info/author                        list_add_tail
Note: meta author : see http://docbook.sf.net/el/author            list_add_tail
Warn: meta author : no author data, so inserted a fixme            list_add_tail
Note: Writing list_add_tail.9
Warn: meta author : no refentry/info/author                        list_del
Note: meta author : see http://docbook.sf.net/el/author            list_del
Warn: meta author : no author data, so inserted a fixme            list_del
Note: Writing list_del.9
Warn: meta author : no refentry/info/author                        list_replace
Note: meta author : see http://docbook.sf.net/el/author            list_replace
Warn: meta author : no author data, so inserted a fixme            list_replace
Note: Writing list_replace.9
Warn: meta author : no refentry/info/author                        list_del_init
Note: meta author : see http://docbook.sf.net/el/author            list_del_init
Warn: meta author : no author data, so inserted a fixme            list_del_init
Note: Writing list_del_init.9
Warn: meta author : no refentry/info/author                        list_move
Note: meta author : see http://docbook.sf.net/el/author            list_move
Warn: meta author : no author data, so inserted a fixme            list_move
Note: Writing list_move.9
Warn: meta author : no refentry/info/author                        list_move_tail
Note: meta author : see http://docbook.sf.net/el/author            list_move_tail
Warn: meta author : no author data, so inserted a fixme            list_move_tail
Note: Writing list_move_tail.9
Warn: meta author : no refentry/info/author                        list_is_last
Note: meta author : see http://docbook.sf.net/el/author            list_is_last
Warn: meta author : no author data, so inserted a fixme            list_is_last
Note: Writing list_is_last.9
Warn: meta author : no refentry/info/author                        list_empty
Note: meta author : see http://docbook.sf.net/el/author            list_empty
Warn: meta author : no author data, so inserted a fixme            list_empty
Note: Writing list_empty.9
Warn: meta author : no refentry/info/author                        list_empty_careful
Note: meta author : see http://docbook.sf.net/el/author            list_empty_careful
Warn: meta author : no author data, so inserted a fixme            list_empty_careful
Note: Writing list_empty_careful.9
Warn: meta author : no refentry/info/author                        list_rotate_left
Note: meta author : see http://docbook.sf.net/el/author            list_rotate_left
Warn: meta author : no author data, so inserted a fixme            list_rotate_left
Note: Writing list_rotate_left.9
Warn: meta author : no refentry/info/author                        list_is_singular
Note: meta author : see http://docbook.sf.net/el/author            list_is_singular
Warn: meta author : no author data, so inserted a fixme            list_is_singular
Note: Writing list_is_singular.9
Warn: meta author : no refentry/info/author                        list_cut_position
Note: meta author : see http://docbook.sf.net/el/author            list_cut_position
Warn: meta author : no author data, so inserted a fixme            list_cut_position
Note: Writing list_cut_position.9
Warn: meta author : no refentry/info/author                        list_splice
Note: meta author : see http://docbook.sf.net/el/author            list_splice
Warn: meta author : no author data, so inserted a fixme            list_splice
Note: Writing list_splice.9
Warn: meta author : no refentry/info/author                        list_splice_tail
Note: meta author : see http://docbook.sf.net/el/author            list_splice_tail
Warn: meta author : no author data, so inserted a fixme            list_splice_tail
Note: Writing list_splice_tail.9
Warn: meta author : no refentry/info/author                        list_splice_init
Note: meta author : see http://docbook.sf.net/el/author            list_splice_init
Warn: meta author : no author data, so inserted a fixme            list_splice_init
Note: Writing list_splice_init.9
Warn: meta author : no refentry/info/author                        list_splice_tail_init
Note: meta author : see http://docbook.sf.net/el/author            list_splice_tail_init
Warn: meta author : no author data, so inserted a fixme            list_splice_tail_init
Note: Writing list_splice_tail_init.9
Warn: meta author : no refentry/info/author                        list_entry
Note: meta author : see http://docbook.sf.net/el/author            list_entry
Warn: meta author : no author data, so inserted a fixme            list_entry
Note: Writing list_entry.9
Warn: meta author : no refentry/info/author                        list_first_entry
Note: meta author : see http://docbook.sf.net/el/author            list_first_entry
Warn: meta author : no author data, so inserted a fixme            list_first_entry
Note: Writing list_first_entry.9
Warn: meta author : no refentry/info/author                        list_for_each
Note: meta author : see http://docbook.sf.net/el/author            list_for_each
Warn: meta author : no author data, so inserted a fixme            list_for_each
Note: Writing list_for_each.9
Warn: meta author : no refentry/info/author                        __list_for_each
Note: meta author : see http://docbook.sf.net/el/author            __list_for_each
Warn: meta author : no author data, so inserted a fixme            __list_for_each
Note: Writing __list_for_each.9
Warn: meta author : no refentry/info/author                        list_for_each_prev
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_prev
Warn: meta author : no author data, so inserted a fixme            list_for_each_prev
Note: Writing list_for_each_prev.9
Warn: meta author : no refentry/info/author                        list_for_each_safe
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_safe
Warn: meta author : no author data, so inserted a fixme            list_for_each_safe
Note: Writing list_for_each_safe.9
Warn: meta author : no refentry/info/author                        list_for_each_prev_safe
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_prev_safe
Warn: meta author : no author data, so inserted a fixme            list_for_each_prev_safe
Note: Writing list_for_each_prev_safe.9
Warn: meta author : no refentry/info/author                        list_for_each_entry
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_entry
Warn: meta author : no author data, so inserted a fixme            list_for_each_entry
Note: Writing list_for_each_entry.9
Warn: meta author : no refentry/info/author                        list_for_each_entry_reverse
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_entry_reverse
Warn: meta author : no author data, so inserted a fixme            list_for_each_entry_reverse
Note: Writing list_for_each_entry_reverse.9
Warn: meta author : no refentry/info/author                        list_prepare_entry
Note: meta author : see http://docbook.sf.net/el/author            list_prepare_entry
Warn: meta author : no author data, so inserted a fixme            list_prepare_entry
Note: Writing list_prepare_entry.9
Warn: meta author : no refentry/info/author                        list_for_each_entry_continue
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_entry_continue
Warn: meta author : no author data, so inserted a fixme            list_for_each_entry_continue
Note: Writing list_for_each_entry_continue.9
Warn: meta author : no refentry/info/author                        list_for_each_entry_continue_reverse
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_entry_continue_reverse
Warn: meta author : no author data, so inserted a fixme            list_for_each_entry_continue_reverse
Note: Writing list_for_each_entry_continue_reverse.9
Warn: meta author : no refentry/info/author                        list_for_each_entry_from
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_entry_from
Warn: meta author : no author data, so inserted a fixme            list_for_each_entry_from
Note: Writing list_for_each_entry_from.9
Warn: meta author : no refentry/info/author                        list_for_each_entry_safe
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_entry_safe
Warn: meta author : no author data, so inserted a fixme            list_for_each_entry_safe
Note: Writing list_for_each_entry_safe.9
Warn: meta author : no refentry/info/author                        list_for_each_entry_safe_continue
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_entry_safe_continue
Warn: meta author : no author data, so inserted a fixme            list_for_each_entry_safe_continue
Note: Writing list_for_each_entry_safe_continue.9
Warn: meta author : no refentry/info/author                        list_for_each_entry_safe_from
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_entry_safe_from
Warn: meta author : no author data, so inserted a fixme            list_for_each_entry_safe_from
Note: Writing list_for_each_entry_safe_from.9
Warn: meta author : no refentry/info/author                        list_for_each_entry_safe_reverse
Note: meta author : see http://docbook.sf.net/el/author            list_for_each_entry_safe_reverse
Warn: meta author : no author data, so inserted a fixme            list_for_each_entry_safe_reverse
Note: Writing list_for_each_entry_safe_reverse.9
Warn: meta author : no refentry/info/author                        hlist_for_each_entry
Note: meta author : see http://docbook.sf.net/el/author            hlist_for_each_entry
Warn: meta author : no author data, so inserted a fixme            hlist_for_each_entry
Note: Writing hlist_for_each_entry.9
Warn: meta author : no refentry/info/author                        hlist_for_each_entry_continue
Note: meta author : see http://docbook.sf.net/el/author            hlist_for_each_entry_continue
Warn: meta author : no author data, so inserted a fixme            hlist_for_each_entry_continue
Note: Writing hlist_for_each_entry_continue.9
Warn: meta author : no refentry/info/author                        hlist_for_each_entry_from
Note: meta author : see http://docbook.sf.net/el/author            hlist_for_each_entry_from
Warn: meta author : no author data, so inserted a fixme            hlist_for_each_entry_from
Note: Writing hlist_for_each_entry_from.9
Warn: meta author : no refentry/info/author                        hlist_for_each_entry_safe
Note: meta author : see http://docbook.sf.net/el/author            hlist_for_each_entry_safe
Warn: meta author : no author data, so inserted a fixme            hlist_for_each_entry_safe
Note: Writing hlist_for_each_entry_safe.9
Note: meta manvol : no refentry/refmeta/manvolnum                  /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: meta manvol : see http://docbook.sf.net/el/manvolnum         /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: meta source : no *info/productname or alternative            /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: meta source : see http://docbook.sf.net/el/productname       /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: meta source : no refentry/refmeta/refmiscinfo@class=source   /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: meta source : see http://docbook.sf.net/el/refmiscinfo       /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: meta version: no *info/productnumber or alternative          /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: meta version: see http://docbook.sf.net/el/productnumber     /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: meta version: no refentry/refmeta/refmiscinfo@class=version  /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: meta version: see http://docbook.sf.net/el/refmiscinfo       /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cWarn: meta source : no fallback for source, so inserted a fixme    /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cWarn: meta author : no refentry/info/author                        /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: meta author : see http://docbook.sf.net/el/author            /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cWarn: meta author : no author data, so inserted a fixme            /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.cNote: Writing /mnt/mdisk5/kernel/linux-2.6.34.14//lib/vsprintf.c.1
Warn: meta author : no refentry/info/author                        simple_strtoull
Note: meta author : see http://docbook.sf.net/el/author            simple_strtoull
Warn: meta author : no author data, so inserted a fixme            simple_strtoull
Note: Writing simple_strtoull.9
Warn: meta author : no refentry/info/author                        simple_strtoul
Note: meta author : see http://docbook.sf.net/el/author            simple_strtoul
Warn: meta author : no author data, so inserted a fixme            simple_strtoul
Note: Writing simple_strtoul.9
Warn: meta author : no refentry/info/author                        simple_strtol
Note: meta author : see http://docbook.sf.net/el/author            simple_strtol
Warn: meta author : no author data, so inserted a fixme            simple_strtol
Note: Writing simple_strtol.9
Warn: meta author : no refentry/info/author                        simple_strtoll
Note: meta author : see http://docbook.sf.net/el/author            simple_strtoll
Warn: meta author : no author data, so inserted a fixme            simple_strtoll
Note: Writing simple_strtoll.9
Warn: meta author : no refentry/info/author                        strict_strtoul
Note: meta author : see http://docbook.sf.net/el/author            strict_strtoul
Warn: meta author : no author data, so inserted a fixme            strict_strtoul
Note: Writing strict_strtoul.9
Warn: meta author : no refentry/info/author                        strict_strtol
Note: meta author : see http://docbook.sf.net/el/author            strict_strtol
Warn: meta author : no author data, so inserted a fixme            strict_strtol
Note: Writing strict_strtol.9
Warn: meta author : no refentry/info/author                        strict_strtoull
Note: meta author : see http://docbook.sf.net/el/author            strict_strtoull
Warn: meta author : no author data, so inserted a fixme            strict_strtoull
Note: Writing strict_strtoull.9
Warn: meta author : no refentry/info/author                        strict_strtoll
Note: meta author : see http://docbook.sf.net/el/author            strict_strtoll
Warn: meta author : no author data, so inserted a fixme            strict_strtoll
Note: Writing strict_strtoll.9
Warn: meta author : no refentry/info/author                        vsnprintf
Note: meta author : see http://docbook.sf.net/el/author            vsnprintf
Warn: meta author : no author data, so inserted a fixme            vsnprintf
Note: Writing vsnprintf.9
Warn: meta author : no refentry/info/author                        vscnprintf
Note: meta author : see http://docbook.sf.net/el/author            vscnprintf
Warn: meta author : no author data, so inserted a fixme            vscnprintf
Note: Writing vscnprintf.9
Warn: meta author : no refentry/info/author                        snprintf
Note: meta author : see http://docbook.sf.net/el/author            snprintf
Warn: meta author : no author data, so inserted a fixme            snprintf
Note: Writing snprintf.9
Warn: meta author : no refentry/info/author                        scnprintf
Note: meta author : see http://docbook.sf.net/el/author            scnprintf
Warn: meta author : no author data, so inserted a fixme            scnprintf
Note: Writing scnprintf.9
Warn: meta author : no refentry/info/author                        vsprintf
Note: meta author : see http://docbook.sf.net/el/author            vsprintf
Warn: meta author : no author data, so inserted a fixme            vsprintf
Note: Writing vsprintf.9
Warn: meta author : no refentry/info/author                        sprintf
Note: meta author : see http://docbook.sf.net/el/author            sprintf
Warn: meta author : no author data, so inserted a fixme            sprintf
Note: Writing sprintf.9
Warn: meta author : no refentry/info/author                        vbin_printf
Note: meta author : see http://docbook.sf.net/el/author            vbin_printf
Warn: meta author : no author data, so inserted a fixme            vbin_printf
Note: Writing vbin_printf.9
Warn: meta author : no refentry/info/author                        bstr_printf
Note: meta author : see http://docbook.sf.net/el/author            bstr_printf
Warn: meta author : no author data, so inserted a fixme            bstr_printf
Note: Writing bstr_printf.9
Warn: meta author : no refentry/info/author                        bprintf
Note: meta author : see http://docbook.sf.net/el/author            bprintf
Warn: meta author : no author data, so inserted a fixme            bprintf
Note: Writing bprintf.9
Warn: meta author : no refentry/info/author                        vsscanf
Note: meta author : see http://docbook.sf.net/el/author            vsscanf
Warn: meta author : no author data, so inserted a fixme            vsscanf
Note: Writing vsscanf.9
Warn: meta author : no refentry/info/author                        sscanf
Note: meta author : see http://docbook.sf.net/el/author            sscanf
Warn: meta author : no author data, so inserted a fixme            sscanf
Note: Writing sscanf.9
Warn: meta author : no refentry/info/author                        strnicmp
Note: meta author : see http://docbook.sf.net/el/author            strnicmp
Warn: meta author : no author data, so inserted a fixme            strnicmp
Note: Writing strnicmp.9
Warn: meta author : no refentry/info/author                        strcpy
Note: meta author : see http://docbook.sf.net/el/author            strcpy
Warn: meta author : no author data, so inserted a fixme            strcpy
Note: Writing strcpy.9
Warn: meta author : no refentry/info/author                        strncpy
Note: meta author : see http://docbook.sf.net/el/author            strncpy
Warn: meta author : no author data, so inserted a fixme            strncpy
Note: Writing strncpy.9
Warn: meta author : no refentry/info/author                        strlcpy
Note: meta author : see http://docbook.sf.net/el/author            strlcpy
Warn: meta author : no author data, so inserted a fixme            strlcpy
Note: Writing strlcpy.9
Warn: meta author : no refentry/info/author                        strcat
Note: meta author : see http://docbook.sf.net/el/author            strcat
Warn: meta author : no author data, so inserted a fixme            strcat
Note: Writing strcat.9
Warn: meta author : no refentry/info/author                        strncat
Note: meta author : see http://docbook.sf.net/el/author            strncat
Warn: meta author : no author data, so inserted a fixme            strncat
Note: Writing strncat.9
Warn: meta author : no refentry/info/author                        strlcat
Note: meta author : see http://docbook.sf.net/el/author            strlcat
Warn: meta author : no author data, so inserted a fixme            strlcat
Note: Writing strlcat.9
Warn: meta author : no refentry/info/author                        strcmp
Note: meta author : see http://docbook.sf.net/el/author            strcmp
Warn: meta author : no author data, so inserted a fixme            strcmp
Note: Writing strcmp.9
Warn: meta author : no refentry/info/author                        strncmp
Note: meta author : see http://docbook.sf.net/el/author            strncmp
Warn: meta author : no author data, so inserted a fixme            strncmp
Note: Writing strncmp.9
Warn: meta author : no refentry/info/author                        strchr
Note: meta author : see http://docbook.sf.net/el/author            strchr
Warn: meta author : no author data, so inserted a fixme            strchr
Note: Writing strchr.9
Warn: meta author : no refentry/info/author                        strrchr
Note: meta author : see http://docbook.sf.net/el/author            strrchr
Warn: meta author : no author data, so inserted a fixme            strrchr
Note: Writing strrchr.9
Warn: meta author : no refentry/info/author                        strnchr
Note: meta author : see http://docbook.sf.net/el/author            strnchr
Warn: meta author : no author data, so inserted a fixme            strnchr
Note: Writing strnchr.9
Warn: meta author : no refentry/info/author                        skip_spaces
Note: meta author : see http://docbook.sf.net/el/author            skip_spaces
Warn: meta author : no author data, so inserted a fixme            skip_spaces
Note: Writing skip_spaces.9
Warn: meta author : no refentry/info/author                        strim
Note: meta author : see http://docbook.sf.net/el/author            strim
Warn: meta author : no author data, so inserted a fixme            strim
Note: Writing strim.9
Warn: meta author : no refentry/info/author                        strlen
Note: meta author : see http://docbook.sf.net/el/author            strlen
Warn: meta author : no author data, so inserted a fixme            strlen
Note: Writing strlen.9
Warn: meta author : no refentry/info/author                        strnlen
Note: meta author : see http://docbook.sf.net/el/author            strnlen
Warn: meta author : no author data, so inserted a fixme            strnlen
Note: Writing strnlen.9
Warn: meta author : no refentry/info/author                        strspn
Note: meta author : see http://docbook.sf.net/el/author            strspn
Warn: meta author : no author data, so inserted a fixme            strspn
Note: Writing strspn.9
Warn: meta author : no refentry/info/author                        strcspn
Note: meta author : see http://docbook.sf.net/el/author            strcspn
Warn: meta author : no author data, so inserted a fixme            strcspn
Note: Writing strcspn.9
Warn: meta author : no refentry/info/author                        strpbrk
Note: meta author : see http://docbook.sf.net/el/author            strpbrk
Warn: meta author : no author data, so inserted a fixme            strpbrk
Note: Writing strpbrk.9
Warn: meta author : no refentry/info/author                        strsep
Note: meta author : see http://docbook.sf.net/el/author            strsep
Warn: meta author : no author data, so inserted a fixme            strsep
Note: Writing strsep.9
Warn: meta author : no refentry/info/author                        sysfs_streq
Note: meta author : see http://docbook.sf.net/el/author            sysfs_streq
Warn: meta author : no author data, so inserted a fixme            sysfs_streq
Note: Writing sysfs_streq.9
Warn: meta author : no refentry/info/author                        memset
Note: meta author : see http://docbook.sf.net/el/author            memset
Warn: meta author : no author data, so inserted a fixme            memset
Note: Writing memset.9
Warn: meta author : no refentry/info/author                        memcpy
Note: meta author : see http://docbook.sf.net/el/author            memcpy
Warn: meta author : no author data, so inserted a fixme            memcpy
Note: Writing memcpy.9
Warn: meta author : no refentry/info/author                        memmove
Note: meta author : see http://docbook.sf.net/el/author            memmove
Warn: meta author : no author data, so inserted a fixme            memmove
Note: Writing memmove.9
Warn: meta author : no refentry/info/author                        memcmp
Note: meta author : see http://docbook.sf.net/el/author            memcmp
Warn: meta author : no author data, so inserted a fixme            memcmp
Note: Writing memcmp.9
Warn: meta author : no refentry/info/author                        memscan
Note: meta author : see http://docbook.sf.net/el/author            memscan
Warn: meta author : no author data, so inserted a fixme            memscan
Note: Writing memscan.9
Warn: meta author : no refentry/info/author                        strstr
Note: meta author : see http://docbook.sf.net/el/author            strstr
Warn: meta author : no author data, so inserted a fixme            strstr
Note: Writing strstr.9
Warn: meta author : no refentry/info/author                        strnstr
Note: meta author : see http://docbook.sf.net/el/author            strnstr
Warn: meta author : no author data, so inserted a fixme            strnstr
Note: Writing strnstr.9
Warn: meta author : no refentry/info/author                        memchr
Note: meta author : see http://docbook.sf.net/el/author            memchr
Warn: meta author : no author data, so inserted a fixme            memchr
Note: Writing memchr.9
Warn: meta author : no refentry/info/author                        set_bit
Note: meta author : see http://docbook.sf.net/el/author            set_bit
Warn: meta author : no author data, so inserted a fixme            set_bit
Note: Writing set_bit.9
Warn: meta author : no refentry/info/author                        __set_bit
Note: meta author : see http://docbook.sf.net/el/author            __set_bit
Warn: meta author : no author data, so inserted a fixme            __set_bit
Note: Writing __set_bit.9
Warn: meta author : no refentry/info/author                        clear_bit
Note: meta author : see http://docbook.sf.net/el/author            clear_bit
Warn: meta author : no author data, so inserted a fixme            clear_bit
Note: Writing clear_bit.9
Warn: meta author : no refentry/info/author                        __change_bit
Note: meta author : see http://docbook.sf.net/el/author            __change_bit
Warn: meta author : no author data, so inserted a fixme            __change_bit
Note: Writing __change_bit.9
Warn: meta author : no refentry/info/author                        change_bit
Note: meta author : see http://docbook.sf.net/el/author            change_bit
Warn: meta author : no author data, so inserted a fixme            change_bit
Note: Writing change_bit.9
Warn: meta author : no refentry/info/author                        test_and_set_bit
Note: meta author : see http://docbook.sf.net/el/author            test_and_set_bit
Warn: meta author : no author data, so inserted a fixme            test_and_set_bit
Note: Writing test_and_set_bit.9
Warn: meta author : no refentry/info/author                        test_and_set_bit_lock
Note: meta author : see http://docbook.sf.net/el/author            test_and_set_bit_lock
Warn: meta author : no author data, so inserted a fixme            test_and_set_bit_lock
Note: Writing test_and_set_bit_lock.9
Warn: meta author : no refentry/info/author                        __test_and_set_bit
Note: meta author : see http://docbook.sf.net/el/author            __test_and_set_bit
Warn: meta author : no author data, so inserted a fixme            __test_and_set_bit
Note: Writing __test_and_set_bit.9
Warn: meta author : no refentry/info/author                        test_and_clear_bit
Note: meta author : see http://docbook.sf.net/el/author            test_and_clear_bit
Warn: meta author : no author data, so inserted a fixme            test_and_clear_bit
Note: Writing test_and_clear_bit.9
Warn: meta author : no refentry/info/author                        __test_and_clear_bit
Note: meta author : see http://docbook.sf.net/el/author            __test_and_clear_bit
Warn: meta author : no author data, so inserted a fixme            __test_and_clear_bit
Note: Writing __test_and_clear_bit.9
Warn: meta author : no refentry/info/author                        test_and_change_bit
Note: meta author : see http://docbook.sf.net/el/author            test_and_change_bit
Warn: meta author : no author data, so inserted a fixme            test_and_change_bit
Note: Writing test_and_change_bit.9
Warn: meta author : no refentry/info/author                        test_bit
Note: meta author : see http://docbook.sf.net/el/author            test_bit
Warn: meta author : no author data, so inserted a fixme            test_bit
Note: Writing test_bit.9
Warn: meta author : no refentry/info/author                        __ffs
Note: meta author : see http://docbook.sf.net/el/author            __ffs
Warn: meta author : no author data, so inserted a fixme            __ffs
Note: Writing __ffs.9
Warn: meta author : no refentry/info/author                        ffz
Note: meta author : see http://docbook.sf.net/el/author            ffz
Warn: meta author : no author data, so inserted a fixme            ffz
Note: Writing ffz.9
Warn: meta author : no refentry/info/author                        ffs
Note: meta author : see http://docbook.sf.net/el/author            ffs
Warn: meta author : no author data, so inserted a fixme            ffs
Note: Writing ffs.9
Warn: meta author : no refentry/info/author                        fls
Note: meta author : see http://docbook.sf.net/el/author            fls
Warn: meta author : no author data, so inserted a fixme            fls
Note: Writing fls.9
Warn: meta author : no refentry/info/author                        __bitmap_shift_right
Note: meta author : see http://docbook.sf.net/el/author            __bitmap_shift_right
Warn: meta author : no author data, so inserted a fixme            __bitmap_shift_right
Note: Writing __bitmap_shift_right.9
Warn: meta author : no refentry/info/author                        __bitmap_shift_left
Note: meta author : see http://docbook.sf.net/el/author            __bitmap_shift_left
Warn: meta author : no author data, so inserted a fixme            __bitmap_shift_left
Note: Writing __bitmap_shift_left.9
Warn: meta author : no refentry/info/author                        bitmap_scnprintf
Note: meta author : see http://docbook.sf.net/el/author            bitmap_scnprintf
Warn: meta author : no author data, so inserted a fixme            bitmap_scnprintf
Note: Writing bitmap_scnprintf.9
Warn: meta author : no refentry/info/author                        __bitmap_parse
Note: meta author : see http://docbook.sf.net/el/author            __bitmap_parse
Warn: meta author : no author data, so inserted a fixme            __bitmap_parse
Note: Writing __bitmap_parse.9
Warn: meta author : no refentry/info/author                        bitmap_parse_user
Note: meta author : see http://docbook.sf.net/el/author            bitmap_parse_user
Warn: meta author : no author data, so inserted a fixme            bitmap_parse_user
Note: Writing bitmap_parse_user.9
Warn: meta author : no refentry/info/author                        bitmap_scnlistprintf
Note: meta author : see http://docbook.sf.net/el/author            bitmap_scnlistprintf
Warn: meta author : no author data, so inserted a fixme            bitmap_scnlistprintf
Note: Writing bitmap_scnlistprintf.9
Warn: meta author : no refentry/info/author                        bitmap_parselist
Note: meta author : see http://docbook.sf.net/el/author            bitmap_parselist
Warn: meta author : no author data, so inserted a fixme            bitmap_parselist
Note: Writing bitmap_parselist.9
Warn: meta author : no refentry/info/author                        bitmap_remap
Note: meta author : see http://docbook.sf.net/el/author            bitmap_remap
Warn: meta author : no author data, so inserted a fixme            bitmap_remap
Note: Writing bitmap_remap.9
Warn: meta author : no refentry/info/author                        bitmap_bitremap
Note: meta author : see http://docbook.sf.net/el/author            bitmap_bitremap
Warn: meta author : no author data, so inserted a fixme            bitmap_bitremap
Note: Writing bitmap_bitremap.9
Warn: meta author : no refentry/info/author                        bitmap_onto
Note: meta author : see http://docbook.sf.net/el/author            bitmap_onto
Warn: meta author : no author data, so inserted a fixme            bitmap_onto
Note: Writing bitmap_onto.9
Warn: meta author : no refentry/info/author                        bitmap_fold
Note: meta author : see http://docbook.sf.net/el/author            bitmap_fold
Warn: meta author : no author data, so inserted a fixme            bitmap_fold
Note: Writing bitmap_fold.9
Warn: meta author : no refentry/info/author                        bitmap_find_free_region
Note: meta author : see http://docbook.sf.net/el/author            bitmap_find_free_region
Warn: meta author : no author data, so inserted a fixme            bitmap_find_free_region
Note: Writing bitmap_find_free_region.9
Warn: meta author : no refentry/info/author                        bitmap_release_region
Note: meta author : see http://docbook.sf.net/el/author            bitmap_release_region
Warn: meta author : no author data, so inserted a fixme            bitmap_release_region
Note: Writing bitmap_release_region.9
Warn: meta author : no refentry/info/author                        bitmap_allocate_region
Note: meta author : see http://docbook.sf.net/el/author            bitmap_allocate_region
Warn: meta author : no author data, so inserted a fixme            bitmap_allocate_region
Note: Writing bitmap_allocate_region.9
Warn: meta author : no refentry/info/author                        bitmap_copy_le
Note: meta author : see http://docbook.sf.net/el/author            bitmap_copy_le
Warn: meta author : no author data, so inserted a fixme            bitmap_copy_le
Note: Writing bitmap_copy_le.9
Warn: meta author : no refentry/info/author                        bitmap_pos_to_ord
Note: meta author : see http://docbook.sf.net/el/author            bitmap_pos_to_ord
Warn: meta author : no author data, so inserted a fixme            bitmap_pos_to_ord
Note: Writing bitmap_pos_to_ord.9
Warn: meta author : no refentry/info/author                        bitmap_ord_to_pos
Note: meta author : see http://docbook.sf.net/el/author            bitmap_ord_to_pos
Warn: meta author : no author data, so inserted a fixme            bitmap_ord_to_pos
Note: Writing bitmap_ord_to_pos.9
Warn: meta author : no refentry/info/author                        get_option
Note: meta author : see http://docbook.sf.net/el/author            get_option
Warn: meta author : no author data, so inserted a fixme            get_option
Note: Writing get_option.9
Warn: meta author : no refentry/info/author                        get_options
Note: meta author : see http://docbook.sf.net/el/author            get_options
Warn: meta author : no author data, so inserted a fixme            get_options
Note: Writing get_options.9
Warn: meta author : no refentry/info/author                        memparse
Note: meta author : see http://docbook.sf.net/el/author            memparse
Warn: meta author : no author data, so inserted a fixme            memparse
Note: Writing memparse.9
Warn: meta author : no refentry/info/author                        crc7
Note: meta author : see http://docbook.sf.net/el/author            crc7
Warn: meta author : no author data, so inserted a fixme            crc7
Note: Writing crc7.9
Warn: meta author : no refentry/info/author                        crc16
Note: meta author : see http://docbook.sf.net/el/author            crc16
Warn: meta author : no author data, so inserted a fixme            crc16
Note: Writing crc16.9
Warn: meta author : no refentry/info/author                        crc_itu_t
Note: meta author : see http://docbook.sf.net/el/author            crc_itu_t
Warn: meta author : no author data, so inserted a fixme            crc_itu_t
Note: Writing crc_itu_t.9
Warn: meta author : no refentry/info/author                        crc32_le
Note: meta author : see http://docbook.sf.net/el/author            crc32_le
Warn: meta author : no author data, so inserted a fixme            crc32_le
Note: Writing crc32_le.9
Warn: meta author : no refentry/info/author                        crc32_be
Note: meta author : see http://docbook.sf.net/el/author            crc32_be
Warn: meta author : no author data, so inserted a fixme            crc32_be
Note: Writing crc32_be.9
Warn: meta author : no refentry/info/author                        crc_ccitt
Note: meta author : see http://docbook.sf.net/el/author            crc_ccitt
Warn: meta author : no author data, so inserted a fixme            crc_ccitt
Note: Writing crc_ccitt.9
Warn: meta author : no refentry/info/author                        kcalloc
Note: meta author : see http://docbook.sf.net/el/author            kcalloc
Warn: meta author : no author data, so inserted a fixme            kcalloc
Note: Writing kcalloc.9
Warn: meta author : no refentry/info/author                        kmalloc_node
Note: meta author : see http://docbook.sf.net/el/author            kmalloc_node
Warn: meta author : no author data, so inserted a fixme            kmalloc_node
Note: Writing kmalloc_node.9
Warn: meta author : no refentry/info/author                        kzalloc
Note: meta author : see http://docbook.sf.net/el/author            kzalloc
Warn: meta author : no author data, so inserted a fixme            kzalloc
Note: Writing kzalloc.9
Warn: meta author : no refentry/info/author                        kzalloc_node
Note: meta author : see http://docbook.sf.net/el/author            kzalloc_node
Warn: meta author : no author data, so inserted a fixme            kzalloc_node
Note: Writing kzalloc_node.9
Warn: meta author : no refentry/info/author                        kmem_cache_create
Note: meta author : see http://docbook.sf.net/el/author            kmem_cache_create
Warn: meta author : no author data, so inserted a fixme            kmem_cache_create
Note: Writing kmem_cache_create.9
Warn: meta author : no refentry/info/author                        kmem_cache_shrink
Note: meta author : see http://docbook.sf.net/el/author            kmem_cache_shrink
Warn: meta author : no author data, so inserted a fixme            kmem_cache_shrink
Note: Writing kmem_cache_shrink.9
Warn: meta author : no refentry/info/author                        kmem_cache_destroy
Note: meta author : see http://docbook.sf.net/el/author            kmem_cache_destroy
Warn: meta author : no author data, so inserted a fixme            kmem_cache_destroy
Note: Writing kmem_cache_destroy.9
Warn: meta author : no refentry/info/author                        kmem_cache_alloc
Note: meta author : see http://docbook.sf.net/el/author            kmem_cache_alloc
Warn: meta author : no author data, so inserted a fixme            kmem_cache_alloc
Note: Writing kmem_cache_alloc.9
Warn: meta author : no refentry/info/author                        kmem_cache_free
Note: meta author : see http://docbook.sf.net/el/author            kmem_cache_free
Warn: meta author : no author data, so inserted a fixme            kmem_cache_free
Note: Writing kmem_cache_free.9
Warn: meta author : no refentry/info/author                        kfree
Note: meta author : see http://docbook.sf.net/el/author            kfree
Warn: meta author : no author data, so inserted a fixme            kfree
Note: Writing kfree.9
Warn: meta author : no refentry/info/author                        ksize
Note: meta author : see http://docbook.sf.net/el/author            ksize
Warn: meta author : no author data, so inserted a fixme            ksize
Note: Writing ksize.9
Warn: meta author : no refentry/info/author                        __copy_to_user_inatomic
Note: meta author : see http://docbook.sf.net/el/author            __copy_to_user_inatomic
Warn: meta author : no author data, so inserted a fixme            __copy_to_user_inatomic
Note: Writing __copy_to_user_inatomic.9
Warn: meta author : no refentry/info/author                        __copy_to_user
Note: meta author : see http://docbook.sf.net/el/author            __copy_to_user
Warn: meta author : no author data, so inserted a fixme            __copy_to_user
Note: Writing __copy_to_user.9
Warn: meta author : no refentry/info/author                        __copy_from_user
Note: meta author : see http://docbook.sf.net/el/author            __copy_from_user
Warn: meta author : no author data, so inserted a fixme            __copy_from_user
Note: Writing __copy_from_user.9
Warn: meta author : no refentry/info/author                        strlen_user
Note: meta author : see http://docbook.sf.net/el/author            strlen_user
Warn: meta author : no author data, so inserted a fixme            strlen_user
Note: Writing strlen_user.9
Warn: meta author : no refentry/info/author                        __strncpy_from_user
Note: meta author : see http://docbook.sf.net/el/author            __strncpy_from_user
Warn: meta author : no author data, so inserted a fixme            __strncpy_from_user
Note: Writing __strncpy_from_user.9
Warn: meta author : no refentry/info/author                        strncpy_from_user
Note: meta author : see http://docbook.sf.net/el/author            strncpy_from_user
Warn: meta author : no author data, so inserted a fixme            strncpy_from_user
Note: Writing strncpy_from_user.9
Warn: meta author : no refentry/info/author                        clear_user
Note: meta author : see http://docbook.sf.net/el/author            clear_user
Warn: meta author : no author data, so inserted a fixme            clear_user
Note: Writing clear_user.9
Warn: meta author : no refentry/info/author                        __clear_user
Note: meta author : see http://docbook.sf.net/el/author            __clear_user
Warn: meta author : no author data, so inserted a fixme            __clear_user
Note: Writing __clear_user.9
Warn: meta author : no refentry/info/author                        strnlen_user
Note: meta author : see http://docbook.sf.net/el/author            strnlen_user
Warn: meta author : no author data, so inserted a fixme            strnlen_user
Note: Writing strnlen_user.9
Warn: meta author : no refentry/info/author                        copy_to_user
Note: meta author : see http://docbook.sf.net/el/author            copy_to_user
Warn: meta author : no author data, so inserted a fixme            copy_to_user
Note: Writing copy_to_user.9
Warn: meta author : no refentry/info/author                        _copy_from_user
Note: meta author : see http://docbook.sf.net/el/author            _copy_from_user
Warn: meta author : no author data, so inserted a fixme            _copy_from_user
Note: Writing _copy_from_user.9
Warn: meta author : no refentry/info/author                        read_cache_pages
Note: meta author : see http://docbook.sf.net/el/author            read_cache_pages
Warn: meta author : no author data, so inserted a fixme            read_cache_pages
Note: Writing read_cache_pages.9
Warn: meta author : no refentry/info/author                        page_cache_sync_readahead
Note: meta author : see http://docbook.sf.net/el/author            page_cache_sync_readahead
Warn: meta author : no author data, so inserted a fixme            page_cache_sync_readahead
Note: Writing page_cache_sync_readahead.9
Warn: meta author : no refentry/info/author                        page_cache_async_readahead
Note: meta author : see http://docbook.sf.net/el/author            page_cache_async_readahead
Warn: meta author : no author data, so inserted a fixme            page_cache_async_readahead
Note: Writing page_cache_async_readahead.9
Warn: meta author : no refentry/info/author                        filemap_flush
Note: meta author : see http://docbook.sf.net/el/author            filemap_flush
Warn: meta author : no author data, so inserted a fixme            filemap_flush
Note: Writing filemap_flush.9
Warn: meta author : no refentry/info/author                        filemap_fdatawait_range
Note: meta author : see http://docbook.sf.net/el/author            filemap_fdatawait_range
Warn: meta author : no author data, so inserted a fixme            filemap_fdatawait_range
Note: Writing filemap_fdatawait_range.9
Warn: meta author : no refentry/info/author                        filemap_fdatawait
Note: meta author : see http://docbook.sf.net/el/author            filemap_fdatawait
Warn: meta author : no author data, so inserted a fixme            filemap_fdatawait
Note: Writing filemap_fdatawait.9
Warn: meta author : no refentry/info/author                        filemap_write_and_wait_range
Note: meta author : see http://docbook.sf.net/el/author            filemap_write_and_wait_range
Warn: meta author : no author data, so inserted a fixme            filemap_write_and_wait_range
Note: Writing filemap_write_and_wait_range.9
Warn: meta author : no refentry/info/author                        add_to_page_cache_locked
Note: meta author : see http://docbook.sf.net/el/author            add_to_page_cache_locked
Warn: meta author : no author data, so inserted a fixme            add_to_page_cache_locked
Note: Writing add_to_page_cache_locked.9
Warn: meta author : no refentry/info/author                        add_page_wait_queue
Note: meta author : see http://docbook.sf.net/el/author            add_page_wait_queue
Warn: meta author : no author data, so inserted a fixme            add_page_wait_queue
Note: Writing add_page_wait_queue.9
Warn: meta author : no refentry/info/author                        unlock_page
Note: meta author : see http://docbook.sf.net/el/author            unlock_page
Warn: meta author : no author data, so inserted a fixme            unlock_page
Note: Writing unlock_page.9
Warn: meta author : no refentry/info/author                        end_page_writeback
Note: meta author : see http://docbook.sf.net/el/author            end_page_writeback
Warn: meta author : no author data, so inserted a fixme            end_page_writeback
Note: Writing end_page_writeback.9
Warn: meta author : no refentry/info/author                        __lock_page
Note: meta author : see http://docbook.sf.net/el/author            __lock_page
Warn: meta author : no author data, so inserted a fixme            __lock_page
Note: Writing __lock_page.9
Warn: meta author : no refentry/info/author                        find_get_page
Note: meta author : see http://docbook.sf.net/el/author            find_get_page
Warn: meta author : no author data, so inserted a fixme            find_get_page
Note: Writing find_get_page.9
Warn: meta author : no refentry/info/author                        find_lock_page
Note: meta author : see http://docbook.sf.net/el/author            find_lock_page
Warn: meta author : no author data, so inserted a fixme            find_lock_page
Note: Writing find_lock_page.9
Warn: meta author : no refentry/info/author                        find_or_create_page
Note: meta author : see http://docbook.sf.net/el/author            find_or_create_page
Warn: meta author : no author data, so inserted a fixme            find_or_create_page
Note: Writing find_or_create_page.9
Warn: meta author : no refentry/info/author                        find_get_pages_contig
Note: meta author : see http://docbook.sf.net/el/author            find_get_pages_contig
Warn: meta author : no author data, so inserted a fixme            find_get_pages_contig
Note: Writing find_get_pages_contig.9
Warn: meta author : no refentry/info/author                        find_get_pages_tag
Note: meta author : see http://docbook.sf.net/el/author            find_get_pages_tag
Warn: meta author : no author data, so inserted a fixme            find_get_pages_tag
Note: Writing find_get_pages_tag.9
Warn: meta author : no refentry/info/author                        grab_cache_page_nowait
Note: meta author : see http://docbook.sf.net/el/author            grab_cache_page_nowait
Warn: meta author : no author data, so inserted a fixme            grab_cache_page_nowait
Note: Writing grab_cache_page_nowait.9
Warn: meta author : no refentry/info/author                        generic_file_aio_read
Note: meta author : see http://docbook.sf.net/el/author            generic_file_aio_read
Warn: meta author : no author data, so inserted a fixme            generic_file_aio_read
Note: Writing generic_file_aio_read.9
Warn: meta author : no refentry/info/author                        filemap_fault
Note: meta author : see http://docbook.sf.net/el/author            filemap_fault
Warn: meta author : no author data, so inserted a fixme            filemap_fault
Note: Writing filemap_fault.9
Warn: meta author : no refentry/info/author                        read_cache_page_async
Note: meta author : see http://docbook.sf.net/el/author            read_cache_page_async
Warn: meta author : no author data, so inserted a fixme            read_cache_page_async
Note: Writing read_cache_page_async.9
Warn: meta author : no refentry/info/author                        read_cache_page_gfp
Note: meta author : see http://docbook.sf.net/el/author            read_cache_page_gfp
Warn: meta author : no author data, so inserted a fixme            read_cache_page_gfp
Note: Writing read_cache_page_gfp.9
Warn: meta author : no refentry/info/author                        read_cache_page
Note: meta author : see http://docbook.sf.net/el/author            read_cache_page
Warn: meta author : no author data, so inserted a fixme            read_cache_page
Note: Writing read_cache_page.9
Warn: meta author : no refentry/info/author                        __generic_file_aio_write
Note: meta author : see http://docbook.sf.net/el/author            __generic_file_aio_write
Warn: meta author : no author data, so inserted a fixme            __generic_file_aio_write
Note: Writing __generic_file_aio_write.9
Warn: meta author : no refentry/info/author                        generic_file_aio_write
Note: meta author : see http://docbook.sf.net/el/author            generic_file_aio_write
Warn: meta author : no author data, so inserted a fixme            generic_file_aio_write
Note: Writing generic_file_aio_write.9
Warn: meta author : no refentry/info/author                        try_to_release_page
Note: meta author : see http://docbook.sf.net/el/author            try_to_release_page
Warn: meta author : no author data, so inserted a fixme            try_to_release_page
Note: Writing try_to_release_page.9
Warn: meta author : no refentry/info/author                        zap_vma_ptes
Note: meta author : see http://docbook.sf.net/el/author            zap_vma_ptes
Warn: meta author : no author data, so inserted a fixme            zap_vma_ptes
Note: Writing zap_vma_ptes.9
Warn: meta author : no refentry/info/author                        get_user_pages
Note: meta author : see http://docbook.sf.net/el/author            get_user_pages
Warn: meta author : no author data, so inserted a fixme            get_user_pages
Note: Writing get_user_pages.9
Warn: meta author : no refentry/info/author                        vm_insert_page
Note: meta author : see http://docbook.sf.net/el/author            vm_insert_page
Warn: meta author : no author data, so inserted a fixme            vm_insert_page
Note: Writing vm_insert_page.9
Warn: meta author : no refentry/info/author                        vm_insert_pfn
Note: meta author : see http://docbook.sf.net/el/author            vm_insert_pfn
Warn: meta author : no author data, so inserted a fixme            vm_insert_pfn
Note: Writing vm_insert_pfn.9
Warn: meta author : no refentry/info/author                        remap_pfn_range
Note: meta author : see http://docbook.sf.net/el/author            remap_pfn_range
Warn: meta author : no author data, so inserted a fixme            remap_pfn_range
Note: Writing remap_pfn_range.9
Warn: meta author : no refentry/info/author                        unmap_mapping_range
Note: meta author : see http://docbook.sf.net/el/author            unmap_mapping_range
Warn: meta author : no author data, so inserted a fixme            unmap_mapping_range
Note: Writing unmap_mapping_range.9
Warn: meta author : no refentry/info/author                        follow_pfn
Note: meta author : see http://docbook.sf.net/el/author            follow_pfn
Warn: meta author : no author data, so inserted a fixme            follow_pfn
Note: Writing follow_pfn.9
Warn: meta author : no refentry/info/author                        vm_unmap_aliases
Note: meta author : see http://docbook.sf.net/el/author            vm_unmap_aliases
Warn: meta author : no author data, so inserted a fixme            vm_unmap_aliases
Note: Writing vm_unmap_aliases.9
Warn: meta author : no refentry/info/author                        vm_unmap_ram
Note: meta author : see http://docbook.sf.net/el/author            vm_unmap_ram
Warn: meta author : no author data, so inserted a fixme            vm_unmap_ram
Note: Writing vm_unmap_ram.9
Warn: meta author : no refentry/info/author                        vm_map_ram
Note: meta author : see http://docbook.sf.net/el/author            vm_map_ram
Warn: meta author : no author data, so inserted a fixme            vm_map_ram
Note: Writing vm_map_ram.9
Warn: meta author : no refentry/info/author                        vfree
Note: meta author : see http://docbook.sf.net/el/author            vfree
Warn: meta author : no author data, so inserted a fixme            vfree
Note: Writing vfree.9
Warn: meta author : no refentry/info/author                        vunmap
Note: meta author : see http://docbook.sf.net/el/author            vunmap
Warn: meta author : no author data, so inserted a fixme            vunmap
Note: Writing vunmap.9
Warn: meta author : no refentry/info/author                        vmap
Note: meta author : see http://docbook.sf.net/el/author            vmap
Warn: meta author : no author data, so inserted a fixme            vmap
Note: Writing vmap.9
Warn: meta author : no refentry/info/author                        vmalloc
Note: meta author : see http://docbook.sf.net/el/author            vmalloc
Warn: meta author : no author data, so inserted a fixme            vmalloc
Note: Writing vmalloc.9
Warn: meta author : no refentry/info/author                        vmalloc_user
Note: meta author : see http://docbook.sf.net/el/author            vmalloc_user
Warn: meta author : no author data, so inserted a fixme            vmalloc_user
Note: Writing vmalloc_user.9
Warn: meta author : no refentry/info/author                        vmalloc_node
Note: meta author : see http://docbook.sf.net/el/author            vmalloc_node
Warn: meta author : no author data, so inserted a fixme            vmalloc_node
Note: Writing vmalloc_node.9
Warn: meta author : no refentry/info/author                        vmalloc_32
Note: meta author : see http://docbook.sf.net/el/author            vmalloc_32
Warn: meta author : no author data, so inserted a fixme            vmalloc_32
Note: Writing vmalloc_32.9
Warn: meta author : no refentry/info/author                        vmalloc_32_user
Note: meta author : see http://docbook.sf.net/el/author            vmalloc_32_user
Warn: meta author : no author data, so inserted a fixme            vmalloc_32_user
Note: Writing vmalloc_32_user.9
Warn: meta author : no refentry/info/author                        remap_vmalloc_range
Note: meta author : see http://docbook.sf.net/el/author            remap_vmalloc_range
Warn: meta author : no author data, so inserted a fixme            remap_vmalloc_range
Note: Writing remap_vmalloc_range.9
Warn: meta author : no refentry/info/author                        alloc_vm_area
Note: meta author : see http://docbook.sf.net/el/author            alloc_vm_area
Warn: meta author : no author data, so inserted a fixme            alloc_vm_area
Note: Writing alloc_vm_area.9
Warn: meta author : no refentry/info/author                        find_next_best_node
Note: meta author : see http://docbook.sf.net/el/author            find_next_best_node
Warn: meta author : no author data, so inserted a fixme            find_next_best_node
Note: Writing find_next_best_node.9
Warn: meta author : no refentry/info/author                        free_bootmem_with_active_regions
Note: meta author : see http://docbook.sf.net/el/author            free_bootmem_with_active_regions
Warn: meta author : no author data, so inserted a fixme            free_bootmem_with_active_regions
Note: Writing free_bootmem_with_active_regions.9
Warn: meta author : no refentry/info/author                        sparse_memory_present_with_active_regions
Note: meta author : see http://docbook.sf.net/el/author            sparse_memory_present_with_active_regions
Warn: meta author : no author data, so inserted a fixme            sparse_memory_present_with_active_regions
Note: Writing sparse_memory_present_with_active_regions.9
Warn: meta author : no refentry/info/author                        get_pfn_range_for_nid
Note: meta author : see http://docbook.sf.net/el/author            get_pfn_range_for_nid
Warn: meta author : no author data, so inserted a fixme            get_pfn_range_for_nid
Note: Writing get_pfn_range_for_nid.9
Warn: meta author : no refentry/info/author                        absent_pages_in_range
Note: meta author : see http://docbook.sf.net/el/author            absent_pages_in_range
Warn: meta author : no author data, so inserted a fixme            absent_pages_in_range
Note: Writing absent_pages_in_range.9
Warn: meta author : no refentry/info/author                        add_active_range
Note: meta author : see http://docbook.sf.net/el/author            add_active_range
Warn: meta author : no author data, so inserted a fixme            add_active_range
Note: Writing add_active_range.9
Warn: meta author : no refentry/info/author                        remove_active_range
Note: meta author : see http://docbook.sf.net/el/author            remove_active_range
Warn: meta author : no author data, so inserted a fixme            remove_active_range
Note: Writing remove_active_range.9
Warn: meta author : no refentry/info/author                        remove_all_active_ranges
Note: meta author : see http://docbook.sf.net/el/author            remove_all_active_ranges
Warn: meta author : no author data, so inserted a fixme            remove_all_active_ranges
Note: Writing remove_all_active_ranges.9
Warn: meta author : no refentry/info/author                        find_min_pfn_with_active_regions
Note: meta author : see http://docbook.sf.net/el/author            find_min_pfn_with_active_regions
Warn: meta author : no author data, so inserted a fixme            find_min_pfn_with_active_regions
Note: Writing find_min_pfn_with_active_regions.9
Warn: meta author : no refentry/info/author                        free_area_init_nodes
Note: meta author : see http://docbook.sf.net/el/author            free_area_init_nodes
Warn: meta author : no author data, so inserted a fixme            free_area_init_nodes
Note: Writing free_area_init_nodes.9
Warn: meta author : no refentry/info/author                        set_dma_reserve
Note: meta author : see http://docbook.sf.net/el/author            set_dma_reserve
Warn: meta author : no author data, so inserted a fixme            set_dma_reserve
Note: Writing set_dma_reserve.9
Warn: meta author : no refentry/info/author                        setup_per_zone_wmarks
Note: meta author : see http://docbook.sf.net/el/author            setup_per_zone_wmarks
Warn: meta author : no author data, so inserted a fixme            setup_per_zone_wmarks
Note: Writing setup_per_zone_wmarks.9
Warn: meta author : no refentry/info/author                        get_pageblock_flags_group
Note: meta author : see http://docbook.sf.net/el/author            get_pageblock_flags_group
Warn: meta author : no author data, so inserted a fixme            get_pageblock_flags_group
Note: Writing get_pageblock_flags_group.9
Warn: meta author : no refentry/info/author                        set_pageblock_flags_group
Note: meta author : see http://docbook.sf.net/el/author            set_pageblock_flags_group
Warn: meta author : no author data, so inserted a fixme            set_pageblock_flags_group
Note: Writing set_pageblock_flags_group.9
Warn: meta author : no refentry/info/author                        mempool_create
Note: meta author : see http://docbook.sf.net/el/author            mempool_create
Warn: meta author : no author data, so inserted a fixme            mempool_create
Note: Writing mempool_create.9
Warn: meta author : no refentry/info/author                        mempool_resize
Note: meta author : see http://docbook.sf.net/el/author            mempool_resize
Warn: meta author : no author data, so inserted a fixme            mempool_resize
Note: Writing mempool_resize.9
Warn: meta author : no refentry/info/author                        mempool_destroy
Note: meta author : see http://docbook.sf.net/el/author            mempool_destroy
Warn: meta author : no author data, so inserted a fixme            mempool_destroy
Note: Writing mempool_destroy.9
Warn: meta author : no refentry/info/author                        mempool_alloc
Note: meta author : see http://docbook.sf.net/el/author            mempool_alloc
Warn: meta author : no author data, so inserted a fixme            mempool_alloc
Note: Writing mempool_alloc.9
Warn: meta author : no refentry/info/author                        mempool_free
Note: meta author : see http://docbook.sf.net/el/author            mempool_free
Warn: meta author : no author data, so inserted a fixme            mempool_free
Note: Writing mempool_free.9
Warn: meta author : no refentry/info/author                        dma_pool_create
Note: meta author : see http://docbook.sf.net/el/author            dma_pool_create
Warn: meta author : no author data, so inserted a fixme            dma_pool_create
Note: Writing dma_pool_create.9
Warn: meta author : no refentry/info/author                        dma_pool_destroy
Note: meta author : see http://docbook.sf.net/el/author            dma_pool_destroy
Warn: meta author : no author data, so inserted a fixme            dma_pool_destroy
Note: Writing dma_pool_destroy.9
Warn: meta author : no refentry/info/author                        dma_pool_alloc
Note: meta author : see http://docbook.sf.net/el/author            dma_pool_alloc
Warn: meta author : no author data, so inserted a fixme            dma_pool_alloc
Note: Writing dma_pool_alloc.9
Warn: meta author : no refentry/info/author                        dma_pool_free
Note: meta author : see http://docbook.sf.net/el/author            dma_pool_free
Warn: meta author : no author data, so inserted a fixme            dma_pool_free
Note: Writing dma_pool_free.9
Warn: meta author : no refentry/info/author                        dmam_pool_create
Note: meta author : see http://docbook.sf.net/el/author            dmam_pool_create
Warn: meta author : no author data, so inserted a fixme            dmam_pool_create
Note: Writing dmam_pool_create.9
Warn: meta author : no refentry/info/author                        dmam_pool_destroy
Note: meta author : see http://docbook.sf.net/el/author            dmam_pool_destroy
Warn: meta author : no author data, so inserted a fixme            dmam_pool_destroy
Note: Writing dmam_pool_destroy.9
Warn: meta author : no refentry/info/author                        balance_dirty_pages_ratelimited_nr
Note: meta author : see http://docbook.sf.net/el/author            balance_dirty_pages_ratelimited_nr
Warn: meta author : no author data, so inserted a fixme            balance_dirty_pages_ratelimited_nr
Note: Writing balance_dirty_pages_ratelimited_nr.9
Warn: meta author : no refentry/info/author                        write_cache_pages
Note: meta author : see http://docbook.sf.net/el/author            write_cache_pages
Warn: meta author : no author data, so inserted a fixme            write_cache_pages
Note: Writing write_cache_pages.9
Warn: meta author : no refentry/info/author                        generic_writepages
Note: meta author : see http://docbook.sf.net/el/author            generic_writepages
Warn: meta author : no author data, so inserted a fixme            generic_writepages
Note: Writing generic_writepages.9
Warn: meta author : no refentry/info/author                        write_one_page
Note: meta author : see http://docbook.sf.net/el/author            write_one_page
Warn: meta author : no author data, so inserted a fixme            write_one_page
Note: Writing write_one_page.9
Warn: meta author : no refentry/info/author                        truncate_inode_pages_range
Note: meta author : see http://docbook.sf.net/el/author            truncate_inode_pages_range
Warn: meta author : no author data, so inserted a fixme            truncate_inode_pages_range
Note: Writing truncate_inode_pages_range.9
Warn: meta author : no refentry/info/author                        truncate_inode_pages
Note: meta author : see http://docbook.sf.net/el/author            truncate_inode_pages
Warn: meta author : no author data, so inserted a fixme            truncate_inode_pages
Note: Writing truncate_inode_pages.9
Warn: meta author : no refentry/info/author                        invalidate_mapping_pages
Note: meta author : see http://docbook.sf.net/el/author            invalidate_mapping_pages
Warn: meta author : no author data, so inserted a fixme            invalidate_mapping_pages
Note: Writing invalidate_mapping_pages.9
Warn: meta author : no refentry/info/author                        invalidate_inode_pages2_range
Note: meta author : see http://docbook.sf.net/el/author            invalidate_inode_pages2_range
Warn: meta author : no author data, so inserted a fixme            invalidate_inode_pages2_range
Note: Writing invalidate_inode_pages2_range.9
Warn: meta author : no refentry/info/author                        invalidate_inode_pages2
Note: meta author : see http://docbook.sf.net/el/author            invalidate_inode_pages2
Warn: meta author : no author data, so inserted a fixme            invalidate_inode_pages2
Note: Writing invalidate_inode_pages2.9
Warn: meta author : no refentry/info/author                        truncate_pagecache
Note: meta author : see http://docbook.sf.net/el/author            truncate_pagecache
Warn: meta author : no author data, so inserted a fixme            truncate_pagecache
Note: Writing truncate_pagecache.9
Warn: meta author : no refentry/info/author                        vmtruncate
Note: meta author : see http://docbook.sf.net/el/author            vmtruncate
Warn: meta author : no author data, so inserted a fixme            vmtruncate
Note: Writing vmtruncate.9
Warn: meta author : no refentry/info/author                        ipc_init
Note: meta author : see http://docbook.sf.net/el/author            ipc_init
Warn: meta author : no author data, so inserted a fixme            ipc_init
Note: Writing ipc_init.9
Warn: meta author : no refentry/info/author                        ipc_init_ids
Note: meta author : see http://docbook.sf.net/el/author            ipc_init_ids
Warn: meta author : no author data, so inserted a fixme            ipc_init_ids
Note: Writing ipc_init_ids.9
Warn: meta author : no refentry/info/author                        ipc_init_proc_interface
Note: meta author : see http://docbook.sf.net/el/author            ipc_init_proc_interface
Warn: meta author : no author data, so inserted a fixme            ipc_init_proc_interface
Note: Writing ipc_init_proc_interface.9
Warn: meta author : no refentry/info/author                        ipc_findkey
Note: meta author : see http://docbook.sf.net/el/author            ipc_findkey
Warn: meta author : no author data, so inserted a fixme            ipc_findkey
Note: Writing ipc_findkey.9
Warn: meta author : no refentry/info/author                        ipc_get_maxid
Note: meta author : see http://docbook.sf.net/el/author            ipc_get_maxid
Warn: meta author : no author data, so inserted a fixme            ipc_get_maxid
Note: Writing ipc_get_maxid.9
Warn: meta author : no refentry/info/author                        ipc_addid
Note: meta author : see http://docbook.sf.net/el/author            ipc_addid
Warn: meta author : no author data, so inserted a fixme            ipc_addid
Note: Writing ipc_addid.9
Warn: meta author : no refentry/info/author                        ipcget_new
Note: meta author : see http://docbook.sf.net/el/author            ipcget_new
Warn: meta author : no author data, so inserted a fixme            ipcget_new
Note: Writing ipcget_new.9
Warn: meta author : no refentry/info/author                        ipc_check_perms
Note: meta author : see http://docbook.sf.net/el/author            ipc_check_perms
Warn: meta author : no author data, so inserted a fixme            ipc_check_perms
Note: Writing ipc_check_perms.9
Warn: meta author : no refentry/info/author                        ipcget_public
Note: meta author : see http://docbook.sf.net/el/author            ipcget_public
Warn: meta author : no author data, so inserted a fixme            ipcget_public
Note: Writing ipcget_public.9
Warn: meta author : no refentry/info/author                        ipc_rmid
Note: meta author : see http://docbook.sf.net/el/author            ipc_rmid
Warn: meta author : no author data, so inserted a fixme            ipc_rmid
Note: Writing ipc_rmid.9
Warn: meta author : no refentry/info/author                        ipc_alloc
Note: meta author : see http://docbook.sf.net/el/author            ipc_alloc
Warn: meta author : no author data, so inserted a fixme            ipc_alloc
Note: Writing ipc_alloc.9
Warn: meta author : no refentry/info/author                        ipc_free
Note: meta author : see http://docbook.sf.net/el/author            ipc_free
Warn: meta author : no author data, so inserted a fixme            ipc_free
Note: Writing ipc_free.9
Warn: meta author : no refentry/info/author                        ipc_rcu_alloc
Note: meta author : see http://docbook.sf.net/el/author            ipc_rcu_alloc
Warn: meta author : no author data, so inserted a fixme            ipc_rcu_alloc
Note: Writing ipc_rcu_alloc.9
Warn: meta author : no refentry/info/author                        ipc_schedule_free
Note: meta author : see http://docbook.sf.net/el/author            ipc_schedule_free
Warn: meta author : no author data, so inserted a fixme            ipc_schedule_free
Note: Writing ipc_schedule_free.9
Warn: meta author : no refentry/info/author                        ipc_immediate_free
Note: meta author : see http://docbook.sf.net/el/author            ipc_immediate_free
Warn: meta author : no author data, so inserted a fixme            ipc_immediate_free
Note: Writing ipc_immediate_free.9
Warn: meta author : no refentry/info/author                        ipcperms
Note: meta author : see http://docbook.sf.net/el/author            ipcperms
Warn: meta author : no author data, so inserted a fixme            ipcperms
Note: Writing ipcperms.9
Warn: meta author : no refentry/info/author                        kernel_to_ipc64_perm
Note: meta author : see http://docbook.sf.net/el/author            kernel_to_ipc64_perm
Warn: meta author : no author data, so inserted a fixme            kernel_to_ipc64_perm
Note: Writing kernel_to_ipc64_perm.9
Warn: meta author : no refentry/info/author                        ipc64_perm_to_ipc_perm
Note: meta author : see http://docbook.sf.net/el/author            ipc64_perm_to_ipc_perm
Warn: meta author : no author data, so inserted a fixme            ipc64_perm_to_ipc_perm
Note: Writing ipc64_perm_to_ipc_perm.9
Warn: meta author : no refentry/info/author                        ipc_lock
Note: meta author : see http://docbook.sf.net/el/author            ipc_lock
Warn: meta author : no author data, so inserted a fixme            ipc_lock
Note: Writing ipc_lock.9
Warn: meta author : no refentry/info/author                        ipcget
Note: meta author : see http://docbook.sf.net/el/author            ipcget
Warn: meta author : no author data, so inserted a fixme            ipcget
Note: Writing ipcget.9
Warn: meta author : no refentry/info/author                        ipc_update_perm
Note: meta author : see http://docbook.sf.net/el/author            ipc_update_perm
Warn: meta author : no author data, so inserted a fixme            ipc_update_perm
Note: Writing ipc_update_perm.9
Warn: meta author : no refentry/info/author                        ipcctl_pre_down
Note: meta author : see http://docbook.sf.net/el/author            ipcctl_pre_down
Warn: meta author : no author data, so inserted a fixme            ipcctl_pre_down
Note: Writing ipcctl_pre_down.9
Warn: meta author : no refentry/info/author                        ipc_parse_version
Note: meta author : see http://docbook.sf.net/el/author            ipc_parse_version
Warn: meta author : no author data, so inserted a fixme            ipc_parse_version
Note: Writing ipc_parse_version.9
Warn: meta author : no refentry/info/author                        DECLARE_KFIFO
Note: meta author : see http://docbook.sf.net/el/author            DECLARE_KFIFO
Warn: meta author : no author data, so inserted a fixme            DECLARE_KFIFO
Note: Writing DECLARE_KFIFO.9
Warn: meta author : no refentry/info/author                        INIT_KFIFO
Note: meta author : see http://docbook.sf.net/el/author            INIT_KFIFO
Warn: meta author : no author data, so inserted a fixme            INIT_KFIFO
Note: Writing INIT_KFIFO.9
Warn: meta author : no refentry/info/author                        DEFINE_KFIFO
Note: meta author : see http://docbook.sf.net/el/author            DEFINE_KFIFO
Warn: meta author : no author data, so inserted a fixme            DEFINE_KFIFO
Note: Writing DEFINE_KFIFO.9
Warn: meta author : no refentry/info/author                        kfifo_initialized
Note: meta author : see http://docbook.sf.net/el/author            kfifo_initialized
Warn: meta author : no author data, so inserted a fixme            kfifo_initialized
Note: Writing kfifo_initialized.9
Warn: meta author : no refentry/info/author                        kfifo_reset
Note: meta author : see http://docbook.sf.net/el/author            kfifo_reset
Warn: meta author : no author data, so inserted a fixme            kfifo_reset
Note: Writing kfifo_reset.9
Warn: meta author : no refentry/info/author                        kfifo_reset_out
Note: meta author : see http://docbook.sf.net/el/author            kfifo_reset_out
Warn: meta author : no author data, so inserted a fixme            kfifo_reset_out
Note: Writing kfifo_reset_out.9
Warn: meta author : no refentry/info/author                        kfifo_size
Note: meta author : see http://docbook.sf.net/el/author            kfifo_size
Warn: meta author : no author data, so inserted a fixme            kfifo_size
Note: Writing kfifo_size.9
Warn: meta author : no refentry/info/author                        kfifo_len
Note: meta author : see http://docbook.sf.net/el/author            kfifo_len
Warn: meta author : no author data, so inserted a fixme            kfifo_len
Note: Writing kfifo_len.9
Warn: meta author : no refentry/info/author                        kfifo_is_empty
Note: meta author : see http://docbook.sf.net/el/author            kfifo_is_empty
Warn: meta author : no author data, so inserted a fixme            kfifo_is_empty
Note: Writing kfifo_is_empty.9
Warn: meta author : no refentry/info/author                        kfifo_is_full
Note: meta author : see http://docbook.sf.net/el/author            kfifo_is_full
Warn: meta author : no author data, so inserted a fixme            kfifo_is_full
Note: Writing kfifo_is_full.9
Warn: meta author : no refentry/info/author                        kfifo_avail
Note: meta author : see http://docbook.sf.net/el/author            kfifo_avail
Warn: meta author : no author data, so inserted a fixme            kfifo_avail
Note: Writing kfifo_avail.9
Warn: meta author : no refentry/info/author                        kfifo_in_locked
Note: meta author : see http://docbook.sf.net/el/author            kfifo_in_locked
Warn: meta author : no author data, so inserted a fixme            kfifo_in_locked
Note: Writing kfifo_in_locked.9
Warn: meta author : no refentry/info/author                        kfifo_out_locked
Note: meta author : see http://docbook.sf.net/el/author            kfifo_out_locked
Warn: meta author : no author data, so inserted a fixme            kfifo_out_locked
Note: Writing kfifo_out_locked.9
Warn: meta author : no refentry/info/author                        kfifo_in_rec
Note: meta author : see http://docbook.sf.net/el/author            kfifo_in_rec
Warn: meta author : no author data, so inserted a fixme            kfifo_in_rec
Note: Writing kfifo_in_rec.9
Warn: meta author : no refentry/info/author                        kfifo_out_rec
Note: meta author : see http://docbook.sf.net/el/author            kfifo_out_rec
Warn: meta author : no author data, so inserted a fixme            kfifo_out_rec
Note: Writing kfifo_out_rec.9
Warn: meta author : no refentry/info/author                        kfifo_from_user_rec
Note: meta author : see http://docbook.sf.net/el/author            kfifo_from_user_rec
Warn: meta author : no author data, so inserted a fixme            kfifo_from_user_rec
Note: Writing kfifo_from_user_rec.9
Warn: meta author : no refentry/info/author                        kfifo_to_user_rec
Note: meta author : see http://docbook.sf.net/el/author            kfifo_to_user_rec
Warn: meta author : no author data, so inserted a fixme            kfifo_to_user_rec
Note: Writing kfifo_to_user_rec.9
Warn: meta author : no refentry/info/author                        kfifo_peek_rec
Note: meta author : see http://docbook.sf.net/el/author            kfifo_peek_rec
Warn: meta author : no author data, so inserted a fixme            kfifo_peek_rec
Note: Writing kfifo_peek_rec.9
Warn: meta author : no refentry/info/author                        kfifo_skip_rec
Note: meta author : see http://docbook.sf.net/el/author            kfifo_skip_rec
Warn: meta author : no author data, so inserted a fixme            kfifo_skip_rec
Note: Writing kfifo_skip_rec.9
Warn: meta author : no refentry/info/author                        kfifo_avail_rec
Note: meta author : see http://docbook.sf.net/el/author            kfifo_avail_rec
Warn: meta author : no author data, so inserted a fixme            kfifo_avail_rec
Note: Writing kfifo_avail_rec.9
Warn: meta author : no refentry/info/author                        kfifo_init
Note: meta author : see http://docbook.sf.net/el/author            kfifo_init
Warn: meta author : no author data, so inserted a fixme            kfifo_init
Note: Writing kfifo_init.9
Warn: meta author : no refentry/info/author                        kfifo_alloc
Note: meta author : see http://docbook.sf.net/el/author            kfifo_alloc
Warn: meta author : no author data, so inserted a fixme            kfifo_alloc
Note: Writing kfifo_alloc.9
Warn: meta author : no refentry/info/author                        kfifo_free
Note: meta author : see http://docbook.sf.net/el/author            kfifo_free
Warn: meta author : no author data, so inserted a fixme            kfifo_free
Note: Writing kfifo_free.9
Warn: meta author : no refentry/info/author                        kfifo_skip
Note: meta author : see http://docbook.sf.net/el/author            kfifo_skip
Warn: meta author : no author data, so inserted a fixme            kfifo_skip
Note: Writing kfifo_skip.9
Warn: meta author : no refentry/info/author                        kfifo_in
Note: meta author : see http://docbook.sf.net/el/author            kfifo_in
Warn: meta author : no author data, so inserted a fixme            kfifo_in
Note: Writing kfifo_in.9
Warn: meta author : no refentry/info/author                        kfifo_out
Note: meta author : see http://docbook.sf.net/el/author            kfifo_out
Warn: meta author : no author data, so inserted a fixme            kfifo_out
Note: Writing kfifo_out.9
Warn: meta author : no refentry/info/author                        kfifo_out_peek
Note: meta author : see http://docbook.sf.net/el/author            kfifo_out_peek
Warn: meta author : no author data, so inserted a fixme            kfifo_out_peek
Note: Writing kfifo_out_peek.9
Warn: meta author : no refentry/info/author                        kfifo_from_user
Note: meta author : see http://docbook.sf.net/el/author            kfifo_from_user
Warn: meta author : no author data, so inserted a fixme            kfifo_from_user
Note: Writing kfifo_from_user.9
Warn: meta author : no refentry/info/author                        kfifo_to_user
Note: meta author : see http://docbook.sf.net/el/author            kfifo_to_user
Warn: meta author : no author data, so inserted a fixme            kfifo_to_user
Note: Writing kfifo_to_user.9
Warn: meta author : no refentry/info/author                        relay_buf_full
Note: meta author : see http://docbook.sf.net/el/author            relay_buf_full
Warn: meta author : no author data, so inserted a fixme            relay_buf_full
Note: Writing relay_buf_full.9
Warn: meta author : no refentry/info/author                        relay_reset
Note: meta author : see http://docbook.sf.net/el/author            relay_reset
Warn: meta author : no author data, so inserted a fixme            relay_reset
Note: Writing relay_reset.9
Warn: meta author : no refentry/info/author                        relay_open
Note: meta author : see http://docbook.sf.net/el/author            relay_open
Warn: meta author : no author data, so inserted a fixme            relay_open
Note: Writing relay_open.9
Warn: meta author : no refentry/info/author                        relay_switch_subbuf
Note: meta author : see http://docbook.sf.net/el/author            relay_switch_subbuf
Warn: meta author : no author data, so inserted a fixme            relay_switch_subbuf
Note: Writing relay_switch_subbuf.9
Warn: meta author : no refentry/info/author                        relay_subbufs_consumed
Note: meta author : see http://docbook.sf.net/el/author            relay_subbufs_consumed
Warn: meta author : no author data, so inserted a fixme            relay_subbufs_consumed
Note: Writing relay_subbufs_consumed.9
Warn: meta author : no refentry/info/author                        relay_close
Note: meta author : see http://docbook.sf.net/el/author            relay_close
Warn: meta author : no author data, so inserted a fixme            relay_close
Note: Writing relay_close.9
Warn: meta author : no refentry/info/author                        relay_flush
Note: meta author : see http://docbook.sf.net/el/author            relay_flush
Warn: meta author : no author data, so inserted a fixme            relay_flush
Note: Writing relay_flush.9
Warn: meta author : no refentry/info/author                        relay_mmap_buf
Note: meta author : see http://docbook.sf.net/el/author            relay_mmap_buf
Warn: meta author : no author data, so inserted a fixme            relay_mmap_buf
Note: Writing relay_mmap_buf.9
Warn: meta author : no refentry/info/author                        relay_alloc_buf
Note: meta author : see http://docbook.sf.net/el/author            relay_alloc_buf
Warn: meta author : no author data, so inserted a fixme            relay_alloc_buf
Note: Writing relay_alloc_buf.9
Warn: meta author : no refentry/info/author                        relay_create_buf
Note: meta author : see http://docbook.sf.net/el/author            relay_create_buf
Warn: meta author : no author data, so inserted a fixme            relay_create_buf
Note: Writing relay_create_buf.9
Warn: meta author : no refentry/info/author                        relay_destroy_channel
Note: meta author : see http://docbook.sf.net/el/author            relay_destroy_channel
Warn: meta author : no author data, so inserted a fixme            relay_destroy_channel
Note: Writing relay_destroy_channel.9
Warn: meta author : no refentry/info/author                        relay_destroy_buf
Note: meta author : see http://docbook.sf.net/el/author            relay_destroy_buf
Warn: meta author : no author data, so inserted a fixme            relay_destroy_buf
Note: Writing relay_destroy_buf.9
Warn: meta author : no refentry/info/author                        relay_remove_buf
Note: meta author : see http://docbook.sf.net/el/author            relay_remove_buf
Warn: meta author : no author data, so inserted a fixme            relay_remove_buf
Note: Writing relay_remove_buf.9
Warn: meta author : no refentry/info/author                        relay_buf_empty
Note: meta author : see http://docbook.sf.net/el/author            relay_buf_empty
Warn: meta author : no author data, so inserted a fixme            relay_buf_empty
Note: Writing relay_buf_empty.9
Warn: meta author : no refentry/info/author                        wakeup_readers
Note: meta author : see http://docbook.sf.net/el/author            wakeup_readers
Warn: meta author : no author data, so inserted a fixme            wakeup_readers
Note: Writing wakeup_readers.9
Warn: meta author : no refentry/info/author                        __relay_reset
Note: meta author : see http://docbook.sf.net/el/author            __relay_reset
Warn: meta author : no author data, so inserted a fixme            __relay_reset
Note: Writing __relay_reset.9
Warn: meta author : no refentry/info/author                        relay_close_buf
Note: meta author : see http://docbook.sf.net/el/author            relay_close_buf
Warn: meta author : no author data, so inserted a fixme            relay_close_buf
Note: Writing relay_close_buf.9
Warn: meta author : no refentry/info/author                        relay_hotcpu_callback
Note: meta author : see http://docbook.sf.net/el/author            relay_hotcpu_callback
Warn: meta author : no author data, so inserted a fixme            relay_hotcpu_callback
Note: Writing relay_hotcpu_callback.9
Warn: meta author : no refentry/info/author                        relay_late_setup_files
Note: meta author : see http://docbook.sf.net/el/author            relay_late_setup_files
Warn: meta author : no author data, so inserted a fixme            relay_late_setup_files
Note: Writing relay_late_setup_files.9
Warn: meta author : no refentry/info/author                        relay_file_open
Note: meta author : see http://docbook.sf.net/el/author            relay_file_open
Warn: meta author : no author data, so inserted a fixme            relay_file_open
Note: Writing relay_file_open.9
Warn: meta author : no refentry/info/author                        relay_file_mmap
Note: meta author : see http://docbook.sf.net/el/author            relay_file_mmap
Warn: meta author : no author data, so inserted a fixme            relay_file_mmap
Note: Writing relay_file_mmap.9
Warn: meta author : no refentry/info/author                        relay_file_poll
Note: meta author : see http://docbook.sf.net/el/author            relay_file_poll
Warn: meta author : no author data, so inserted a fixme            relay_file_poll
Note: Writing relay_file_poll.9
Warn: meta author : no refentry/info/author                        relay_file_release
Note: meta author : see http://docbook.sf.net/el/author            relay_file_release
Warn: meta author : no author data, so inserted a fixme            relay_file_release
Note: Writing relay_file_release.9
Warn: meta author : no refentry/info/author                        relay_file_read_subbuf_avail
Note: meta author : see http://docbook.sf.net/el/author            relay_file_read_subbuf_avail
Warn: meta author : no author data, so inserted a fixme            relay_file_read_subbuf_avail
Note: Writing relay_file_read_subbuf_avail.9
Warn: meta author : no refentry/info/author                        relay_file_read_start_pos
Note: meta author : see http://docbook.sf.net/el/author            relay_file_read_start_pos
Warn: meta author : no author data, so inserted a fixme            relay_file_read_start_pos
Note: Writing relay_file_read_start_pos.9
Warn: meta author : no refentry/info/author                        relay_file_read_end_pos
Note: meta author : see http://docbook.sf.net/el/author            relay_file_read_end_pos
Warn: meta author : no author data, so inserted a fixme            relay_file_read_end_pos
Note: Writing relay_file_read_end_pos.9
Warn: meta author : no refentry/info/author                        __request_module
Note: meta author : see http://docbook.sf.net/el/author            __request_module
Warn: meta author : no author data, so inserted a fixme            __request_module
Note: Writing __request_module.9
Warn: meta author : no refentry/info/author                        call_usermodehelper_setup
Note: meta author : see http://docbook.sf.net/el/author            call_usermodehelper_setup
Warn: meta author : no author data, so inserted a fixme            call_usermodehelper_setup
Note: Writing call_usermodehelper_setup.9
Warn: meta author : no refentry/info/author                        call_usermodehelper_setkeys
Note: meta author : see http://docbook.sf.net/el/author            call_usermodehelper_setkeys
Warn: meta author : no author data, so inserted a fixme            call_usermodehelper_setkeys
Note: Writing call_usermodehelper_setkeys.9
Warn: meta author : no refentry/info/author                        call_usermodehelper_setcleanup
Note: meta author : see http://docbook.sf.net/el/author            call_usermodehelper_setcleanup
Warn: meta author : no author data, so inserted a fixme            call_usermodehelper_setcleanup
Note: Writing call_usermodehelper_setcleanup.9
Warn: meta author : no refentry/info/author                        call_usermodehelper_stdinpipe
Note: meta author : see http://docbook.sf.net/el/author            call_usermodehelper_stdinpipe
Warn: meta author : no author data, so inserted a fixme            call_usermodehelper_stdinpipe
Note: Writing call_usermodehelper_stdinpipe.9
Warn: meta author : no refentry/info/author                        call_usermodehelper_exec
Note: meta author : see http://docbook.sf.net/el/author            call_usermodehelper_exec
Warn: meta author : no author data, so inserted a fixme            call_usermodehelper_exec
Note: Writing call_usermodehelper_exec.9
Warn: meta author : no refentry/info/author                        call_usermodehelper_pipe
Note: meta author : see http://docbook.sf.net/el/author            call_usermodehelper_pipe
Warn: meta author : no author data, so inserted a fixme            call_usermodehelper_pipe
Note: Writing call_usermodehelper_pipe.9
Warn: meta author : no refentry/info/author                        synchronize_irq
Note: meta author : see http://docbook.sf.net/el/author            synchronize_irq
Warn: meta author : no author data, so inserted a fixme            synchronize_irq
Note: Writing synchronize_irq.9
Warn: meta author : no refentry/info/author                        disable_irq_nosync
Note: meta author : see http://docbook.sf.net/el/author            disable_irq_nosync
Warn: meta author : no author data, so inserted a fixme            disable_irq_nosync
Note: Writing disable_irq_nosync.9
Warn: meta author : no refentry/info/author                        disable_irq
Note: meta author : see http://docbook.sf.net/el/author            disable_irq
Warn: meta author : no author data, so inserted a fixme            disable_irq
Note: Writing disable_irq.9
Warn: meta author : no refentry/info/author                        enable_irq
Note: meta author : see http://docbook.sf.net/el/author            enable_irq
Warn: meta author : no author data, so inserted a fixme            enable_irq
Note: Writing enable_irq.9
Warn: meta author : no refentry/info/author                        set_irq_wake
Note: meta author : see http://docbook.sf.net/el/author            set_irq_wake
Warn: meta author : no author data, so inserted a fixme            set_irq_wake
Note: Writing set_irq_wake.9
Warn: meta author : no refentry/info/author                        setup_irq
Note: meta author : see http://docbook.sf.net/el/author            setup_irq
Warn: meta author : no author data, so inserted a fixme            setup_irq
Note: Writing setup_irq.9
Warn: meta author : no refentry/info/author                        remove_irq
Note: meta author : see http://docbook.sf.net/el/author            remove_irq
Warn: meta author : no author data, so inserted a fixme            remove_irq
Note: Writing remove_irq.9
Warn: meta author : no refentry/info/author                        free_irq
Note: meta author : see http://docbook.sf.net/el/author            free_irq
Warn: meta author : no author data, so inserted a fixme            free_irq
Note: Writing free_irq.9
Warn: meta author : no refentry/info/author                        request_threaded_irq
Note: meta author : see http://docbook.sf.net/el/author            request_threaded_irq
Warn: meta author : no author data, so inserted a fixme            request_threaded_irq
Note: Writing request_threaded_irq.9
Warn: meta author : no refentry/info/author                        request_dma
Note: meta author : see http://docbook.sf.net/el/author            request_dma
Warn: meta author : no author data, so inserted a fixme            request_dma
Note: Writing request_dma.9
Warn: meta author : no refentry/info/author                        free_dma
Note: meta author : see http://docbook.sf.net/el/author            free_dma
Warn: meta author : no author data, so inserted a fixme            free_dma
Note: Writing free_dma.9
Warn: meta author : no refentry/info/author                        request_resource_conflict
Note: meta author : see http://docbook.sf.net/el/author            request_resource_conflict
Warn: meta author : no author data, so inserted a fixme            request_resource_conflict
Note: Writing request_resource_conflict.9
Warn: meta author : no refentry/info/author                        insert_resource_conflict
Note: meta author : see http://docbook.sf.net/el/author            insert_resource_conflict
Warn: meta author : no author data, so inserted a fixme            insert_resource_conflict
Note: Writing insert_resource_conflict.9
Warn: meta author : no refentry/info/author                        insert_resource
Note: meta author : see http://docbook.sf.net/el/author            insert_resource
Warn: meta author : no author data, so inserted a fixme            insert_resource
Note: Writing insert_resource.9
Warn: meta author : no refentry/info/author                        insert_resource_expand_to_fit
Note: meta author : see http://docbook.sf.net/el/author            insert_resource_expand_to_fit
Warn: meta author : no author data, so inserted a fixme            insert_resource_expand_to_fit
Note: Writing insert_resource_expand_to_fit.9
Warn: meta author : no refentry/info/author                        resource_alignment
Note: meta author : see http://docbook.sf.net/el/author            resource_alignment
Warn: meta author : no author data, so inserted a fixme            resource_alignment
Note: Writing resource_alignment.9
Warn: meta author : no refentry/info/author                        request_resource
Note: meta author : see http://docbook.sf.net/el/author            request_resource
Warn: meta author : no author data, so inserted a fixme            request_resource
Note: Writing request_resource.9
Warn: meta author : no refentry/info/author                        release_resource
Note: meta author : see http://docbook.sf.net/el/author            release_resource
Warn: meta author : no author data, so inserted a fixme            release_resource
Note: Writing release_resource.9
Warn: meta author : no refentry/info/author                        allocate_resource
Note: meta author : see http://docbook.sf.net/el/author            allocate_resource
Warn: meta author : no author data, so inserted a fixme            allocate_resource
Note: Writing allocate_resource.9
Warn: meta author : no refentry/info/author                        adjust_resource
Note: meta author : see http://docbook.sf.net/el/author            adjust_resource
Warn: meta author : no author data, so inserted a fixme            adjust_resource
Note: Writing adjust_resource.9
Warn: meta author : no refentry/info/author                        __request_region
Note: meta author : see http://docbook.sf.net/el/author            __request_region
Warn: meta author : no author data, so inserted a fixme            __request_region
Note: Writing __request_region.9
Warn: meta author : no refentry/info/author                        __check_region
Note: meta author : see http://docbook.sf.net/el/author            __check_region
Warn: meta author : no author data, so inserted a fixme            __check_region
Note: Writing __check_region.9
Warn: meta author : no refentry/info/author                        __release_region
Note: meta author : see http://docbook.sf.net/el/author            __release_region
Warn: meta author : no author data, so inserted a fixme            __release_region
Note: Writing __release_region.9
Warn: meta author : no refentry/info/author                        mtrr_add
Note: meta author : see http://docbook.sf.net/el/author            mtrr_add
Warn: meta author : no author data, so inserted a fixme            mtrr_add
Note: Writing mtrr_add.9
Warn: meta author : no refentry/info/author                        mtrr_del
Note: meta author : see http://docbook.sf.net/el/author            mtrr_del
Warn: meta author : no author data, so inserted a fixme            mtrr_del
Note: Writing mtrr_del.9
Warn: meta author : no refentry/info/author                        pci_bus_max_busnr
Note: meta author : see http://docbook.sf.net/el/author            pci_bus_max_busnr
Warn: meta author : no author data, so inserted a fixme            pci_bus_max_busnr
Note: Writing pci_bus_max_busnr.9
Warn: meta author : no refentry/info/author                        pci_find_capability
Note: meta author : see http://docbook.sf.net/el/author            pci_find_capability
Warn: meta author : no author data, so inserted a fixme            pci_find_capability
Note: Writing pci_find_capability.9
Warn: meta author : no refentry/info/author                        pci_bus_find_capability
Note: meta author : see http://docbook.sf.net/el/author            pci_bus_find_capability
Warn: meta author : no author data, so inserted a fixme            pci_bus_find_capability
Note: Writing pci_bus_find_capability.9
Warn: meta author : no refentry/info/author                        pci_find_ext_capability
Note: meta author : see http://docbook.sf.net/el/author            pci_find_ext_capability
Warn: meta author : no author data, so inserted a fixme            pci_find_ext_capability
Note: Writing pci_find_ext_capability.9
Warn: meta author : no refentry/info/author                        pci_find_next_ht_capability
Note: meta author : see http://docbook.sf.net/el/author            pci_find_next_ht_capability
Warn: meta author : no author data, so inserted a fixme            pci_find_next_ht_capability
Note: Writing pci_find_next_ht_capability.9
Warn: meta author : no refentry/info/author                        pci_find_ht_capability
Note: meta author : see http://docbook.sf.net/el/author            pci_find_ht_capability
Warn: meta author : no author data, so inserted a fixme            pci_find_ht_capability
Note: Writing pci_find_ht_capability.9
Warn: meta author : no refentry/info/author                        pci_find_parent_resource
Note: meta author : see http://docbook.sf.net/el/author            pci_find_parent_resource
Warn: meta author : no author data, so inserted a fixme            pci_find_parent_resource
Note: Writing pci_find_parent_resource.9
Warn: meta author : no refentry/info/author                        __pci_complete_power_transition
Note: meta author : see http://docbook.sf.net/el/author            __pci_complete_power_transition
Warn: meta author : no author data, so inserted a fixme            __pci_complete_power_transition
Note: Writing __pci_complete_power_transition.9
Warn: meta author : no refentry/info/author                        pci_set_power_state
Note: meta author : see http://docbook.sf.net/el/author            pci_set_power_state
Warn: meta author : no author data, so inserted a fixme            pci_set_power_state
Note: Writing pci_set_power_state.9
Warn: meta author : no refentry/info/author                        pci_choose_state
Note: meta author : see http://docbook.sf.net/el/author            pci_choose_state
Warn: meta author : no author data, so inserted a fixme            pci_choose_state
Note: Writing pci_choose_state.9
Warn: meta author : no refentry/info/author                        pci_save_state
Note: meta author : see http://docbook.sf.net/el/author            pci_save_state
Warn: meta author : no author data, so inserted a fixme            pci_save_state
Note: Writing pci_save_state.9
Warn: meta author : no refentry/info/author                        pci_restore_state
Note: meta author : see http://docbook.sf.net/el/author            pci_restore_state
Warn: meta author : no author data, so inserted a fixme            pci_restore_state
Note: Writing pci_restore_state.9
Warn: meta author : no refentry/info/author                        pci_reenable_device
Note: meta author : see http://docbook.sf.net/el/author            pci_reenable_device
Warn: meta author : no author data, so inserted a fixme            pci_reenable_device
Note: Writing pci_reenable_device.9
Warn: meta author : no refentry/info/author                        pci_enable_device_io
Note: meta author : see http://docbook.sf.net/el/author            pci_enable_device_io
Warn: meta author : no author data, so inserted a fixme            pci_enable_device_io
Note: Writing pci_enable_device_io.9
Warn: meta author : no refentry/info/author                        pci_enable_device_mem
Note: meta author : see http://docbook.sf.net/el/author            pci_enable_device_mem
Warn: meta author : no author data, so inserted a fixme            pci_enable_device_mem
Note: Writing pci_enable_device_mem.9
Warn: meta author : no refentry/info/author                        pci_enable_device
Note: meta author : see http://docbook.sf.net/el/author            pci_enable_device
Warn: meta author : no author data, so inserted a fixme            pci_enable_device
Note: Writing pci_enable_device.9
Warn: meta author : no refentry/info/author                        pcim_enable_device
Note: meta author : see http://docbook.sf.net/el/author            pcim_enable_device
Warn: meta author : no author data, so inserted a fixme            pcim_enable_device
Note: Writing pcim_enable_device.9
Warn: meta author : no refentry/info/author                        pcim_pin_device
Note: meta author : see http://docbook.sf.net/el/author            pcim_pin_device
Warn: meta author : no author data, so inserted a fixme            pcim_pin_device
Note: Writing pcim_pin_device.9
Warn: meta author : no refentry/info/author                        pci_disable_device
Note: meta author : see http://docbook.sf.net/el/author            pci_disable_device
Warn: meta author : no author data, so inserted a fixme            pci_disable_device
Note: Writing pci_disable_device.9
Warn: meta author : no refentry/info/author                        pci_set_pcie_reset_state
Note: meta author : see http://docbook.sf.net/el/author            pci_set_pcie_reset_state
Warn: meta author : no author data, so inserted a fixme            pci_set_pcie_reset_state
Note: Writing pci_set_pcie_reset_state.9
Warn: meta author : no refentry/info/author                        pci_pme_capable
Note: meta author : see http://docbook.sf.net/el/author            pci_pme_capable
Warn: meta author : no author data, so inserted a fixme            pci_pme_capable
Note: Writing pci_pme_capable.9
Warn: meta author : no refentry/info/author                        pci_pme_active
Note: meta author : see http://docbook.sf.net/el/author            pci_pme_active
Warn: meta author : no author data, so inserted a fixme            pci_pme_active
Note: Writing pci_pme_active.9
Warn: meta author : no refentry/info/author                        __pci_enable_wake
Note: meta author : see http://docbook.sf.net/el/author            __pci_enable_wake
Warn: meta author : no author data, so inserted a fixme            __pci_enable_wake
Note: Writing __pci_enable_wake.9
Warn: meta author : no refentry/info/author                        pci_wake_from_d3
Note: meta author : see http://docbook.sf.net/el/author            pci_wake_from_d3
Warn: meta author : no author data, so inserted a fixme            pci_wake_from_d3
Note: Writing pci_wake_from_d3.9
Warn: meta author : no refentry/info/author                        pci_target_state
Note: meta author : see http://docbook.sf.net/el/author            pci_target_state
Warn: meta author : no author data, so inserted a fixme            pci_target_state
Note: Writing pci_target_state.9
Warn: meta author : no refentry/info/author                        pci_prepare_to_sleep
Note: meta author : see http://docbook.sf.net/el/author            pci_prepare_to_sleep
Warn: meta author : no author data, so inserted a fixme            pci_prepare_to_sleep
Note: Writing pci_prepare_to_sleep.9
Warn: meta author : no refentry/info/author                        pci_back_from_sleep
Note: meta author : see http://docbook.sf.net/el/author            pci_back_from_sleep
Warn: meta author : no author data, so inserted a fixme            pci_back_from_sleep
Note: Writing pci_back_from_sleep.9
Warn: meta author : no refentry/info/author                        pci_dev_run_wake
Note: meta author : see http://docbook.sf.net/el/author            pci_dev_run_wake
Warn: meta author : no author data, so inserted a fixme            pci_dev_run_wake
Note: Writing pci_dev_run_wake.9
Warn: meta author : no refentry/info/author                        pci_release_region
Note: meta author : see http://docbook.sf.net/el/author            pci_release_region
Warn: meta author : no author data, so inserted a fixme            pci_release_region
Note: Writing pci_release_region.9
Warn: meta author : no refentry/info/author                        pci_request_region
Note: meta author : see http://docbook.sf.net/el/author            pci_request_region
Warn: meta author : no author data, so inserted a fixme            pci_request_region
Note: Writing pci_request_region.9
Warn: meta author : no refentry/info/author                        pci_request_region_exclusive
Note: meta author : see http://docbook.sf.net/el/author            pci_request_region_exclusive
Warn: meta author : no author data, so inserted a fixme            pci_request_region_exclusive
Note: Writing pci_request_region_exclusive.9
Warn: meta author : no refentry/info/author                        pci_release_selected_regions
Note: meta author : see http://docbook.sf.net/el/author            pci_release_selected_regions
Warn: meta author : no author data, so inserted a fixme            pci_release_selected_regions
Note: Writing pci_release_selected_regions.9
Warn: meta author : no refentry/info/author                        pci_request_selected_regions
Note: meta author : see http://docbook.sf.net/el/author            pci_request_selected_regions
Warn: meta author : no author data, so inserted a fixme            pci_request_selected_regions
Note: Writing pci_request_selected_regions.9
Warn: meta author : no refentry/info/author                        pci_release_regions
Note: meta author : see http://docbook.sf.net/el/author            pci_release_regions
Warn: meta author : no author data, so inserted a fixme            pci_release_regions
Note: Writing pci_release_regions.9
Warn: meta author : no refentry/info/author                        pci_request_regions
Note: meta author : see http://docbook.sf.net/el/author            pci_request_regions
Warn: meta author : no author data, so inserted a fixme            pci_request_regions
Note: Writing pci_request_regions.9
Warn: meta author : no refentry/info/author                        pci_request_regions_exclusive
Note: meta author : see http://docbook.sf.net/el/author            pci_request_regions_exclusive
Warn: meta author : no author data, so inserted a fixme            pci_request_regions_exclusive
Note: Writing pci_request_regions_exclusive.9
Warn: meta author : no refentry/info/author                        pci_set_master
Note: meta author : see http://docbook.sf.net/el/author            pci_set_master
Warn: meta author : no author data, so inserted a fixme            pci_set_master
Note: Writing pci_set_master.9
Warn: meta author : no refentry/info/author                        pci_clear_master
Note: meta author : see http://docbook.sf.net/el/author            pci_clear_master
Warn: meta author : no author data, so inserted a fixme            pci_clear_master
Note: Writing pci_clear_master.9
Warn: meta author : no refentry/info/author                        pci_set_cacheline_size
Note: meta author : see http://docbook.sf.net/el/author            pci_set_cacheline_size
Warn: meta author : no author data, so inserted a fixme            pci_set_cacheline_size
Note: Writing pci_set_cacheline_size.9
Warn: meta author : no refentry/info/author                        pci_set_mwi
Note: meta author : see http://docbook.sf.net/el/author            pci_set_mwi
Warn: meta author : no author data, so inserted a fixme            pci_set_mwi
Note: Writing pci_set_mwi.9
Warn: meta author : no refentry/info/author                        pci_try_set_mwi
Note: meta author : see http://docbook.sf.net/el/author            pci_try_set_mwi
Warn: meta author : no author data, so inserted a fixme            pci_try_set_mwi
Note: Writing pci_try_set_mwi.9
Warn: meta author : no refentry/info/author                        pci_clear_mwi
Note: meta author : see http://docbook.sf.net/el/author            pci_clear_mwi
Warn: meta author : no author data, so inserted a fixme            pci_clear_mwi
Note: Writing pci_clear_mwi.9
Warn: meta author : no refentry/info/author                        pci_intx
Note: meta author : see http://docbook.sf.net/el/author            pci_intx
Warn: meta author : no author data, so inserted a fixme            pci_intx
Note: Writing pci_intx.9
Warn: meta author : no refentry/info/author                        pci_msi_off
Note: meta author : see http://docbook.sf.net/el/author            pci_msi_off
Warn: meta author : no author data, so inserted a fixme            pci_msi_off
Note: Writing pci_msi_off.9
Warn: meta author : no refentry/info/author                        __pci_reset_function
Note: meta author : see http://docbook.sf.net/el/author            __pci_reset_function
Warn: meta author : no author data, so inserted a fixme            __pci_reset_function
Note: Writing __pci_reset_function.9
Warn: meta author : no refentry/info/author                        pci_reset_function
Note: meta author : see http://docbook.sf.net/el/author            pci_reset_function
Warn: meta author : no author data, so inserted a fixme            pci_reset_function
Note: Writing pci_reset_function.9
Warn: meta author : no refentry/info/author                        pcix_get_max_mmrbc
Note: meta author : see http://docbook.sf.net/el/author            pcix_get_max_mmrbc
Warn: meta author : no author data, so inserted a fixme            pcix_get_max_mmrbc
Note: Writing pcix_get_max_mmrbc.9
Warn: meta author : no refentry/info/author                        pcix_get_mmrbc
Note: meta author : see http://docbook.sf.net/el/author            pcix_get_mmrbc
Warn: meta author : no author data, so inserted a fixme            pcix_get_mmrbc
Note: Writing pcix_get_mmrbc.9
Warn: meta author : no refentry/info/author                        pcix_set_mmrbc
Note: meta author : see http://docbook.sf.net/el/author            pcix_set_mmrbc
Warn: meta author : no author data, so inserted a fixme            pcix_set_mmrbc
Note: Writing pcix_set_mmrbc.9
Warn: meta author : no refentry/info/author                        pcie_get_readrq
Note: meta author : see http://docbook.sf.net/el/author            pcie_get_readrq
Warn: meta author : no author data, so inserted a fixme            pcie_get_readrq
Note: Writing pcie_get_readrq.9
Warn: meta author : no refentry/info/author                        pcie_set_readrq
Note: meta author : see http://docbook.sf.net/el/author            pcie_set_readrq
Warn: meta author : no author data, so inserted a fixme            pcie_set_readrq
Note: Writing pcie_set_readrq.9
Warn: meta author : no refentry/info/author                        pci_select_bars
Note: meta author : see http://docbook.sf.net/el/author            pci_select_bars
Warn: meta author : no author data, so inserted a fixme            pci_select_bars
Note: Writing pci_select_bars.9
Warn: meta author : no refentry/info/author                        pci_add_dynid
Note: meta author : see http://docbook.sf.net/el/author            pci_add_dynid
Warn: meta author : no author data, so inserted a fixme            pci_add_dynid
Note: Writing pci_add_dynid.9
Warn: meta author : no refentry/info/author                        pci_match_id
Note: meta author : see http://docbook.sf.net/el/author            pci_match_id
Warn: meta author : no author data, so inserted a fixme            pci_match_id
Note: Writing pci_match_id.9
Warn: meta author : no refentry/info/author                        __pci_register_driver
Note: meta author : see http://docbook.sf.net/el/author            __pci_register_driver
Warn: meta author : no author data, so inserted a fixme            __pci_register_driver
Note: Writing __pci_register_driver.9
Warn: meta author : no refentry/info/author                        pci_unregister_driver
Note: meta author : see http://docbook.sf.net/el/author            pci_unregister_driver
Warn: meta author : no author data, so inserted a fixme            pci_unregister_driver
Note: Writing pci_unregister_driver.9
Warn: meta author : no refentry/info/author                        pci_dev_driver
Note: meta author : see http://docbook.sf.net/el/author            pci_dev_driver
Warn: meta author : no author data, so inserted a fixme            pci_dev_driver
Note: Writing pci_dev_driver.9
Warn: meta author : no refentry/info/author                        pci_dev_get
Note: meta author : see http://docbook.sf.net/el/author            pci_dev_get
Warn: meta author : no author data, so inserted a fixme            pci_dev_get
Note: Writing pci_dev_get.9
Warn: meta author : no refentry/info/author                        pci_dev_put
Note: meta author : see http://docbook.sf.net/el/author            pci_dev_put
Warn: meta author : no author data, so inserted a fixme            pci_dev_put
Note: Writing pci_dev_put.9
Warn: meta author : no refentry/info/author                        pci_remove_bus_device
Note: meta author : see http://docbook.sf.net/el/author            pci_remove_bus_device
Warn: meta author : no author data, so inserted a fixme            pci_remove_bus_device
Note: Writing pci_remove_bus_device.9
Warn: meta author : no refentry/info/author                        pci_remove_behind_bridge
Note: meta author : see http://docbook.sf.net/el/author            pci_remove_behind_bridge
Warn: meta author : no author data, so inserted a fixme            pci_remove_behind_bridge
Note: Writing pci_remove_behind_bridge.9
Warn: meta author : no refentry/info/author                        pci_stop_bus_device
Note: meta author : see http://docbook.sf.net/el/author            pci_stop_bus_device
Warn: meta author : no author data, so inserted a fixme            pci_stop_bus_device
Note: Writing pci_stop_bus_device.9
Warn: meta author : no refentry/info/author                        pci_find_bus
Note: meta author : see http://docbook.sf.net/el/author            pci_find_bus
Warn: meta author : no author data, so inserted a fixme            pci_find_bus
Note: Writing pci_find_bus.9
Warn: meta author : no refentry/info/author                        pci_find_next_bus
Note: meta author : see http://docbook.sf.net/el/author            pci_find_next_bus
Warn: meta author : no author data, so inserted a fixme            pci_find_next_bus
Note: Writing pci_find_next_bus.9
Warn: meta author : no refentry/info/author                        pci_get_slot
Note: meta author : see http://docbook.sf.net/el/author            pci_get_slot
Warn: meta author : no author data, so inserted a fixme            pci_get_slot
Note: Writing pci_get_slot.9
Warn: meta author : no refentry/info/author                        pci_get_domain_bus_and_slot
Note: meta author : see http://docbook.sf.net/el/author            pci_get_domain_bus_and_slot
Warn: meta author : no author data, so inserted a fixme            pci_get_domain_bus_and_slot
Note: Writing pci_get_domain_bus_and_slot.9
Warn: meta author : no refentry/info/author                        pci_get_subsys
Note: meta author : see http://docbook.sf.net/el/author            pci_get_subsys
Warn: meta author : no author data, so inserted a fixme            pci_get_subsys
Note: Writing pci_get_subsys.9
Warn: meta author : no refentry/info/author                        pci_get_device
Note: meta author : see http://docbook.sf.net/el/author            pci_get_device
Warn: meta author : no author data, so inserted a fixme            pci_get_device
Note: Writing pci_get_device.9
Warn: meta author : no refentry/info/author                        pci_get_class
Note: meta author : see http://docbook.sf.net/el/author            pci_get_class
Warn: meta author : no author data, so inserted a fixme            pci_get_class
Note: Writing pci_get_class.9
Warn: meta author : no refentry/info/author                        pci_dev_present
Note: meta author : see http://docbook.sf.net/el/author            pci_dev_present
Warn: meta author : no author data, so inserted a fixme            pci_dev_present
Note: Writing pci_dev_present.9
Warn: meta author : no refentry/info/author                        pci_enable_msi_block
Note: meta author : see http://docbook.sf.net/el/author            pci_enable_msi_block
Warn: meta author : no author data, so inserted a fixme            pci_enable_msi_block
Note: Writing pci_enable_msi_block.9
Warn: meta author : no refentry/info/author                        pci_enable_msix
Note: meta author : see http://docbook.sf.net/el/author            pci_enable_msix
Warn: meta author : no author data, so inserted a fixme            pci_enable_msix
Note: Writing pci_enable_msix.9
Warn: meta author : no refentry/info/author                        pci_msi_enabled
Note: meta author : see http://docbook.sf.net/el/author            pci_msi_enabled
Warn: meta author : no author data, so inserted a fixme            pci_msi_enabled
Note: Writing pci_msi_enabled.9
Warn: meta author : no refentry/info/author                        pci_bus_alloc_resource
Note: meta author : see http://docbook.sf.net/el/author            pci_bus_alloc_resource
Warn: meta author : no author data, so inserted a fixme            pci_bus_alloc_resource
Note: Writing pci_bus_alloc_resource.9
Warn: meta author : no refentry/info/author                        pci_bus_add_device
Note: meta author : see http://docbook.sf.net/el/author            pci_bus_add_device
Warn: meta author : no author data, so inserted a fixme            pci_bus_add_device
Note: Writing pci_bus_add_device.9
Warn: meta author : no refentry/info/author                        pci_bus_add_devices
Note: meta author : see http://docbook.sf.net/el/author            pci_bus_add_devices
Warn: meta author : no author data, so inserted a fixme            pci_bus_add_devices
Note: Writing pci_bus_add_devices.9
Warn: meta author : no refentry/info/author                        pci_bus_set_ops
Note: meta author : see http://docbook.sf.net/el/author            pci_bus_set_ops
Warn: meta author : no author data, so inserted a fixme            pci_bus_set_ops
Note: Writing pci_bus_set_ops.9
Warn: meta author : no refentry/info/author                        pci_read_vpd
Note: meta author : see http://docbook.sf.net/el/author            pci_read_vpd
Warn: meta author : no author data, so inserted a fixme            pci_read_vpd
Note: Writing pci_read_vpd.9
Warn: meta author : no refentry/info/author                        pci_write_vpd
Note: meta author : see http://docbook.sf.net/el/author            pci_write_vpd
Warn: meta author : no author data, so inserted a fixme            pci_write_vpd
Note: Writing pci_write_vpd.9
Warn: meta author : no refentry/info/author                        pci_vpd_truncate
Note: meta author : see http://docbook.sf.net/el/author            pci_vpd_truncate
Warn: meta author : no author data, so inserted a fixme            pci_vpd_truncate
Note: Writing pci_vpd_truncate.9
Warn: meta author : no refentry/info/author                        pci_block_user_cfg_access
Note: meta author : see http://docbook.sf.net/el/author            pci_block_user_cfg_access
Warn: meta author : no author data, so inserted a fixme            pci_block_user_cfg_access
Note: Writing pci_block_user_cfg_access.9
Warn: meta author : no refentry/info/author                        pci_unblock_user_cfg_access
Note: meta author : see http://docbook.sf.net/el/author            pci_unblock_user_cfg_access
Warn: meta author : no author data, so inserted a fixme            pci_unblock_user_cfg_access
Note: Writing pci_unblock_user_cfg_access.9
Warn: meta author : no refentry/info/author                        pci_lost_interrupt
Note: meta author : see http://docbook.sf.net/el/author            pci_lost_interrupt
Warn: meta author : no author data, so inserted a fixme            pci_lost_interrupt
Note: Writing pci_lost_interrupt.9
Warn: meta author : no refentry/info/author                        __ht_create_irq
Note: meta author : see http://docbook.sf.net/el/author            __ht_create_irq
Warn: meta author : no author data, so inserted a fixme            __ht_create_irq
Note: Writing __ht_create_irq.9
Warn: meta author : no refentry/info/author                        ht_create_irq
Note: meta author : see http://docbook.sf.net/el/author            ht_create_irq
Warn: meta author : no author data, so inserted a fixme            ht_create_irq
Note: Writing ht_create_irq.9
Warn: meta author : no refentry/info/author                        ht_destroy_irq
Note: meta author : see http://docbook.sf.net/el/author            ht_destroy_irq
Warn: meta author : no author data, so inserted a fixme            ht_destroy_irq
Note: Writing ht_destroy_irq.9
Warn: meta author : no refentry/info/author                        pci_scan_slot
Note: meta author : see http://docbook.sf.net/el/author            pci_scan_slot
Warn: meta author : no author data, so inserted a fixme            pci_scan_slot
Note: Writing pci_scan_slot.9
Warn: meta author : no refentry/info/author                        pci_rescan_bus
Note: meta author : see http://docbook.sf.net/el/author            pci_rescan_bus
Warn: meta author : no author data, so inserted a fixme            pci_rescan_bus
Note: Writing pci_rescan_bus.9
Warn: meta author : no refentry/info/author                        pci_create_slot
Note: meta author : see http://docbook.sf.net/el/author            pci_create_slot
Warn: meta author : no author data, so inserted a fixme            pci_create_slot
Note: Writing pci_create_slot.9
Warn: meta author : no refentry/info/author                        pci_renumber_slot
Note: meta author : see http://docbook.sf.net/el/author            pci_renumber_slot
Warn: meta author : no author data, so inserted a fixme            pci_renumber_slot
Note: Writing pci_renumber_slot.9
Warn: meta author : no refentry/info/author                        pci_destroy_slot
Note: meta author : see http://docbook.sf.net/el/author            pci_destroy_slot
Warn: meta author : no author data, so inserted a fixme            pci_destroy_slot
Note: Writing pci_destroy_slot.9
Warn: meta author : no refentry/info/author                        pci_hp_create_module_link
Note: meta author : see http://docbook.sf.net/el/author            pci_hp_create_module_link
Warn: meta author : no author data, so inserted a fixme            pci_hp_create_module_link
Note: Writing pci_hp_create_module_link.9
Warn: meta author : no refentry/info/author                        pci_hp_remove_module_link
Note: meta author : see http://docbook.sf.net/el/author            pci_hp_remove_module_link
Warn: meta author : no author data, so inserted a fixme            pci_hp_remove_module_link
Note: Writing pci_hp_remove_module_link.9
Warn: meta author : no refentry/info/author                        pci_enable_rom
Note: meta author : see http://docbook.sf.net/el/author            pci_enable_rom
Warn: meta author : no author data, so inserted a fixme            pci_enable_rom
Note: Writing pci_enable_rom.9
Warn: meta author : no refentry/info/author                        pci_disable_rom
Note: meta author : see http://docbook.sf.net/el/author            pci_disable_rom
Warn: meta author : no author data, so inserted a fixme            pci_disable_rom
Note: Writing pci_disable_rom.9
Warn: meta author : no refentry/info/author                        pci_map_rom
Note: meta author : see http://docbook.sf.net/el/author            pci_map_rom
Warn: meta author : no author data, so inserted a fixme            pci_map_rom
Note: Writing pci_map_rom.9
Warn: meta author : no refentry/info/author                        pci_unmap_rom
Note: meta author : see http://docbook.sf.net/el/author            pci_unmap_rom
Warn: meta author : no author data, so inserted a fixme            pci_unmap_rom
Note: Writing pci_unmap_rom.9
Warn: meta author : no refentry/info/author                        pci_enable_sriov
Note: meta author : see http://docbook.sf.net/el/author            pci_enable_sriov
Warn: meta author : no author data, so inserted a fixme            pci_enable_sriov
Note: Writing pci_enable_sriov.9
Warn: meta author : no refentry/info/author                        pci_disable_sriov
Note: meta author : see http://docbook.sf.net/el/author            pci_disable_sriov
Warn: meta author : no author data, so inserted a fixme            pci_disable_sriov
Note: Writing pci_disable_sriov.9
Warn: meta author : no refentry/info/author                        pci_sriov_migration
Note: meta author : see http://docbook.sf.net/el/author            pci_sriov_migration
Warn: meta author : no author data, so inserted a fixme            pci_sriov_migration
Note: Writing pci_sriov_migration.9
Warn: meta author : no refentry/info/author                        pci_num_vf
Note: meta author : see http://docbook.sf.net/el/author            pci_num_vf
Warn: meta author : no author data, so inserted a fixme            pci_num_vf
Note: Writing pci_num_vf.9
Warn: meta author : no refentry/info/author                        pci_read_legacy_io
Note: meta author : see http://docbook.sf.net/el/author            pci_read_legacy_io
Warn: meta author : no author data, so inserted a fixme            pci_read_legacy_io
Note: Writing pci_read_legacy_io.9
Warn: meta author : no refentry/info/author                        pci_write_legacy_io
Note: meta author : see http://docbook.sf.net/el/author            pci_write_legacy_io
Warn: meta author : no author data, so inserted a fixme            pci_write_legacy_io
Note: Writing pci_write_legacy_io.9
Warn: meta author : no refentry/info/author                        pci_mmap_legacy_mem
Note: meta author : see http://docbook.sf.net/el/author            pci_mmap_legacy_mem
Warn: meta author : no author data, so inserted a fixme            pci_mmap_legacy_mem
Note: Writing pci_mmap_legacy_mem.9
Warn: meta author : no refentry/info/author                        pci_mmap_legacy_io
Note: meta author : see http://docbook.sf.net/el/author            pci_mmap_legacy_io
Warn: meta author : no author data, so inserted a fixme            pci_mmap_legacy_io
Note: Writing pci_mmap_legacy_io.9
Warn: meta author : no refentry/info/author                        pci_adjust_legacy_attr
Note: meta author : see http://docbook.sf.net/el/author            pci_adjust_legacy_attr
Warn: meta author : no author data, so inserted a fixme            pci_adjust_legacy_attr
Note: Writing pci_adjust_legacy_attr.9
Warn: meta author : no refentry/info/author                        pci_create_legacy_files
Note: meta author : see http://docbook.sf.net/el/author            pci_create_legacy_files
Warn: meta author : no author data, so inserted a fixme            pci_create_legacy_files
Note: Writing pci_create_legacy_files.9
Warn: meta author : no refentry/info/author                        pci_mmap_resource
Note: meta author : see http://docbook.sf.net/el/author            pci_mmap_resource
Warn: meta author : no author data, so inserted a fixme            pci_mmap_resource
Note: Writing pci_mmap_resource.9
Warn: meta author : no refentry/info/author                        pci_remove_resource_files
Note: meta author : see http://docbook.sf.net/el/author            pci_remove_resource_files
Warn: meta author : no author data, so inserted a fixme            pci_remove_resource_files
Note: Writing pci_remove_resource_files.9
Warn: meta author : no refentry/info/author                        pci_create_resource_files
Note: meta author : see http://docbook.sf.net/el/author            pci_create_resource_files
Warn: meta author : no author data, so inserted a fixme            pci_create_resource_files
Note: Writing pci_create_resource_files.9
Warn: meta author : no refentry/info/author                        pci_write_rom
Note: meta author : see http://docbook.sf.net/el/author            pci_write_rom
Warn: meta author : no author data, so inserted a fixme            pci_write_rom
Note: Writing pci_write_rom.9
Warn: meta author : no refentry/info/author                        pci_read_rom
Note: meta author : see http://docbook.sf.net/el/author            pci_read_rom
Warn: meta author : no author data, so inserted a fixme            pci_read_rom
Note: Writing pci_read_rom.9
Warn: meta author : no refentry/info/author                        pci_remove_sysfs_dev_files
Note: meta author : see http://docbook.sf.net/el/author            pci_remove_sysfs_dev_files
Warn: meta author : no author data, so inserted a fixme            pci_remove_sysfs_dev_files
Note: Writing pci_remove_sysfs_dev_files.9
Warn: meta author : no refentry/info/author                        __pci_hp_register
Note: meta author : see http://docbook.sf.net/el/author            __pci_hp_register
Warn: meta author : no author data, so inserted a fixme            __pci_hp_register
Note: Writing __pci_hp_register.9
Warn: meta author : no refentry/info/author                        pci_hp_deregister
Note: meta author : see http://docbook.sf.net/el/author            pci_hp_deregister
Warn: meta author : no author data, so inserted a fixme            pci_hp_deregister
Note: Writing pci_hp_deregister.9
Warn: meta author : no refentry/info/author                        pci_hp_change_slot_info
Note: meta author : see http://docbook.sf.net/el/author            pci_hp_change_slot_info
Warn: meta author : no author data, so inserted a fixme            pci_hp_change_slot_info
Note: Writing pci_hp_change_slot_info.9
Warn: meta author : no refentry/info/author                        mca_enable_dma
Note: meta author : see http://docbook.sf.net/el/author            mca_enable_dma
Warn: meta author : no author data, so inserted a fixme            mca_enable_dma
Note: Writing mca_enable_dma.9
Warn: meta author : no refentry/info/author                        mca_disable_dma
Note: meta author : see http://docbook.sf.net/el/author            mca_disable_dma
Warn: meta author : no author data, so inserted a fixme            mca_disable_dma
Note: Writing mca_disable_dma.9
Warn: meta author : no refentry/info/author                        mca_set_dma_addr
Note: meta author : see http://docbook.sf.net/el/author            mca_set_dma_addr
Warn: meta author : no author data, so inserted a fixme            mca_set_dma_addr
Note: Writing mca_set_dma_addr.9
Warn: meta author : no refentry/info/author                        mca_get_dma_addr
Note: meta author : see http://docbook.sf.net/el/author            mca_get_dma_addr
Warn: meta author : no author data, so inserted a fixme            mca_get_dma_addr
Note: Writing mca_get_dma_addr.9
Warn: meta author : no refentry/info/author                        mca_set_dma_count
Note: meta author : see http://docbook.sf.net/el/author            mca_set_dma_count
Warn: meta author : no author data, so inserted a fixme            mca_set_dma_count
Note: Writing mca_set_dma_count.9
Warn: meta author : no refentry/info/author                        mca_get_dma_residue
Note: meta author : see http://docbook.sf.net/el/author            mca_get_dma_residue
Warn: meta author : no author data, so inserted a fixme            mca_get_dma_residue
Note: Writing mca_get_dma_residue.9
Warn: meta author : no refentry/info/author                        mca_set_dma_io
Note: meta author : see http://docbook.sf.net/el/author            mca_set_dma_io
Warn: meta author : no author data, so inserted a fixme            mca_set_dma_io
Note: Writing mca_set_dma_io.9
Warn: meta author : no refentry/info/author                        mca_set_dma_mode
Note: meta author : see http://docbook.sf.net/el/author            mca_set_dma_mode
Warn: meta author : no author data, so inserted a fixme            mca_set_dma_mode
Note: Writing mca_set_dma_mode.9
Warn: meta author : no refentry/info/author                        dmi_check_system
Note: meta author : see http://docbook.sf.net/el/author            dmi_check_system
Warn: meta author : no author data, so inserted a fixme            dmi_check_system
Note: Writing dmi_check_system.9
Warn: meta author : no refentry/info/author                        dmi_first_match
Note: meta author : see http://docbook.sf.net/el/author            dmi_first_match
Warn: meta author : no author data, so inserted a fixme            dmi_first_match
Note: Writing dmi_first_match.9
Warn: meta author : no refentry/info/author                        dmi_get_system_info
Note: meta author : see http://docbook.sf.net/el/author            dmi_get_system_info
Warn: meta author : no author data, so inserted a fixme            dmi_get_system_info
Note: Writing dmi_get_system_info.9
Warn: meta author : no refentry/info/author                        dmi_name_in_vendors
Note: meta author : see http://docbook.sf.net/el/author            dmi_name_in_vendors
Warn: meta author : no author data, so inserted a fixme            dmi_name_in_vendors
Note: Writing dmi_name_in_vendors.9
Warn: meta author : no refentry/info/author                        dmi_find_device
Note: meta author : see http://docbook.sf.net/el/author            dmi_find_device
Warn: meta author : no author data, so inserted a fixme            dmi_find_device
Note: Writing dmi_find_device.9
Warn: meta author : no refentry/info/author                        dmi_get_date
Note: meta author : see http://docbook.sf.net/el/author            dmi_get_date
Warn: meta author : no author data, so inserted a fixme            dmi_get_date
Note: Writing dmi_get_date.9
Warn: meta author : no refentry/info/author                        dmi_walk
Note: meta author : see http://docbook.sf.net/el/author            dmi_walk
Warn: meta author : no author data, so inserted a fixme            dmi_walk
Note: Writing dmi_walk.9
Warn: meta author : no refentry/info/author                        dmi_match
Note: meta author : see http://docbook.sf.net/el/author            dmi_match
Warn: meta author : no author data, so inserted a fixme            dmi_match
Note: Writing dmi_match.9
Warn: meta author : no refentry/info/author                        edd_show_raw_data
Note: meta author : see http://docbook.sf.net/el/author            edd_show_raw_data
Warn: meta author : no author data, so inserted a fixme            edd_show_raw_data
Note: Writing edd_show_raw_data.9
Warn: meta author : no refentry/info/author                        edd_release
Note: meta author : see http://docbook.sf.net/el/author            edd_release
Warn: meta author : no author data, so inserted a fixme            edd_release
Note: Writing edd_release.9
Warn: meta author : no refentry/info/author                        edd_dev_is_type
Note: meta author : see http://docbook.sf.net/el/author            edd_dev_is_type
Warn: meta author : no author data, so inserted a fixme            edd_dev_is_type
Note: Writing edd_dev_is_type.9
Warn: meta author : no refentry/info/author                        edd_get_pci_dev
Note: meta author : see http://docbook.sf.net/el/author            edd_get_pci_dev
Warn: meta author : no author data, so inserted a fixme            edd_get_pci_dev
Note: Writing edd_get_pci_dev.9
Warn: meta author : no refentry/info/author                        edd_init
Note: meta author : see http://docbook.sf.net/el/author            edd_init
Warn: meta author : no author data, so inserted a fixme            edd_init
Note: Writing edd_init.9
Warn: meta author : no refentry/info/author                        security_init
Note: meta author : see http://docbook.sf.net/el/author            security_init
Warn: meta author : no author data, so inserted a fixme            security_init
Note: Writing security_init.9
Warn: meta author : no refentry/info/author                        security_module_enable
Note: meta author : see http://docbook.sf.net/el/author            security_module_enable
Warn: meta author : no author data, so inserted a fixme            security_module_enable
Note: Writing security_module_enable.9
Warn: meta author : no refentry/info/author                        register_security
Note: meta author : see http://docbook.sf.net/el/author            register_security
Warn: meta author : no author data, so inserted a fixme            register_security
Note: Writing register_security.9
Warn: meta author : no refentry/info/author                        securityfs_create_file
Note: meta author : see http://docbook.sf.net/el/author            securityfs_create_file
Warn: meta author : no author data, so inserted a fixme            securityfs_create_file
Note: Writing securityfs_create_file.9
Warn: meta author : no refentry/info/author                        securityfs_create_dir
Note: meta author : see http://docbook.sf.net/el/author            securityfs_create_dir
Warn: meta author : no author data, so inserted a fixme            securityfs_create_dir
Note: Writing securityfs_create_dir.9
Warn: meta author : no refentry/info/author                        securityfs_remove
Note: meta author : see http://docbook.sf.net/el/author            securityfs_remove
Warn: meta author : no author data, so inserted a fixme            securityfs_remove
Note: Writing securityfs_remove.9
Warn: meta author : no refentry/info/author                        audit_log_start
Note: meta author : see http://docbook.sf.net/el/author            audit_log_start
Warn: meta author : no author data, so inserted a fixme            audit_log_start
Note: Writing audit_log_start.9
Warn: meta author : no refentry/info/author                        audit_log_format
Note: meta author : see http://docbook.sf.net/el/author            audit_log_format
Warn: meta author : no author data, so inserted a fixme            audit_log_format
Note: Writing audit_log_format.9
Warn: meta author : no refentry/info/author                        audit_log_end
Note: meta author : see http://docbook.sf.net/el/author            audit_log_end
Warn: meta author : no author data, so inserted a fixme            audit_log_end
Note: Writing audit_log_end.9
Warn: meta author : no refentry/info/author                        audit_log
Note: meta author : see http://docbook.sf.net/el/author            audit_log
Warn: meta author : no author data, so inserted a fixme            audit_log
Note: Writing audit_log.9
Warn: meta author : no refentry/info/author                        audit_alloc
Note: meta author : see http://docbook.sf.net/el/author            audit_alloc
Warn: meta author : no author data, so inserted a fixme            audit_alloc
Note: Writing audit_alloc.9
Warn: meta author : no refentry/info/author                        audit_free
Note: meta author : see http://docbook.sf.net/el/author            audit_free
Warn: meta author : no author data, so inserted a fixme            audit_free
Note: Writing audit_free.9
Warn: meta author : no refentry/info/author                        audit_syscall_entry
Note: meta author : see http://docbook.sf.net/el/author            audit_syscall_entry
Warn: meta author : no author data, so inserted a fixme            audit_syscall_entry
Note: Writing audit_syscall_entry.9
Warn: meta author : no refentry/info/author                        audit_syscall_exit
Note: meta author : see http://docbook.sf.net/el/author            audit_syscall_exit
Warn: meta author : no author data, so inserted a fixme            audit_syscall_exit
Note: Writing audit_syscall_exit.9
Warn: meta author : no refentry/info/author                        __audit_getname
Note: meta author : see http://docbook.sf.net/el/author            __audit_getname
Warn: meta author : no author data, so inserted a fixme            __audit_getname
Note: Writing __audit_getname.9
Warn: meta author : no refentry/info/author                        __audit_inode
Note: meta author : see http://docbook.sf.net/el/author            __audit_inode
Warn: meta author : no author data, so inserted a fixme            __audit_inode
Note: Writing __audit_inode.9
Warn: meta author : no refentry/info/author                        auditsc_get_stamp
Note: meta author : see http://docbook.sf.net/el/author            auditsc_get_stamp
Warn: meta author : no author data, so inserted a fixme            auditsc_get_stamp
Note: Writing auditsc_get_stamp.9
Warn: meta author : no refentry/info/author                        audit_set_loginuid
Note: meta author : see http://docbook.sf.net/el/author            audit_set_loginuid
Warn: meta author : no author data, so inserted a fixme            audit_set_loginuid
Note: Writing audit_set_loginuid.9
Warn: meta author : no refentry/info/author                        __audit_mq_open
Note: meta author : see http://docbook.sf.net/el/author            __audit_mq_open
Warn: meta author : no author data, so inserted a fixme            __audit_mq_open
Note: Writing __audit_mq_open.9
Warn: meta author : no refentry/info/author                        __audit_mq_sendrecv
Note: meta author : see http://docbook.sf.net/el/author            __audit_mq_sendrecv
Warn: meta author : no author data, so inserted a fixme            __audit_mq_sendrecv
Note: Writing __audit_mq_sendrecv.9
Warn: meta author : no refentry/info/author                        __audit_mq_notify
Note: meta author : see http://docbook.sf.net/el/author            __audit_mq_notify
Warn: meta author : no author data, so inserted a fixme            __audit_mq_notify
Note: Writing __audit_mq_notify.9
Warn: meta author : no refentry/info/author                        __audit_mq_getsetattr
Note: meta author : see http://docbook.sf.net/el/author            __audit_mq_getsetattr
Warn: meta author : no author data, so inserted a fixme            __audit_mq_getsetattr
Note: Writing __audit_mq_getsetattr.9
Warn: meta author : no refentry/info/author                        __audit_ipc_obj
Note: meta author : see http://docbook.sf.net/el/author            __audit_ipc_obj
Warn: meta author : no author data, so inserted a fixme            __audit_ipc_obj
Note: Writing __audit_ipc_obj.9
Warn: meta author : no refentry/info/author                        __audit_ipc_set_perm
Note: meta author : see http://docbook.sf.net/el/author            __audit_ipc_set_perm
Warn: meta author : no author data, so inserted a fixme            __audit_ipc_set_perm
Note: Writing __audit_ipc_set_perm.9
Warn: meta author : no refentry/info/author                        audit_socketcall
Note: meta author : see http://docbook.sf.net/el/author            audit_socketcall
Warn: meta author : no author data, so inserted a fixme            audit_socketcall
Note: Writing audit_socketcall.9
Warn: meta author : no refentry/info/author                        __audit_fd_pair
Note: meta author : see http://docbook.sf.net/el/author            __audit_fd_pair
Warn: meta author : no author data, so inserted a fixme            __audit_fd_pair
Note: Writing __audit_fd_pair.9
Warn: meta author : no refentry/info/author                        audit_sockaddr
Note: meta author : see http://docbook.sf.net/el/author            audit_sockaddr
Warn: meta author : no author data, so inserted a fixme            audit_sockaddr
Note: Writing audit_sockaddr.9
Warn: meta author : no refentry/info/author                        __audit_signal_info
Note: meta author : see http://docbook.sf.net/el/author            __audit_signal_info
Warn: meta author : no author data, so inserted a fixme            __audit_signal_info
Note: Writing __audit_signal_info.9
Warn: meta author : no refentry/info/author                        __audit_log_bprm_fcaps
Note: meta author : see http://docbook.sf.net/el/author            __audit_log_bprm_fcaps
Warn: meta author : no author data, so inserted a fixme            __audit_log_bprm_fcaps
Note: Writing __audit_log_bprm_fcaps.9
Warn: meta author : no refentry/info/author                        __audit_log_capset
Note: meta author : see http://docbook.sf.net/el/author            __audit_log_capset
Warn: meta author : no author data, so inserted a fixme            __audit_log_capset
Note: Writing __audit_log_capset.9
Warn: meta author : no refentry/info/author                        audit_core_dumps
Note: meta author : see http://docbook.sf.net/el/author            audit_core_dumps
Warn: meta author : no author data, so inserted a fixme            audit_core_dumps
Note: Writing audit_core_dumps.9
Warn: meta author : no refentry/info/author                        audit_receive_filter
Note: meta author : see http://docbook.sf.net/el/author            audit_receive_filter
Warn: meta author : no author data, so inserted a fixme            audit_receive_filter
Note: Writing audit_receive_filter.9
Warn: meta author : no refentry/info/author                        sys_acct
Note: meta author : see http://docbook.sf.net/el/author            sys_acct
Warn: meta author : no author data, so inserted a fixme            sys_acct
Note: Writing sys_acct.9
Warn: meta author : no refentry/info/author                        acct_auto_close_mnt
Note: meta author : see http://docbook.sf.net/el/author            acct_auto_close_mnt
Warn: meta author : no author data, so inserted a fixme            acct_auto_close_mnt
Note: Writing acct_auto_close_mnt.9
Warn: meta author : no refentry/info/author                        acct_auto_close
Note: meta author : see http://docbook.sf.net/el/author            acct_auto_close
Warn: meta author : no author data, so inserted a fixme            acct_auto_close
Note: Writing acct_auto_close.9
Warn: meta author : no refentry/info/author                        acct_collect
Note: meta author : see http://docbook.sf.net/el/author            acct_collect
Warn: meta author : no author data, so inserted a fixme            acct_collect
Note: Writing acct_collect.9
Warn: meta author : no refentry/info/author                        acct_process
Note: meta author : see http://docbook.sf.net/el/author            acct_process
Warn: meta author : no author data, so inserted a fixme            acct_process
Note: Writing acct_process.9
Warn: meta author : no refentry/info/author                        blk_get_backing_dev_info
Note: meta author : see http://docbook.sf.net/el/author            blk_get_backing_dev_info
Warn: meta author : no author data, so inserted a fixme            blk_get_backing_dev_info
Note: Writing blk_get_backing_dev_info.9
Warn: meta author : no refentry/info/author                        blk_plug_device_unlocked
Note: meta author : see http://docbook.sf.net/el/author            blk_plug_device_unlocked
Warn: meta author : no author data, so inserted a fixme            blk_plug_device_unlocked
Note: Writing blk_plug_device_unlocked.9
Warn: meta author : no refentry/info/author                        generic_unplug_device
Note: meta author : see http://docbook.sf.net/el/author            generic_unplug_device
Warn: meta author : no author data, so inserted a fixme            generic_unplug_device
Note: Writing generic_unplug_device.9
Warn: meta author : no refentry/info/author                        blk_start_queue
Note: meta author : see http://docbook.sf.net/el/author            blk_start_queue
Warn: meta author : no author data, so inserted a fixme            blk_start_queue
Note: Writing blk_start_queue.9
Warn: meta author : no refentry/info/author                        blk_stop_queue
Note: meta author : see http://docbook.sf.net/el/author            blk_stop_queue
Warn: meta author : no author data, so inserted a fixme            blk_stop_queue
Note: Writing blk_stop_queue.9
Warn: meta author : no refentry/info/author                        blk_sync_queue
Note: meta author : see http://docbook.sf.net/el/author            blk_sync_queue
Warn: meta author : no author data, so inserted a fixme            blk_sync_queue
Note: Writing blk_sync_queue.9
Warn: meta author : no refentry/info/author                        __blk_run_queue
Note: meta author : see http://docbook.sf.net/el/author            __blk_run_queue
Warn: meta author : no author data, so inserted a fixme            __blk_run_queue
Note: Writing __blk_run_queue.9
Warn: meta author : no refentry/info/author                        blk_run_queue
Note: meta author : see http://docbook.sf.net/el/author            blk_run_queue
Warn: meta author : no author data, so inserted a fixme            blk_run_queue
Note: Writing blk_run_queue.9
Warn: meta author : no refentry/info/author                        blk_init_queue
Note: meta author : see http://docbook.sf.net/el/author            blk_init_queue
Warn: meta author : no author data, so inserted a fixme            blk_init_queue
Note: Writing blk_init_queue.9
Warn: meta author : no refentry/info/author                        blk_make_request
Note: meta author : see http://docbook.sf.net/el/author            blk_make_request
Warn: meta author : no author data, so inserted a fixme            blk_make_request
Note: Writing blk_make_request.9
Warn: meta author : no refentry/info/author                        blk_requeue_request
Note: meta author : see http://docbook.sf.net/el/author            blk_requeue_request
Warn: meta author : no author data, so inserted a fixme            blk_requeue_request
Note: Writing blk_requeue_request.9
Warn: meta author : no refentry/info/author                        blk_insert_request
Note: meta author : see http://docbook.sf.net/el/author            blk_insert_request
Warn: meta author : no author data, so inserted a fixme            blk_insert_request
Note: Writing blk_insert_request.9
Warn: meta author : no refentry/info/author                        part_round_stats
Note: meta author : see http://docbook.sf.net/el/author            part_round_stats
Warn: meta author : no author data, so inserted a fixme            part_round_stats
Note: Writing part_round_stats.9
Warn: meta author : no refentry/info/author                        submit_bio
Note: meta author : see http://docbook.sf.net/el/author            submit_bio
Warn: meta author : no author data, so inserted a fixme            submit_bio
Note: Writing submit_bio.9
Warn: meta author : no refentry/info/author                        blk_rq_check_limits
Note: meta author : see http://docbook.sf.net/el/author            blk_rq_check_limits
Warn: meta author : no author data, so inserted a fixme            blk_rq_check_limits
Note: Writing blk_rq_check_limits.9
Warn: meta author : no refentry/info/author                        blk_insert_cloned_request
Note: meta author : see http://docbook.sf.net/el/author            blk_insert_cloned_request
Warn: meta author : no author data, so inserted a fixme            blk_insert_cloned_request
Note: Writing blk_insert_cloned_request.9
Warn: meta author : no refentry/info/author                        blk_rq_err_bytes
Note: meta author : see http://docbook.sf.net/el/author            blk_rq_err_bytes
Warn: meta author : no author data, so inserted a fixme            blk_rq_err_bytes
Note: Writing blk_rq_err_bytes.9
Warn: meta author : no refentry/info/author                        blk_peek_request
Note: meta author : see http://docbook.sf.net/el/author            blk_peek_request
Warn: meta author : no author data, so inserted a fixme            blk_peek_request
Note: Writing blk_peek_request.9
Warn: meta author : no refentry/info/author                        blk_start_request
Note: meta author : see http://docbook.sf.net/el/author            blk_start_request
Warn: meta author : no author data, so inserted a fixme            blk_start_request
Note: Writing blk_start_request.9
Warn: meta author : no refentry/info/author                        blk_fetch_request
Note: meta author : see http://docbook.sf.net/el/author            blk_fetch_request
Warn: meta author : no author data, so inserted a fixme            blk_fetch_request
Note: Writing blk_fetch_request.9
Warn: meta author : no refentry/info/author                        blk_update_request
Note: meta author : see http://docbook.sf.net/el/author            blk_update_request
Warn: meta author : no author data, so inserted a fixme            blk_update_request
Note: Writing blk_update_request.9
Warn: meta author : no refentry/info/author                        blk_end_request
Note: meta author : see http://docbook.sf.net/el/author            blk_end_request
Warn: meta author : no author data, so inserted a fixme            blk_end_request
Note: Writing blk_end_request.9
Warn: meta author : no refentry/info/author                        blk_end_request_all
Note: meta author : see http://docbook.sf.net/el/author            blk_end_request_all
Warn: meta author : no author data, so inserted a fixme            blk_end_request_all
Note: Writing blk_end_request_all.9
Warn: meta author : no refentry/info/author                        blk_end_request_cur
Note: meta author : see http://docbook.sf.net/el/author            blk_end_request_cur
Warn: meta author : no author data, so inserted a fixme            blk_end_request_cur
Note: Writing blk_end_request_cur.9
Warn: meta author : no refentry/info/author                        blk_end_request_err
Note: meta author : see http://docbook.sf.net/el/author            blk_end_request_err
Warn: meta author : no author data, so inserted a fixme            blk_end_request_err
Note: Writing blk_end_request_err.9
Warn: meta author : no refentry/info/author                        __blk_end_request
Note: meta author : see http://docbook.sf.net/el/author            __blk_end_request
Warn: meta author : no author data, so inserted a fixme            __blk_end_request
Note: Writing __blk_end_request.9
Warn: meta author : no refentry/info/author                        __blk_end_request_all
Note: meta author : see http://docbook.sf.net/el/author            __blk_end_request_all
Warn: meta author : no author data, so inserted a fixme            __blk_end_request_all
Note: Writing __blk_end_request_all.9
Warn: meta author : no refentry/info/author                        __blk_end_request_cur
Note: meta author : see http://docbook.sf.net/el/author            __blk_end_request_cur
Warn: meta author : no author data, so inserted a fixme            __blk_end_request_cur
Note: Writing __blk_end_request_cur.9
Warn: meta author : no refentry/info/author                        __blk_end_request_err
Note: meta author : see http://docbook.sf.net/el/author            __blk_end_request_err
Warn: meta author : no author data, so inserted a fixme            __blk_end_request_err
Note: Writing __blk_end_request_err.9
Warn: meta author : no refentry/info/author                        rq_flush_dcache_pages
Note: meta author : see http://docbook.sf.net/el/author            rq_flush_dcache_pages
Warn: meta author : no author data, so inserted a fixme            rq_flush_dcache_pages
Note: Writing rq_flush_dcache_pages.9
Warn: meta author : no refentry/info/author                        blk_lld_busy
Note: meta author : see http://docbook.sf.net/el/author            blk_lld_busy
Warn: meta author : no author data, so inserted a fixme            blk_lld_busy
Note: Writing blk_lld_busy.9
Warn: meta author : no refentry/info/author                        blk_rq_unprep_clone
Note: meta author : see http://docbook.sf.net/el/author            blk_rq_unprep_clone
Warn: meta author : no author data, so inserted a fixme            blk_rq_unprep_clone
Note: Writing blk_rq_unprep_clone.9
Warn: meta author : no refentry/info/author                        blk_rq_prep_clone
Note: meta author : see http://docbook.sf.net/el/author            blk_rq_prep_clone
Warn: meta author : no author data, so inserted a fixme            blk_rq_prep_clone
Note: Writing blk_rq_prep_clone.9
Warn: meta author : no refentry/info/author                        __generic_make_request
Note: meta author : see http://docbook.sf.net/el/author            __generic_make_request
Warn: meta author : no author data, so inserted a fixme            __generic_make_request
Note: Writing __generic_make_request.9
Warn: meta author : no refentry/info/author                        blk_end_bidi_request
Note: meta author : see http://docbook.sf.net/el/author            blk_end_bidi_request
Warn: meta author : no author data, so inserted a fixme            blk_end_bidi_request
Note: Writing blk_end_bidi_request.9
Warn: meta author : no refentry/info/author                        __blk_end_bidi_request
Note: meta author : see http://docbook.sf.net/el/author            __blk_end_bidi_request
Warn: meta author : no author data, so inserted a fixme            __blk_end_bidi_request
Note: Writing __blk_end_bidi_request.9
Warn: meta author : no refentry/info/author                        blk_rq_map_user
Note: meta author : see http://docbook.sf.net/el/author            blk_rq_map_user
Warn: meta author : no author data, so inserted a fixme            blk_rq_map_user
Note: Writing blk_rq_map_user.9
Warn: meta author : no refentry/info/author                        blk_rq_map_user_iov
Note: meta author : see http://docbook.sf.net/el/author            blk_rq_map_user_iov
Warn: meta author : no author data, so inserted a fixme            blk_rq_map_user_iov
Note: Writing blk_rq_map_user_iov.9
Warn: meta author : no refentry/info/author                        blk_rq_unmap_user
Note: meta author : see http://docbook.sf.net/el/author            blk_rq_unmap_user
Warn: meta author : no author data, so inserted a fixme            blk_rq_unmap_user
Note: Writing blk_rq_unmap_user.9
Warn: meta author : no refentry/info/author                        blk_rq_map_kern
Note: meta author : see http://docbook.sf.net/el/author            blk_rq_map_kern
Warn: meta author : no author data, so inserted a fixme            blk_rq_map_kern
Note: Writing blk_rq_map_kern.9
Warn: meta author : no refentry/info/author                        blk_release_queue
Note: meta author : see http://docbook.sf.net/el/author            blk_release_queue
Warn: meta author : no author data, so inserted a fixme            blk_release_queue
Note: Writing blk_release_queue.9
Warn: meta author : no refentry/info/author                        blk_queue_prep_rq
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_prep_rq
Warn: meta author : no author data, so inserted a fixme            blk_queue_prep_rq
Note: Writing blk_queue_prep_rq.9
Warn: meta author : no refentry/info/author                        blk_queue_merge_bvec
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_merge_bvec
Warn: meta author : no author data, so inserted a fixme            blk_queue_merge_bvec
Note: Writing blk_queue_merge_bvec.9
Warn: meta author : no refentry/info/author                        blk_set_default_limits
Note: meta author : see http://docbook.sf.net/el/author            blk_set_default_limits
Warn: meta author : no author data, so inserted a fixme            blk_set_default_limits
Note: Writing blk_set_default_limits.9
Warn: meta author : no refentry/info/author                        blk_queue_make_request
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_make_request
Warn: meta author : no author data, so inserted a fixme            blk_queue_make_request
Note: Writing blk_queue_make_request.9
Warn: meta author : no refentry/info/author                        blk_queue_bounce_limit
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_bounce_limit
Warn: meta author : no author data, so inserted a fixme            blk_queue_bounce_limit
Note: Writing blk_queue_bounce_limit.9
Warn: meta author : no refentry/info/author                        blk_queue_max_hw_sectors
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_max_hw_sectors
Warn: meta author : no author data, so inserted a fixme            blk_queue_max_hw_sectors
Note: Writing blk_queue_max_hw_sectors.9
Warn: meta author : no refentry/info/author                        blk_queue_max_discard_sectors
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_max_discard_sectors
Warn: meta author : no author data, so inserted a fixme            blk_queue_max_discard_sectors
Note: Writing blk_queue_max_discard_sectors.9
Warn: meta author : no refentry/info/author                        blk_queue_max_segments
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_max_segments
Warn: meta author : no author data, so inserted a fixme            blk_queue_max_segments
Note: Writing blk_queue_max_segments.9
Warn: meta author : no refentry/info/author                        blk_queue_max_segment_size
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_max_segment_size
Warn: meta author : no author data, so inserted a fixme            blk_queue_max_segment_size
Note: Writing blk_queue_max_segment_size.9
Warn: meta author : no refentry/info/author                        blk_queue_logical_block_size
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_logical_block_size
Warn: meta author : no author data, so inserted a fixme            blk_queue_logical_block_size
Note: Writing blk_queue_logical_block_size.9
Warn: meta author : no refentry/info/author                        blk_queue_physical_block_size
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_physical_block_size
Warn: meta author : no author data, so inserted a fixme            blk_queue_physical_block_size
Note: Writing blk_queue_physical_block_size.9
Warn: meta author : no refentry/info/author                        blk_queue_alignment_offset
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_alignment_offset
Warn: meta author : no author data, so inserted a fixme            blk_queue_alignment_offset
Note: Writing blk_queue_alignment_offset.9
Warn: meta author : no refentry/info/author                        blk_limits_io_min
Note: meta author : see http://docbook.sf.net/el/author            blk_limits_io_min
Warn: meta author : no author data, so inserted a fixme            blk_limits_io_min
Note: Writing blk_limits_io_min.9
Warn: meta author : no refentry/info/author                        blk_queue_io_min
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_io_min
Warn: meta author : no author data, so inserted a fixme            blk_queue_io_min
Note: Writing blk_queue_io_min.9
Warn: meta author : no refentry/info/author                        blk_limits_io_opt
Note: meta author : see http://docbook.sf.net/el/author            blk_limits_io_opt
Warn: meta author : no author data, so inserted a fixme            blk_limits_io_opt
Note: Writing blk_limits_io_opt.9
Warn: meta author : no refentry/info/author                        blk_queue_io_opt
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_io_opt
Warn: meta author : no author data, so inserted a fixme            blk_queue_io_opt
Note: Writing blk_queue_io_opt.9
Warn: meta author : no refentry/info/author                        blk_queue_stack_limits
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_stack_limits
Warn: meta author : no author data, so inserted a fixme            blk_queue_stack_limits
Note: Writing blk_queue_stack_limits.9
Warn: meta author : no refentry/info/author                        blk_stack_limits
Note: meta author : see http://docbook.sf.net/el/author            blk_stack_limits
Warn: meta author : no author data, so inserted a fixme            blk_stack_limits
Note: Writing blk_stack_limits.9
Warn: meta author : no refentry/info/author                        bdev_stack_limits
Note: meta author : see http://docbook.sf.net/el/author            bdev_stack_limits
Warn: meta author : no author data, so inserted a fixme            bdev_stack_limits
Note: Writing bdev_stack_limits.9
Warn: meta author : no refentry/info/author                        disk_stack_limits
Note: meta author : see http://docbook.sf.net/el/author            disk_stack_limits
Warn: meta author : no author data, so inserted a fixme            disk_stack_limits
Note: Writing disk_stack_limits.9
Warn: meta author : no refentry/info/author                        blk_queue_dma_pad
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_dma_pad
Warn: meta author : no author data, so inserted a fixme            blk_queue_dma_pad
Note: Writing blk_queue_dma_pad.9
Warn: meta author : no refentry/info/author                        blk_queue_update_dma_pad
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_update_dma_pad
Warn: meta author : no author data, so inserted a fixme            blk_queue_update_dma_pad
Note: Writing blk_queue_update_dma_pad.9
Warn: meta author : no refentry/info/author                        blk_queue_dma_drain
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_dma_drain
Warn: meta author : no author data, so inserted a fixme            blk_queue_dma_drain
Note: Writing blk_queue_dma_drain.9
Warn: meta author : no refentry/info/author                        blk_queue_segment_boundary
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_segment_boundary
Warn: meta author : no author data, so inserted a fixme            blk_queue_segment_boundary
Note: Writing blk_queue_segment_boundary.9
Warn: meta author : no refentry/info/author                        blk_queue_dma_alignment
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_dma_alignment
Warn: meta author : no author data, so inserted a fixme            blk_queue_dma_alignment
Note: Writing blk_queue_dma_alignment.9
Warn: meta author : no refentry/info/author                        blk_queue_update_dma_alignment
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_update_dma_alignment
Warn: meta author : no author data, so inserted a fixme            blk_queue_update_dma_alignment
Note: Writing blk_queue_update_dma_alignment.9
Warn: meta author : no refentry/info/author                        blk_execute_rq_nowait
Note: meta author : see http://docbook.sf.net/el/author            blk_execute_rq_nowait
Warn: meta author : no author data, so inserted a fixme            blk_execute_rq_nowait
Note: Writing blk_execute_rq_nowait.9
Warn: meta author : no refentry/info/author                        blk_execute_rq
Note: meta author : see http://docbook.sf.net/el/author            blk_execute_rq
Warn: meta author : no author data, so inserted a fixme            blk_execute_rq
Note: Writing blk_execute_rq.9
Warn: meta author : no refentry/info/author                        blk_queue_ordered
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_ordered
Warn: meta author : no author data, so inserted a fixme            blk_queue_ordered
Note: Writing blk_queue_ordered.9
Warn: meta author : no refentry/info/author                        blkdev_issue_flush
Note: meta author : see http://docbook.sf.net/el/author            blkdev_issue_flush
Warn: meta author : no author data, so inserted a fixme            blkdev_issue_flush
Note: Writing blkdev_issue_flush.9
Warn: meta author : no refentry/info/author                        blkdev_issue_discard
Note: meta author : see http://docbook.sf.net/el/author            blkdev_issue_discard
Warn: meta author : no author data, so inserted a fixme            blkdev_issue_discard
Note: Writing blkdev_issue_discard.9
Warn: meta author : no refentry/info/author                        blk_queue_find_tag
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_find_tag
Warn: meta author : no author data, so inserted a fixme            blk_queue_find_tag
Note: Writing blk_queue_find_tag.9
Warn: meta author : no refentry/info/author                        blk_free_tags
Note: meta author : see http://docbook.sf.net/el/author            blk_free_tags
Warn: meta author : no author data, so inserted a fixme            blk_free_tags
Note: Writing blk_free_tags.9
Warn: meta author : no refentry/info/author                        blk_queue_free_tags
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_free_tags
Warn: meta author : no author data, so inserted a fixme            blk_queue_free_tags
Note: Writing blk_queue_free_tags.9
Warn: meta author : no refentry/info/author                        blk_init_tags
Note: meta author : see http://docbook.sf.net/el/author            blk_init_tags
Warn: meta author : no author data, so inserted a fixme            blk_init_tags
Note: Writing blk_init_tags.9
Warn: meta author : no refentry/info/author                        blk_queue_init_tags
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_init_tags
Warn: meta author : no author data, so inserted a fixme            blk_queue_init_tags
Note: Writing blk_queue_init_tags.9
Warn: meta author : no refentry/info/author                        blk_queue_resize_tags
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_resize_tags
Warn: meta author : no author data, so inserted a fixme            blk_queue_resize_tags
Note: Writing blk_queue_resize_tags.9
Warn: meta author : no refentry/info/author                        blk_queue_end_tag
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_end_tag
Warn: meta author : no author data, so inserted a fixme            blk_queue_end_tag
Note: Writing blk_queue_end_tag.9
Warn: meta author : no refentry/info/author                        blk_queue_start_tag
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_start_tag
Warn: meta author : no author data, so inserted a fixme            blk_queue_start_tag
Note: Writing blk_queue_start_tag.9
Warn: meta author : no refentry/info/author                        blk_queue_invalidate_tags
Note: meta author : see http://docbook.sf.net/el/author            blk_queue_invalidate_tags
Warn: meta author : no author data, so inserted a fixme            blk_queue_invalidate_tags
Note: Writing blk_queue_invalidate_tags.9
Warn: meta author : no refentry/info/author                        __blk_free_tags
Note: meta author : see http://docbook.sf.net/el/author            __blk_free_tags
Warn: meta author : no author data, so inserted a fixme            __blk_free_tags
Note: Writing __blk_free_tags.9
Warn: meta author : no refentry/info/author                        __blk_queue_free_tags
Note: meta author : see http://docbook.sf.net/el/author            __blk_queue_free_tags
Warn: meta author : no author data, so inserted a fixme            __blk_queue_free_tags
Note: Writing __blk_queue_free_tags.9
Warn: meta author : no refentry/info/author                        blk_rq_count_integrity_sg
Note: meta author : see http://docbook.sf.net/el/author            blk_rq_count_integrity_sg
Warn: meta author : no author data, so inserted a fixme            blk_rq_count_integrity_sg
Note: Writing blk_rq_count_integrity_sg.9
Warn: meta author : no refentry/info/author                        blk_rq_map_integrity_sg
Note: meta author : see http://docbook.sf.net/el/author            blk_rq_map_integrity_sg
Warn: meta author : no author data, so inserted a fixme            blk_rq_map_integrity_sg
Note: Writing blk_rq_map_integrity_sg.9
Warn: meta author : no refentry/info/author                        blk_integrity_compare
Note: meta author : see http://docbook.sf.net/el/author            blk_integrity_compare
Warn: meta author : no author data, so inserted a fixme            blk_integrity_compare
Note: Writing blk_integrity_compare.9
Warn: meta author : no refentry/info/author                        blk_integrity_register
Note: meta author : see http://docbook.sf.net/el/author            blk_integrity_register
Warn: meta author : no author data, so inserted a fixme            blk_integrity_register
Note: Writing blk_integrity_register.9
Warn: meta author : no refentry/info/author                        blk_integrity_unregister
Note: meta author : see http://docbook.sf.net/el/author            blk_integrity_unregister
Warn: meta author : no author data, so inserted a fixme            blk_integrity_unregister
Note: Writing blk_integrity_unregister.9
Warn: meta author : no refentry/info/author                        blk_trace_ioctl
Note: meta author : see http://docbook.sf.net/el/author            blk_trace_ioctl
Warn: meta author : no author data, so inserted a fixme            blk_trace_ioctl
Note: Writing blk_trace_ioctl.9
Warn: meta author : no refentry/info/author                        blk_trace_shutdown
Note: meta author : see http://docbook.sf.net/el/author            blk_trace_shutdown
Warn: meta author : no author data, so inserted a fixme            blk_trace_shutdown
Note: Writing blk_trace_shutdown.9
Warn: meta author : no refentry/info/author                        blk_add_trace_rq
Note: meta author : see http://docbook.sf.net/el/author            blk_add_trace_rq
Warn: meta author : no author data, so inserted a fixme            blk_add_trace_rq
Note: Writing blk_add_trace_rq.9
Warn: meta author : no refentry/info/author                        blk_add_trace_bio
Note: meta author : see http://docbook.sf.net/el/author            blk_add_trace_bio
Warn: meta author : no author data, so inserted a fixme            blk_add_trace_bio
Note: Writing blk_add_trace_bio.9
Warn: meta author : no refentry/info/author                        blk_add_trace_remap
Note: meta author : see http://docbook.sf.net/el/author            blk_add_trace_remap
Warn: meta author : no author data, so inserted a fixme            blk_add_trace_remap
Note: Writing blk_add_trace_remap.9
Warn: meta author : no refentry/info/author                        blk_add_trace_rq_remap
Note: meta author : see http://docbook.sf.net/el/author            blk_add_trace_rq_remap
Warn: meta author : no author data, so inserted a fixme            blk_add_trace_rq_remap
Note: Writing blk_add_trace_rq_remap.9
Warn: meta author : no refentry/info/author                        blk_mangle_minor
Note: meta author : see http://docbook.sf.net/el/author            blk_mangle_minor
Warn: meta author : no author data, so inserted a fixme            blk_mangle_minor
Note: Writing blk_mangle_minor.9
Warn: meta author : no refentry/info/author                        blk_alloc_devt
Note: meta author : see http://docbook.sf.net/el/author            blk_alloc_devt
Warn: meta author : no author data, so inserted a fixme            blk_alloc_devt
Note: Writing blk_alloc_devt.9
Warn: meta author : no refentry/info/author                        blk_free_devt
Note: meta author : see http://docbook.sf.net/el/author            blk_free_devt
Warn: meta author : no author data, so inserted a fixme            blk_free_devt
Note: Writing blk_free_devt.9
Warn: meta author : no refentry/info/author                        get_gendisk
Note: meta author : see http://docbook.sf.net/el/author            get_gendisk
Warn: meta author : no author data, so inserted a fixme            get_gendisk
Note: Writing get_gendisk.9
Warn: meta author : no refentry/info/author                        disk_replace_part_tbl
Note: meta author : see http://docbook.sf.net/el/author            disk_replace_part_tbl
Warn: meta author : no author data, so inserted a fixme            disk_replace_part_tbl
Note: Writing disk_replace_part_tbl.9
Warn: meta author : no refentry/info/author                        disk_expand_part_tbl
Note: meta author : see http://docbook.sf.net/el/author            disk_expand_part_tbl
Warn: meta author : no author data, so inserted a fixme            disk_expand_part_tbl
Note: Writing disk_expand_part_tbl.9
Warn: meta author : no refentry/info/author                        disk_get_part
Note: meta author : see http://docbook.sf.net/el/author            disk_get_part
Warn: meta author : no author data, so inserted a fixme            disk_get_part
Note: Writing disk_get_part.9
Warn: meta author : no refentry/info/author                        disk_part_iter_init
Note: meta author : see http://docbook.sf.net/el/author            disk_part_iter_init
Warn: meta author : no author data, so inserted a fixme            disk_part_iter_init
Note: Writing disk_part_iter_init.9
Warn: meta author : no refentry/info/author                        disk_part_iter_next
Note: meta author : see http://docbook.sf.net/el/author            disk_part_iter_next
Warn: meta author : no author data, so inserted a fixme            disk_part_iter_next
Note: Writing disk_part_iter_next.9
Warn: meta author : no refentry/info/author                        disk_part_iter_exit
Note: meta author : see http://docbook.sf.net/el/author            disk_part_iter_exit
Warn: meta author : no author data, so inserted a fixme            disk_part_iter_exit
Note: Writing disk_part_iter_exit.9
Warn: meta author : no refentry/info/author                        disk_map_sector_rcu
Note: meta author : see http://docbook.sf.net/el/author            disk_map_sector_rcu
Warn: meta author : no author data, so inserted a fixme            disk_map_sector_rcu
Note: Writing disk_map_sector_rcu.9
Warn: meta author : no refentry/info/author                        register_blkdev
Note: meta author : see http://docbook.sf.net/el/author            register_blkdev
Warn: meta author : no author data, so inserted a fixme            register_blkdev
Note: Writing register_blkdev.9
Warn: meta author : no refentry/info/author                        add_disk
Note: meta author : see http://docbook.sf.net/el/author            add_disk
Warn: meta author : no author data, so inserted a fixme            add_disk
Note: Writing add_disk.9
Warn: meta author : no refentry/info/author                        bdget_disk
Note: meta author : see http://docbook.sf.net/el/author            bdget_disk
Warn: meta author : no author data, so inserted a fixme            bdget_disk
Note: Writing bdget_disk.9
Warn: meta author : no refentry/info/author                        register_chrdev_region
Note: meta author : see http://docbook.sf.net/el/author            register_chrdev_region
Warn: meta author : no author data, so inserted a fixme            register_chrdev_region
Note: Writing register_chrdev_region.9
Warn: meta author : no refentry/info/author                        alloc_chrdev_region
Note: meta author : see http://docbook.sf.net/el/author            alloc_chrdev_region
Warn: meta author : no author data, so inserted a fixme            alloc_chrdev_region
Note: Writing alloc_chrdev_region.9
Warn: meta author : no refentry/info/author                        __register_chrdev
Note: meta author : see http://docbook.sf.net/el/author            __register_chrdev
Warn: meta author : no author data, so inserted a fixme            __register_chrdev
Note: Writing __register_chrdev.9
Warn: meta author : no refentry/info/author                        unregister_chrdev_region
Note: meta author : see http://docbook.sf.net/el/author            unregister_chrdev_region
Warn: meta author : no author data, so inserted a fixme            unregister_chrdev_region
Note: Writing unregister_chrdev_region.9
Warn: meta author : no refentry/info/author                        __unregister_chrdev
Note: meta author : see http://docbook.sf.net/el/author            __unregister_chrdev
Warn: meta author : no author data, so inserted a fixme            __unregister_chrdev
Note: Writing __unregister_chrdev.9
Warn: meta author : no refentry/info/author                        cdev_add
Note: meta author : see http://docbook.sf.net/el/author            cdev_add
Warn: meta author : no author data, so inserted a fixme            cdev_add
Note: Writing cdev_add.9
Warn: meta author : no refentry/info/author                        cdev_del
Note: meta author : see http://docbook.sf.net/el/author            cdev_del
Warn: meta author : no author data, so inserted a fixme            cdev_del
Note: Writing cdev_del.9
Warn: meta author : no refentry/info/author                        cdev_alloc
Note: meta author : see http://docbook.sf.net/el/author            cdev_alloc
Warn: meta author : no author data, so inserted a fixme            cdev_alloc
Note: Writing cdev_alloc.9
Warn: meta author : no refentry/info/author                        cdev_init
Note: meta author : see http://docbook.sf.net/el/author            cdev_init
Warn: meta author : no author data, so inserted a fixme            cdev_init
Note: Writing cdev_init.9
Warn: meta author : no refentry/info/author                        misc_register
Note: meta author : see http://docbook.sf.net/el/author            misc_register
Warn: meta author : no author data, so inserted a fixme            misc_register
Note: Writing misc_register.9
Warn: meta author : no refentry/info/author                        misc_deregister
Note: meta author : see http://docbook.sf.net/el/author            misc_deregister
Warn: meta author : no author data, so inserted a fixme            misc_deregister
Note: Writing misc_deregister.9
Warn: meta author : no refentry/info/author                        clk_get
Note: meta author : see http://docbook.sf.net/el/author            clk_get
Warn: meta author : no author data, so inserted a fixme            clk_get
Note: Writing clk_get.9
Warn: meta author : no refentry/info/author                        clk_enable
Note: meta author : see http://docbook.sf.net/el/author            clk_enable
Warn: meta author : no author data, so inserted a fixme            clk_enable
Note: Writing clk_enable.9
Warn: meta author : no refentry/info/author                        clk_disable
Note: meta author : see http://docbook.sf.net/el/author            clk_disable
Warn: meta author : no author data, so inserted a fixme            clk_disable
Note: Writing clk_disable.9
Warn: meta author : no refentry/info/author                        clk_get_rate
Note: meta author : see http://docbook.sf.net/el/author            clk_get_rate
Warn: meta author : no author data, so inserted a fixme            clk_get_rate
Note: Writing clk_get_rate.9
Warn: meta author : no refentry/info/author                        clk_put
Note: meta author : see http://docbook.sf.net/el/author            clk_put
Warn: meta author : no author data, so inserted a fixme            clk_put
Note: Writing clk_put.9
Warn: meta author : no refentry/info/author                        clk_round_rate
Note: meta author : see http://docbook.sf.net/el/author            clk_round_rate
Warn: meta author : no author data, so inserted a fixme            clk_round_rate
Note: Writing clk_round_rate.9
Warn: meta author : no refentry/info/author                        clk_set_rate
Note: meta author : see http://docbook.sf.net/el/author            clk_set_rate
Warn: meta author : no author data, so inserted a fixme            clk_set_rate
Note: Writing clk_set_rate.9
Warn: meta author : no refentry/info/author                        clk_set_parent
Note: meta author : see http://docbook.sf.net/el/author            clk_set_parent
Warn: meta author : no author data, so inserted a fixme            clk_set_parent
Note: Writing clk_set_parent.9
Warn: meta author : no refentry/info/author                        clk_get_parent
Note: meta author : see http://docbook.sf.net/el/author            clk_get_parent
Warn: meta author : no author data, so inserted a fixme            clk_get_parent
Note: Writing clk_get_parent.9
Warn: meta author : no refentry/info/author                        clk_get_sys
Note: meta author : see http://docbook.sf.net/el/author            clk_get_sys
Warn: meta author : no author data, so inserted a fixme            clk_get_sys
Note: Writing clk_get_sys.9
Warn: meta author : no refentry/info/author                        clk_add_alias
Note: meta author : see http://docbook.sf.net/el/author            clk_add_alias
Warn: meta author : no author data, so inserted a fixme            clk_add_alias
Note: Writing clk_add_alias.9DOCPROC Documentation/DocBook/filesystems.xmlMAN     Documentation/DocBook/filesystems.9
Warn: meta author : no refentry/info/author                        enum positive_aop_returns
Note: meta author : see http://docbook.sf.net/el/author            enum positive_aop_returns
Warn: meta author : no author data, so inserted a fixme            enum positive_aop_returns
Note: Writing enum_positive_aop_returns.9
Warn: meta author : no refentry/info/author                        inc_nlink
Note: meta author : see http://docbook.sf.net/el/author            inc_nlink
Warn: meta author : no author data, so inserted a fixme            inc_nlink
Note: Writing inc_nlink.9
Warn: meta author : no refentry/info/author                        drop_nlink
Note: meta author : see http://docbook.sf.net/el/author            drop_nlink
Warn: meta author : no author data, so inserted a fixme            drop_nlink
Note: Writing drop_nlink.9
Warn: meta author : no refentry/info/author                        clear_nlink
Note: meta author : see http://docbook.sf.net/el/author            clear_nlink
Warn: meta author : no author data, so inserted a fixme            clear_nlink
Note: Writing clear_nlink.9
Warn: meta author : no refentry/info/author                        inode_inc_iversion
Note: meta author : see http://docbook.sf.net/el/author            inode_inc_iversion
Warn: meta author : no author data, so inserted a fixme            inode_inc_iversion
Note: Writing inode_inc_iversion.9
Warn: meta author : no refentry/info/author                        d_invalidate
Note: meta author : see http://docbook.sf.net/el/author            d_invalidate
Warn: meta author : no author data, so inserted a fixme            d_invalidate
Note: Writing d_invalidate.9
Warn: meta author : no refentry/info/author                        shrink_dcache_sb
Note: meta author : see http://docbook.sf.net/el/author            shrink_dcache_sb
Warn: meta author : no author data, so inserted a fixme            shrink_dcache_sb
Note: Writing shrink_dcache_sb.9
Warn: meta author : no refentry/info/author                        have_submounts
Note: meta author : see http://docbook.sf.net/el/author            have_submounts
Warn: meta author : no author data, so inserted a fixme            have_submounts
Note: Writing have_submounts.9
Warn: meta author : no refentry/info/author                        shrink_dcache_parent
Note: meta author : see http://docbook.sf.net/el/author            shrink_dcache_parent
Warn: meta author : no author data, so inserted a fixme            shrink_dcache_parent
Note: Writing shrink_dcache_parent.9
Warn: meta author : no refentry/info/author                        d_alloc
Note: meta author : see http://docbook.sf.net/el/author            d_alloc
Warn: meta author : no author data, so inserted a fixme            d_alloc
Note: Writing d_alloc.9
Warn: meta author : no refentry/info/author                        d_instantiate
Note: meta author : see http://docbook.sf.net/el/author            d_instantiate
Warn: meta author : no author data, so inserted a fixme            d_instantiate
Note: Writing d_instantiate.9
Warn: meta author : no refentry/info/author                        d_alloc_root
Note: meta author : see http://docbook.sf.net/el/author            d_alloc_root
Warn: meta author : no author data, so inserted a fixme            d_alloc_root
Note: Writing d_alloc_root.9
Warn: meta author : no refentry/info/author                        d_obtain_alias
Note: meta author : see http://docbook.sf.net/el/author            d_obtain_alias
Warn: meta author : no author data, so inserted a fixme            d_obtain_alias
Note: Writing d_obtain_alias.9
Warn: meta author : no refentry/info/author                        d_splice_alias
Note: meta author : see http://docbook.sf.net/el/author            d_splice_alias
Warn: meta author : no author data, so inserted a fixme            d_splice_alias
Note: Writing d_splice_alias.9
Warn: meta author : no refentry/info/author                        d_add_ci
Note: meta author : see http://docbook.sf.net/el/author            d_add_ci
Warn: meta author : no author data, so inserted a fixme            d_add_ci
Note: Writing d_add_ci.9
Warn: meta author : no refentry/info/author                        d_lookup
Note: meta author : see http://docbook.sf.net/el/author            d_lookup
Warn: meta author : no author data, so inserted a fixme            d_lookup
Note: Writing d_lookup.9
Warn: meta author : no refentry/info/author                        d_validate
Note: meta author : see http://docbook.sf.net/el/author            d_validate
Warn: meta author : no author data, so inserted a fixme            d_validate
Note: Writing d_validate.9
Warn: meta author : no refentry/info/author                        d_delete
Note: meta author : see http://docbook.sf.net/el/author            d_delete
Warn: meta author : no author data, so inserted a fixme            d_delete
Note: Writing d_delete.9
Warn: meta author : no refentry/info/author                        d_rehash
Note: meta author : see http://docbook.sf.net/el/author            d_rehash
Warn: meta author : no author data, so inserted a fixme            d_rehash
Note: Writing d_rehash.9
Warn: meta author : no refentry/info/author                        d_move
Note: meta author : see http://docbook.sf.net/el/author            d_move
Warn: meta author : no author data, so inserted a fixme            d_move
Note: Writing d_move.9
Warn: meta author : no refentry/info/author                        d_materialise_unique
Note: meta author : see http://docbook.sf.net/el/author            d_materialise_unique
Warn: meta author : no author data, so inserted a fixme            d_materialise_unique
Note: Writing d_materialise_unique.9
Warn: meta author : no refentry/info/author                        d_path
Note: meta author : see http://docbook.sf.net/el/author            d_path
Warn: meta author : no author data, so inserted a fixme            d_path
Note: Writing d_path.9
Warn: meta author : no refentry/info/author                        find_inode_number
Note: meta author : see http://docbook.sf.net/el/author            find_inode_number
Warn: meta author : no author data, so inserted a fixme            find_inode_number
Note: Writing find_inode_number.9
Warn: meta author : no refentry/info/author                        __d_drop
Note: meta author : see http://docbook.sf.net/el/author            __d_drop
Warn: meta author : no author data, so inserted a fixme            __d_drop
Note: Writing __d_drop.9
Warn: meta author : no refentry/info/author                        d_add
Note: meta author : see http://docbook.sf.net/el/author            d_add
Warn: meta author : no author data, so inserted a fixme            d_add
Note: Writing d_add.9
Warn: meta author : no refentry/info/author                        d_add_unique
Note: meta author : see http://docbook.sf.net/el/author            d_add_unique
Warn: meta author : no author data, so inserted a fixme            d_add_unique
Note: Writing d_add_unique.9
Warn: meta author : no refentry/info/author                        dget
Note: meta author : see http://docbook.sf.net/el/author            dget
Warn: meta author : no author data, so inserted a fixme            dget
Note: Writing dget.9
Warn: meta author : no refentry/info/author                        d_unhashed
Note: meta author : see http://docbook.sf.net/el/author            d_unhashed
Warn: meta author : no author data, so inserted a fixme            d_unhashed
Note: Writing d_unhashed.9
Warn: meta author : no refentry/info/author                        inode_init_always
Note: meta author : see http://docbook.sf.net/el/author            inode_init_always
Warn: meta author : no author data, so inserted a fixme            inode_init_always
Note: Writing inode_init_always.9
Warn: meta author : no refentry/info/author                        clear_inode
Note: meta author : see http://docbook.sf.net/el/author            clear_inode
Warn: meta author : no author data, so inserted a fixme            clear_inode
Note: Writing clear_inode.9
Warn: meta author : no refentry/info/author                        invalidate_inodes
Note: meta author : see http://docbook.sf.net/el/author            invalidate_inodes
Warn: meta author : no author data, so inserted a fixme            invalidate_inodes
Note: Writing invalidate_inodes.9
Warn: meta author : no refentry/info/author                        inode_add_to_lists
Note: meta author : see http://docbook.sf.net/el/author            inode_add_to_lists
Warn: meta author : no author data, so inserted a fixme            inode_add_to_lists
Note: Writing inode_add_to_lists.9
Warn: meta author : no refentry/info/author                        new_inode
Note: meta author : see http://docbook.sf.net/el/author            new_inode
Warn: meta author : no author data, so inserted a fixme            new_inode
Note: Writing new_inode.9
Warn: meta author : no refentry/info/author                        iunique
Note: meta author : see http://docbook.sf.net/el/author            iunique
Warn: meta author : no author data, so inserted a fixme            iunique
Note: Writing iunique.9
Warn: meta author : no refentry/info/author                        ilookup5_nowait
Note: meta author : see http://docbook.sf.net/el/author            ilookup5_nowait
Warn: meta author : no author data, so inserted a fixme            ilookup5_nowait
Note: Writing ilookup5_nowait.9
Warn: meta author : no refentry/info/author                        ilookup5
Note: meta author : see http://docbook.sf.net/el/author            ilookup5
Warn: meta author : no author data, so inserted a fixme            ilookup5
Note: Writing ilookup5.9
Warn: meta author : no refentry/info/author                        ilookup
Note: meta author : see http://docbook.sf.net/el/author            ilookup
Warn: meta author : no author data, so inserted a fixme            ilookup
Note: Writing ilookup.9
Warn: meta author : no refentry/info/author                        iget5_locked
Note: meta author : see http://docbook.sf.net/el/author            iget5_locked
Warn: meta author : no author data, so inserted a fixme            iget5_locked
Note: Writing iget5_locked.9
Warn: meta author : no refentry/info/author                        iget_locked
Note: meta author : see http://docbook.sf.net/el/author            iget_locked
Warn: meta author : no author data, so inserted a fixme            iget_locked
Note: Writing iget_locked.9
Warn: meta author : no refentry/info/author                        __insert_inode_hash
Note: meta author : see http://docbook.sf.net/el/author            __insert_inode_hash
Warn: meta author : no author data, so inserted a fixme            __insert_inode_hash
Note: Writing __insert_inode_hash.9
Warn: meta author : no refentry/info/author                        remove_inode_hash
Note: meta author : see http://docbook.sf.net/el/author            remove_inode_hash
Warn: meta author : no author data, so inserted a fixme            remove_inode_hash
Note: Writing remove_inode_hash.9
Warn: meta author : no refentry/info/author                        generic_detach_inode
Note: meta author : see http://docbook.sf.net/el/author            generic_detach_inode
Warn: meta author : no author data, so inserted a fixme            generic_detach_inode
Note: Writing generic_detach_inode.9
Warn: meta author : no refentry/info/author                        iput
Note: meta author : see http://docbook.sf.net/el/author            iput
Warn: meta author : no author data, so inserted a fixme            iput
Note: Writing iput.9
Warn: meta author : no refentry/info/author                        bmap
Note: meta author : see http://docbook.sf.net/el/author            bmap
Warn: meta author : no author data, so inserted a fixme            bmap
Note: Writing bmap.9
Warn: meta author : no refentry/info/author                        touch_atime
Note: meta author : see http://docbook.sf.net/el/author            touch_atime
Warn: meta author : no author data, so inserted a fixme            touch_atime
Note: Writing touch_atime.9
Warn: meta author : no refentry/info/author                        file_update_time
Note: meta author : see http://docbook.sf.net/el/author            file_update_time
Warn: meta author : no author data, so inserted a fixme            file_update_time
Note: Writing file_update_time.9
Warn: meta author : no refentry/info/author                        make_bad_inode
Note: meta author : see http://docbook.sf.net/el/author            make_bad_inode
Warn: meta author : no author data, so inserted a fixme            make_bad_inode
Note: Writing make_bad_inode.9
Warn: meta author : no refentry/info/author                        is_bad_inode
Note: meta author : see http://docbook.sf.net/el/author            is_bad_inode
Warn: meta author : no author data, so inserted a fixme            is_bad_inode
Note: Writing is_bad_inode.9
Warn: meta author : no refentry/info/author                        iget_failed
Note: meta author : see http://docbook.sf.net/el/author            iget_failed
Warn: meta author : no author data, so inserted a fixme            iget_failed
Note: Writing iget_failed.9
Warn: meta author : no refentry/info/author                        deactivate_super
Note: meta author : see http://docbook.sf.net/el/author            deactivate_super
Warn: meta author : no author data, so inserted a fixme            deactivate_super
Note: Writing deactivate_super.9
Warn: meta author : no refentry/info/author                        deactivate_locked_super
Note: meta author : see http://docbook.sf.net/el/author            deactivate_locked_super
Warn: meta author : no author data, so inserted a fixme            deactivate_locked_super
Note: Writing deactivate_locked_super.9
Warn: meta author : no refentry/info/author                        generic_shutdown_super
Note: meta author : see http://docbook.sf.net/el/author            generic_shutdown_super
Warn: meta author : no author data, so inserted a fixme            generic_shutdown_super
Note: Writing generic_shutdown_super.9
Warn: meta author : no refentry/info/author                        sget
Note: meta author : see http://docbook.sf.net/el/author            sget
Warn: meta author : no author data, so inserted a fixme            sget
Note: Writing sget.9
Warn: meta author : no refentry/info/author                        get_super
Note: meta author : see http://docbook.sf.net/el/author            get_super
Warn: meta author : no author data, so inserted a fixme            get_super
Note: Writing get_super.9
Warn: meta author : no refentry/info/author                        posix_lock_file
Note: meta author : see http://docbook.sf.net/el/author            posix_lock_file
Warn: meta author : no author data, so inserted a fixme            posix_lock_file
Note: Writing posix_lock_file.9
Warn: meta author : no refentry/info/author                        posix_lock_file_wait
Note: meta author : see http://docbook.sf.net/el/author            posix_lock_file_wait
Warn: meta author : no author data, so inserted a fixme            posix_lock_file_wait
Note: Writing posix_lock_file_wait.9
Warn: meta author : no refentry/info/author                        locks_mandatory_area
Note: meta author : see http://docbook.sf.net/el/author            locks_mandatory_area
Warn: meta author : no author data, so inserted a fixme            locks_mandatory_area
Note: Writing locks_mandatory_area.9
Warn: meta author : no refentry/info/author                        __break_lease
Note: meta author : see http://docbook.sf.net/el/author            __break_lease
Warn: meta author : no author data, so inserted a fixme            __break_lease
Note: Writing __break_lease.9
Warn: meta author : no refentry/info/author                        lease_get_mtime
Note: meta author : see http://docbook.sf.net/el/author            lease_get_mtime
Warn: meta author : no author data, so inserted a fixme            lease_get_mtime
Note: Writing lease_get_mtime.9
Warn: meta author : no refentry/info/author                        generic_setlease
Note: meta author : see http://docbook.sf.net/el/author            generic_setlease
Warn: meta author : no author data, so inserted a fixme            generic_setlease
Note: Writing generic_setlease.9
Warn: meta author : no refentry/info/author                        flock_lock_file_wait
Note: meta author : see http://docbook.sf.net/el/author            flock_lock_file_wait
Warn: meta author : no author data, so inserted a fixme            flock_lock_file_wait
Note: Writing flock_lock_file_wait.9
Warn: meta author : no refentry/info/author                        vfs_test_lock
Note: meta author : see http://docbook.sf.net/el/author            vfs_test_lock
Warn: meta author : no author data, so inserted a fixme            vfs_test_lock
Note: Writing vfs_test_lock.9
Warn: meta author : no refentry/info/author                        vfs_lock_file
Note: meta author : see http://docbook.sf.net/el/author            vfs_lock_file
Warn: meta author : no author data, so inserted a fixme            vfs_lock_file
Note: Writing vfs_lock_file.9
Warn: meta author : no refentry/info/author                        posix_unblock_lock
Note: meta author : see http://docbook.sf.net/el/author            posix_unblock_lock
Warn: meta author : no author data, so inserted a fixme            posix_unblock_lock
Note: Writing posix_unblock_lock.9
Warn: meta author : no refentry/info/author                        vfs_cancel_lock
Note: meta author : see http://docbook.sf.net/el/author            vfs_cancel_lock
Warn: meta author : no author data, so inserted a fixme            vfs_cancel_lock
Note: Writing vfs_cancel_lock.9
Warn: meta author : no refentry/info/author                        lock_may_read
Note: meta author : see http://docbook.sf.net/el/author            lock_may_read
Warn: meta author : no author data, so inserted a fixme            lock_may_read
Note: Writing lock_may_read.9
Warn: meta author : no refentry/info/author                        lock_may_write
Note: meta author : see http://docbook.sf.net/el/author            lock_may_write
Warn: meta author : no author data, so inserted a fixme            lock_may_write
Note: Writing lock_may_write.9
Warn: meta author : no refentry/info/author                        locks_mandatory_locked
Note: meta author : see http://docbook.sf.net/el/author            locks_mandatory_locked
Warn: meta author : no author data, so inserted a fixme            locks_mandatory_locked
Note: Writing locks_mandatory_locked.9
Warn: meta author : no refentry/info/author                        fcntl_getlease
Note: meta author : see http://docbook.sf.net/el/author            fcntl_getlease
Warn: meta author : no author data, so inserted a fixme            fcntl_getlease
Note: Writing fcntl_getlease.9
Warn: meta author : no refentry/info/author                        fcntl_setlease
Note: meta author : see http://docbook.sf.net/el/author            fcntl_setlease
Warn: meta author : no author data, so inserted a fixme            fcntl_setlease
Note: Writing fcntl_setlease.9
Warn: meta author : no refentry/info/author                        sys_flock
Note: meta author : see http://docbook.sf.net/el/author            sys_flock
Warn: meta author : no author data, so inserted a fixme            sys_flock
Note: Writing sys_flock.9
Warn: meta author : no refentry/info/author                        mpage_readpages
Note: meta author : see http://docbook.sf.net/el/author            mpage_readpages
Warn: meta author : no author data, so inserted a fixme            mpage_readpages
Note: Writing mpage_readpages.9
Warn: meta author : no refentry/info/author                        mpage_writepages
Note: meta author : see http://docbook.sf.net/el/author            mpage_writepages
Warn: meta author : no author data, so inserted a fixme            mpage_writepages
Note: Writing mpage_writepages.9
Warn: meta author : no refentry/info/author                        generic_permission
Note: meta author : see http://docbook.sf.net/el/author            generic_permission
Warn: meta author : no author data, so inserted a fixme            generic_permission
Note: Writing generic_permission.9
Warn: meta author : no refentry/info/author                        inode_permission
Note: meta author : see http://docbook.sf.net/el/author            inode_permission
Warn: meta author : no author data, so inserted a fixme            inode_permission
Note: Writing inode_permission.9
Warn: meta author : no refentry/info/author                        file_permission
Note: meta author : see http://docbook.sf.net/el/author            file_permission
Warn: meta author : no author data, so inserted a fixme            file_permission
Note: Writing file_permission.9
Warn: meta author : no refentry/info/author                        path_get
Note: meta author : see http://docbook.sf.net/el/author            path_get
Warn: meta author : no author data, so inserted a fixme            path_get
Note: Writing path_get.9
Warn: meta author : no refentry/info/author                        path_put
Note: meta author : see http://docbook.sf.net/el/author            path_put
Warn: meta author : no author data, so inserted a fixme            path_put
Note: Writing path_put.9
Warn: meta author : no refentry/info/author                        vfs_path_lookup
Note: meta author : see http://docbook.sf.net/el/author            vfs_path_lookup
Warn: meta author : no author data, so inserted a fixme            vfs_path_lookup
Note: Writing vfs_path_lookup.9
Warn: meta author : no refentry/info/author                        lookup_one_len
Note: meta author : see http://docbook.sf.net/el/author            lookup_one_len
Warn: meta author : no author data, so inserted a fixme            lookup_one_len
Note: Writing lookup_one_len.9
Warn: meta author : no refentry/info/author                        filp_open
Note: meta author : see http://docbook.sf.net/el/author            filp_open
Warn: meta author : no author data, so inserted a fixme            filp_open
Note: Writing filp_open.9
Warn: meta author : no refentry/info/author                        lookup_create
Note: meta author : see http://docbook.sf.net/el/author            lookup_create
Warn: meta author : no author data, so inserted a fixme            lookup_create
Note: Writing lookup_create.9
Warn: meta author : no refentry/info/author                        sync_mapping_buffers
Note: meta author : see http://docbook.sf.net/el/author            sync_mapping_buffers
Warn: meta author : no author data, so inserted a fixme            sync_mapping_buffers
Note: Writing sync_mapping_buffers.9
Warn: meta author : no refentry/info/author                        mark_buffer_dirty
Note: meta author : see http://docbook.sf.net/el/author            mark_buffer_dirty
Warn: meta author : no author data, so inserted a fixme            mark_buffer_dirty
Note: Writing mark_buffer_dirty.9
Warn: meta author : no refentry/info/author                        __bread
Note: meta author : see http://docbook.sf.net/el/author            __bread
Warn: meta author : no author data, so inserted a fixme            __bread
Note: Writing __bread.9
Warn: meta author : no refentry/info/author                        block_invalidatepage
Note: meta author : see http://docbook.sf.net/el/author            block_invalidatepage
Warn: meta author : no author data, so inserted a fixme            block_invalidatepage
Note: Writing block_invalidatepage.9
Warn: meta author : no refentry/info/author                        ll_rw_block
Note: meta author : see http://docbook.sf.net/el/author            ll_rw_block
Warn: meta author : no author data, so inserted a fixme            ll_rw_block
Note: Writing ll_rw_block.9
Warn: meta author : no refentry/info/author                        bh_uptodate_or_lock
Note: meta author : see http://docbook.sf.net/el/author            bh_uptodate_or_lock
Warn: meta author : no author data, so inserted a fixme            bh_uptodate_or_lock
Note: Writing bh_uptodate_or_lock.9
Warn: meta author : no refentry/info/author                        bh_submit_read
Note: meta author : see http://docbook.sf.net/el/author            bh_submit_read
Warn: meta author : no author data, so inserted a fixme            bh_submit_read
Note: Writing bh_submit_read.9
Warn: meta author : no refentry/info/author                        bio_alloc_bioset
Note: meta author : see http://docbook.sf.net/el/author            bio_alloc_bioset
Warn: meta author : no author data, so inserted a fixme            bio_alloc_bioset
Note: Writing bio_alloc_bioset.9
Warn: meta author : no refentry/info/author                        bio_alloc
Note: meta author : see http://docbook.sf.net/el/author            bio_alloc
Warn: meta author : no author data, so inserted a fixme            bio_alloc
Note: Writing bio_alloc.9
Warn: meta author : no refentry/info/author                        bio_kmalloc
Note: meta author : see http://docbook.sf.net/el/author            bio_kmalloc
Warn: meta author : no author data, so inserted a fixme            bio_kmalloc
Note: Writing bio_kmalloc.9
Warn: meta author : no refentry/info/author                        bio_put
Note: meta author : see http://docbook.sf.net/el/author            bio_put
Warn: meta author : no author data, so inserted a fixme            bio_put
Note: Writing bio_put.9
Warn: meta author : no refentry/info/author                        __bio_clone
Note: meta author : see http://docbook.sf.net/el/author            __bio_clone
Warn: meta author : no author data, so inserted a fixme            __bio_clone
Note: Writing __bio_clone.9
Warn: meta author : no refentry/info/author                        bio_clone
Note: meta author : see http://docbook.sf.net/el/author            bio_clone
Warn: meta author : no author data, so inserted a fixme            bio_clone
Note: Writing bio_clone.9
Warn: meta author : no refentry/info/author                        bio_get_nr_vecs
Note: meta author : see http://docbook.sf.net/el/author            bio_get_nr_vecs
Warn: meta author : no author data, so inserted a fixme            bio_get_nr_vecs
Note: Writing bio_get_nr_vecs.9
Warn: meta author : no refentry/info/author                        bio_add_pc_page
Note: meta author : see http://docbook.sf.net/el/author            bio_add_pc_page
Warn: meta author : no author data, so inserted a fixme            bio_add_pc_page
Note: Writing bio_add_pc_page.9
Warn: meta author : no refentry/info/author                        bio_add_page
Note: meta author : see http://docbook.sf.net/el/author            bio_add_page
Warn: meta author : no author data, so inserted a fixme            bio_add_page
Note: Writing bio_add_page.9
Warn: meta author : no refentry/info/author                        bio_uncopy_user
Note: meta author : see http://docbook.sf.net/el/author            bio_uncopy_user
Warn: meta author : no author data, so inserted a fixme            bio_uncopy_user
Note: Writing bio_uncopy_user.9
Warn: meta author : no refentry/info/author                        bio_copy_user
Note: meta author : see http://docbook.sf.net/el/author            bio_copy_user
Warn: meta author : no author data, so inserted a fixme            bio_copy_user
Note: Writing bio_copy_user.9
Warn: meta author : no refentry/info/author                        bio_map_user
Note: meta author : see http://docbook.sf.net/el/author            bio_map_user
Warn: meta author : no author data, so inserted a fixme            bio_map_user
Note: Writing bio_map_user.9
Warn: meta author : no refentry/info/author                        bio_unmap_user
Note: meta author : see http://docbook.sf.net/el/author            bio_unmap_user
Warn: meta author : no author data, so inserted a fixme            bio_unmap_user
Note: Writing bio_unmap_user.9
Warn: meta author : no refentry/info/author                        bio_map_kern
Note: meta author : see http://docbook.sf.net/el/author            bio_map_kern
Warn: meta author : no author data, so inserted a fixme            bio_map_kern
Note: Writing bio_map_kern.9
Warn: meta author : no refentry/info/author                        bio_copy_kern
Note: meta author : see http://docbook.sf.net/el/author            bio_copy_kern
Warn: meta author : no author data, so inserted a fixme            bio_copy_kern
Note: Writing bio_copy_kern.9
Warn: meta author : no refentry/info/author                        bio_endio
Note: meta author : see http://docbook.sf.net/el/author            bio_endio
Warn: meta author : no author data, so inserted a fixme            bio_endio
Note: Writing bio_endio.9
Warn: meta author : no refentry/info/author                        bio_sector_offset
Note: meta author : see http://docbook.sf.net/el/author            bio_sector_offset
Warn: meta author : no author data, so inserted a fixme            bio_sector_offset
Note: Writing bio_sector_offset.9
Warn: meta author : no refentry/info/author                        bioset_create
Note: meta author : see http://docbook.sf.net/el/author            bioset_create
Warn: meta author : no author data, so inserted a fixme            bioset_create
Note: Writing bioset_create.9
Warn: meta author : no refentry/info/author                        seq_open
Note: meta author : see http://docbook.sf.net/el/author            seq_open
Warn: meta author : no author data, so inserted a fixme            seq_open
Note: Writing seq_open.9
Warn: meta author : no refentry/info/author                        seq_read
Note: meta author : see http://docbook.sf.net/el/author            seq_read
Warn: meta author : no author data, so inserted a fixme            seq_read
Note: Writing seq_read.9
Warn: meta author : no refentry/info/author                        seq_lseek
Note: meta author : see http://docbook.sf.net/el/author            seq_lseek
Warn: meta author : no author data, so inserted a fixme            seq_lseek
Note: Writing seq_lseek.9
Warn: meta author : no refentry/info/author                        seq_release
Note: meta author : see http://docbook.sf.net/el/author            seq_release
Warn: meta author : no author data, so inserted a fixme            seq_release
Note: Writing seq_release.9
Warn: meta author : no refentry/info/author                        seq_escape
Note: meta author : see http://docbook.sf.net/el/author            seq_escape
Warn: meta author : no author data, so inserted a fixme            seq_escape
Note: Writing seq_escape.9
Warn: meta author : no refentry/info/author                        mangle_path
Note: meta author : see http://docbook.sf.net/el/author            mangle_path
Warn: meta author : no author data, so inserted a fixme            mangle_path
Note: Writing mangle_path.9
Warn: meta author : no refentry/info/author                        seq_path
Note: meta author : see http://docbook.sf.net/el/author            seq_path
Warn: meta author : no author data, so inserted a fixme            seq_path
Note: Writing seq_path.9
Warn: meta author : no refentry/info/author                        seq_write
Note: meta author : see http://docbook.sf.net/el/author            seq_write
Warn: meta author : no author data, so inserted a fixme            seq_write
Note: Writing seq_write.9
Warn: meta author : no refentry/info/author                        seq_hlist_start
Note: meta author : see http://docbook.sf.net/el/author            seq_hlist_start
Warn: meta author : no author data, so inserted a fixme            seq_hlist_start
Note: Writing seq_hlist_start.9
Warn: meta author : no refentry/info/author                        seq_hlist_start_head
Note: meta author : see http://docbook.sf.net/el/author            seq_hlist_start_head
Warn: meta author : no author data, so inserted a fixme            seq_hlist_start_head
Note: Writing seq_hlist_start_head.9
Warn: meta author : no refentry/info/author                        seq_hlist_next
Note: meta author : see http://docbook.sf.net/el/author            seq_hlist_next
Warn: meta author : no author data, so inserted a fixme            seq_hlist_next
Note: Writing seq_hlist_next.9
Warn: meta author : no refentry/info/author                        seq_hlist_start_rcu
Note: meta author : see http://docbook.sf.net/el/author            seq_hlist_start_rcu
Warn: meta author : no author data, so inserted a fixme            seq_hlist_start_rcu
Note: Writing seq_hlist_start_rcu.9
Warn: meta author : no refentry/info/author                        seq_hlist_start_head_rcu
Note: meta author : see http://docbook.sf.net/el/author            seq_hlist_start_head_rcu
Warn: meta author : no author data, so inserted a fixme            seq_hlist_start_head_rcu
Note: Writing seq_hlist_start_head_rcu.9
Warn: meta author : no refentry/info/author                        seq_hlist_next_rcu
Note: meta author : see http://docbook.sf.net/el/author            seq_hlist_next_rcu
Warn: meta author : no author data, so inserted a fixme            seq_hlist_next_rcu
Note: Writing seq_hlist_next_rcu.9
Warn: meta author : no refentry/info/author                        register_filesystem
Note: meta author : see http://docbook.sf.net/el/author            register_filesystem
Warn: meta author : no author data, so inserted a fixme            register_filesystem
Note: Writing register_filesystem.9
Warn: meta author : no refentry/info/author                        unregister_filesystem
Note: meta author : see http://docbook.sf.net/el/author            unregister_filesystem
Warn: meta author : no author data, so inserted a fixme            unregister_filesystem
Note: Writing unregister_filesystem.9
Warn: meta author : no refentry/info/author                        __mark_inode_dirty
Note: meta author : see http://docbook.sf.net/el/author            __mark_inode_dirty
Warn: meta author : no author data, so inserted a fixme            __mark_inode_dirty
Note: Writing __mark_inode_dirty.9
Warn: meta author : no refentry/info/author                        writeback_inodes_sb
Note: meta author : see http://docbook.sf.net/el/author            writeback_inodes_sb
Warn: meta author : no author data, so inserted a fixme            writeback_inodes_sb
Note: Writing writeback_inodes_sb.9
Warn: meta author : no refentry/info/author                        writeback_inodes_sb_if_idle
Note: meta author : see http://docbook.sf.net/el/author            writeback_inodes_sb_if_idle
Warn: meta author : no author data, so inserted a fixme            writeback_inodes_sb_if_idle
Note: Writing writeback_inodes_sb_if_idle.9
Warn: meta author : no refentry/info/author                        sync_inodes_sb
Note: meta author : see http://docbook.sf.net/el/author            sync_inodes_sb
Warn: meta author : no author data, so inserted a fixme            sync_inodes_sb
Note: Writing sync_inodes_sb.9
Warn: meta author : no refentry/info/author                        write_inode_now
Note: meta author : see http://docbook.sf.net/el/author            write_inode_now
Warn: meta author : no author data, so inserted a fixme            write_inode_now
Note: Writing write_inode_now.9
Warn: meta author : no refentry/info/author                        sync_inode
Note: meta author : see http://docbook.sf.net/el/author            sync_inode
Warn: meta author : no author data, so inserted a fixme            sync_inode
Note: Writing sync_inode.9
Warn: meta author : no refentry/info/author                        freeze_bdev
Note: meta author : see http://docbook.sf.net/el/author            freeze_bdev
Warn: meta author : no author data, so inserted a fixme            freeze_bdev
Note: Writing freeze_bdev.9
Warn: meta author : no refentry/info/author                        thaw_bdev
Note: meta author : see http://docbook.sf.net/el/author            thaw_bdev
Warn: meta author : no author data, so inserted a fixme            thaw_bdev
Note: Writing thaw_bdev.9
Warn: meta author : no refentry/info/author                        bd_claim_by_disk
Note: meta author : see http://docbook.sf.net/el/author            bd_claim_by_disk
Warn: meta author : no author data, so inserted a fixme            bd_claim_by_disk
Note: Writing bd_claim_by_disk.9
Warn: meta author : no refentry/info/author                        bd_release_from_disk
Note: meta author : see http://docbook.sf.net/el/author            bd_release_from_disk
Warn: meta author : no author data, so inserted a fixme            bd_release_from_disk
Note: Writing bd_release_from_disk.9
Warn: meta author : no refentry/info/author                        check_disk_size_change
Note: meta author : see http://docbook.sf.net/el/author            check_disk_size_change
Warn: meta author : no author data, so inserted a fixme            check_disk_size_change
Note: Writing check_disk_size_change.9
Warn: meta author : no refentry/info/author                        revalidate_disk
Note: meta author : see http://docbook.sf.net/el/author            revalidate_disk
Warn: meta author : no author data, so inserted a fixme            revalidate_disk
Note: Writing revalidate_disk.9
Warn: meta author : no refentry/info/author                        lookup_bdev
Note: meta author : see http://docbook.sf.net/el/author            lookup_bdev
Warn: meta author : no author data, so inserted a fixme            lookup_bdev
Note: Writing lookup_bdev.9
Warn: meta author : no refentry/info/author                        open_bdev_exclusive
Note: meta author : see http://docbook.sf.net/el/author            open_bdev_exclusive
Warn: meta author : no author data, so inserted a fixme            open_bdev_exclusive
Note: Writing open_bdev_exclusive.9
Warn: meta author : no refentry/info/author                        close_bdev_exclusive
Note: meta author : see http://docbook.sf.net/el/author            close_bdev_exclusive
Warn: meta author : no author data, so inserted a fixme            close_bdev_exclusive
Note: Writing close_bdev_exclusive.9
Warn: meta author : no refentry/info/author                        register_sysctl_paths
Note: meta author : see http://docbook.sf.net/el/author            register_sysctl_paths
Warn: meta author : no author data, so inserted a fixme            register_sysctl_paths
Note: Writing register_sysctl_paths.9
Warn: meta author : no refentry/info/author                        register_sysctl_table
Note: meta author : see http://docbook.sf.net/el/author            register_sysctl_table
Warn: meta author : no author data, so inserted a fixme            register_sysctl_table
Note: Writing register_sysctl_table.9
Warn: meta author : no refentry/info/author                        unregister_sysctl_table
Note: meta author : see http://docbook.sf.net/el/author            unregister_sysctl_table
Warn: meta author : no author data, so inserted a fixme            unregister_sysctl_table
Note: Writing unregister_sysctl_table.9
Warn: meta author : no refentry/info/author                        proc_dostring
Note: meta author : see http://docbook.sf.net/el/author            proc_dostring
Warn: meta author : no author data, so inserted a fixme            proc_dostring
Note: Writing proc_dostring.9
Warn: meta author : no refentry/info/author                        proc_dointvec
Note: meta author : see http://docbook.sf.net/el/author            proc_dointvec
Warn: meta author : no author data, so inserted a fixme            proc_dointvec
Note: Writing proc_dointvec.9
Warn: meta author : no refentry/info/author                        proc_dointvec_minmax
Note: meta author : see http://docbook.sf.net/el/author            proc_dointvec_minmax
Warn: meta author : no author data, so inserted a fixme            proc_dointvec_minmax
Note: Writing proc_dointvec_minmax.9
Warn: meta author : no refentry/info/author                        proc_doulongvec_minmax
Note: meta author : see http://docbook.sf.net/el/author            proc_doulongvec_minmax
Warn: meta author : no author data, so inserted a fixme            proc_doulongvec_minmax
Note: Writing proc_doulongvec_minmax.9
Warn: meta author : no refentry/info/author                        proc_doulongvec_ms_jiffies_minmax
Note: meta author : see http://docbook.sf.net/el/author            proc_doulongvec_ms_jiffies_minmax
Warn: meta author : no author data, so inserted a fixme            proc_doulongvec_ms_jiffies_minmax
Note: Writing proc_doulongvec_ms_jiffies_minmax.9
Warn: meta author : no refentry/info/author                        proc_dointvec_jiffies
Note: meta author : see http://docbook.sf.net/el/author            proc_dointvec_jiffies
Warn: meta author : no author data, so inserted a fixme            proc_dointvec_jiffies
Note: Writing proc_dointvec_jiffies.9
Warn: meta author : no refentry/info/author                        proc_dointvec_userhz_jiffies
Note: meta author : see http://docbook.sf.net/el/author            proc_dointvec_userhz_jiffies
Warn: meta author : no author data, so inserted a fixme            proc_dointvec_userhz_jiffies
Note: Writing proc_dointvec_userhz_jiffies.9
Warn: meta author : no refentry/info/author                        proc_dointvec_ms_jiffies
Note: meta author : see http://docbook.sf.net/el/author            proc_dointvec_ms_jiffies
Warn: meta author : no author data, so inserted a fixme            proc_dointvec_ms_jiffies
Note: Writing proc_dointvec_ms_jiffies.9
Warn: meta author : no refentry/info/author                        proc_flush_task
Note: meta author : see http://docbook.sf.net/el/author            proc_flush_task
Warn: meta author : no author data, so inserted a fixme            proc_flush_task
Note: Writing proc_flush_task.9
Warn: meta author : no refentry/info/author                        sysfs_create_file
Note: meta author : see http://docbook.sf.net/el/author            sysfs_create_file
Warn: meta author : no author data, so inserted a fixme            sysfs_create_file
Note: Writing sysfs_create_file.9
Warn: meta author : no refentry/info/author                        sysfs_add_file_to_group
Note: meta author : see http://docbook.sf.net/el/author            sysfs_add_file_to_group
Warn: meta author : no author data, so inserted a fixme            sysfs_add_file_to_group
Note: Writing sysfs_add_file_to_group.9
Warn: meta author : no refentry/info/author                        sysfs_chmod_file
Note: meta author : see http://docbook.sf.net/el/author            sysfs_chmod_file
Warn: meta author : no author data, so inserted a fixme            sysfs_chmod_file
Note: Writing sysfs_chmod_file.9
Warn: meta author : no refentry/info/author                        sysfs_remove_file
Note: meta author : see http://docbook.sf.net/el/author            sysfs_remove_file
Warn: meta author : no author data, so inserted a fixme            sysfs_remove_file
Note: Writing sysfs_remove_file.9
Warn: meta author : no refentry/info/author                        sysfs_remove_file_from_group
Note: meta author : see http://docbook.sf.net/el/author            sysfs_remove_file_from_group
Warn: meta author : no author data, so inserted a fixme            sysfs_remove_file_from_group
Note: Writing sysfs_remove_file_from_group.9
Warn: meta author : no refentry/info/author                        sysfs_schedule_callback
Note: meta author : see http://docbook.sf.net/el/author            sysfs_schedule_callback
Warn: meta author : no author data, so inserted a fixme            sysfs_schedule_callback
Note: Writing sysfs_schedule_callback.9
Warn: meta author : no refentry/info/author                        sysfs_create_link
Note: meta author : see http://docbook.sf.net/el/author            sysfs_create_link
Warn: meta author : no author data, so inserted a fixme            sysfs_create_link
Note: Writing sysfs_create_link.9
Warn: meta author : no refentry/info/author                        sysfs_remove_link
Note: meta author : see http://docbook.sf.net/el/author            sysfs_remove_link
Warn: meta author : no author data, so inserted a fixme            sysfs_remove_link
Note: Writing sysfs_remove_link.9
Warn: meta author : no refentry/info/author                        sysfs_create_bin_file
Note: meta author : see http://docbook.sf.net/el/author            sysfs_create_bin_file
Warn: meta author : no author data, so inserted a fixme            sysfs_create_bin_file
Note: Writing sysfs_create_bin_file.9
Warn: meta author : no refentry/info/author                        sysfs_remove_bin_file
Note: meta author : see http://docbook.sf.net/el/author            sysfs_remove_bin_file
Warn: meta author : no author data, so inserted a fixme            sysfs_remove_bin_file
Note: Writing sysfs_remove_bin_file.9
Warn: meta author : no refentry/info/author                        debugfs_create_file
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_file
Warn: meta author : no author data, so inserted a fixme            debugfs_create_file
Note: Writing debugfs_create_file.9
Warn: meta author : no refentry/info/author                        debugfs_create_dir
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_dir
Warn: meta author : no author data, so inserted a fixme            debugfs_create_dir
Note: Writing debugfs_create_dir.9
Warn: meta author : no refentry/info/author                        debugfs_create_symlink
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_symlink
Warn: meta author : no author data, so inserted a fixme            debugfs_create_symlink
Note: Writing debugfs_create_symlink.9
Warn: meta author : no refentry/info/author                        debugfs_remove
Note: meta author : see http://docbook.sf.net/el/author            debugfs_remove
Warn: meta author : no author data, so inserted a fixme            debugfs_remove
Note: Writing debugfs_remove.9
Warn: meta author : no refentry/info/author                        debugfs_remove_recursive
Note: meta author : see http://docbook.sf.net/el/author            debugfs_remove_recursive
Warn: meta author : no author data, so inserted a fixme            debugfs_remove_recursive
Note: Writing debugfs_remove_recursive.9
Warn: meta author : no refentry/info/author                        debugfs_rename
Note: meta author : see http://docbook.sf.net/el/author            debugfs_rename
Warn: meta author : no author data, so inserted a fixme            debugfs_rename
Note: Writing debugfs_rename.9
Warn: meta author : no refentry/info/author                        debugfs_initialized
Note: meta author : see http://docbook.sf.net/el/author            debugfs_initialized
Warn: meta author : no author data, so inserted a fixme            debugfs_initialized
Note: Writing debugfs_initialized.9
Warn: meta author : no refentry/info/author                        debugfs_create_u8
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_u8
Warn: meta author : no author data, so inserted a fixme            debugfs_create_u8
Note: Writing debugfs_create_u8.9
Warn: meta author : no refentry/info/author                        debugfs_create_u16
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_u16
Warn: meta author : no author data, so inserted a fixme            debugfs_create_u16
Note: Writing debugfs_create_u16.9
Warn: meta author : no refentry/info/author                        debugfs_create_u32
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_u32
Warn: meta author : no author data, so inserted a fixme            debugfs_create_u32
Note: Writing debugfs_create_u32.9
Warn: meta author : no refentry/info/author                        debugfs_create_u64
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_u64
Warn: meta author : no author data, so inserted a fixme            debugfs_create_u64
Note: Writing debugfs_create_u64.9
Warn: meta author : no refentry/info/author                        debugfs_create_x8
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_x8
Warn: meta author : no author data, so inserted a fixme            debugfs_create_x8
Note: Writing debugfs_create_x8.9
Warn: meta author : no refentry/info/author                        debugfs_create_x16
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_x16
Warn: meta author : no author data, so inserted a fixme            debugfs_create_x16
Note: Writing debugfs_create_x16.9
Warn: meta author : no refentry/info/author                        debugfs_create_x32
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_x32
Warn: meta author : no author data, so inserted a fixme            debugfs_create_x32
Note: Writing debugfs_create_x32.9
Warn: meta author : no refentry/info/author                        debugfs_create_size_t
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_size_t
Warn: meta author : no author data, so inserted a fixme            debugfs_create_size_t
Note: Writing debugfs_create_size_t.9
Warn: meta author : no refentry/info/author                        debugfs_create_bool
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_bool
Warn: meta author : no author data, so inserted a fixme            debugfs_create_bool
Note: Writing debugfs_create_bool.9
Warn: meta author : no refentry/info/author                        debugfs_create_blob
Note: meta author : see http://docbook.sf.net/el/author            debugfs_create_blob
Warn: meta author : no author data, so inserted a fixme            debugfs_create_blob
Note: Writing debugfs_create_blob.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing typedef_handle_t.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing typedef_journal_t.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_handle_s.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_journal_s.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_init_dev.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_init_inode.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_create.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_load.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_destroy.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_check_used_features.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_check_available_features.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_set_features.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_update_format.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_flush.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_wipe.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_abort.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_errno.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_clear_err.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_ack_err.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_recover.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_skip_recovery.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_start.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_extend.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_restart.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_lock_updates.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_unlock_updates.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_get_write_access.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_get_create_access.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_get_undo_access.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_dirty_data.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_dirty_metadata.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_forget.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_stop.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_force_commit.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_try_to_free_buffers.9
Warn: AUTHOR sect.: no personblurb|contrib for Roger Gammans       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Stephen Tweedie     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing journal_invalidatepage.9
Warn: meta author : no refentry/info/author                        splice_to_pipe
Note: meta author : see http://docbook.sf.net/el/author            splice_to_pipe
Warn: meta author : no author data, so inserted a fixme            splice_to_pipe
Note: Writing splice_to_pipe.9
Warn: meta author : no refentry/info/author                        generic_file_splice_read
Note: meta author : see http://docbook.sf.net/el/author            generic_file_splice_read
Warn: meta author : no author data, so inserted a fixme            generic_file_splice_read
Note: Writing generic_file_splice_read.9
Warn: meta author : no refentry/info/author                        splice_from_pipe_feed
Note: meta author : see http://docbook.sf.net/el/author            splice_from_pipe_feed
Warn: meta author : no author data, so inserted a fixme            splice_from_pipe_feed
Note: Writing splice_from_pipe_feed.9
Warn: meta author : no refentry/info/author                        splice_from_pipe_next
Note: meta author : see http://docbook.sf.net/el/author            splice_from_pipe_next
Warn: meta author : no author data, so inserted a fixme            splice_from_pipe_next
Note: Writing splice_from_pipe_next.9
Warn: meta author : no refentry/info/author                        splice_from_pipe_begin
Note: meta author : see http://docbook.sf.net/el/author            splice_from_pipe_begin
Warn: meta author : no author data, so inserted a fixme            splice_from_pipe_begin
Note: Writing splice_from_pipe_begin.9
Warn: meta author : no refentry/info/author                        splice_from_pipe_end
Note: meta author : see http://docbook.sf.net/el/author            splice_from_pipe_end
Warn: meta author : no author data, so inserted a fixme            splice_from_pipe_end
Note: Writing splice_from_pipe_end.9
Warn: meta author : no refentry/info/author                        __splice_from_pipe
Note: meta author : see http://docbook.sf.net/el/author            __splice_from_pipe
Warn: meta author : no author data, so inserted a fixme            __splice_from_pipe
Note: Writing __splice_from_pipe.9
Warn: meta author : no refentry/info/author                        splice_from_pipe
Note: meta author : see http://docbook.sf.net/el/author            splice_from_pipe
Warn: meta author : no author data, so inserted a fixme            splice_from_pipe
Note: Writing splice_from_pipe.9
Warn: meta author : no refentry/info/author                        generic_file_splice_write
Note: meta author : see http://docbook.sf.net/el/author            generic_file_splice_write
Warn: meta author : no author data, so inserted a fixme            generic_file_splice_write
Note: Writing generic_file_splice_write.9
Warn: meta author : no refentry/info/author                        generic_splice_sendpage
Note: meta author : see http://docbook.sf.net/el/author            generic_splice_sendpage
Warn: meta author : no author data, so inserted a fixme            generic_splice_sendpage
Note: Writing generic_splice_sendpage.9
Warn: meta author : no refentry/info/author                        splice_direct_to_actor
Note: meta author : see http://docbook.sf.net/el/author            splice_direct_to_actor
Warn: meta author : no author data, so inserted a fixme            splice_direct_to_actor
Note: Writing splice_direct_to_actor.9
Warn: meta author : no refentry/info/author                        do_splice_direct
Note: meta author : see http://docbook.sf.net/el/author            do_splice_direct
Warn: meta author : no author data, so inserted a fixme            do_splice_direct
Note: Writing do_splice_direct.9
Warn: meta author : no refentry/info/author                        struct pipe_buffer
Note: meta author : see http://docbook.sf.net/el/author            struct pipe_buffer
Warn: meta author : no author data, so inserted a fixme            struct pipe_buffer
Note: Writing struct_pipe_buffer.9
Warn: meta author : no refentry/info/author                        struct pipe_inode_info
Note: meta author : see http://docbook.sf.net/el/author            struct pipe_inode_info
Warn: meta author : no author data, so inserted a fixme            struct pipe_inode_info
Note: Writing struct_pipe_inode_info.9
Warn: meta author : no refentry/info/author                        generic_pipe_buf_map
Note: meta author : see http://docbook.sf.net/el/author            generic_pipe_buf_map
Warn: meta author : no author data, so inserted a fixme            generic_pipe_buf_map
Note: Writing generic_pipe_buf_map.9
Warn: meta author : no refentry/info/author                        generic_pipe_buf_unmap
Note: meta author : see http://docbook.sf.net/el/author            generic_pipe_buf_unmap
Warn: meta author : no author data, so inserted a fixme            generic_pipe_buf_unmap
Note: Writing generic_pipe_buf_unmap.9
Warn: meta author : no refentry/info/author                        generic_pipe_buf_steal
Note: meta author : see http://docbook.sf.net/el/author            generic_pipe_buf_steal
Warn: meta author : no author data, so inserted a fixme            generic_pipe_buf_steal
Note: Writing generic_pipe_buf_steal.9
Warn: meta author : no refentry/info/author                        generic_pipe_buf_get
Note: meta author : see http://docbook.sf.net/el/author            generic_pipe_buf_get
Warn: meta author : no author data, so inserted a fixme            generic_pipe_buf_get
Note: Writing generic_pipe_buf_get.9
Warn: meta author : no refentry/info/author                        generic_pipe_buf_confirm
Note: meta author : see http://docbook.sf.net/el/author            generic_pipe_buf_confirm
Warn: meta author : no author data, so inserted a fixme            generic_pipe_buf_confirm
Note: Writing generic_pipe_buf_confirm.9
Warn: meta author : no refentry/info/author                        generic_pipe_buf_release
Note: meta author : see http://docbook.sf.net/el/author            generic_pipe_buf_release
Warn: meta author : no author data, so inserted a fixme            generic_pipe_buf_release
Note: Writing generic_pipe_buf_release.9DOCPROC Documentation/DocBook/lsm.xmlMAN     Documentation/DocBook/lsm.9DOCPROC Documentation/DocBook/usb.xml
Warning(/mnt/mdisk5/kernel/linux-2.6.34.14//include/linux/usb.h:198): No description found for parameter 'resetting_device'MAN     Documentation/DocBook/usb.9
Warn: meta author : no refentry/info/author                        struct usb_ctrlrequest
Note: meta author : see http://docbook.sf.net/el/author            struct usb_ctrlrequest
Warn: meta author : no author data, so inserted a fixme            struct usb_ctrlrequest
Note: Writing struct_usb_ctrlrequest.9
Warn: meta author : no refentry/info/author                        usb_endpoint_num
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_num
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_num
Note: Writing usb_endpoint_num.9
Warn: meta author : no refentry/info/author                        usb_endpoint_type
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_type
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_type
Note: Writing usb_endpoint_type.9
Warn: meta author : no refentry/info/author                        usb_endpoint_dir_in
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_dir_in
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_dir_in
Note: Writing usb_endpoint_dir_in.9
Warn: meta author : no refentry/info/author                        usb_endpoint_dir_out
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_dir_out
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_dir_out
Note: Writing usb_endpoint_dir_out.9
Warn: meta author : no refentry/info/author                        usb_endpoint_xfer_bulk
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_xfer_bulk
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_xfer_bulk
Note: Writing usb_endpoint_xfer_bulk.9
Warn: meta author : no refentry/info/author                        usb_endpoint_xfer_control
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_xfer_control
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_xfer_control
Note: Writing usb_endpoint_xfer_control.9
Warn: meta author : no refentry/info/author                        usb_endpoint_xfer_int
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_xfer_int
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_xfer_int
Note: Writing usb_endpoint_xfer_int.9
Warn: meta author : no refentry/info/author                        usb_endpoint_xfer_isoc
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_xfer_isoc
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_xfer_isoc
Note: Writing usb_endpoint_xfer_isoc.9
Warn: meta author : no refentry/info/author                        usb_endpoint_is_bulk_in
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_is_bulk_in
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_is_bulk_in
Note: Writing usb_endpoint_is_bulk_in.9
Warn: meta author : no refentry/info/author                        usb_endpoint_is_bulk_out
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_is_bulk_out
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_is_bulk_out
Note: Writing usb_endpoint_is_bulk_out.9
Warn: meta author : no refentry/info/author                        usb_endpoint_is_int_in
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_is_int_in
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_is_int_in
Note: Writing usb_endpoint_is_int_in.9
Warn: meta author : no refentry/info/author                        usb_endpoint_is_int_out
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_is_int_out
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_is_int_out
Note: Writing usb_endpoint_is_int_out.9
Warn: meta author : no refentry/info/author                        usb_endpoint_is_isoc_in
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_is_isoc_in
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_is_isoc_in
Note: Writing usb_endpoint_is_isoc_in.9
Warn: meta author : no refentry/info/author                        usb_endpoint_is_isoc_out
Note: meta author : see http://docbook.sf.net/el/author            usb_endpoint_is_isoc_out
Warn: meta author : no author data, so inserted a fixme            usb_endpoint_is_isoc_out
Note: Writing usb_endpoint_is_isoc_out.9
Warn: meta author : no refentry/info/author                        struct usb_host_ss_ep_comp
Note: meta author : see http://docbook.sf.net/el/author            struct usb_host_ss_ep_comp
Warn: meta author : no author data, so inserted a fixme            struct usb_host_ss_ep_comp
Note: Writing struct_usb_host_ss_ep_comp.9
Warn: meta author : no refentry/info/author                        struct usb_host_endpoint
Note: meta author : see http://docbook.sf.net/el/author            struct usb_host_endpoint
Warn: meta author : no author data, so inserted a fixme            struct usb_host_endpoint
Note: Writing struct_usb_host_endpoint.9
Warn: meta author : no refentry/info/author                        struct usb_interface
Note: meta author : see http://docbook.sf.net/el/author            struct usb_interface
Warn: meta author : no author data, so inserted a fixme            struct usb_interface
Note: Writing struct_usb_interface.9
Warn: meta author : no refentry/info/author                        struct usb_interface_cache
Note: meta author : see http://docbook.sf.net/el/author            struct usb_interface_cache
Warn: meta author : no author data, so inserted a fixme            struct usb_interface_cache
Note: Writing struct_usb_interface_cache.9
Warn: meta author : no refentry/info/author                        struct usb_host_config
Note: meta author : see http://docbook.sf.net/el/author            struct usb_host_config
Warn: meta author : no author data, so inserted a fixme            struct usb_host_config
Note: Writing struct_usb_host_config.9
Warn: meta author : no refentry/info/author                        struct usb_device
Note: meta author : see http://docbook.sf.net/el/author            struct usb_device
Warn: meta author : no author data, so inserted a fixme            struct usb_device
Note: Writing struct_usb_device.9
Warn: meta author : no refentry/info/author                        usb_interface_claimed
Note: meta author : see http://docbook.sf.net/el/author            usb_interface_claimed
Warn: meta author : no author data, so inserted a fixme            usb_interface_claimed
Note: Writing usb_interface_claimed.9
Warn: meta author : no refentry/info/author                        usb_make_path
Note: meta author : see http://docbook.sf.net/el/author            usb_make_path
Warn: meta author : no author data, so inserted a fixme            usb_make_path
Note: Writing usb_make_path.9
Warn: meta author : no refentry/info/author                        USB_DEVICE
Note: meta author : see http://docbook.sf.net/el/author            USB_DEVICE
Warn: meta author : no author data, so inserted a fixme            USB_DEVICE
Note: Writing USB_DEVICE.9
Warn: meta author : no refentry/info/author                        USB_DEVICE_VER
Note: meta author : see http://docbook.sf.net/el/author            USB_DEVICE_VER
Warn: meta author : no author data, so inserted a fixme            USB_DEVICE_VER
Note: Writing USB_DEVICE_VER.9
Warn: meta author : no refentry/info/author                        USB_DEVICE_INTERFACE_PROTOCOL
Note: meta author : see http://docbook.sf.net/el/author            USB_DEVICE_INTERFACE_PROTOCOL
Warn: meta author : no author data, so inserted a fixme            USB_DEVICE_INTERFACE_PROTOCOL
Note: Writing USB_DEVICE_INTERFACE_PROTOCOL.9
Warn: meta author : no refentry/info/author                        USB_DEVICE_INFO
Note: meta author : see http://docbook.sf.net/el/author            USB_DEVICE_INFO
Warn: meta author : no author data, so inserted a fixme            USB_DEVICE_INFO
Note: Writing USB_DEVICE_INFO.9
Warn: meta author : no refentry/info/author                        USB_INTERFACE_INFO
Note: meta author : see http://docbook.sf.net/el/author            USB_INTERFACE_INFO
Warn: meta author : no author data, so inserted a fixme            USB_INTERFACE_INFO
Note: Writing USB_INTERFACE_INFO.9
Warn: meta author : no refentry/info/author                        USB_DEVICE_AND_INTERFACE_INFO
Note: meta author : see http://docbook.sf.net/el/author            USB_DEVICE_AND_INTERFACE_INFO
Warn: meta author : no author data, so inserted a fixme            USB_DEVICE_AND_INTERFACE_INFO
Note: Writing USB_DEVICE_AND_INTERFACE_INFO.9
Warn: meta author : no refentry/info/author                        struct usbdrv_wrap
Note: meta author : see http://docbook.sf.net/el/author            struct usbdrv_wrap
Warn: meta author : no author data, so inserted a fixme            struct usbdrv_wrap
Note: Writing struct_usbdrv_wrap.9
Warn: meta author : no refentry/info/author                        struct usb_driver
Note: meta author : see http://docbook.sf.net/el/author            struct usb_driver
Warn: meta author : no author data, so inserted a fixme            struct usb_driver
Note: Writing struct_usb_driver.9
Warn: meta author : no refentry/info/author                        struct usb_device_driver
Note: meta author : see http://docbook.sf.net/el/author            struct usb_device_driver
Warn: meta author : no author data, so inserted a fixme            struct usb_device_driver
Note: Writing struct_usb_device_driver.9
Warn: meta author : no refentry/info/author                        struct usb_class_driver
Note: meta author : see http://docbook.sf.net/el/author            struct usb_class_driver
Warn: meta author : no author data, so inserted a fixme            struct usb_class_driver
Note: Writing struct_usb_class_driver.9
Warn: meta author : no refentry/info/author                        struct urb
Note: meta author : see http://docbook.sf.net/el/author            struct urb
Warn: meta author : no author data, so inserted a fixme            struct urb
Note: Writing struct_urb.9
Warn: meta author : no refentry/info/author                        usb_fill_control_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_fill_control_urb
Warn: meta author : no author data, so inserted a fixme            usb_fill_control_urb
Note: Writing usb_fill_control_urb.9
Warn: meta author : no refentry/info/author                        usb_fill_bulk_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_fill_bulk_urb
Warn: meta author : no author data, so inserted a fixme            usb_fill_bulk_urb
Note: Writing usb_fill_bulk_urb.9
Warn: meta author : no refentry/info/author                        usb_fill_int_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_fill_int_urb
Warn: meta author : no author data, so inserted a fixme            usb_fill_int_urb
Note: Writing usb_fill_int_urb.9
Warn: meta author : no refentry/info/author                        usb_urb_dir_in
Note: meta author : see http://docbook.sf.net/el/author            usb_urb_dir_in
Warn: meta author : no author data, so inserted a fixme            usb_urb_dir_in
Note: Writing usb_urb_dir_in.9
Warn: meta author : no refentry/info/author                        usb_urb_dir_out
Note: meta author : see http://docbook.sf.net/el/author            usb_urb_dir_out
Warn: meta author : no author data, so inserted a fixme            usb_urb_dir_out
Note: Writing usb_urb_dir_out.9
Warn: meta author : no refentry/info/author                        struct usb_sg_request
Note: meta author : see http://docbook.sf.net/el/author            struct usb_sg_request
Warn: meta author : no author data, so inserted a fixme            struct usb_sg_request
Note: Writing struct_usb_sg_request.9
Warn: meta author : no refentry/info/author                        usb_init_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_init_urb
Warn: meta author : no author data, so inserted a fixme            usb_init_urb
Note: Writing usb_init_urb.9
Warn: meta author : no refentry/info/author                        usb_alloc_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_alloc_urb
Warn: meta author : no author data, so inserted a fixme            usb_alloc_urb
Note: Writing usb_alloc_urb.9
Warn: meta author : no refentry/info/author                        usb_free_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_free_urb
Warn: meta author : no author data, so inserted a fixme            usb_free_urb
Note: Writing usb_free_urb.9
Warn: meta author : no refentry/info/author                        usb_get_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_get_urb
Warn: meta author : no author data, so inserted a fixme            usb_get_urb
Note: Writing usb_get_urb.9
Warn: meta author : no refentry/info/author                        usb_anchor_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_anchor_urb
Warn: meta author : no author data, so inserted a fixme            usb_anchor_urb
Note: Writing usb_anchor_urb.9
Warn: meta author : no refentry/info/author                        usb_unanchor_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_unanchor_urb
Warn: meta author : no author data, so inserted a fixme            usb_unanchor_urb
Note: Writing usb_unanchor_urb.9
Warn: meta author : no refentry/info/author                        usb_submit_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_submit_urb
Warn: meta author : no author data, so inserted a fixme            usb_submit_urb
Note: Writing usb_submit_urb.9
Warn: meta author : no refentry/info/author                        usb_unlink_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_unlink_urb
Warn: meta author : no author data, so inserted a fixme            usb_unlink_urb
Note: Writing usb_unlink_urb.9
Warn: meta author : no refentry/info/author                        usb_kill_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_kill_urb
Warn: meta author : no author data, so inserted a fixme            usb_kill_urb
Note: Writing usb_kill_urb.9
Warn: meta author : no refentry/info/author                        usb_poison_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_poison_urb
Warn: meta author : no author data, so inserted a fixme            usb_poison_urb
Note: Writing usb_poison_urb.9
Warn: meta author : no refentry/info/author                        usb_kill_anchored_urbs
Note: meta author : see http://docbook.sf.net/el/author            usb_kill_anchored_urbs
Warn: meta author : no author data, so inserted a fixme            usb_kill_anchored_urbs
Note: Writing usb_kill_anchored_urbs.9
Warn: meta author : no refentry/info/author                        usb_poison_anchored_urbs
Note: meta author : see http://docbook.sf.net/el/author            usb_poison_anchored_urbs
Warn: meta author : no author data, so inserted a fixme            usb_poison_anchored_urbs
Note: Writing usb_poison_anchored_urbs.9
Warn: meta author : no refentry/info/author                        usb_unpoison_anchored_urbs
Note: meta author : see http://docbook.sf.net/el/author            usb_unpoison_anchored_urbs
Warn: meta author : no author data, so inserted a fixme            usb_unpoison_anchored_urbs
Note: Writing usb_unpoison_anchored_urbs.9
Warn: meta author : no refentry/info/author                        usb_unlink_anchored_urbs
Note: meta author : see http://docbook.sf.net/el/author            usb_unlink_anchored_urbs
Warn: meta author : no author data, so inserted a fixme            usb_unlink_anchored_urbs
Note: Writing usb_unlink_anchored_urbs.9
Warn: meta author : no refentry/info/author                        usb_wait_anchor_empty_timeout
Note: meta author : see http://docbook.sf.net/el/author            usb_wait_anchor_empty_timeout
Warn: meta author : no author data, so inserted a fixme            usb_wait_anchor_empty_timeout
Note: Writing usb_wait_anchor_empty_timeout.9
Warn: meta author : no refentry/info/author                        usb_get_from_anchor
Note: meta author : see http://docbook.sf.net/el/author            usb_get_from_anchor
Warn: meta author : no author data, so inserted a fixme            usb_get_from_anchor
Note: Writing usb_get_from_anchor.9
Warn: meta author : no refentry/info/author                        usb_scuttle_anchored_urbs
Note: meta author : see http://docbook.sf.net/el/author            usb_scuttle_anchored_urbs
Warn: meta author : no author data, so inserted a fixme            usb_scuttle_anchored_urbs
Note: Writing usb_scuttle_anchored_urbs.9
Warn: meta author : no refentry/info/author                        usb_anchor_empty
Note: meta author : see http://docbook.sf.net/el/author            usb_anchor_empty
Warn: meta author : no author data, so inserted a fixme            usb_anchor_empty
Note: Writing usb_anchor_empty.9
Warn: meta author : no refentry/info/author                        usb_control_msg
Note: meta author : see http://docbook.sf.net/el/author            usb_control_msg
Warn: meta author : no author data, so inserted a fixme            usb_control_msg
Note: Writing usb_control_msg.9
Warn: meta author : no refentry/info/author                        usb_interrupt_msg
Note: meta author : see http://docbook.sf.net/el/author            usb_interrupt_msg
Warn: meta author : no author data, so inserted a fixme            usb_interrupt_msg
Note: Writing usb_interrupt_msg.9
Warn: meta author : no refentry/info/author                        usb_bulk_msg
Note: meta author : see http://docbook.sf.net/el/author            usb_bulk_msg
Warn: meta author : no author data, so inserted a fixme            usb_bulk_msg
Note: Writing usb_bulk_msg.9
Warn: meta author : no refentry/info/author                        usb_sg_init
Note: meta author : see http://docbook.sf.net/el/author            usb_sg_init
Warn: meta author : no author data, so inserted a fixme            usb_sg_init
Note: Writing usb_sg_init.9
Warn: meta author : no refentry/info/author                        usb_sg_wait
Note: meta author : see http://docbook.sf.net/el/author            usb_sg_wait
Warn: meta author : no author data, so inserted a fixme            usb_sg_wait
Note: Writing usb_sg_wait.9
Warn: meta author : no refentry/info/author                        usb_sg_cancel
Note: meta author : see http://docbook.sf.net/el/author            usb_sg_cancel
Warn: meta author : no author data, so inserted a fixme            usb_sg_cancel
Note: Writing usb_sg_cancel.9
Warn: meta author : no refentry/info/author                        usb_get_descriptor
Note: meta author : see http://docbook.sf.net/el/author            usb_get_descriptor
Warn: meta author : no author data, so inserted a fixme            usb_get_descriptor
Note: Writing usb_get_descriptor.9
Warn: meta author : no refentry/info/author                        usb_string
Note: meta author : see http://docbook.sf.net/el/author            usb_string
Warn: meta author : no author data, so inserted a fixme            usb_string
Note: Writing usb_string.9
Warn: meta author : no refentry/info/author                        usb_get_status
Note: meta author : see http://docbook.sf.net/el/author            usb_get_status
Warn: meta author : no author data, so inserted a fixme            usb_get_status
Note: Writing usb_get_status.9
Warn: meta author : no refentry/info/author                        usb_clear_halt
Note: meta author : see http://docbook.sf.net/el/author            usb_clear_halt
Warn: meta author : no author data, so inserted a fixme            usb_clear_halt
Note: Writing usb_clear_halt.9
Warn: meta author : no refentry/info/author                        usb_reset_endpoint
Note: meta author : see http://docbook.sf.net/el/author            usb_reset_endpoint
Warn: meta author : no author data, so inserted a fixme            usb_reset_endpoint
Note: Writing usb_reset_endpoint.9
Warn: meta author : no refentry/info/author                        usb_set_interface
Note: meta author : see http://docbook.sf.net/el/author            usb_set_interface
Warn: meta author : no author data, so inserted a fixme            usb_set_interface
Note: Writing usb_set_interface.9
Warn: meta author : no refentry/info/author                        usb_reset_configuration
Note: meta author : see http://docbook.sf.net/el/author            usb_reset_configuration
Warn: meta author : no author data, so inserted a fixme            usb_reset_configuration
Note: Writing usb_reset_configuration.9
Warn: meta author : no refentry/info/author                        usb_driver_set_configuration
Note: meta author : see http://docbook.sf.net/el/author            usb_driver_set_configuration
Warn: meta author : no author data, so inserted a fixme            usb_driver_set_configuration
Note: Writing usb_driver_set_configuration.9
Warn: meta author : no refentry/info/author                        usb_register_dev
Note: meta author : see http://docbook.sf.net/el/author            usb_register_dev
Warn: meta author : no author data, so inserted a fixme            usb_register_dev
Note: Writing usb_register_dev.9
Warn: meta author : no refentry/info/author                        usb_deregister_dev
Note: meta author : see http://docbook.sf.net/el/author            usb_deregister_dev
Warn: meta author : no author data, so inserted a fixme            usb_deregister_dev
Note: Writing usb_deregister_dev.9
Warn: meta author : no refentry/info/author                        usb_driver_claim_interface
Note: meta author : see http://docbook.sf.net/el/author            usb_driver_claim_interface
Warn: meta author : no author data, so inserted a fixme            usb_driver_claim_interface
Note: Writing usb_driver_claim_interface.9
Warn: meta author : no refentry/info/author                        usb_driver_release_interface
Note: meta author : see http://docbook.sf.net/el/author            usb_driver_release_interface
Warn: meta author : no author data, so inserted a fixme            usb_driver_release_interface
Note: Writing usb_driver_release_interface.9
Warn: meta author : no refentry/info/author                        usb_match_id
Note: meta author : see http://docbook.sf.net/el/author            usb_match_id
Warn: meta author : no author data, so inserted a fixme            usb_match_id
Note: Writing usb_match_id.9
Warn: meta author : no refentry/info/author                        usb_register_device_driver
Note: meta author : see http://docbook.sf.net/el/author            usb_register_device_driver
Warn: meta author : no author data, so inserted a fixme            usb_register_device_driver
Note: Writing usb_register_device_driver.9
Warn: meta author : no refentry/info/author                        usb_deregister_device_driver
Note: meta author : see http://docbook.sf.net/el/author            usb_deregister_device_driver
Warn: meta author : no author data, so inserted a fixme            usb_deregister_device_driver
Note: Writing usb_deregister_device_driver.9
Warn: meta author : no refentry/info/author                        usb_register_driver
Note: meta author : see http://docbook.sf.net/el/author            usb_register_driver
Warn: meta author : no author data, so inserted a fixme            usb_register_driver
Note: Writing usb_register_driver.9
Warn: meta author : no refentry/info/author                        usb_deregister
Note: meta author : see http://docbook.sf.net/el/author            usb_deregister
Warn: meta author : no author data, so inserted a fixme            usb_deregister
Note: Writing usb_deregister.9
Warn: meta author : no refentry/info/author                        usb_enable_autosuspend
Note: meta author : see http://docbook.sf.net/el/author            usb_enable_autosuspend
Warn: meta author : no author data, so inserted a fixme            usb_enable_autosuspend
Note: Writing usb_enable_autosuspend.9
Warn: meta author : no refentry/info/author                        usb_disable_autosuspend
Note: meta author : see http://docbook.sf.net/el/author            usb_disable_autosuspend
Warn: meta author : no author data, so inserted a fixme            usb_disable_autosuspend
Note: Writing usb_disable_autosuspend.9
Warn: meta author : no refentry/info/author                        usb_autopm_put_interface
Note: meta author : see http://docbook.sf.net/el/author            usb_autopm_put_interface
Warn: meta author : no author data, so inserted a fixme            usb_autopm_put_interface
Note: Writing usb_autopm_put_interface.9
Warn: meta author : no refentry/info/author                        usb_autopm_put_interface_async
Note: meta author : see http://docbook.sf.net/el/author            usb_autopm_put_interface_async
Warn: meta author : no author data, so inserted a fixme            usb_autopm_put_interface_async
Note: Writing usb_autopm_put_interface_async.9
Warn: meta author : no refentry/info/author                        usb_autopm_put_interface_no_suspend
Note: meta author : see http://docbook.sf.net/el/author            usb_autopm_put_interface_no_suspend
Warn: meta author : no author data, so inserted a fixme            usb_autopm_put_interface_no_suspend
Note: Writing usb_autopm_put_interface_no_suspend.9
Warn: meta author : no refentry/info/author                        usb_autopm_get_interface
Note: meta author : see http://docbook.sf.net/el/author            usb_autopm_get_interface
Warn: meta author : no author data, so inserted a fixme            usb_autopm_get_interface
Note: Writing usb_autopm_get_interface.9
Warn: meta author : no refentry/info/author                        usb_autopm_get_interface_async
Note: meta author : see http://docbook.sf.net/el/author            usb_autopm_get_interface_async
Warn: meta author : no author data, so inserted a fixme            usb_autopm_get_interface_async
Note: Writing usb_autopm_get_interface_async.9
Warn: meta author : no refentry/info/author                        usb_autopm_get_interface_no_resume
Note: meta author : see http://docbook.sf.net/el/author            usb_autopm_get_interface_no_resume
Warn: meta author : no author data, so inserted a fixme            usb_autopm_get_interface_no_resume
Note: Writing usb_autopm_get_interface_no_resume.9
Warn: meta author : no refentry/info/author                        usb_find_alt_setting
Note: meta author : see http://docbook.sf.net/el/author            usb_find_alt_setting
Warn: meta author : no author data, so inserted a fixme            usb_find_alt_setting
Note: Writing usb_find_alt_setting.9
Warn: meta author : no refentry/info/author                        usb_ifnum_to_if
Note: meta author : see http://docbook.sf.net/el/author            usb_ifnum_to_if
Warn: meta author : no author data, so inserted a fixme            usb_ifnum_to_if
Note: Writing usb_ifnum_to_if.9
Warn: meta author : no refentry/info/author                        usb_altnum_to_altsetting
Note: meta author : see http://docbook.sf.net/el/author            usb_altnum_to_altsetting
Warn: meta author : no author data, so inserted a fixme            usb_altnum_to_altsetting
Note: Writing usb_altnum_to_altsetting.9
Warn: meta author : no refentry/info/author                        usb_find_interface
Note: meta author : see http://docbook.sf.net/el/author            usb_find_interface
Warn: meta author : no author data, so inserted a fixme            usb_find_interface
Note: Writing usb_find_interface.9
Warn: meta author : no refentry/info/author                        usb_get_dev
Note: meta author : see http://docbook.sf.net/el/author            usb_get_dev
Warn: meta author : no author data, so inserted a fixme            usb_get_dev
Note: Writing usb_get_dev.9
Warn: meta author : no refentry/info/author                        usb_put_dev
Note: meta author : see http://docbook.sf.net/el/author            usb_put_dev
Warn: meta author : no author data, so inserted a fixme            usb_put_dev
Note: Writing usb_put_dev.9
Warn: meta author : no refentry/info/author                        usb_get_intf
Note: meta author : see http://docbook.sf.net/el/author            usb_get_intf
Warn: meta author : no author data, so inserted a fixme            usb_get_intf
Note: Writing usb_get_intf.9
Warn: meta author : no refentry/info/author                        usb_put_intf
Note: meta author : see http://docbook.sf.net/el/author            usb_put_intf
Warn: meta author : no author data, so inserted a fixme            usb_put_intf
Note: Writing usb_put_intf.9
Warn: meta author : no refentry/info/author                        usb_lock_device_for_reset
Note: meta author : see http://docbook.sf.net/el/author            usb_lock_device_for_reset
Warn: meta author : no author data, so inserted a fixme            usb_lock_device_for_reset
Note: Writing usb_lock_device_for_reset.9
Warn: meta author : no refentry/info/author                        usb_get_current_frame_number
Note: meta author : see http://docbook.sf.net/el/author            usb_get_current_frame_number
Warn: meta author : no author data, so inserted a fixme            usb_get_current_frame_number
Note: Writing usb_get_current_frame_number.9
Warn: meta author : no refentry/info/author                        usb_alloc_coherent
Note: meta author : see http://docbook.sf.net/el/author            usb_alloc_coherent
Warn: meta author : no author data, so inserted a fixme            usb_alloc_coherent
Note: Writing usb_alloc_coherent.9
Warn: meta author : no refentry/info/author                        usb_free_coherent
Note: meta author : see http://docbook.sf.net/el/author            usb_free_coherent
Warn: meta author : no author data, so inserted a fixme            usb_free_coherent
Note: Writing usb_free_coherent.9
Warn: meta author : no refentry/info/author                        usb_buffer_map
Note: meta author : see http://docbook.sf.net/el/author            usb_buffer_map
Warn: meta author : no author data, so inserted a fixme            usb_buffer_map
Note: Writing usb_buffer_map.9
Warn: meta author : no refentry/info/author                        usb_buffer_dmasync
Note: meta author : see http://docbook.sf.net/el/author            usb_buffer_dmasync
Warn: meta author : no author data, so inserted a fixme            usb_buffer_dmasync
Note: Writing usb_buffer_dmasync.9
Warn: meta author : no refentry/info/author                        usb_buffer_unmap
Note: meta author : see http://docbook.sf.net/el/author            usb_buffer_unmap
Warn: meta author : no author data, so inserted a fixme            usb_buffer_unmap
Note: Writing usb_buffer_unmap.9
Warn: meta author : no refentry/info/author                        usb_buffer_map_sg
Note: meta author : see http://docbook.sf.net/el/author            usb_buffer_map_sg
Warn: meta author : no author data, so inserted a fixme            usb_buffer_map_sg
Note: Writing usb_buffer_map_sg.9
Warn: meta author : no refentry/info/author                        usb_buffer_dmasync_sg
Note: meta author : see http://docbook.sf.net/el/author            usb_buffer_dmasync_sg
Warn: meta author : no author data, so inserted a fixme            usb_buffer_dmasync_sg
Note: Writing usb_buffer_dmasync_sg.9
Warn: meta author : no refentry/info/author                        usb_buffer_unmap_sg
Note: meta author : see http://docbook.sf.net/el/author            usb_buffer_unmap_sg
Warn: meta author : no author data, so inserted a fixme            usb_buffer_unmap_sg
Note: Writing usb_buffer_unmap_sg.9
Warn: meta author : no refentry/info/author                        usb_hub_clear_tt_buffer
Note: meta author : see http://docbook.sf.net/el/author            usb_hub_clear_tt_buffer
Warn: meta author : no author data, so inserted a fixme            usb_hub_clear_tt_buffer
Note: Writing usb_hub_clear_tt_buffer.9
Warn: meta author : no refentry/info/author                        usb_set_device_state
Note: meta author : see http://docbook.sf.net/el/author            usb_set_device_state
Warn: meta author : no author data, so inserted a fixme            usb_set_device_state
Note: Writing usb_set_device_state.9
Warn: meta author : no refentry/info/author                        usb_root_hub_lost_power
Note: meta author : see http://docbook.sf.net/el/author            usb_root_hub_lost_power
Warn: meta author : no author data, so inserted a fixme            usb_root_hub_lost_power
Note: Writing usb_root_hub_lost_power.9
Warn: meta author : no refentry/info/author                        usb_reset_device
Note: meta author : see http://docbook.sf.net/el/author            usb_reset_device
Warn: meta author : no author data, so inserted a fixme            usb_reset_device
Note: Writing usb_reset_device.9
Warn: meta author : no refentry/info/author                        usb_queue_reset_device
Note: meta author : see http://docbook.sf.net/el/author            usb_queue_reset_device
Warn: meta author : no author data, so inserted a fixme            usb_queue_reset_device
Note: Writing usb_queue_reset_device.9
Warn: meta author : no refentry/info/author                        usb_calc_bus_time
Note: meta author : see http://docbook.sf.net/el/author            usb_calc_bus_time
Warn: meta author : no author data, so inserted a fixme            usb_calc_bus_time
Note: Writing usb_calc_bus_time.9
Warn: meta author : no refentry/info/author                        usb_hcd_link_urb_to_ep
Note: meta author : see http://docbook.sf.net/el/author            usb_hcd_link_urb_to_ep
Warn: meta author : no author data, so inserted a fixme            usb_hcd_link_urb_to_ep
Note: Writing usb_hcd_link_urb_to_ep.9
Warn: meta author : no refentry/info/author                        usb_hcd_check_unlink_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_hcd_check_unlink_urb
Warn: meta author : no author data, so inserted a fixme            usb_hcd_check_unlink_urb
Note: Writing usb_hcd_check_unlink_urb.9
Warn: meta author : no refentry/info/author                        usb_hcd_unlink_urb_from_ep
Note: meta author : see http://docbook.sf.net/el/author            usb_hcd_unlink_urb_from_ep
Warn: meta author : no author data, so inserted a fixme            usb_hcd_unlink_urb_from_ep
Note: Writing usb_hcd_unlink_urb_from_ep.9
Warn: meta author : no refentry/info/author                        usb_hcd_giveback_urb
Note: meta author : see http://docbook.sf.net/el/author            usb_hcd_giveback_urb
Warn: meta author : no author data, so inserted a fixme            usb_hcd_giveback_urb
Note: Writing usb_hcd_giveback_urb.9
Warn: meta author : no refentry/info/author                        usb_hcd_resume_root_hub
Note: meta author : see http://docbook.sf.net/el/author            usb_hcd_resume_root_hub
Warn: meta author : no author data, so inserted a fixme            usb_hcd_resume_root_hub
Note: Writing usb_hcd_resume_root_hub.9
Warn: meta author : no refentry/info/author                        usb_bus_start_enum
Note: meta author : see http://docbook.sf.net/el/author            usb_bus_start_enum
Warn: meta author : no author data, so inserted a fixme            usb_bus_start_enum
Note: Writing usb_bus_start_enum.9
Warn: meta author : no refentry/info/author                        usb_hc_died
Note: meta author : see http://docbook.sf.net/el/author            usb_hc_died
Warn: meta author : no author data, so inserted a fixme            usb_hc_died
Note: Writing usb_hc_died.9
Warn: meta author : no refentry/info/author                        usb_create_hcd
Note: meta author : see http://docbook.sf.net/el/author            usb_create_hcd
Warn: meta author : no author data, so inserted a fixme            usb_create_hcd
Note: Writing usb_create_hcd.9
Warn: meta author : no refentry/info/author                        usb_add_hcd
Note: meta author : see http://docbook.sf.net/el/author            usb_add_hcd
Warn: meta author : no author data, so inserted a fixme            usb_add_hcd
Note: Writing usb_add_hcd.9
Warn: meta author : no refentry/info/author                        usb_remove_hcd
Note: meta author : see http://docbook.sf.net/el/author            usb_remove_hcd
Warn: meta author : no author data, so inserted a fixme            usb_remove_hcd
Note: Writing usb_remove_hcd.9
Warn: meta author : no refentry/info/author                        usb_hcd_pci_probe
Note: meta author : see http://docbook.sf.net/el/author            usb_hcd_pci_probe
Warn: meta author : no author data, so inserted a fixme            usb_hcd_pci_probe
Note: Writing usb_hcd_pci_probe.9
Warn: meta author : no refentry/info/author                        usb_hcd_pci_remove
Note: meta author : see http://docbook.sf.net/el/author            usb_hcd_pci_remove
Warn: meta author : no author data, so inserted a fixme            usb_hcd_pci_remove
Note: Writing usb_hcd_pci_remove.9
Warn: meta author : no refentry/info/author                        usb_hcd_pci_shutdown
Note: meta author : see http://docbook.sf.net/el/author            usb_hcd_pci_shutdown
Warn: meta author : no author data, so inserted a fixme            usb_hcd_pci_shutdown
Note: Writing usb_hcd_pci_shutdown.9
Warn: meta author : no refentry/info/author                        hcd_buffer_create
Note: meta author : see http://docbook.sf.net/el/author            hcd_buffer_create
Warn: meta author : no author data, so inserted a fixme            hcd_buffer_create
Note: Writing hcd_buffer_create.9
Warn: meta author : no refentry/info/author                        hcd_buffer_destroy
Note: meta author : see http://docbook.sf.net/el/author            hcd_buffer_destroy
Warn: meta author : no author data, so inserted a fixme            hcd_buffer_destroy
Note: Writing hcd_buffer_destroy.9DOCPROC Documentation/DocBook/kgdb.xmlMAN     Documentation/DocBook/kgdb.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing kgdb_skipexception.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing kgdb_post_primary_code.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing kgdb_disable_hw_debug.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing kgdb_breakpoint.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing kgdb_arch_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing kgdb_arch_exit.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing pt_regs_to_gdb_regs.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sleeping_thread_to_gdb_regs.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing gdb_regs_to_pt_regs.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing kgdb_arch_handle_exception.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing kgdb_roundup_cpus.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_kgdb_arch.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Wessel        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Tom Rini            
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Amit S. Kale        
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_kgdb_io.9DOCPROC Documentation/DocBook/gadget.xmlMAN     Documentation/DocBook/gadget.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_ctrlrequest.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_num.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_type.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_dir_in.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_dir_out.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_xfer_bulk.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_xfer_control.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_xfer_int.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_xfer_isoc.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_is_bulk_in.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_is_bulk_out.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_is_int_in.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_is_int_out.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_is_isoc_in.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_endpoint_is_isoc_out.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_request.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_ep.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_enable.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_disable.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_alloc_request.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_free_request.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_queue.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_dequeue.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_set_halt.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_clear_halt.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_set_wedge.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_fifo_status.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_ep_fifo_flush.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_gadget.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing gadget_is_dualspeed.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing gadget_is_otg.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_frame_number.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_wakeup.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_set_selfpowered.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_clear_selfpowered.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_vbus_connect.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_vbus_draw.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_vbus_disconnect.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_connect.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_disconnect.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_gadget_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_register_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_unregister_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_string.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_gadget_strings.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_free_descriptors.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_get_string.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_descriptor_fillbuf.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_gadget_config_buf.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_copy_descriptors.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_find_endpoint.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_function.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ep_choose.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_configuration.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_composite_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_usb_composite_dev.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_add_function.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_function_deactivate.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_function_activate.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_interface_id.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_add_config.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_string_id.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_composite_register.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing usb_composite_unregister.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing acm_cdc_notify.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing acm_bind_config.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ecm_bind_config.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing geth_bind_config.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing obex_bind_config.9
Warn: AUTHOR sect.: no personblurb|contrib for David Brownell      
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing gser_bind_config.9DOCPROC Documentation/DocBook/libata.xmlMAN     Documentation/DocBook/libata.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_link_next.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_next.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing atapi_cmd_type.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_tf_to_fis.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_tf_from_fis.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_pack_xfermask.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_unpack_xfermask.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_xfer_mask2mode.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_xfer_mode2mask.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_xfer_mode2shift.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_mode_string.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_classify.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_id_string.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_id_c_string.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_id_xfermask.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_pio_queue_task.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_pio_need_iordy.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_do_dev_read_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_cable_40wire.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_cable_80wire.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_cable_unknown.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_cable_ignore.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_cable_sata.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_port_probe.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_pair.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_port_disable.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_set_spd.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_timing_cycle2mode.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_do_set_mode.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_wait_after_reset.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_link_debounce.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_link_resume.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_std_prereset.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_link_hardreset.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_std_hardreset.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_std_postreset.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_std_qc_defer.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_sg_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_qc_complete.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_qc_complete_multiple.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_scr_valid.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_scr_read.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_scr_write.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_scr_write_flush.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_link_online.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_link_offline.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_host_suspend.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_host_resume.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_port_start.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_host_alloc.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_host_alloc_pinfo.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_slave_link_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_host_start.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_host_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_host_register.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_host_activate.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_host_detach.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_pci_remove_one.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_wait_register.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_phys_link.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_force_cbl.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_force_link_limits.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_force_xfermask.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_force_horkage.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_rwcmd_protocol.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_tf_read_block.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_build_rw_tf.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_enable_pm.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_disable_pm.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_read_native_max_address.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_set_max_sectors.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_hpa_resize.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dump_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_port_flush_task.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_exec_internal_sg.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_exec_internal.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_do_simple_cmd.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_pio_mask_no_iordy.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_read_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_configure.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_bus_probe.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_print_link_status.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_down_spd_limit.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_set_spd_needed.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_down_xfermask_limit.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_wait_ready.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_same_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_reread_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_revalidate.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_is_40wire.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing cable_is_40wire.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_xfermask.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_set_xfermode.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_set_feature.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_init_params.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_sg_clean.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing atapi_check_dma.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_sg_setup.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing swap_buf_le16.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_qc_new.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_qc_new_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_qc_free.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_qc_issue.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_phys_link_online.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_phys_link_offline.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dev_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_link_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sata_link_init_spd.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_port_alloc.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_finalize_port_ops.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_port_detach.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_std_bios_param.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_slave_config.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_slave_destroy.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_change_queue_depth.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_queuecmd.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_simulate.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_sas_port_alloc.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_sas_port_start.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_sas_port_stop.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_sas_port_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_sas_port_destroy.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_sas_slave_configure.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_sas_queuecmd.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_get_identity.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_cmd_ioctl.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_task_ioctl.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_qc_new.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_dump_status.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_to_sense_error.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_gen_ata_sense.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing atapi_drain_needed.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_start_stop_xlat.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_flush_xlat.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_6_lba_len.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_10_lba_len.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_16_lba_len.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_verify_xlat.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_rw_xlat.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_translate.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_rbuf_get.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_rbuf_put.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_rbuf_fill.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsiop_inq_std.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsiop_inq_00.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsiop_inq_80.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsiop_inq_83.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsiop_inq_89.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsiop_noop.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_msense_caching.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_msense_ctl_mode.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_msense_rw_recovery.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsiop_mode_sense.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsiop_read_cap.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsiop_report_luns.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing atapi_xlat.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_find_dev.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_pass_thru.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_get_xlat_func.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_dump_cdb.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_offline_dev.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_remove_dev.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_media_change_notify.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_hotplug.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_user_scan.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ata_scsi_dev_rescan.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ich_pata_cable_detect.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing piix_pata_prereset.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing piix_set_piomode.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing do_pata_set_dmamode.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing piix_set_dmamode.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ich_set_dmamode.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing piix_check_450nx_errata.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing piix_init_one.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sil_set_mode.9
Warn: AUTHOR sect.: no personblurb|contrib for Jeff Garzik         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sil_dev_config.9DOCPROC Documentation/DocBook/mtdnand.xmlMAN     Documentation/DocBook/mtdnand.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_nand_hw_control.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_nand_ecc_ctrl.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_nand_buffers.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_nand_chip.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_nand_flash_dev.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_nand_manufacturers.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_platform_nand_chip.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_platform_nand_ctrl.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_platform_nand_data.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_scan_ident.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_scan_tail.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_scan.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_release.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_scan_bbt.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_default_bbt.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing __nand_calculate_ecc.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_calculate_ecc.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing __nand_correct_data.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_correct_data.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_release_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_byte.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_byte16.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_word.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_select_chip.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_buf.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_buf.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_verify_buf.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_buf16.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_buf16.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_verify_buf16.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_block_bad.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_default_block_markbad.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_check_wp.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_block_checkbad.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing panic_nand_wait_ready.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_command.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_command_lp.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing panic_nand_get_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_get_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing panic_nand_wait.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_wait.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_page_raw.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_page_raw_syndrome.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_page_swecc.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_subpage.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_page_hwecc.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_page_hwecc_oob_first.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_page_syndrome.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_transfer_oob.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_do_read_ops.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_oob_std.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_oob_syndrome.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_oob_std.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_oob_syndrome.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_do_read_oob.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_read_oob.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_page_raw.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_page_raw_syndrome.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_page_swecc.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_page_hwecc.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_page_syndrome.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_page.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_fill_oob.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_do_write_ops.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing panic_nand_write.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_do_write_oob.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_write_oob.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing single_erase_cmd.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing multi_erase_cmd.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_erase.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_erase_nand.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_sync.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_block_isbad.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_block_markbad.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_suspend.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_resume.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing check_pattern.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing check_short_pattern.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing read_bbt.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing read_abs_bbt.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing read_abs_bbts.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing create_bbt.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing search_bbt.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing search_read_bbts.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing write_bbt.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_memory_bbt.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing check_create.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing mark_bbt_region.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_update_bbt.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing nand_isbad_bbt.9DOCPROC Documentation/DocBook/librs.xmlMAN     Documentation/DocBook/librs.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rs_control.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing free_rs.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing init_rs.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing init_rs_non_canonical.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing encode_rs8.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing decode_rs8.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing encode_rs16.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing decode_rs16.9DOCPROC Documentation/DocBook/rapidio.xmlMAN     Documentation/DocBook/rapidio.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_local_read_config_32.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_local_write_config_32.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_local_read_config_16.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_local_write_config_16.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_local_read_config_8.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_local_write_config_8.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_read_config_32.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_write_config_32.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_read_config_16.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_write_config_16.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_read_config_8.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_write_config_8.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_send_doorbell.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_init_mbox_res.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_init_dbell_res.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing RIO_DEVICE.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_add_outb_message.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_add_inb_buffer.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_get_inb_message.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_name.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_get_drvdata.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_set_drvdata.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_dev_get.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_dev_put.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_register_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_unregister_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_local_get_device_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_request_inb_mbox.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_release_inb_mbox.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_request_outb_mbox.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_release_outb_mbox.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_request_inb_dbell.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_release_inb_dbell.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_request_outb_dbell.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_release_outb_dbell.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_get_asm.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_get_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rio_dev.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rio_msg.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rio_dbell.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rio_mport.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rio_net.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rio_switch.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rio_ops.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rio_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rio_device_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_rio_route_ops.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_get_device_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_set_device_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_local_set_device_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_clear_locks.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_enum_host.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_device_has_destid.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_release_dev.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_is_switch.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_route_set_ops.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_add_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_setup_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_sport_is_active.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_route_add_entry.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_route_get_entry.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_get_host_deviceid_lock.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_get_swpinfo_inport.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_get_swpinfo_tports.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_net_add_mport.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_enum_peer.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_enum_complete.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_disc_peer.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_mport_is_active.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_alloc_net.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_update_route_tables.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_enum_mport.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_build_route_tables.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_enum_timeout.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_disc_mport.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_setup_inb_dbell.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_mport_get_feature.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing RIO_LOP_READ.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing RIO_LOP_WRITE.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing RIO_OP_READ.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing RIO_OP_WRITE.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_match_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_device_probe.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_device_remove.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_match_bus.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_bus_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_create_sysfs_dev_files.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_remove_sysfs_dev_files.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_hw_add_outb_message.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_hw_add_inb_buffer.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_hw_get_inb_message.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fsl_rio_doorbell_send.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fsl_local_config_read.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fsl_local_config_write.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fsl_rio_config_read.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fsl_rio_config_write.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fsl_rio_tx_handler.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_open_outb_mbox.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_close_outb_mbox.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fsl_rio_rx_handler.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_open_inb_mbox.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rio_close_inb_mbox.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fsl_rio_dbell_handler.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fsl_rio_doorbell_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Matt Porter         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fsl_rio_setup.9DOCPROC Documentation/DocBook/genericirq.xml
Warning(/mnt/mdisk5/kernel/linux-2.6.34.14//include/linux/irq.h:208): Excess struct/union/enum/typedef member 'timer_rand_state' description in 'irq_desc'MAN     Documentation/DocBook/genericirq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_irq_chip.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_irq_desc.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing alloc_desc_masks.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing init_copy_desc_masks.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_irqaction.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing synchronize_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing disable_irq_nosync.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing disable_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing enable_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing set_irq_wake.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing setup_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing remove_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing free_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing request_threaded_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing set_irq_chip.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing set_irq_type.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing set_irq_data.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing set_irq_chip_data.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing set_irq_nested_thread.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing handle_level_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing handle_bad_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing handle_IRQ_event.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing __do_IRQ.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing dynamic_irq_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing dynamic_irq_init_keep_chip_data.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing dynamic_irq_cleanup.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing dynamic_irq_cleanup_keep_chip_data.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing set_irq_msi.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing handle_simple_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing handle_fasteoi_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing handle_edge_irq.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Ingo Molnar         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing handle_percpu_irq.9DOCPROC Documentation/DocBook/s390-drivers.xmlMAN     Documentation/DocBook/s390-drivers.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ccw1.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_erw.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_sublog.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_esw0.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_esw1.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_esw2.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_esw3.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_irb.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ciw.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ccw_dev_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_dev_id_is_equal.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ccw_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ccw_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_set_offline.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_set_online.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing get_ccwdev_by_busid.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_driver_register.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_driver_unregister.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_set_options_mask.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_set_options.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_clear_options.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_is_pathgroup.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_is_multipath.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_clear.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_start_key.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_start_timeout_key.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_start.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_start_timeout.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_halt.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_resume.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_get_ciw.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_get_path_mask.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_get_id.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_tm_start_key.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_tm_start_timeout_key.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_tm_start.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_tm_start_timeout.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccw_device_tm_intrg.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_cmbdata.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing enable_cmf.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing disable_cmf.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing cmf_read.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing cmf_readall.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ccwgroup_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ccwgroup_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccwgroup_create_from_string.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccwgroup_driver_register.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccwgroup_driver_unregister.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccwgroup_probe_ccwdev.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ccwgroup_remove_ccwdev.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing s390_register_adapter_interrupt.9
Warn: AUTHOR sect.: no personblurb|contrib for Cornelia Huck       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing s390_unregister_adapter_interrupt.9DOCPROC Documentation/DocBook/uio-howto.xmlMAN     Documentation/DocBook/uio-howto.9DOCPROC Documentation/DocBook/scsi.xmlMAN     Documentation/DocBook/scsi.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing shost_for_each_device.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing __shost_for_each_device.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_device_type.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing __scsi_get_command.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_get_command.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing __scsi_put_command.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_put_command.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_allocate_command.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_free_command.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_finish_command.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_adjust_queue_depth.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_track_queue_full.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_get_vpd_page.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_device_get.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_device_put.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing starget_for_each_device.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing __starget_for_each_device.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing __scsi_device_lookup_by_target.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_device_lookup_by_target.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing __scsi_device_lookup.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_device_lookup.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_bios_ptable.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsicam_bios_param.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_partsize.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_schedule_eh.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_block_when_processing_errors.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_eh_prep_cmnd.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_eh_restore_cmnd.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_eh_finish_cmd.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_eh_get_sense.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_eh_ready_devs.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_eh_flush_done_q.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_normalize_sense.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_sense_desc_find.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_get_sense_info_fld.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_build_sense_buffer.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_dev_info_list_add.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_dev_info_list_add_str.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_get_device_flags.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_exit_devinfo.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_init_devinfo.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_ioctl.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_nonblockable_ioctl.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_execute.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_mode_select.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_mode_sense.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_test_unit_ready.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_device_set_state.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sdev_evt_send.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sdev_evt_alloc.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sdev_evt_send_simple.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_device_quiesce.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_device_resume.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_internal_device_block.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_internal_device_unblock.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_kmap_atomic_sg.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_kunmap_atomic_sg.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_dma_map.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_dma_unmap.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing proc_scsi_read.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing proc_scsi_write_proc.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_proc_hostdir_add.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_proc_hostdir_rm.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_proc_host_add.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_proc_host_rm.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing proc_print_scsidevice.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_add_single_device.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_remove_single_device.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing proc_scsi_write.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing proc_scsi_show.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing proc_scsi_open.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_init_procfs.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_exit_procfs.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_nl_rcv_msg.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_nl_rcv_event.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_generic_msg_handler.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_netlink_init.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_netlink_exit.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_unlock_floptical.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_alloc_sdev.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_alloc_target.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_target_reap.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sanitize_inquiry_string.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_probe_lun.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_add_lun.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_inq_str.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_probe_and_add_lun.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_sequential_lun_scan.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_report_lun_scan.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_prep_async_scan.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_finish_async_scan.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_remove_device.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_remove_target.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_host_set_state.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_remove_host.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_add_host_with_dma.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_host_alloc.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_host_lookup.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_host_get.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_host_put.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_queue_work.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_flush_work.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_print_status.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fc_get_event_number.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fc_host_post_event.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fc_host_post_vendor_event.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fc_remove_host.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fc_remote_port_add.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fc_remote_port_delete.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fc_remote_port_rolechg.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fc_block_scsi_eh.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fc_vport_create.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing fc_vport_terminate.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing iscsi_scan_finished.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing iscsi_unblock_session.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing iscsi_create_session.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing iscsi_destroy_session.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing iscsi_create_conn.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing iscsi_destroy_conn.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing iscsi_session_event.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_remove_children.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_remove_host.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_tlr_supported.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_disable_tlr.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_enable_tlr.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_phy_alloc.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_phy_add.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_phy_free.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_phy_delete.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_is_sas_phy.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_port_add.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_port_free.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_port_delete.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_is_sas_port.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_port_add_phy.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_port_delete_phy.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_end_device_alloc.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_expander_alloc.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_rphy_add.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_rphy_free.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_rphy_delete.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_rphy_remove.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing scsi_is_sas_rphy.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_attach_transport.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sas_release_transport.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing spi_schedule_dv_device.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing spi_display_xfer_agreement.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing srp_rport_add.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing srp_rport_del.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing srp_remove_host.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing srp_attach_transport.9
Warn: AUTHOR sect.: no personblurb|contrib for James Bottomley     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Rob Landley         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing srp_release_transport.9DOCPROC Documentation/DocBook/mac80211.xmlMAN     Documentation/DocBook/mac80211.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ieee80211_hw.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing enum_ieee80211_hw_flags.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing SET_IEEE80211_DEV.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing SET_IEEE80211_PERM_ADDR.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ieee80211_ops.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_alloc_hw.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_register_hw.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_get_tx_led_name.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_get_rx_led_name.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_get_assoc_led_name.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_get_radio_led_name.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_unregister_hw.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_free_hw.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ieee80211_conf.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing enum_ieee80211_conf_flags.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ieee80211_vif.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ieee80211_rx_status.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing enum_mac80211_rx_flags.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ieee80211_tx_info.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_rx.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_rx_irqsafe.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_tx_status.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_tx_status_irqsafe.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_rts_get.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_rts_duration.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_ctstoself_get.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_ctstoself_duration.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_generic_frame_duration.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_wake_queue.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_stop_queue.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_wake_queues.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_stop_queues.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing enum_ieee80211_filter_flags.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing enum_set_key_cmd.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ieee80211_key_conf.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing enum_ieee80211_key_alg.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing enum_ieee80211_key_flags.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_beacon_loss.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_ieee80211_tx_queue_params.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_get_buffered_bc.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_beacon_get.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ieee80211_scan_completed.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_sta_info.9
Warn: AUTHOR sect.: no personblurb|contrib for Johannes Berg       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing enum_ieee80211_sta_info_flags.9DOCPROC Documentation/DocBook/debugobjects.xmlMAN     Documentation/DocBook/debugobjects.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing debug_object_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing debug_object_init_on_stack.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing debug_object_activate.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing debug_object_deactivate.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing debug_object_destroy.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing debug_object_free.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_debug_obj.9
Warn: AUTHOR sect.: no personblurb|contrib for Thomas Gleixner     
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_debug_obj_descr.9DOCPROC Documentation/DocBook/sh.xmlMAN     Documentation/DocBook/sh.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sq_flush_range.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sq_remap.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sq_unmap.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sh64_tlb_init.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sh64_next_free_dtlb_entry.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sh64_get_wired_dtlb_entry.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sh64_put_wired_dtlb_entry.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sh64_setup_tlb_slot.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing sh64_teardown_tlb_slot.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing for_each_dtlb_entry.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing for_each_itlb_entry.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing __flush_tlb_slot.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing clk_set_rate_ex.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing aica_rtc_gettimeofday.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing aica_rtc_settimeofday.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ilsel_enable.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ilsel_enable_fixed.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing ilsel_disable.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing superhyway_add_device.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing superhyway_register_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing superhyway_unregister_driver.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing maple_driver_register.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing maple_driver_unregister.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing maple_getcond_callback.9
Warn: AUTHOR sect.: no personblurb|contrib for Paul Mundt          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing maple_add_packet.9DOCPROC Documentation/DocBook/regulator.xmlMAN     Documentation/DocBook/regulator.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_regulator_bulk_data.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_regulator_state.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_regulation_constraints.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_regulator_consumer_supply.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_regulator_init_data.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_regulator_ops.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing struct_regulator_desc.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_get.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_get_exclusive.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_put.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_enable.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_disable.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_force_disable.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_is_enabled.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_count_voltages.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_list_voltage.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_set_voltage.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_get_voltage.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_set_current_limit.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_get_current_limit.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_set_mode.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_get_mode.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_set_optimum_mode.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_register_notifier.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_unregister_notifier.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_bulk_get.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_bulk_enable.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_bulk_disable.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_bulk_free.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_notifier_call_chain.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_mode_to_status.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_register.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_unregister.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_suspend_prepare.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_has_full_constraints.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rdev_get_drvdata.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_get_drvdata.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing regulator_set_drvdata.9
Warn: AUTHOR sect.: no personblurb|contrib for Liam Girdwood       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for Mark Brown          
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing rdev_get_id.9DOCPROC Documentation/DocBook/alsa-driver-api.xmlMAN     Documentation/DocBook/alsa-driver-api.9
Warn: meta author : no refentry/info/author                        snd_card_create
Note: meta author : see http://docbook.sf.net/el/author            snd_card_create
Warn: meta author : no author data, so inserted a fixme            snd_card_create
Note: Writing snd_card_create.9
Warn: meta author : no refentry/info/author                        snd_card_disconnect
Note: meta author : see http://docbook.sf.net/el/author            snd_card_disconnect
Warn: meta author : no author data, so inserted a fixme            snd_card_disconnect
Note: Writing snd_card_disconnect.9
Warn: meta author : no refentry/info/author                        snd_card_set_id
Note: meta author : see http://docbook.sf.net/el/author            snd_card_set_id
Warn: meta author : no author data, so inserted a fixme            snd_card_set_id
Note: Writing snd_card_set_id.9
Warn: meta author : no refentry/info/author                        snd_card_register
Note: meta author : see http://docbook.sf.net/el/author            snd_card_register
Warn: meta author : no author data, so inserted a fixme            snd_card_register
Note: Writing snd_card_register.9
Warn: meta author : no refentry/info/author                        snd_component_add
Note: meta author : see http://docbook.sf.net/el/author            snd_component_add
Warn: meta author : no author data, so inserted a fixme            snd_component_add
Note: Writing snd_component_add.9
Warn: meta author : no refentry/info/author                        snd_card_file_add
Note: meta author : see http://docbook.sf.net/el/author            snd_card_file_add
Warn: meta author : no author data, so inserted a fixme            snd_card_file_add
Note: Writing snd_card_file_add.9
Warn: meta author : no refentry/info/author                        snd_card_file_remove
Note: meta author : see http://docbook.sf.net/el/author            snd_card_file_remove
Warn: meta author : no author data, so inserted a fixme            snd_card_file_remove
Note: Writing snd_card_file_remove.9
Warn: meta author : no refentry/info/author                        snd_power_wait
Note: meta author : see http://docbook.sf.net/el/author            snd_power_wait
Warn: meta author : no author data, so inserted a fixme            snd_power_wait
Note: Writing snd_power_wait.9
Warn: meta author : no refentry/info/author                        snd_device_new
Note: meta author : see http://docbook.sf.net/el/author            snd_device_new
Warn: meta author : no author data, so inserted a fixme            snd_device_new
Note: Writing snd_device_new.9
Warn: meta author : no refentry/info/author                        snd_device_free
Note: meta author : see http://docbook.sf.net/el/author            snd_device_free
Warn: meta author : no author data, so inserted a fixme            snd_device_free
Note: Writing snd_device_free.9
Warn: meta author : no refentry/info/author                        snd_device_register
Note: meta author : see http://docbook.sf.net/el/author            snd_device_register
Warn: meta author : no author data, so inserted a fixme            snd_device_register
Note: Writing snd_device_register.9
Warn: meta author : no refentry/info/author                        snd_request_card
Note: meta author : see http://docbook.sf.net/el/author            snd_request_card
Warn: meta author : no author data, so inserted a fixme            snd_request_card
Note: Writing snd_request_card.9
Warn: meta author : no refentry/info/author                        snd_lookup_minor_data
Note: meta author : see http://docbook.sf.net/el/author            snd_lookup_minor_data
Warn: meta author : no author data, so inserted a fixme            snd_lookup_minor_data
Note: Writing snd_lookup_minor_data.9
Warn: meta author : no refentry/info/author                        snd_register_device_for_dev
Note: meta author : see http://docbook.sf.net/el/author            snd_register_device_for_dev
Warn: meta author : no author data, so inserted a fixme            snd_register_device_for_dev
Note: Writing snd_register_device_for_dev.9
Warn: meta author : no refentry/info/author                        snd_unregister_device
Note: meta author : see http://docbook.sf.net/el/author            snd_unregister_device
Warn: meta author : no author data, so inserted a fixme            snd_unregister_device
Note: Writing snd_unregister_device.9
Warn: meta author : no refentry/info/author                        copy_to_user_fromio
Note: meta author : see http://docbook.sf.net/el/author            copy_to_user_fromio
Warn: meta author : no author data, so inserted a fixme            copy_to_user_fromio
Note: Writing copy_to_user_fromio.9
Warn: meta author : no refentry/info/author                        copy_from_user_toio
Note: meta author : see http://docbook.sf.net/el/author            copy_from_user_toio
Warn: meta author : no author data, so inserted a fixme            copy_from_user_toio
Note: Writing copy_from_user_toio.9
Warn: meta author : no refentry/info/author                        snd_malloc_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_malloc_pages
Warn: meta author : no author data, so inserted a fixme            snd_malloc_pages
Note: Writing snd_malloc_pages.9
Warn: meta author : no refentry/info/author                        snd_free_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_free_pages
Warn: meta author : no author data, so inserted a fixme            snd_free_pages
Note: Writing snd_free_pages.9
Warn: meta author : no refentry/info/author                        snd_dma_alloc_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_alloc_pages
Warn: meta author : no author data, so inserted a fixme            snd_dma_alloc_pages
Note: Writing snd_dma_alloc_pages.9
Warn: meta author : no refentry/info/author                        snd_dma_alloc_pages_fallback
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_alloc_pages_fallback
Warn: meta author : no author data, so inserted a fixme            snd_dma_alloc_pages_fallback
Note: Writing snd_dma_alloc_pages_fallback.9
Warn: meta author : no refentry/info/author                        snd_dma_free_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_free_pages
Warn: meta author : no author data, so inserted a fixme            snd_dma_free_pages
Note: Writing snd_dma_free_pages.9
Warn: meta author : no refentry/info/author                        snd_dma_get_reserved_buf
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_get_reserved_buf
Warn: meta author : no author data, so inserted a fixme            snd_dma_get_reserved_buf
Note: Writing snd_dma_get_reserved_buf.9
Warn: meta author : no refentry/info/author                        snd_dma_reserve_buf
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_reserve_buf
Warn: meta author : no author data, so inserted a fixme            snd_dma_reserve_buf
Note: Writing snd_dma_reserve_buf.9
Warn: meta author : no refentry/info/author                        snd_pcm_new_stream
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_new_stream
Warn: meta author : no author data, so inserted a fixme            snd_pcm_new_stream
Note: Writing snd_pcm_new_stream.9
Warn: meta author : no refentry/info/author                        snd_pcm_new
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_new
Warn: meta author : no author data, so inserted a fixme            snd_pcm_new
Note: Writing snd_pcm_new.9
Warn: meta author : no refentry/info/author                        snd_pcm_set_ops
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_set_ops
Warn: meta author : no author data, so inserted a fixme            snd_pcm_set_ops
Note: Writing snd_pcm_set_ops.9
Warn: meta author : no refentry/info/author                        snd_pcm_set_sync
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_set_sync
Warn: meta author : no author data, so inserted a fixme            snd_pcm_set_sync
Note: Writing snd_pcm_set_sync.9
Warn: meta author : no refentry/info/author                        snd_interval_refine
Note: meta author : see http://docbook.sf.net/el/author            snd_interval_refine
Warn: meta author : no author data, so inserted a fixme            snd_interval_refine
Note: Writing snd_interval_refine.9
Warn: meta author : no refentry/info/author                        snd_interval_ratnum
Note: meta author : see http://docbook.sf.net/el/author            snd_interval_ratnum
Warn: meta author : no author data, so inserted a fixme            snd_interval_ratnum
Note: Writing snd_interval_ratnum.9
Warn: meta author : no refentry/info/author                        snd_interval_list
Note: meta author : see http://docbook.sf.net/el/author            snd_interval_list
Warn: meta author : no author data, so inserted a fixme            snd_interval_list
Note: Writing snd_interval_list.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_rule_add
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_rule_add
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_rule_add
Note: Writing snd_pcm_hw_rule_add.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_integer
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_integer
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_integer
Note: Writing snd_pcm_hw_constraint_integer.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_minmax
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_minmax
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_minmax
Note: Writing snd_pcm_hw_constraint_minmax.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_list
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_list
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_list
Note: Writing snd_pcm_hw_constraint_list.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_ratnums
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_ratnums
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_ratnums
Note: Writing snd_pcm_hw_constraint_ratnums.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_ratdens
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_ratdens
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_ratdens
Note: Writing snd_pcm_hw_constraint_ratdens.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_msbits
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_msbits
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_msbits
Note: Writing snd_pcm_hw_constraint_msbits.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_step
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_step
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_step
Note: Writing snd_pcm_hw_constraint_step.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_constraint_pow2
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_constraint_pow2
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_constraint_pow2
Note: Writing snd_pcm_hw_constraint_pow2.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_param_value
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_param_value
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_param_value
Note: Writing snd_pcm_hw_param_value.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_param_first
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_param_first
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_param_first
Note: Writing snd_pcm_hw_param_first.9
Warn: meta author : no refentry/info/author                        snd_pcm_hw_param_last
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_hw_param_last
Warn: meta author : no author data, so inserted a fixme            snd_pcm_hw_param_last
Note: Writing snd_pcm_hw_param_last.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_ioctl
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_ioctl
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_ioctl
Note: Writing snd_pcm_lib_ioctl.9
Warn: meta author : no refentry/info/author                        snd_pcm_period_elapsed
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_period_elapsed
Warn: meta author : no author data, so inserted a fixme            snd_pcm_period_elapsed
Note: Writing snd_pcm_period_elapsed.9
Warn: meta author : no refentry/info/author                        snd_pcm_stop
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_stop
Warn: meta author : no author data, so inserted a fixme            snd_pcm_stop
Note: Writing snd_pcm_stop.9
Warn: meta author : no refentry/info/author                        snd_pcm_suspend
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_suspend
Warn: meta author : no author data, so inserted a fixme            snd_pcm_suspend
Note: Writing snd_pcm_suspend.9
Warn: meta author : no refentry/info/author                        snd_pcm_suspend_all
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_suspend_all
Warn: meta author : no author data, so inserted a fixme            snd_pcm_suspend_all
Note: Writing snd_pcm_suspend_all.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_signed
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_signed
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_signed
Note: Writing snd_pcm_format_signed.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_unsigned
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_unsigned
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_unsigned
Note: Writing snd_pcm_format_unsigned.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_linear
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_linear
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_linear
Note: Writing snd_pcm_format_linear.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_little_endian
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_little_endian
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_little_endian
Note: Writing snd_pcm_format_little_endian.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_big_endian
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_big_endian
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_big_endian
Note: Writing snd_pcm_format_big_endian.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_width
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_width
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_width
Note: Writing snd_pcm_format_width.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_physical_width
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_physical_width
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_physical_width
Note: Writing snd_pcm_format_physical_width.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_size
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_size
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_size
Note: Writing snd_pcm_format_size.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_silence_64
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_silence_64
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_silence_64
Note: Writing snd_pcm_format_silence_64.9
Warn: meta author : no refentry/info/author                        snd_pcm_format_set_silence
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_format_set_silence
Warn: meta author : no author data, so inserted a fixme            snd_pcm_format_set_silence
Note: Writing snd_pcm_format_set_silence.9
Warn: meta author : no refentry/info/author                        snd_pcm_limit_hw_rates
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_limit_hw_rates
Warn: meta author : no author data, so inserted a fixme            snd_pcm_limit_hw_rates
Note: Writing snd_pcm_limit_hw_rates.9
Warn: meta author : no refentry/info/author                        snd_pcm_rate_to_rate_bit
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_rate_to_rate_bit
Warn: meta author : no author data, so inserted a fixme            snd_pcm_rate_to_rate_bit
Note: Writing snd_pcm_rate_to_rate_bit.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_preallocate_free_for_all
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_preallocate_free_for_all
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_preallocate_free_for_all
Note: Writing snd_pcm_lib_preallocate_free_for_all.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_preallocate_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_preallocate_pages
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_preallocate_pages
Note: Writing snd_pcm_lib_preallocate_pages.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_preallocate_pages_for_all
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_preallocate_pages_for_all
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_preallocate_pages_for_all
Note: Writing snd_pcm_lib_preallocate_pages_for_all.9
Warn: meta author : no refentry/info/author                        snd_pcm_sgbuf_ops_page
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_sgbuf_ops_page
Warn: meta author : no author data, so inserted a fixme            snd_pcm_sgbuf_ops_page
Note: Writing snd_pcm_sgbuf_ops_page.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_malloc_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_malloc_pages
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_malloc_pages
Note: Writing snd_pcm_lib_malloc_pages.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_free_pages
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_free_pages
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_free_pages
Note: Writing snd_pcm_lib_free_pages.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_free_vmalloc_buffer
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_free_vmalloc_buffer
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_free_vmalloc_buffer
Note: Writing snd_pcm_lib_free_vmalloc_buffer.9
Warn: meta author : no refentry/info/author                        snd_pcm_lib_get_vmalloc_page
Note: meta author : see http://docbook.sf.net/el/author            snd_pcm_lib_get_vmalloc_page
Warn: meta author : no author data, so inserted a fixme            snd_pcm_lib_get_vmalloc_page
Note: Writing snd_pcm_lib_get_vmalloc_page.9
Warn: meta author : no refentry/info/author                        snd_ctl_new1
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_new1
Warn: meta author : no author data, so inserted a fixme            snd_ctl_new1
Note: Writing snd_ctl_new1.9
Warn: meta author : no refentry/info/author                        snd_ctl_free_one
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_free_one
Warn: meta author : no author data, so inserted a fixme            snd_ctl_free_one
Note: Writing snd_ctl_free_one.9
Warn: meta author : no refentry/info/author                        snd_ctl_add
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_add
Warn: meta author : no author data, so inserted a fixme            snd_ctl_add
Note: Writing snd_ctl_add.9
Warn: meta author : no refentry/info/author                        snd_ctl_remove
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_remove
Warn: meta author : no author data, so inserted a fixme            snd_ctl_remove
Note: Writing snd_ctl_remove.9
Warn: meta author : no refentry/info/author                        snd_ctl_remove_id
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_remove_id
Warn: meta author : no author data, so inserted a fixme            snd_ctl_remove_id
Note: Writing snd_ctl_remove_id.9
Warn: meta author : no refentry/info/author                        snd_ctl_rename_id
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_rename_id
Warn: meta author : no author data, so inserted a fixme            snd_ctl_rename_id
Note: Writing snd_ctl_rename_id.9
Warn: meta author : no refentry/info/author                        snd_ctl_find_numid
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_find_numid
Warn: meta author : no author data, so inserted a fixme            snd_ctl_find_numid
Note: Writing snd_ctl_find_numid.9
Warn: meta author : no refentry/info/author                        snd_ctl_find_id
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_find_id
Warn: meta author : no author data, so inserted a fixme            snd_ctl_find_id
Note: Writing snd_ctl_find_id.9
Warn: meta author : no refentry/info/author                        snd_ac97_write
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_write
Warn: meta author : no author data, so inserted a fixme            snd_ac97_write
Note: Writing snd_ac97_write.9
Warn: meta author : no refentry/info/author                        snd_ac97_read
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_read
Warn: meta author : no author data, so inserted a fixme            snd_ac97_read
Note: Writing snd_ac97_read.9
Warn: meta author : no refentry/info/author                        snd_ac97_write_cache
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_write_cache
Warn: meta author : no author data, so inserted a fixme            snd_ac97_write_cache
Note: Writing snd_ac97_write_cache.9
Warn: meta author : no refentry/info/author                        snd_ac97_update
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_update
Warn: meta author : no author data, so inserted a fixme            snd_ac97_update
Note: Writing snd_ac97_update.9
Warn: meta author : no refentry/info/author                        snd_ac97_update_bits
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_update_bits
Warn: meta author : no author data, so inserted a fixme            snd_ac97_update_bits
Note: Writing snd_ac97_update_bits.9
Warn: meta author : no refentry/info/author                        snd_ac97_get_short_name
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_get_short_name
Warn: meta author : no author data, so inserted a fixme            snd_ac97_get_short_name
Note: Writing snd_ac97_get_short_name.9
Warn: meta author : no refentry/info/author                        snd_ac97_bus
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_bus
Warn: meta author : no author data, so inserted a fixme            snd_ac97_bus
Note: Writing snd_ac97_bus.9
Warn: meta author : no refentry/info/author                        snd_ac97_mixer
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_mixer
Warn: meta author : no author data, so inserted a fixme            snd_ac97_mixer
Note: Writing snd_ac97_mixer.9
Warn: meta author : no refentry/info/author                        snd_ac97_update_power
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_update_power
Warn: meta author : no author data, so inserted a fixme            snd_ac97_update_power
Note: Writing snd_ac97_update_power.9
Warn: meta author : no refentry/info/author                        snd_ac97_suspend
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_suspend
Warn: meta author : no author data, so inserted a fixme            snd_ac97_suspend
Note: Writing snd_ac97_suspend.9
Warn: meta author : no refentry/info/author                        snd_ac97_resume
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_resume
Warn: meta author : no author data, so inserted a fixme            snd_ac97_resume
Note: Writing snd_ac97_resume.9
Warn: meta author : no refentry/info/author                        snd_ac97_tune_hardware
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_tune_hardware
Warn: meta author : no author data, so inserted a fixme            snd_ac97_tune_hardware
Note: Writing snd_ac97_tune_hardware.9
Warn: meta author : no refentry/info/author                        snd_ac97_set_rate
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_set_rate
Warn: meta author : no author data, so inserted a fixme            snd_ac97_set_rate
Note: Writing snd_ac97_set_rate.9
Warn: meta author : no refentry/info/author                        snd_ac97_pcm_assign
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_pcm_assign
Warn: meta author : no author data, so inserted a fixme            snd_ac97_pcm_assign
Note: Writing snd_ac97_pcm_assign.9
Warn: meta author : no refentry/info/author                        snd_ac97_pcm_open
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_pcm_open
Warn: meta author : no author data, so inserted a fixme            snd_ac97_pcm_open
Note: Writing snd_ac97_pcm_open.9
Warn: meta author : no refentry/info/author                        snd_ac97_pcm_close
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_pcm_close
Warn: meta author : no author data, so inserted a fixme            snd_ac97_pcm_close
Note: Writing snd_ac97_pcm_close.9
Warn: meta author : no refentry/info/author                        snd_ac97_pcm_double_rate_rules
Note: meta author : see http://docbook.sf.net/el/author            snd_ac97_pcm_double_rate_rules
Warn: meta author : no author data, so inserted a fixme            snd_ac97_pcm_double_rate_rules
Note: Writing snd_ac97_pcm_double_rate_rules.9
Warn: meta author : no refentry/info/author                        snd_ctl_make_virtual_master
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_make_virtual_master
Warn: meta author : no author data, so inserted a fixme            snd_ctl_make_virtual_master
Note: Writing snd_ctl_make_virtual_master.9
Warn: meta author : no refentry/info/author                        snd_ctl_add_slave
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_add_slave
Warn: meta author : no author data, so inserted a fixme            snd_ctl_add_slave
Note: Writing snd_ctl_add_slave.9
Warn: meta author : no refentry/info/author                        snd_ctl_add_slave_uncached
Note: meta author : see http://docbook.sf.net/el/author            snd_ctl_add_slave_uncached
Warn: meta author : no author data, so inserted a fixme            snd_ctl_add_slave_uncached
Note: Writing snd_ctl_add_slave_uncached.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_receive
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_receive
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_receive
Note: Writing snd_rawmidi_receive.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_transmit_empty
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_transmit_empty
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_transmit_empty
Note: Writing snd_rawmidi_transmit_empty.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_transmit_peek
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_transmit_peek
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_transmit_peek
Note: Writing snd_rawmidi_transmit_peek.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_transmit_ack
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_transmit_ack
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_transmit_ack
Note: Writing snd_rawmidi_transmit_ack.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_transmit
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_transmit
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_transmit
Note: Writing snd_rawmidi_transmit.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_new
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_new
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_new
Note: Writing snd_rawmidi_new.9
Warn: meta author : no refentry/info/author                        snd_rawmidi_set_ops
Note: meta author : see http://docbook.sf.net/el/author            snd_rawmidi_set_ops
Warn: meta author : no author data, so inserted a fixme            snd_rawmidi_set_ops
Note: Writing snd_rawmidi_set_ops.9
Warn: meta author : no refentry/info/author                        snd_mpu401_uart_interrupt
Note: meta author : see http://docbook.sf.net/el/author            snd_mpu401_uart_interrupt
Warn: meta author : no author data, so inserted a fixme            snd_mpu401_uart_interrupt
Note: Writing snd_mpu401_uart_interrupt.9
Warn: meta author : no refentry/info/author                        snd_mpu401_uart_interrupt_tx
Note: meta author : see http://docbook.sf.net/el/author            snd_mpu401_uart_interrupt_tx
Warn: meta author : no author data, so inserted a fixme            snd_mpu401_uart_interrupt_tx
Note: Writing snd_mpu401_uart_interrupt_tx.9
Warn: meta author : no refentry/info/author                        snd_mpu401_uart_new
Note: meta author : see http://docbook.sf.net/el/author            snd_mpu401_uart_new
Warn: meta author : no author data, so inserted a fixme            snd_mpu401_uart_new
Note: Writing snd_mpu401_uart_new.9
Warn: meta author : no refentry/info/author                        snd_iprintf
Note: meta author : see http://docbook.sf.net/el/author            snd_iprintf
Warn: meta author : no author data, so inserted a fixme            snd_iprintf
Note: Writing snd_iprintf.9
Warn: meta author : no refentry/info/author                        snd_info_get_line
Note: meta author : see http://docbook.sf.net/el/author            snd_info_get_line
Warn: meta author : no author data, so inserted a fixme            snd_info_get_line
Note: Writing snd_info_get_line.9
Warn: meta author : no refentry/info/author                        snd_info_get_str
Note: meta author : see http://docbook.sf.net/el/author            snd_info_get_str
Warn: meta author : no author data, so inserted a fixme            snd_info_get_str
Note: Writing snd_info_get_str.9
Warn: meta author : no refentry/info/author                        snd_info_create_module_entry
Note: meta author : see http://docbook.sf.net/el/author            snd_info_create_module_entry
Warn: meta author : no author data, so inserted a fixme            snd_info_create_module_entry
Note: Writing snd_info_create_module_entry.9
Warn: meta author : no refentry/info/author                        snd_info_create_card_entry
Note: meta author : see http://docbook.sf.net/el/author            snd_info_create_card_entry
Warn: meta author : no author data, so inserted a fixme            snd_info_create_card_entry
Note: Writing snd_info_create_card_entry.9
Warn: meta author : no refentry/info/author                        snd_card_proc_new
Note: meta author : see http://docbook.sf.net/el/author            snd_card_proc_new
Warn: meta author : no author data, so inserted a fixme            snd_card_proc_new
Note: Writing snd_card_proc_new.9
Warn: meta author : no refentry/info/author                        snd_info_free_entry
Note: meta author : see http://docbook.sf.net/el/author            snd_info_free_entry
Warn: meta author : no author data, so inserted a fixme            snd_info_free_entry
Note: Writing snd_info_free_entry.9
Warn: meta author : no refentry/info/author                        snd_info_register
Note: meta author : see http://docbook.sf.net/el/author            snd_info_register
Warn: meta author : no author data, so inserted a fixme            snd_info_register
Note: Writing snd_info_register.9
Warn: meta author : no refentry/info/author                        snd_hwdep_new
Note: meta author : see http://docbook.sf.net/el/author            snd_hwdep_new
Warn: meta author : no author data, so inserted a fixme            snd_hwdep_new
Note: Writing snd_hwdep_new.9
Warn: meta author : no refentry/info/author                        snd_jack_new
Note: meta author : see http://docbook.sf.net/el/author            snd_jack_new
Warn: meta author : no author data, so inserted a fixme            snd_jack_new
Note: Writing snd_jack_new.9
Warn: meta author : no refentry/info/author                        snd_jack_set_parent
Note: meta author : see http://docbook.sf.net/el/author            snd_jack_set_parent
Warn: meta author : no author data, so inserted a fixme            snd_jack_set_parent
Note: Writing snd_jack_set_parent.9
Warn: meta author : no refentry/info/author                        snd_jack_report
Note: meta author : see http://docbook.sf.net/el/author            snd_jack_report
Warn: meta author : no author data, so inserted a fixme            snd_jack_report
Note: Writing snd_jack_report.9
Warn: meta author : no refentry/info/author                        snd_dma_program
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_program
Warn: meta author : no author data, so inserted a fixme            snd_dma_program
Note: Writing snd_dma_program.9
Warn: meta author : no refentry/info/author                        snd_dma_disable
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_disable
Warn: meta author : no author data, so inserted a fixme            snd_dma_disable
Note: Writing snd_dma_disable.9
Warn: meta author : no refentry/info/author                        snd_dma_pointer
Note: meta author : see http://docbook.sf.net/el/author            snd_dma_pointer
Warn: meta author : no author data, so inserted a fixme            snd_dma_pointer
Note: Writing snd_dma_pointer.9
Warn: meta author : no refentry/info/author                        snd_register_device
Note: meta author : see http://docbook.sf.net/el/author            snd_register_device
Warn: meta author : no author data, so inserted a fixme            snd_register_device
Note: Writing snd_register_device.9
Warn: meta author : no refentry/info/author                        snd_printk
Note: meta author : see http://docbook.sf.net/el/author            snd_printk
Warn: meta author : no author data, so inserted a fixme            snd_printk
Note: Writing snd_printk.9
Warn: meta author : no refentry/info/author                        snd_printd
Note: meta author : see http://docbook.sf.net/el/author            snd_printd
Warn: meta author : no author data, so inserted a fixme            snd_printd
Note: Writing snd_printd.9
Warn: meta author : no refentry/info/author                        snd_BUG
Note: meta author : see http://docbook.sf.net/el/author            snd_BUG
Warn: meta author : no author data, so inserted a fixme            snd_BUG
Note: Writing snd_BUG.9
Warn: meta author : no refentry/info/author                        snd_BUG_ON
Note: meta author : see http://docbook.sf.net/el/author            snd_BUG_ON
Warn: meta author : no author data, so inserted a fixme            snd_BUG_ON
Note: Writing snd_BUG_ON.9
Warn: meta author : no refentry/info/author                        snd_printdd
Note: meta author : see http://docbook.sf.net/el/author            snd_printdd
Warn: meta author : no author data, so inserted a fixme            snd_printdd
Note: Writing snd_printdd.9DOCPROC Documentation/DocBook/writing-an-alsa-driver.xmlMAN     Documentation/DocBook/writing-an-alsa-driver.9DOCPROC Documentation/DocBook/tracepoint.xmlMAN     Documentation/DocBook/tracepoint.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_irq_handler_entry.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_irq_handler_exit.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_softirq_entry.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_softirq_exit.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_signal_generate.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_signal_deliver.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_signal_overflow_fail.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_signal_lose_info.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_rq_abort.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_rq_requeue.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_rq_complete.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_rq_insert.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_rq_issue.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_bio_bounce.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_bio_complete.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_bio_backmerge.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_bio_frontmerge.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_bio_queue.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_getrq.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_sleeprq.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_plug.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_unplug_timer.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_unplug_io.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_split.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_remap.9
Warn: AUTHOR sect.: no personblurb|contrib for Jason Baron         
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Warn: AUTHOR sect.: no personblurb|contrib for William Cohen       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/contrib       
Note: AUTHOR sect.: see see http://docbook.sf.net/el/personblurb   
Note: Writing trace_block_rq_remap.9DOCPROC Documentation/DocBook/media.xmlMAN     Documentation/DocBook/media.9
[root@linux-2.6.34.14 #34]#make installmandocs
mkdir -p /usr/local/man/man9/
install Documentation/DocBook/man/*.9.gz /usr/local/man/man9/
[root@linux-2.6.34.14 #35]#man printk
PRINTK(9)                        Driver Basics                       PRINTK(9)NAMEprintk - print a kernel messageSYNOPSISint printk(const char * fmt, ...);ARGUMENTSfmtformat string...variable argumentsDESCRIPTIONThis is printk. It can be called from any context. We want it to work.We try to grab the console_sem. If we succeed, it´s easy - we log the output and call the console drivers. If we fail to get the semaphore we place the output into the log buffer and return. The currentholder of the console_sem will notice the new output in release_console_sem and will send it to the consoles before releasing the semaphore.One effect of this deferred printing is that code which calls printk and then changes console_loglevel may break. This is because console_loglevel is inspected when the actual printing occurs.SEE ALSOprintf(3)See the vsnprintf documentation for format string extensions over C99.COPYRIGHT
Kernel Hackers Manual 2.6.        March 2013                         PRINTK(9)
[root@linux-2.6.34.14 #36]#

综上,安装kernel API mandocs的完整过程即如下脚本(先进入kernel源码目录):

#!/bin/sh# install kernel API handbookyum -y install xmlto docbook-xlsmake mandocs
make installmandocs

执行该脚本时请以root用户执行




本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/405066.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

绝对不忽悠、暑期择机功能该咋选?

暑期已经过去一半了,但每年的择机高潮却正是个如火如荼,正值暑促阶段,很多手机厂商或商家都会适当的调整价格或者推出更具优惠的方案,吸引买家,其中不乏很多在手机功能上的大肆宣传,我们买手机看重的无外乎…

ASP.NET 5 Beta7发布

(此文章同时发表在本人微信公众号“dotNET每日精华文章”,欢迎右边二维码来关注。) 前几天,ASP.NET 5如期发布了Beta 7,根据路线图 (https://github.com/aspnet/home/wiki/roadmap),这次发布主要是实现跨平台的能力。之…

[react] 说说你对React的reconciliation(一致化算法)的理解

[react] 说说你对React的reconciliation(一致化算法)的理解 就是启发式Diff算法 ,时间复杂度从N的三次方下降到N ,通过博客途径了解到实现的策略是 tree diff , element diff , component diff 算法 。在diff算法中如果element 没…

CM3计算板装系统

1、CM3计算板简介 把树莓派搬到自己的产品中,一种和树莓派基础功能一模一样的板卡,并对相关管脚扩展,完成产品级的功能设计和硬件设计。板卡如下图所示,运行的是Linux操作系统。 2、下载镜像 CM3有多种内存搭配,常见…

线性表的各种基本操作

#include"stdio.h" #include<malloc.h> typedef char ElemType; typedef struct LNode{ElemType data;struct LNode *next; } LinkList; void CreatListF(LinkList *&L,ElemType a[],int n){ //头插法建表LinkList *s;int i;L(LinkList *)malloc(sizeof(L…

关于 CKEditor 3.6以后不兼容ie6的问题解决方案

2019独角兽企业重金招聘Python工程师标准>>> skins\模版名称\editor.css 在第一个.cke_skin_kama *,.cke_skin_kama a:hover,.cke_skin_kama a:link,.cke_skin_kama a:visited,.cke_skin_kama a:active{.....}里面添加 _overflow:hidden;即可. 转载于:https://my.os…

[react] 写例子说明React如何在JSX中实现for循环

[react] 写例子说明React如何在JSX中实现for循环 map方法 个人简介 我是歌谣&#xff0c;欢迎和大家一起交流前后端知识。放弃很容易&#xff0c; 但坚持一定很酷。欢迎大家一起讨论 主目录 与歌谣一起通关前端面试题

USB/UART 串口转LoRa无线传输调试工具 评估套件

一、LoRa无线传输的特点 LoRa无线通信采用扩频调制通信方式&#xff0c;抗干扰强、灵敏度高&#xff0c;能够在较低功耗的情况下传输更远的距离。采用ISM免授权频段&#xff08;470MHZ-510MHZ&#xff09;&#xff0c;用于无线抄表、工业监控、农业管理、智慧园区、智慧楼宇等…

新手指导:51CTO微博小技巧

您是初次接触微博吗&#xff1f;您是不是不了解微博&#xff0c;不知道怎样才能玩转微博&#xff1f;没关系&#xff0c;小管家这就教您几招&#xff0c;让您通过140字轻松的将看到的、听到的、想到的事情随时随地分享给朋友。 一、怎样拥有微博二、新手快速使用微博攻略 2…

Linux给GCC编译的应用程序创建服务

一、创建服务文件 linux 服务文件的位置在&#xff1a; /etc/systemd/system &#xff0c;进入该目录。首先创建一个服务文件&#xff0c;名字可以按照xxx.service 的格式命名&#xff0c;例如我的噪声处理服务命名: noiserun.service。创建文件需要sudo权限&#xff1a;sudo …

[react] 怎样有条件地渲染组件?

[react] 怎样有条件地渲染组件&#xff1f; {condition && <Component />} or {condition ? <Component /> : <AnotherComponent />} 个人简介 我是歌谣&#xff0c;欢迎和大家一起交流前后端知识。放弃很容易&#xff0c; 但坚持一定很酷。欢迎大…

13.bash shell中的if-then语句

文章目录 shell中的流控制if语句if语句if-then语句if-then-else 语句 test命令数值比较字符串比较文件比较case语句 欢迎访问个人网络日志&#x1f339;&#x1f339;知行空间&#x1f339;&#x1f339; shell中的流控制if语句 简单的脚本可以只包含顺序执行的命令&#xff0…

贪心算法问题

7.设有n 种物品&#xff0c;每种物品有一个重量及一个价值。但每种物品的数量是无限的&#xff0c;同时有一个背包&#xff0c; 最大载重量为M&#xff0c;今从n 种物品中选取若干件(同一种物品可以多次选取)&#xff0c;使其重量的和小于等于M&#xff0c; 而价值的和为最大。…

IOS贝塞尔曲线圆形进度条和加载动画

做项目让做一个加载动画,一个圈圈在转中间加一个图片,网上有好多demo,这里我也自己写了一个,中间的图片可加可不加。其中主要用到贝塞尔曲线。UIBezierPath是对CGContextRef的进一步封装,不多说直接上代码&#xff1a; #import <UIKit/UIKit.h>interface CircleLoader : …

CM3计算板EC20模组拨号上网

1、安装 ppp 安装ppp&#xff1a;sudo apt-get install ppp 2、配置路由 查看路由和网卡 ifconfig ; route -n增加路由设备&#xff1a; sudo route add default dev ppp0 3、执行拨号脚本 进入linux-ppp-scripts 文件下&#xff1a;sudo ./quectel-pppd.sh /dev/ttyUSB3 …

[react] 你是如何划分React组件的?

[react] 你是如何划分React组件的&#xff1f; 可复用的功能 可复用的页面 当你在多个地方写一样或类似的代码时&#xff0c;就该考虑封装组件 个人简介 我是歌谣&#xff0c;欢迎和大家一起交流前后端知识。放弃很容易&#xff0c; 但坚持一定很酷。欢迎大家一起讨论 主目录…

VLC播放器安装

From: http://blog.csdn.net/lqrensn/article/details/6179171 想边上班边听歌&#xff0c;可惜办公电脑有点差&#xff0c;所以装的是fedora 10.又用的是代理上网&#xff0c;网速严重受限&#xff0c;同事传了些mp3,居然听不了&#xff0c;没mp3解码器&#xff0c;晕倒。。…

Linux安装配置apache

1.获取软件&#xff1a; http://httpd.apache.org/ httpd-2.2.21.tar.gz wget http://apache.fayea.com//httpd/httpd-2.2.31.tar.gz 2.安装步骤&#xff1a; 解压源文件&#xff1a; 1 tar zvxf httpd-2.2.21.tar.gz 2 cd httpd-2.2.213 ./configure --prefix/usr/local/apac…

CM3计算板I/O编程

1、CM3计算板的IO资源 CM3支持的I/O管脚数为54个&#xff0c;每个管脚包括一个或多个复用功能&#xff0c;分别位于ALT0~ALT5&#xff0c;如下表&#xff1a; 2、设备树启用IO外设的方式 通过在/boot/config.txt 文件中描述IO行为&#xff0c;可以在系统启动时&#xff0c;初…

Apt-get使用指南

From: http://bbs.chinaunix.net/thread-2115236-1-1.html 命令 下面将要介绍的所有命令都需要sudo&#xff01;使用时请将“packagename”和“string”替换成您想要安装或者查找的程序。 apt-get update——在修改/etc/apt/sources.list或者/etc/apt/preferences之後运行…