Intel EP80579 Security Camera User Manual


 
Security Software—Debugging Applications
Intel
®
EP80579 Software for Security Applications on Intel
®
QuickAssist Technology
PG August 2009
56 Order Number: 320183-004US
11.3.8 SetFileName <filename>
This command is used to set the name of the system log file which contains all the
debug information. The maximum length of the <filename> is 256 characters.
Note: If this command is not called, by default, the information will be stored in:
/var/log/icp_debugmgmt.log
11.4 APIs
Figure 17. Sequence Diagram for SetFileName Command
Table 12. Debug APIs (Sheet 1 of 2)
Name Description
icp_DccVersionInfoSizeGet
This function provides the DCC Client with buffer size needed to
retrieve Version information of all the Package/Components
registered with DCC.
The user should allocate this buffer and pass it to DCC to retrieve
the Package and Components version information.
icp_DccSoftwareVersionGet
This function provides the caller with version information for the
Package and each of the Components registered with the DCC.
This function should be called with the required amount of buffer
allocated for the returned information.
icp_DccLivenessConfigureTimeout
This API is used to configure the timeout period (in ms) for response
monitoring. The DCC waits for a response during this period before
declaring a thread to be alive or dead.
Note that the timeout period should be large enough to allow each
of the threads to individually respond within this period.
The timeout value should be defined to accommodate threads with
large workloads.
User DebugMgr_EXE DebugMgr_Kernel_Driver
debugmgmt SetFileName
DCC
SetFileName Ioctl Call
Returns Success/Failure
User Space Kernel Space
Prints Command Successful/Failed