Searched refs:Enode (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslerror.c54 ASL_ERROR_MSG *Enode);
73 ASL_ERROR_MSG *Enode = Gbl_ErrorLog; local
78 while (Enode)
80 Next = Enode->Next;
81 ACPI_FREE (Enode);
82 Enode = Next;
93 * PARAMETERS: Enode - An error node to add to the log
105 ASL_ERROR_MSG *Enode)
115 Gbl_ErrorLog = Enode;
127 (Next->LogicalLineNumber <= Enode
104 AeAddToErrorLog( ASL_ERROR_MSG *Enode) argument
168 AePrintException( UINT32 FileId, ASL_ERROR_MSG *Enode, char *Header) argument
486 ASL_ERROR_MSG *Enode = Gbl_ErrorLog; local
529 ASL_ERROR_MSG *Enode; local
616 ASL_ERROR_MSG *Enode; local
[all...]
H A Daslcompiler.h338 ASL_ERROR_MSG *Enode,

Completed in 132 milliseconds