tpm_setlog.3
来自「IBM开发的TPM的驱动, 有少量的例子可以供参考」· 3 代码 · 共 27 行
3
27 行
.\" Copyright 2004 IBM (Jeff Kravitz).\".\" Written Feb 10 2004, Jeff Kravitz.\".TH "TPM_setlog" 3 2004-02-10 "IBM" "TPM Library".SH NAMETPM_setlog.SH SYNOPSIS.nf.B #include <tpmfunc.h>.sp.BR "int TPM_setlog" "(int flag)".fi.SH DESCRIPTIONThe \fBTPM_setlog\fP function sets or resets a flagthat determines if the TPM library will display a dumpof all data sent to and received from the TPM device..SH ARGUMENTSThe argument is a boolean value. True (non zero) meansthat any use of the TPM device will cause a display(on stderr) of the data sent to the device, and theresponse received..SH "RETURN VALUE"The return value is the previous value of the log flag..SH AUTHORJeff Kravitz, IBM T.J. Watson Research Center
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?