*参照元 [#xe3e6e69]
#backlinks

*説明 [#s353bfc4]
-パス: [[linux-2.6.33/include/linux/uio.h]]

-FIXME: これは何?
--説明


**参考 [#t9355687]


*実装 [#dbcbaf23]
 /*
  *	Berkeley style UIO structures	-	Alan Cox 1994.
  *
  *		This program is free software; you can redistribute it and/or
  *		modify it under the terms of the GNU General Public License
  *		as published by the Free Software Foundation; either version
  *		2 of the License, or (at your option) any later version.
  */
 
 struct iovec
 {
 	void __user *iov_base;	/* BSD uses caddr_t (1003.1g requires void *) */
 	__kernel_size_t iov_len; /* Must be size_t (1003.1g) */
 };


*コメント [#d2996590]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS