関数定義書 フリー 仕様書 自動 作成

is_gpt_valid

構文構文

is_gpt_valid() - tests one GPT header and PTEs for validity

static int is_gpt_valid(
  int fd
  uint64_t lba
  gpt_header ** gpt
  gpt_entry ** ptes
)

パラメータパラメータ

fd
lba
gpt
ptes

機能機能

is_gpt_valid() - tests one GPT header and PTEs for validity
@fd  is an open file descriptor to the whole disk
@lba is the logical block address of the GPT header to test
@gpt is a GPT header ptr, filled on return.
@ptes is a PTEs ptr, filled on return.

ファイル名ファイル名

gpt.c

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | gpt.c